* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: "proxima-nova", "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif
}

body {
    color: #3f4449;
    line-height: 1.5;
    margin: 0;
    font-weight: 300
}

a {
    color: #6b4a96;
    text-decoration: none;
    -webkit-transition: .4s color linear;
    -moz-transition: .4s color linear;
    -ms-transition: .4s color linear;
    -o-transition: .4s color linear;
    transition: .4s color linear
}

/* a:focus {
    outline: none
} */
a:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

a:active,
a:hover {
    color: #461d7c;
    outline: 0
}

a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6,
.div-entry-title {
    clear: both;
    font-family: "proxima-nova", "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    line-height: 1.3
}

h1,
.div-entry-title {
    font-size: 72px;
    line-height: 62px;
    font-weight: bold;
    text-transform: uppercase
}

h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #3f4449
}

h3 {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    color: #3f4449
}

h4 {
    font-size: 20px;
    margin: 25px 0
}

h5 {
    font-size: 18px;
    margin: 30px 0
}

h6 {
    font-size: 16px;
    margin: 36px 0
}

address {
    font-style: italic;
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
    color: #3f4449;
    font-weight: normal
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote strong,
blockquote b {
    font-weight: 400
}

small {
    font-size: smaller
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: bold
}

dd {
    margin: 0 0 20px
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

ul {
    list-style-type: square
}

li {
    color: #3f4449
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

li>ul,
li>ol {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 270px
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

th {
    font-weight: bold;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #333
}

ins {
    background: #fff9c0;
    text-decoration: none
}

hr {
    background: #e2e4e8;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

::selection {
    color: #fdd023;
    background: #461d7c
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
    float: left
}

.col-xs-24 {
    width: 100%
}

.col-xs-23 {
    width: 95.83333333%
}

.col-xs-22 {
    width: 91.66666667%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-20 {
    width: 83.33333333%
}

.col-xs-19 {
    width: 79.16666667%
}

.col-xs-18 {
    width: 75%
}

.col-xs-17 {
    width: 70.83333333%
}

.col-xs-16 {
    width: 66.66666667%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-14 {
    width: 58.33333333%
}

.col-xs-13 {
    width: 54.16666667%
}

.col-xs-12 {
    width: 50%
}

.col-xs-11 {
    width: 45.83333333%
}

.col-xs-10 {
    width: 41.66666667%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-8 {
    width: 33.33333333%
}

.col-xs-7 {
    width: 29.16666667%
}

.col-xs-6 {
    width: 25%
}

.col-xs-5 {
    width: 20.83333333%
}

.col-xs-4 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-2 {
    width: 8.33333333%
}

.col-xs-1 {
    width: 4.16666667%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-pull-23 {
    right: 95.83333333%
}

.col-xs-pull-22 {
    right: 91.66666667%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-20 {
    right: 83.33333333%
}

.col-xs-pull-19 {
    right: 79.16666667%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-17 {
    right: 70.83333333%
}

.col-xs-pull-16 {
    right: 66.66666667%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-14 {
    right: 58.33333333%
}

.col-xs-pull-13 {
    right: 54.16666667%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-11 {
    right: 45.83333333%
}

.col-xs-pull-10 {
    right: 41.66666667%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-8 {
    right: 33.33333333%
}

.col-xs-pull-7 {
    right: 29.16666667%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-5 {
    right: 20.83333333%
}

.col-xs-pull-4 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-2 {
    right: 8.33333333%
}

.col-xs-pull-1 {
    right: 4.16666667%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-push-23 {
    left: 95.83333333%
}

.col-xs-push-22 {
    left: 91.66666667%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-20 {
    left: 83.33333333%
}

.col-xs-push-19 {
    left: 79.16666667%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-17 {
    left: 70.83333333%
}

.col-xs-push-16 {
    left: 66.66666667%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-14 {
    left: 58.33333333%
}

.col-xs-push-13 {
    left: 54.16666667%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-11 {
    left: 45.83333333%
}

.col-xs-push-10 {
    left: 41.66666667%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-8 {
    left: 33.33333333%
}

.col-xs-push-7 {
    left: 29.16666667%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-5 {
    left: 20.83333333%
}

.col-xs-push-4 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-2 {
    left: 8.33333333%
}

.col-xs-push-1 {
    left: 4.16666667%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-offset-24 {
    margin-left: 100%
}

.col-xs-offset-23 {
    margin-left: 95.83333333%
}

.col-xs-offset-22 {
    margin-left: 91.66666667%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-20 {
    margin-left: 83.33333333%
}

.col-xs-offset-19 {
    margin-left: 79.16666667%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-17 {
    margin-left: 70.83333333%
}

.col-xs-offset-16 {
    margin-left: 66.66666667%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-14 {
    margin-left: 58.33333333%
}

.col-xs-offset-13 {
    margin-left: 54.16666667%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-11 {
    margin-left: 45.83333333%
}

.col-xs-offset-10 {
    margin-left: 41.66666667%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-8 {
    margin-left: 33.33333333%
}

.col-xs-offset-7 {
    margin-left: 29.16666667%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-5 {
    margin-left: 20.83333333%
}

.col-xs-offset-4 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-2 {
    margin-left: 8.33333333%
}

.col-xs-offset-1 {
    margin-left: 4.16666667%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: left
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-23 {
        width: 95.83333333%
    }

    .col-sm-22 {
        width: 91.66666667%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-20 {
        width: 83.33333333%
    }

    .col-sm-19 {
        width: 79.16666667%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-17 {
        width: 70.83333333%
    }

    .col-sm-16 {
        width: 66.66666667%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-14 {
        width: 58.33333333%
    }

    .col-sm-13 {
        width: 54.16666667%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-11 {
        width: 45.83333333%
    }

    .col-sm-10 {
        width: 41.66666667%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-8 {
        width: 33.33333333%
    }

    .col-sm-7 {
        width: 29.16666667%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-5 {
        width: 20.83333333%
    }

    .col-sm-4 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-2 {
        width: 8.33333333%
    }

    .col-sm-1 {
        width: 4.16666667%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-pull-23 {
        right: 95.83333333%
    }

    .col-sm-pull-22 {
        right: 91.66666667%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-20 {
        right: 83.33333333%
    }

    .col-sm-pull-19 {
        right: 79.16666667%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-17 {
        right: 70.83333333%
    }

    .col-sm-pull-16 {
        right: 66.66666667%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-14 {
        right: 58.33333333%
    }

    .col-sm-pull-13 {
        right: 54.16666667%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-11 {
        right: 45.83333333%
    }

    .col-sm-pull-10 {
        right: 41.66666667%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-8 {
        right: 33.33333333%
    }

    .col-sm-pull-7 {
        right: 29.16666667%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-5 {
        right: 20.83333333%
    }

    .col-sm-pull-4 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-2 {
        right: 8.33333333%
    }

    .col-sm-pull-1 {
        right: 4.16666667%
    }

    .col-sm-pull-0 {
        right: 0%
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-push-23 {
        left: 95.83333333%
    }

    .col-sm-push-22 {
        left: 91.66666667%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-20 {
        left: 83.33333333%
    }

    .col-sm-push-19 {
        left: 79.16666667%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-17 {
        left: 70.83333333%
    }

    .col-sm-push-16 {
        left: 66.66666667%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-14 {
        left: 58.33333333%
    }

    .col-sm-push-13 {
        left: 54.16666667%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-11 {
        left: 45.83333333%
    }

    .col-sm-push-10 {
        left: 41.66666667%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-8 {
        left: 33.33333333%
    }

    .col-sm-push-7 {
        left: 29.16666667%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-5 {
        left: 20.83333333%
    }

    .col-sm-push-4 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-2 {
        left: 8.33333333%
    }

    .col-sm-push-1 {
        left: 4.16666667%
    }

    .col-sm-push-0 {
        left: 0%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: left
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-23 {
        width: 95.83333333%
    }

    .col-md-22 {
        width: 91.66666667%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-20 {
        width: 83.33333333%
    }

    .col-md-19 {
        width: 79.16666667%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-17 {
        width: 70.83333333%
    }

    .col-md-16 {
        width: 66.66666667%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-14 {
        width: 58.33333333%
    }

    .col-md-13 {
        width: 54.16666667%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-11 {
        width: 45.83333333%
    }

    .col-md-10 {
        width: 41.66666667%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-8 {
        width: 33.33333333%
    }

    .col-md-7 {
        width: 29.16666667%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-5 {
        width: 20.83333333%
    }

    .col-md-4 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-2 {
        width: 8.33333333%
    }

    .col-md-1 {
        width: 4.16666667%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-pull-23 {
        right: 95.83333333%
    }

    .col-md-pull-22 {
        right: 91.66666667%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-20 {
        right: 83.33333333%
    }

    .col-md-pull-19 {
        right: 79.16666667%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-17 {
        right: 70.83333333%
    }

    .col-md-pull-16 {
        right: 66.66666667%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-14 {
        right: 58.33333333%
    }

    .col-md-pull-13 {
        right: 54.16666667%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-11 {
        right: 45.83333333%
    }

    .col-md-pull-10 {
        right: 41.66666667%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-8 {
        right: 33.33333333%
    }

    .col-md-pull-7 {
        right: 29.16666667%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-5 {
        right: 20.83333333%
    }

    .col-md-pull-4 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-2 {
        right: 8.33333333%
    }

    .col-md-pull-1 {
        right: 4.16666667%
    }

    .col-md-pull-0 {
        right: 0%
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-push-23 {
        left: 95.83333333%
    }

    .col-md-push-22 {
        left: 91.66666667%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-20 {
        left: 83.33333333%
    }

    .col-md-push-19 {
        left: 79.16666667%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-17 {
        left: 70.83333333%
    }

    .col-md-push-16 {
        left: 66.66666667%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-14 {
        left: 58.33333333%
    }

    .col-md-push-13 {
        left: 54.16666667%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-11 {
        left: 45.83333333%
    }

    .col-md-push-10 {
        left: 41.66666667%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-8 {
        left: 33.33333333%
    }

    .col-md-push-7 {
        left: 29.16666667%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-5 {
        left: 20.83333333%
    }

    .col-md-push-4 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-2 {
        left: 8.33333333%
    }

    .col-md-push-1 {
        left: 4.16666667%
    }

    .col-md-push-0 {
        left: 0%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }

    .col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: left
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-23 {
        width: 95.83333333%
    }

    .col-lg-22 {
        width: 91.66666667%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-20 {
        width: 83.33333333%
    }

    .col-lg-19 {
        width: 79.16666667%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-17 {
        width: 70.83333333%
    }

    .col-lg-16 {
        width: 66.66666667%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-14 {
        width: 58.33333333%
    }

    .col-lg-13 {
        width: 54.16666667%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-11 {
        width: 45.83333333%
    }

    .col-lg-10 {
        width: 41.66666667%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-8 {
        width: 33.33333333%
    }

    .col-lg-7 {
        width: 29.16666667%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-5 {
        width: 20.83333333%
    }

    .col-lg-4 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-2 {
        width: 8.33333333%
    }

    .col-lg-1 {
        width: 4.16666667%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-pull-23 {
        right: 95.83333333%
    }

    .col-lg-pull-22 {
        right: 91.66666667%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-20 {
        right: 83.33333333%
    }

    .col-lg-pull-19 {
        right: 79.16666667%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-17 {
        right: 70.83333333%
    }

    .col-lg-pull-16 {
        right: 66.66666667%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-14 {
        right: 58.33333333%
    }

    .col-lg-pull-13 {
        right: 54.16666667%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-11 {
        right: 45.83333333%
    }

    .col-lg-pull-10 {
        right: 41.66666667%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-8 {
        right: 33.33333333%
    }

    .col-lg-pull-7 {
        right: 29.16666667%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-5 {
        right: 20.83333333%
    }

    .col-lg-pull-4 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-2 {
        right: 8.33333333%
    }

    .col-lg-pull-1 {
        right: 4.16666667%
    }

    .col-lg-pull-0 {
        right: 0%
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-push-23 {
        left: 95.83333333%
    }

    .col-lg-push-22 {
        left: 91.66666667%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-20 {
        left: 83.33333333%
    }

    .col-lg-push-19 {
        left: 79.16666667%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-17 {
        left: 70.83333333%
    }

    .col-lg-push-16 {
        left: 66.66666667%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-14 {
        left: 58.33333333%
    }

    .col-lg-push-13 {
        left: 54.16666667%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-11 {
        left: 45.83333333%
    }

    .col-lg-push-10 {
        left: 41.66666667%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-8 {
        left: 33.33333333%
    }

    .col-lg-push-7 {
        left: 29.16666667%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-5 {
        left: 20.83333333%
    }

    .col-lg-push-4 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-2 {
        left: 8.33333333%
    }

    .col-lg-push-1 {
        left: 4.16666667%
    }

    .col-lg-push-0 {
        left: 0%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*! jQuery UI - v1.10.4 - 2014-04-21
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.scroll-pane {
    overflow: hidden;
    width: 99%;
    float: left
}

@media only screen and (max-width: 480px) {
    .scroll-pane {
        overflow: scroll
    }
}

.scroll-content {
    width: 40000px;
    float: left;
    display: block
}

.scroll-content-item {
    float: left;
    margin: 10px;
    font-size: 3em;
    line-height: 96px;
    text-align: center
}

.scroll-bar-wrap {
    clear: left;
    padding: 0 4px 0 2px;
    margin: 0 -1px -1px -1px;
    background: #dedddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.scroll-bar-wrap .ui-slider {
    background: none;
    border: 0;
    height: .5em;
    margin: 0 auto
}

.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.scroll-bar-wrap .ui-slider-handle {
    top: .2em;
    height: .5em;
    background: #666
}

.scroll-bar-wrap .ui-slider-handle .ui-icon {
    margin: -8px auto 0;
    position: relative;
    top: 50%
}

.ui-slider {
    background: #dededd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 9px
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.6)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(images/loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(images/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(images/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(images/close.png) no-repeat 5px 5px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    max-width: 1000px;
    margin: 0px auto;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(images/loading@2x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(images/prev@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(images/next@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(images/close@2x.png);
        background-size: 16px 16px
    }
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

iframe.fslider_vimeo {
    border: none;
    width: 100%;
    height: 550px
}

@media only screen and (max-width: 800px) {
    iframe.fslider_vimeo {
        height: 460px
    }
}

@media only screen and (max-width: 768px) {
    iframe.fslider_vimeo {
        height: 400px
    }
}

#circleG,
#circleG-xs {
    width: 56px;
    text-align: center;
    margin: 10px auto;
    height: 26px
}

.circleG {
    background-color: #b6bbc6;
    float: left;
    height: 12px;
    margin-left: 6px;
    width: 12px;
    -moz-animation-name: bounce_circleG;
    -moz-animation-duration: 2.0999999999999996s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-border-radius: 8px;
    -webkit-animation-name: bounce_circleG;
    -webkit-animation-duration: 2.0999999999999996s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-border-radius: 8px;
    -ms-animation-name: bounce_circleG;
    -ms-animation-duration: 2.0999999999999996s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-border-radius: 8px;
    -o-animation-name: bounce_circleG;
    -o-animation-duration: 2.0999999999999996s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-border-radius: 8px;
    animation-name: bounce_circleG;
    animation-duration: 2.0999999999999996s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    border-radius: 8px
}

#circleG_1 {
    -moz-animation-delay: 0.41999999999999993s;
    -webkit-animation-delay: 0.41999999999999993s;
    -ms-animation-delay: 0.41999999999999993s;
    -o-animation-delay: 0.41999999999999993s;
    animation-delay: 0.41999999999999993s
}

#circleG_2 {
    -moz-animation-delay: 0.9799999999999999s;
    -webkit-animation-delay: 0.9799999999999999s;
    -ms-animation-delay: 0.9799999999999999s;
    -o-animation-delay: 0.9799999999999999s;
    animation-delay: 0.9799999999999999s
}

#circleG_3 {
    -moz-animation-delay: 1.26s;
    -webkit-animation-delay: 1.26s;
    -ms-animation-delay: 1.26s;
    -o-animation-delay: 1.26s;
    animation-delay: 1.26s
}

@-moz-keyframes bounce_circleG {
    50% {
        background-color: #461d7c
    }
}

@-webkit-keyframes bounce_circleG {
    50% {
        background-color: #461d7c
    }
}

@-ms-keyframes bounce_circleG {
    50% {
        background-color: #461d7c
    }
}

@-o-keyframes bounce_circleG {
    50% {
        background-color: #461d7c
    }
}

@keyframes bounce_circleG {
    50% {
        background-color: #461d7c
    }
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    margin: 0px 0 2px 4px;
    border-top: 5px solid #b6bbc6
}

.btn,
.contained_image_bkg .wrapper .image_content_right a {
    padding: 10px 29px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.btn:hover,
.contained_image_bkg .wrapper .image_content_right a:hover {
    text-decoration: none
}

@media only screen and (max-width: 600px) {

    .btn,
    .contained_image_bkg .wrapper .image_content_right a {
        padding: 8px 18px
    }
}

.btn-hollow-white-gold {
    border: 3px solid #fff;
    background: none;
    color: #fff
}

.btn-hollow-white-gold:hover {
    color: #fdd023;
    background: #fff
}

.btn-solid-white-gold {
    background: #fff;
    color: #fdd023
}

.btn-solid-white-gold:hover {
    color: #fee06f
}

.btn-hollow-white-purple {
    border: 3px solid #fff;
    background: none;
    color: #fff
}

.btn-hollow-white-purple:hover {
    color: #461d7c;
    background: #fff
}

.btn-solid-white-purple {
    background: #fff;
    color: #461d7c
}

.btn-solid-white-purple:hover {
    color: #692bba
}

.btn-hollow-purple {
    border: 3px solid #461d7c;
    background: none;
    color: #461d7c
}

.btn-hollow-purple:hover {
    color: #fff;
    background: #461d7c
}

.btn-solid-purple {
    background: #461d7c;
    color: #fff
}

.btn-solid-purple:hover {
    background: #692bba
}

.btn-hollow-gold,
.contained_image_bkg .wrapper .image_content_right a {
    border: 3px solid #fdd023;
    background: none;
    color: #fdd023
}

.btn-hollow-gold:hover,
.contained_image_bkg .wrapper .image_content_right a:hover {
    color: #fff;
    background: #fdd023
}

.btn-solid-gold {
    background: #fdd023;
    color: #fff
}

.btn-solid-gold:hover {
    background: #fee06f
}

.btn-hollow-green {
    border: 3px solid #8cb811;
    background: none;
    color: #8cb811
}

.btn-hollow-green:hover {
    color: #fff;
    background: #8cb811
}

.btn-solid-green {
    background: #8cb811;
    color: #fff
}

.btn-solid-green:hover {
    background: #b8eb2a
}

.btn-hollow-red {
    border: 3px solid #cd6633;
    background: none;
    color: #cd6633
}

.btn-hollow-red:hover {
    color: #fff;
    background: #cd6633
}

.btn-solid-red {
    background: #cd6633;
    color: #fff
}

.btn-solid-red:hover {
    background: #dc9470
}

.btn-hollow-orange {
    border: 3px solid #e9b200;
    background: none;
    color: #e9b200
}

.btn-hollow-orange:hover {
    color: #fff;
    background: #e9b200
}

.btn-solid-orange {
    background: #e9b200;
    color: #fff
}

.btn-solid-orange:hover {
    background: #ffd037
}

.btn-hollow-black-gray {
    border: 3px solid #010101;
    background: none;
    color: #010101
}

.btn-hollow-black-gray:hover {
    color: #fff;
    background: #010101
}

.trans_red,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li.work_1:after,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption.caption-1 {
    background: #cd6633 transparent;
    background: rgba(205, 102, 51, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2cd6633, endColorstr=#F2cd6633);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2cd6633, endColorstr=#F2cd6633)"
}

.trans_green,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li.work_3:after,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption.caption-3 {
    background: #8cb811 transparent;
    background: rgba(140, 184, 17, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F28cb811, endColorstr=#F28cb811);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F28cb811, endColorstr=#F28cb811)"
}

.trans_gold,
.gold_content_fold,
.featured_person .feat-excerpt,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li.work_4:after,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption.caption-4 {
    background: #e9b200 transparent;
    background: rgba(233, 178, 0, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2e9b200, endColorstr=#F2e9b200);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2e9b200, endColorstr=#F2e9b200)"
}

.gold_content_fold,
.featured_person .feat-excerpt {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9b200), to(#e9b200));
    background: -webkit-linear-gradient(-225deg, transparent 50px, rgba(233, 178, 0, 0.9) 50px);
    background: -moz-linear-gradient(315deg, transparent 50px, rgba(233, 178, 0, 0.9) 50px);
    background: -o-linear-gradient(315deg, transparent 50px, rgba(233, 178, 0, 0.9) 50px);
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 50px, rgba(233, 178, 0, 0.9) 50px);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    width: 32%;
    position: relative;
    z-index: 4;
    padding: 2.8% 2.5%;
    cursor: auto;
    text-align: left
}

.white_content_fold {
    background: white transparent;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF, endColorstr=#F2FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF, endColorstr=#F2FFFFFF)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));
    background: -webkit-linear-gradient(-225deg, transparent 50px, rgba(255, 255, 255, 0.9) 50px);
    background: -moz-linear-gradient(315deg, transparent 50px, rgba(255, 255, 255, 0.9) 50px);
    background: -o-linear-gradient(315deg, transparent 50px, rgba(255, 255, 255, 0.9) 50px);
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 50px, rgba(255, 255, 255, 0.9) 50px);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    width: 32%;
    position: relative;
    z-index: 4;
    padding: 2.8% 2.5%;
    cursor: auto;
    text-align: left
}

.trans_purple,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li.work_2:after,
.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption.caption-2 {
    background: #461d7c transparent;
    background: rgba(70, 29, 124, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2461d7c, endColorstr=#F2461d7c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2461d7c, endColorstr=#F2461d7c)"
}

.purple_content_fold {
    background: #461d7c;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#461d7c), to(#461d7c));
    background: -webkit-linear-gradient(-225deg, transparent 50px, rgba(70, 29, 124, 0.9) 50px);
    background: -moz-linear-gradient(315deg, transparent 50px, rgba(70, 29, 124, 0.9) 50px);
    background: -o-linear-gradient(315deg, transparent 50px, rgba(70, 29, 124, 0.9) 50px);
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 50px, rgba(70, 29, 124, 0.9) 50px);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    width: 32%;
    position: relative;
    z-index: 4;
    padding: 2.8% 2.5%;
    cursor: auto;
    text-align: left;
    color: #fff
}

.transp_content_fold,
.featured_news .wrapper .news_item .feature-caption {
    background: black transparent;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2000000, endColorstr=#F2000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2000000, endColorstr=#F2000000)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000));
    background: -webkit-linear-gradient(-225deg, transparent 50px, rgba(0, 0, 0, 0.7) 50px);
    background: -moz-linear-gradient(315deg, transparent 50px, rgba(0, 0, 0, 0.7) 50px);
    background: -o-linear-gradient(315deg, transparent 50px, rgba(0, 0, 0, 0.7) 50px);
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 50px, rgba(0, 0, 0, 0.7) 50px);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    width: 32%;
    position: relative;
    z-index: 4;
    padding: 2.8% 2.5%;
    cursor: auto;
    text-align: left
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated_slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        -ms-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -moz-opacity: 1;
        opacity: 1;
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownSmall {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownSmall {
    -ms-animation-name: fadeInDownSmall;
    -moz-animation-name: fadeInDownSmall;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@keyframes ann_pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.ann_pulse {
    -webkit-animation-name: ann_pulse;
    animation-name: ann_pulse
}

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor>.comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom
}

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.screen-reader-text:focus {
  background-color: transparent;
    border-radius: 3px;
  clip: auto !important;
  display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
  padding: 0;
    position: absolute;
    left: 5px;
    top: 5px;
  text-decoration: underline;
    width: auto;
  z-index: 100000;
    outline: none;
}

button,
input,
textarea {
    border: 1px solid #cfd0d4;
    font-family: inherit;
    padding: 5px;
    background: #e2e4e8
}

input,
textarea {
    color: #141412
}

input:focus,
textarea:focus {
    outline: 0
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #461d7c;
    background: -webkit-linear-gradient(top, #5d27a5 0%, #461d7c 100%);
    background: linear-gradient(to bottom, #5d27a5 0%, #461d7c 100%);
    border: none;
    border-bottom: 3px solid #2f1353;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #5d27a5;
    background: -webkit-linear-gradient(top, #692bba 0%, #461d7c 100%);
    background: linear-gradient(to bottom, #692bba 0%, #461d7c 100%);
    outline: none
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #5d27a5;
    background: -webkit-linear-gradient(top, #692bba 0%, #461d7c 100%);
    background: linear-gradient(to bottom, #692bba 0%, #461d7c 100%);
    outline: none
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px
}

::-webkit-input-placeholder {
    color: #7d7b6d
}

:-moz-placeholder {
    color: #7d7b6d
}

::-moz-placeholder {
    color: #7d7b6d
}

:-ms-input-placeholder {
    color: #7d7b6d
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 20px 5px 0
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0
}

img.alignright {
    margin: 5px 0 5px 20px
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px
}

img.aligncenter {
    margin: 5px auto
}

img.alignnone {
    margin: 5px 0
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside
}

.site {
    background-color: #fff;
    width: 100%
}

.site-main {
    position: relative
}

.site-main .sidebar-container {
    width: 100%;
    z-index: 1
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}

.site-header {
    position: relative
}

.site-header .home-link {
    display: block;
    padding: 0 0 0 26px;
    text-decoration: none;
    width: 32%;
    float: left;
    padding-bottom: 0px;
    min-height: 20px
}

@media only screen and (max-width: 1300px) {
    .site-header .home-link {
        width: 29%
    }
}

@media only screen and (max-width: 1130px) {
    .site-header .home-link {
        position: absolute;
        width: 38%;
        min-width: 220px;
        max-width: 314px
    }
}

@media only screen and (max-width: 768px) {
    .site-header .home-link {
        position: static;
        margin-bottom: 10px;
        width: 80%;
        min-width: 300px
    }
}

@media only screen and (max-width: 480px) {
    .site-header .home-link {
        min-width: 200px;
        width: 70%;
        padding-left: 10px
    }
}

.site-header .home-link .lsu-svg-logo {
    position: relative;
    height: 100%;
    overflow: hidden;
    height: 88px
}

@media only screen and (max-width: 1377px) {
    .site-header .home-link .lsu-svg-logo {
        height: 82px
    }
}

@media only screen and (max-width: 1300px) {
    .site-header .home-link .lsu-svg-logo {
        height: 82px
    }
}

@media only screen and (max-width: 1180px) {
    .site-header .home-link .lsu-svg-logo {
        height: 79px
    }
}

@media only screen and (max-width: 1130px) {
    .site-header .home-link .lsu-svg-logo {
        height: 50px
    }
}

@media only screen and (max-width: 480px) {
    .site-header .home-link .lsu-svg-logo {
        height: 50px
    }
}

.site-header .home-link .lsu-png-logo {
    display: none;
    max-width: 100%;
    margin-top: 32px
}

.site-header .home-link #lsuad-logo {
    max-width: 438px;
    max-height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0
}

.site-header .ie_fallback {
    display: none
}

.site-header #navbar {
    float: left;
    width: 68%
}

@media only screen and (max-width: 1300px) {
    .site-header #navbar {
        width: 71%
    }
}

@media only screen and (max-width: 1130px) {
    .site-header #navbar {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .site-header #navbar {
        width: 18%;
        float: right;
        text-align: right
    }
}

.ie7 .site-header .home-link .lsu-png-logo,
.ie8 .site-header .home-link .lsu-png-logo {
    display: block
}

.ie7 .site-header .home-link .lsu-svg-logo,
.ie8 .site-header .home-link .lsu-svg-logo {
    display: none
}

.site-header .site-title:hover {
    text-decoration: underline
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px
}

.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0
}

.top-menu {
    text-align: right;
    padding-right: 62px;
    margin-top: 9px
}

@media only screen and (max-width: 1377px) {
    .top-menu {
        margin-top: 5px
    }
}

@media only screen and (max-width: 1130px) {
    .top-menu {
        margin-top: 8px
    }
}

.top-menu .menu-top-college-menu-container,
.top-menu .menu-college-top-menu-container {
    width: 95%;
    float: left
}

.top-menu span.genericon {
    color: #3F4449;
    width: 43px;
    height: 38px;
    display: inline-block;
    cursor: pointer;
    width: 5%
}

.top-menu span.genericon:before {
    font-size: 25px;
    margin-top: 7px;
    border-left: 1px solid;
    padding-left: 16px
}

.top-menu #main_search_form {
    position: fixed;
    background: #fff;
    height: 104px;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.top-menu #main_search_form input.lsu-search-field {
    width: 100%;
    height: 100%;
    font-size: 67px;
    color: #3f4449;
    padding: 19px 19px 19px 115px;
    margin: 0;
    border: none;
    -webkit-box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, 0.8);
    background: #fff
}

.top-menu #main_search_form #lsu-sf-eyeglass {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999
}

.top-menu #main_search_form #lsu-sf-eyeglass:before {
    font-size: 74px;
    border: none;
    padding-top: 6px
}

.top-menu #main_search_form #lsu-sf-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 123px;
    text-align: center
}

.top-menu #main_search_form #lsu-sf-close:before {
    font-size: 35px;
    border: none;
    padding-top: 23%
}

.main-navigation {
    clear: both;
    float: right;
    max-width: 1080px;
    min-height: 45px;
    position: static;
    margin-right: 26px
}

@media only screen and (max-width: 1130px) {
    .main-navigation {
        float: none;
        margin: 0 26px
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation {
        margin-top: 16px
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation {
        margin: 16px 35px 0 0
    }
}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0 0px 0 0;
    text-align: right
}

ul#menu-college-main-menu {
    min-height: 45px
}

@media only screen and (max-width: 1130px) {
    .menu-college-main-menu-container ul.nav-menu {
        margin-top: 13px;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .menu-college-main-menu-container ul.nav-menu {
        display: none
    }
}

.nav-menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    padding: 10px;
    min-height: 45px
}


.nav-menu li li {
    min-height: 0
}

@media only screen and (max-width: 1377px) {
    .nav-menu li {
        padding: 15px 10px
    }
}

@media only screen and (max-width: 1300px) {
    .nav-menu li {
        padding: 13px 10px
    }
}

@media only screen and (max-width: 1180px) {
    .nav-menu li {
        padding: 15px 10px
    }
}

@media only screen and (max-width: 1130px) {
    .nav-menu li {
        padding: 15px 22px
    }
}

@media only screen and (max-width: 880px) {
    .nav-menu li {
        padding: 15px 13px
    }
}

@media only screen and (max-width: 1130px) {
    .top-menu .nav-menu li {
        padding: 15px 13px
    }
}

@media only screen and (max-width: 880px) {
    .top-menu .nav-menu li {
        padding: 15px 13px
    }
}

.nav-menu li a {
    color: #3f4449;
    display: block;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
        padding: 5px 5px 3px 5px;
}

@media only screen and (max-width: 1377px) {
    .nav-menu li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 1180px) {
    .nav-menu li a {
        font-size: 15px
    }
}

@media only screen and (max-width: 800px) {
    .nav-menu li a {
        font-size: 14px
    }
}

.top-menu .nav-menu li a {
    font-size: 14px
}

.nav-menu li:hover>a,
.nav-menu li a:hover {
    color: #461d7c
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: white;
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    color: #461d7c;
    margin-top: 15px;
    text-align: left;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    -moz-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px -2px #000;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3)
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    left: 200px;
    top: -15px;
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.4)
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    min-width: 200px;
    width: 100%
}

.nav-menu .sub-menu li,
.nav-menu .children li {
    margin: 0;
    padding: 0
}

.nav-menu .sub-menu li a,
.nav-menu .children li a {
    text-align: left;
    margin: 0;
    padding: 8px 0 8px 15px;
    color: #461d7c;
    font-size: 14px
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background: #e6e6e6;
    color: #461d7c
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
.sub-menu.open {
    display: block
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #461d7c;
    border-color: #d1c6de
}

.nav-menu .current_page_item ul li>a,
.nav-menu .current_page_ancestor ul li>a,
.nav-menu .current-menu-item ul li>a,
.nav-menu .current-menu-ancestor ul li>a {
    border-color: transparent
}

.nav-menu ul li.current_page_item>a,
.nav-menu ul li.current_page_ancestor>a,
.nav-menu ul li.current-menu-item>a,
.nav-menu ul li.current-menu-ancestor>a {
    background: #e6e6e6
}

#trigger {
    display: none
}

@media only screen and (max-width: 768px) {
    #trigger {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
        padding: 12px
    }
}

#trigger span {
    color: #3F4449;
}

@media only screen and (max-width: 768px) {
    .top-menu {
        display: none
    }
}

@media only screen and (min-width: 1175px) {

    .nav-menu li#menu-item-631,
    .nav-menu li#menu-item-9257 {
        position: static
    }

    .nav-menu li#menu-item-631 .sub-menu,
    .nav-menu li#menu-item-631 .children,
    .nav-menu li#menu-item-9257 .sub-menu,
    .nav-menu li#menu-item-9257 .children {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0,
    .nav-menu li#menu-item-631 .children.level-0,
    .nav-menu li#menu-item-9257 .sub-menu.level-0,
    .nav-menu li#menu-item-9257 .children.level-0 {
        width: 100%;
        position: absolute;
        background: #b4b9c4;
        background: rgba(181, 186, 197, 0.95);
        padding: 2% 1%;
        left: 0
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li,
    .nav-menu li#menu-item-631 .children.level-0 li,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li,
    .nav-menu li#menu-item-9257 .children.level-0 li {
        width: 19%;
        min-height: 200px;
        border: 5px solid #fff;
        margin: 0 0.5%;
        float: left
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-631 .children.level-0 li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-9257 .children.level-0 li a {
        color: #fff;
        height: 100%;
        width: 100%;
        background: #9f9de4 transparent;
        background: rgba(159, 157, 228, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999f9de4, endColorstr=#999f9de4);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999f9de4, endColorstr=#999f9de4)";
        display: block;
        text-align: center;
        padding: 10px 0 0 0;
        font-size: 30px;
        min-height: 200px;
        line-height: 200px;
          outline: none;
        }
        
        .nav-menu li#menu-item-631 .sub-menu.level-0 li:focus-within,
        .nav-menu li#menu-item-631 .children.level-0 li:focus-within,
        .nav-menu li#menu-item-9257 .sub-menu.level-0 li:focus-within,
        .nav-menu li#menu-item-9257 .children.level-0 li:focus-within {
          border-color: #2560C5;
        }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-631 .children.level-0 li a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-9257 .children.level-0 li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: 35px;
        -webkit-transition: .4s all ease-in-out;
        -moz-transition: .4s all ease-in-out;
        -ms-transition: .4s all ease-in-out;
        -o-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;
        padding: 0 2%
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li:hover a,
    .nav-menu li#menu-item-631 .children.level-0 li:hover a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li:hover a,
    .nav-menu li#menu-item-9257 .children.level-0 li:hover a {
        background: #9f9de4 transparent;
        background: rgba(159, 157, 228, 0.43);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#669f9de4, endColorstr=#669f9de4);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#669f9de4, endColorstr=#669f9de4)"
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-631 .children.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .children.level-0 li:hover a span {
        margin-top: -116px
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li.doctor_of_design_nav a,
    .nav-menu li#menu-item-631 .children.level-0 li.doctor_of_design_nav a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li.doctor_of_design_nav a,
    .nav-menu li#menu-item-9257 .children.level-0 li.doctor_of_design_nav a {
        background: #fdd023;
        background: rgba(177, 142, 2, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99fdd023, endColorstr=#99fdd023);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99fdd023, endColorstr=#99fdd023)"
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li.doctor_of_design_nav a li a,
    .nav-menu li#menu-item-631 .children.level-0 li.doctor_of_design_nav a li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li.doctor_of_design_nav a li a,
    .nav-menu li#menu-item-9257 .children.level-0 li.doctor_of_design_nav a li a {
        background: none
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li.doctor_of_design_nav:hover a,
    .nav-menu li#menu-item-631 .children.level-0 li.doctor_of_design_nav:hover a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li.doctor_of_design_nav:hover a,
    .nav-menu li#menu-item-9257 .children.level-0 li.doctor_of_design_nav:hover a {
        background: #fdd023;
        background: rgba(177, 142, 2, 0.43);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66fdd023, endColorstr=#66fdd023);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66fdd023, endColorstr=#66fdd023)"
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 li.doctor_of_design_nav:hover ul li a,
    .nav-menu li#menu-item-631 .children.level-0 li.doctor_of_design_nav:hover ul li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li.doctor_of_design_nav:hover ul li a,
    .nav-menu li#menu-item-9257 .children.level-0 li.doctor_of_design_nav:hover ul li a {
        background: none
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        top: 59px;
        margin-left: 17%
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li {
        border: none;
        background: none;
        filter: none;
        -ms-filter: none;
        float: left;
        width: 48%;
        min-height: 15px;
        text-align: left;
        margin: 0
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li.menu-odd {
        margin: 0 0% 0 0%
    }

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li a,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li a,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li a {
        border: none;
        background: none;
        filter: none;
        -ms-filter: none;
        font-size: 15px;
        min-height: 15px;
        text-align: left;
        text-transform: none;
        font-weight: 400;
        line-height: normal;
        padding: 10px 0 0 0
    }

    .nav-menu li#menu-item-631 .sub-menu li a img.wp-post-image,
    .nav-menu li#menu-item-631 .children li a img.wp-post-image,
    .nav-menu li#menu-item-9257 .sub-menu li a img.wp-post-image,
    .nav-menu li#menu-item-9257 .children li a img.wp-post-image {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .nav-menu li#menu-item-631 .sub-menu li.architecture_nav,
    .nav-menu li#menu-item-631 .children li.architecture_nav,
    .nav-menu li#menu-item-9257 .sub-menu li.architecture_nav,
    .nav-menu li#menu-item-9257 .children li.architecture_nav {
        background: url(images/bkg-Architecture-menu.jpg) no-repeat center center;
        background-size: cover
    }

    .nav-menu li#menu-item-631 .sub-menu li.architecture_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.architecture_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.architecture_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.architecture_nav:hover a span {
        margin-top: -132px
    }

    .nav-menu li#menu-item-631 .sub-menu li.art_nav,
    .nav-menu li#menu-item-631 .children li.art_nav,
    .nav-menu li#menu-item-9257 .sub-menu li.art_nav,
    .nav-menu li#menu-item-9257 .children li.art_nav {
        background: url(images/bkg-Art-menu.jpg) no-repeat center center;
        background-size: cover
    }

    .nav-menu li#menu-item-631 .sub-menu li.art_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.art_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.art_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.art_nav:hover a span {
        margin-top: -132px
    }

    .nav-menu li#menu-item-631 .sub-menu li.interior_design_nav,
    .nav-menu li#menu-item-631 .children li.interior_design_nav,
    .nav-menu li#menu-item-9257 .sub-menu li.interior_design_nav,
    .nav-menu li#menu-item-9257 .children li.interior_design_nav {
        background: url(images/bkg-Interior-Design-menu.jpg) no-repeat center center;
        background-size: cover
    }

    .nav-menu li#menu-item-631 .sub-menu li.landscape_arch_nav,
    .nav-menu li#menu-item-631 .children li.landscape_arch_nav,
    .nav-menu li#menu-item-9257 .sub-menu li.landscape_arch_nav,
    .nav-menu li#menu-item-9257 .children li.landscape_arch_nav {
        background: url(images/bkg-Landscape-Architecture-menu.jpg) no-repeat center center;
        background-size: cover
    }

    .nav-menu li#menu-item-631 .sub-menu li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-631 .children li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-9257 .sub-menu li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-9257 .children li.landscape_arch_nav ul.level-1 {
        top: 74px
    }

    .nav-menu li#menu-item-631 .sub-menu li.doctor_of_design_nav,
    .nav-menu li#menu-item-631 .children li.doctor_of_design_nav,
    .nav-menu li#menu-item-9257 .sub-menu li.doctor_of_design_nav,
    .nav-menu li#menu-item-9257 .children li.doctor_of_design_nav {
        background: url(images/doc_of_design.jpg) no-repeat center center;
        background-size: cover
    }

    .nav-menu li#menu-item-631 .sub-menu li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-631 .children li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-9257 .sub-menu li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-9257 .children li.doctor_of_design_nav ul.level-1 {
        top: 74px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0,
    .nav-menu li#menu-item-631 .children.level-0,
    .nav-menu li#menu-item-9257 .sub-menu.level-0,
    .nav-menu li#menu-item-9257 .children.level-0 {
        padding: 2% 1%
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li,
    .nav-menu li#menu-item-631 .children.level-0 li,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li,
    .nav-menu li#menu-item-9257 .children.level-0 li {
        min-height: 186px
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-631 .children.level-0 li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-9257 .children.level-0 li a {
        font-size: 27px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-631 .children.level-0 li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a,
    .nav-menu li#menu-item-9257 .children.level-0 li a {
        font-size: 23px;
        line-height: 165px;
        min-height: 185px
    }
}

@media only screen and (max-width: 1306px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-631 .children.level-0 li a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-9257 .children.level-0 li a span {
        line-height: 30px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-631 .children.level-0 li a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li a span,
    .nav-menu li#menu-item-9257 .children.level-0 li a span {
        line-height: 25px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-631 .children.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .children.level-0 li:hover a span {
        margin-top: -138px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-631 .children.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 li:hover a span,
    .nav-menu li#menu-item-9257 .children.level-0 li:hover a span {
        margin-top: -132px
    }
}

@media only screen and (max-width: 1750px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        margin-left: 13%
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        margin-left: 12%
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        margin-left: 12%;
        top: 54px
    }
}

@media only screen and (max-width: 1306px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        margin-left: 10%;
        top: 58px
    }
}

@media only screen and (max-width: 1306px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        margin-left: 9%;
        top: 52px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-631 .children.level-0 .level-1,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 {
        top: 39px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li.menu-odd,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li.menu-odd {
        margin: 0 0 0 0%
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li {
        width: 47.5%
    }
}

@media only screen and (max-width: 1225px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu.level-0 .level-1 li a,
    .nav-menu li#menu-item-631 .children.level-0 .level-1 li a,
    .nav-menu li#menu-item-9257 .sub-menu.level-0 .level-1 li a,
    .nav-menu li#menu-item-9257 .children.level-0 .level-1 li a {
        font-size: 14px;
        padding: 7px 0 0 0
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.architecture_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.architecture_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.architecture_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.architecture_nav:hover a span {
        margin-top: -114px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.art_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.art_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.art_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.art_nav:hover a span {
        margin-top: -114px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.interior_design_nav:hover a span {
        margin-top: -132px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.interior_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.interior_design_nav:hover a span {
        margin-top: -114px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-631 .sub-menu li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-631 .children li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-631 .children li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-9257 .sub-menu li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-9257 .sub-menu li.doctor_of_design_nav ul.level-1,
    .nav-menu li#menu-item-9257 .children li.landscape_arch_nav ul.level-1,
    .nav-menu li#menu-item-9257 .children li.doctor_of_design_nav ul.level-1 {
        top: 54px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-631 .sub-menu li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.doctor_of_design_nav:hover a span {
        margin-top: -124px
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1175px) {

    .nav-menu li#menu-item-631 .sub-menu li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-631 .sub-menu li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-631 .children li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-9257 .sub-menu li.doctor_of_design_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.landscape_arch_nav:hover a span,
    .nav-menu li#menu-item-9257 .children li.doctor_of_design_nav:hover a span {
        margin-top: -119px
    }
}

.navbar {
    background-color: #fff;
    margin: 0 auto;
    width: 100%
}

.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px
}

.site-header .search-form span:before {
    color: #3f4449;
    font-size: 18px
}

.site-header .search-field {
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px
}

.school-nav {
    background: #461d7c;
    padding: 20px 0 14px
}

@media only screen and (max-width: 480px) {
    .school-nav {
        padding: 14px 0 10px
    }
}

.school-nav .school_name {
    padding-left: 26px;
    font-size: 33px;
    color: #fff;
    float: left;
    width: 30%;
    margin-bottom: 0
}

@media only screen and (max-width: 1400px) {
    .school-nav .school_name {
        font-size: 32px
    }
}

@media only screen and (max-width: 1130px) {
    .school-nav .school_name {
        font-size: 31px
    }
}

@media only screen and (max-width: 1090px) {
    .school-nav .school_name {
        font-size: 28px
    }
}

@media only screen and (max-width: 1000px) {
    .school-nav .school_name {
        font-size: 26px
    }
}

@media only screen and (max-width: 924px) {
    .school-nav .school_name {
        font-size: 23px
    }
}

@media only screen and (max-width: 824px) {
    .school-nav .school_name {
        font-size: 20px;
        width: 28%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school_name {
        display: none
    }
}

.school-nav .school_name.land_architecture_nav {
    font-size: 23px;
    width: 35%
}

@media only screen and (max-width: 1400px) {
    .school-nav .school_name.land_architecture_nav {
        font-size: 21px
    }
}

@media only screen and (max-width: 1312px) {
    .school-nav .school_name.land_architecture_nav {
        font-size: 19px
    }
}

@media only screen and (max-width: 1180px) {
    .school-nav .school_name.land_architecture_nav {
        font-size: 18px
    }
}

@media only screen and (max-width: 1100px) {
    .school-nav .school_name.land_architecture_nav {
        font-size: 17px
    }
}

@media only screen and (max-width: 1060px) {
    .school-nav .school_name.land_architecture_nav {
        font-size: 16px
    }
}

@media only screen and (max-width: 880px) {
    .school-nav .school_name.land_architecture_nav {
        width: 28%
    }
}

.school-nav .school_name.art_nav {
    width: 20%
}

@media only screen and (max-width: 845px) {
    .school-nav .school_name.art_nav {
        font-size: 18px;
        width: 18%
    }
}

.school-nav .school_name.interior_design_nav {
    width: 35%
}

@media only screen and (max-width: 1400px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 31px
    }
}

@media only screen and (max-width: 1215px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 29px
    }
}

@media only screen and (max-width: 1150px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 27px
    }
}

@media only screen and (max-width: 1065px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 25px
    }
}

@media only screen and (max-width: 1000px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 23px
    }
}

@media only screen and (max-width: 915px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 21px
    }
}

@media only screen and (max-width: 856px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 20px
    }
}

@media only screen and (max-width: 800px) {
    .school-nav .school_name.interior_design_nav {
        font-size: 18px
    }
}

.school-nav .school_name.doctor_of_design_nav {
    width: 50%;
    font-size: 27px
}

.school-nav .school_name a {
    color: #fff;
    font-family: "ff-meta-web-pro"
}

.school-nav .school_name a:hover {
    text-decoration: none
}

.school-nav .school-menu-container {
    float: right;
    width: 70%
}

@media only screen and (max-width: 824px) {
    .school-nav .school-menu-container {
        width: 72%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container {
        display: none;
        width: 100%;
        float: none;
        clear: both
    }
}

.school-nav .school-menu-container.land_architecture_nav {
    width: 65%
}

@media only screen and (max-width: 880px) {
    .school-nav .school-menu-container.land_architecture_nav {
        width: 72%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container.land_architecture_nav {
        width: 100%
    }
}

.school-nav .school-menu-container.art_nav {
    width: 80%
}

@media only screen and (max-width: 845px) {
    .school-nav .school-menu-container.art_nav {
        width: 82%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container.art_nav {
        width: 100%
    }
}

.school-nav .school-menu-container.interior_design_nav {
    width: 65%
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container.interior_design_nav {
        width: 100%
    }
}

.school-nav .school-menu-container.doctor_of_design_nav {
    width: 50%
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container.doctor_of_design_nav {
        width: 100%
    }
}

.school-nav .school-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 41px
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container ul {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin: 16px 0
    }
}

.school-nav .school-menu-container ul li {
    display: inline;
    margin: 0 0 0 5%
}

@media only screen and (max-width: 1440px) {
    .school-nav .school-menu-container ul li {
        margin: 0 0 0 4%
    }
}

@media only screen and (max-width: 1250px) {
    .school-nav .school-menu-container ul li {
        margin: 0 0 0 3%
    }
}

@media only screen and (max-width: 1050px) {
    .school-nav .school-menu-container ul li {
        margin: 0 0 0 2%
    }
}

@media only screen and (max-width: 970px) {
    .school-nav .school-menu-container ul li {
        margin: 0 0 0 1.5%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container ul li {
        text-align: center;
        display: block;
        border-bottom: 1px solid #624B91;
        padding: 7px 0;
        margin: 0
    }
}

.school-nav .school-menu-container ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    border-bottom: 2px solid transparent
}

@media only screen and (max-width: 1376px) {
    .school-nav .school-menu-container ul li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 1180px) {
    .school-nav .school-menu-container ul li a {
        font-size: 15px
    }
}

@media only screen and (max-width: 1050px) {
    .school-nav .school-menu-container ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 824px) {
    .school-nav .school-menu-container ul li a {
        font-size: 13px
    }
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container ul li a {
        font-size: 17px;
        padding: 4px 0;
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .school-nav .school-menu-container ul li a {
        font-size: 16px
    }
}

.school-nav .school-menu-container ul li a:hover {
    border-bottom: 2px solid #fff;
    text-decoration: none
}

.school-nav .school-menu-container ul li.gold a {
    color: #fdd023
}

.school-nav .school-menu-container ul li.current-menu-item a {
    border-bottom: 2px solid #fff
}

@media only screen and (max-width: 768px) {
    .school-nav .school-menu-container ul li.current-menu-item a {
        border-bottom: 0;
        font-weight: bold
    }
}

.school-nav #school_trigger {
    display: none;
    float: none;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-right: 26px;
    cursor: pointer;
    font-weight: normal
}

@media only screen and (max-width: 768px) {
    .school-nav #school_trigger {
        display: block;
        font-size: 28px;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .school-nav #school_trigger {
        font-size: 25px;
        font-weight: normal
    }
}

@media only screen and (max-width: 480px) {
    .school-nav #school_trigger {
        font-size: 22px
    }
}

.school-nav #school_trigger span {
    color: #fff;
    margin-top: 13px;
    margin-left: 8px
}

@media only screen and (max-width: 480px) {
    .school-nav #school_trigger span {
        margin-top: 6px;
        margin-left: 3px
    }
}

.school-nav #school_trigger span:before {
    color: #fff;
    font-size: 10px
}

.hentry {
    padding: 40px 0
}

@media only screen and (max-width: 1130px) {
    .hentry {
        padding: 40px 20px
    }
}

@media only screen and (max-width: 900px) {
    .hentry {
        padding: 0 15px
    }
}

@media only screen and (max-width: 700px) {
    .hentry {
        padding: 0px
    }
}

.tag-page .page-text .hentry {
    border-bottom: 1px solid #ccc
}

.tag-page .page-text .hentry:first-child {
    padding-top: 0
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%
}

.entry-content {
    background: #fff;
    position: relative
}

#primary {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain
}

.breadcrumbs {
    background: #461d7c;
    color: #b6bbc6;
    padding: 17px 17px 17px 4%;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 2
}

.breadcrumbs .current {
    color: #fdd023
}

.breadcrumbs a {
    color: #b6bbc6;
    font-size: 14px;
    position: relative;
    z-index: 2;
    font-weight: 400
}

.outer_shadow {
    height: 650px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 -14px 34px -14px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -14px 34px -14px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -14px 34px -14px rgba(0, 0, 0, 0.4);
    width: 100%
}

.page-text {
    position: relative;
    width: 74%;
    float: left;
    padding: 3% 4% 4% 4%;
    z-index: 2;
    min-height: 700px
}

@media only screen and (max-width: 800px) {
    .page-text {
        width: 100%;
        float: none
    }
}

.full-page-text {
    position: relative;
    width: 100%;
    float: none;
    padding: 3% 4% 4% 4%;
    z-index: 2;
    min-height: 700px
}

.full-page-text.explore_lsu {
    padding: 0
}

.single-post .page-text {
    padding-top: 0
}

.filter-page .page-text {
    padding: 1.5% 4% 4% 4%
}

.page-sidebar {
    position: relative;
    width: 26%;
    float: right;
    z-index: 2
}

@media only screen and (max-width: 800px) {
    .page-sidebar {
        width: 100%;
        float: none
    }
}

.resp_sidebar_head {
    display: none;
    background: #461d7c;
    color: #b6bbc6;
    font-size: 14px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    padding: 17px 17px 17px 9%;
    text-transform: uppercase
}

@media only screen and (max-width: 800px) {
    .resp_sidebar_head {
        display: block
    }
}

ul.subpage-sidebar {
    margin: 0;
    padding: 10% 0 11%;
    list-style: none
}

@media only screen and (max-width: 800px) {
    ul.subpage-sidebar {
        padding: 5% 0
    }
}

ul.subpage-sidebar li a {
    color: #3f4449;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 11px 0;
    line-height: 22px;
    padding-left: 9%
}

ul.subpage-sidebar li.current_page_item>a {
    background: #fdd023
}

ul.subpage-sidebar li ul {
    margin: 0;
    padding: 0;
    padding-left: 9%;
    display: none
}

ul.subpage-sidebar li ul li {
    list-style: none
}

ul.subpage-sidebar li ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 5px 5px 5px 15px
}

ul.subpage-sidebar li ul li ul {
    padding-left: 6%
}

ul.subpage-sidebar li ul li ul li a {
    font-size: 12px;
    font-weight: 600
}

ul.subpage-sidebar li.current_page_item ul,
ul.subpage-sidebar li.current_page_ancestor ul {
    display: block
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 376px 0 60px
}

.lsu-video {
    height: 650px;
    height: 90vh;
    position: relative;
    overflow: hidden
}

.touch .lsu-video {
    background: url(images/LSU-Art-Design-School-Small.jpg) no-repeat center top;
    background-size: cover
}

@media only screen and (max-width: 480px) {
    .touch .lsu-video {
        height: 200px
    }
}

@media screen and (max-width: 480px) {
    .touch .lsu-video {
        background: url(images/LSU-Art-Design-School.jpg) no-repeat center top;
        background-size: cover
    }
}

.lsu-video .video-cover {
    position: absolute;
    z-index: 100;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 9%, transparent 35%, rgba(0, 0, 0, 0.31) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, transparent), color-stop(35%, transparent), color-stop(100%, rgba(0, 0, 0, 0.31)));
    background: -webkit-linear-gradient(top, transparent 9%, transparent 35%, rgba(0, 0, 0, 0.31) 100%);
    background: -o-linear-gradient(top, transparent 9%, transparent 35%, rgba(0, 0, 0, 0.31) 100%);
    background: -ms-linear-gradient(top, transparent 9%, transparent 35%, rgba(0, 0, 0, 0.31) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.31) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4f000000', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    width: 100%;
    height: 100%;
    -webkit-animation: huerotator 3s infinite alternate;
    animation: huerotator 3s infinite alternate;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

video#bgvid {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100
}

.lsu-video h1 {
    font-size: 129px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    margin: 33px 0
}

@media only screen and (max-width: 480px) {
    .lsu-video h1 {
        font-size: 14px
    }
}

#video-mont {
    width: 100%;
    height: 100%
}

#video-mont .videoBG,
#video-mont .videoBG_wrapper {
    width: 100% !important;
    height: 100% !important
}

.galleria {
    height: 547px;
    margin-bottom: 24px
}

@media only screen and (max-width: 480px) {
    .galleria {
        height: 350px
    }
}

.sidebar .entry-header .entry-meta {
    padding: 0
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px
}

.entry-header {
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .entry-header {
        margin-bottom: 0
    }
}

.entry-title,
.div-entry-title {
    margin: 0;
    color: #fff
}

.type-post h2.entry-title {
    color: #3f4449
}

h1.entry-title,
.div-entry-title {
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 2.5% 0 2.5% 4%
}

@media only screen and (max-width: 480px) {

    h1.entry-title,
    .div-entry-title {
        font-size: 29px;
        line-height: 30px;
        padding: 30px 0 30px 4%
    }
}

h1.entry-title.single-post {
    font-size: 20px;
    line-height: 20px
}

.entry-meta {
    clear: both;
    font-size: 14px
}

.entry-meta a {
    color: #919599
}

.entry-meta a:hover {
    color: #d3d6dc
}

.entry-meta>span {
    margin-right: 20px
}

.entry-meta>span:last-child {
    margin-right: 0
}

.featured-post:before {
    content: "\f308";
    margin-right: 2px
}

.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px
}

.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px
}

.categories-links a:first-child:before {
    content: "\f301"
}

.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px
}

.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none
}

.entry-content {
    word-wrap: break-word
}

.entry-content blockquote {
    font-size: 24px
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px
}

footer.entry-meta {
    margin-top: 24px
}

@media only screen and (max-width: 800px) {
    footer.entry-meta {
        margin-top: 0
    }
}

.format-standard footer.entry-meta {
    margin-top: 0
}

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase
}

.page-links a,
.page-links>span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a
}

.format-status .entry-content .page-links>span,
.format-quote .entry-content .page-links>span {
    background: none
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #919599
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0
}

.gallery {
    margin-bottom: 20px;
    margin-left: -4px
}

.gallery-item {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: block;
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.attach-img {
    text-align: center;
    margin: 0 auto
}

.format-aside {
    background-color: #f7f5e7
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside+.format-aside,
.format-aside+.format-link,
.format-link+.format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2)
}

.format-aside .entry-meta {
    margin-top: 0
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: normal
}

.format-aside cite {
    font-size: 100%;
    text-transform: none
}

.format-aside cite:before {
    content: "\2014";
    margin-right: 5px
}

.format-audio {
    background-color: #db572f
}

.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold
}

.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3
}

.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px)
}

.format-audio .wp-audio-shortcode {
    height: 30px !important;
    margin: 20px 0;
    max-width: 400px !important
}

.format-audio audio {
    max-width: 100% !important
}

.format-chat {
    background-color: #eadaa6
}

.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19
}

.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px
}

.format-chat .entry-meta .author {
    display: none
}

.format-chat .chat {
    margin: 0
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0
}

.format-chat .chat .fn {
    font-style: normal
}

.format-gallery {
    background-color: #fbca3c
}

.format-gallery .entry-header {
    margin-bottom: 15px
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19
}

.format-image .entry-title {
    font-size: 28px;
    font-weight: bold
}

.format-image .categories-links,
.format-image .tags-links {
    display: none
}

.format-link {
    background-color: #f7f5e7
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2)
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px
}

.format-link .entry-title a {
    color: #3f4449
}

.format-link div.entry-meta {
    display: inline
}

.format-quote {
    background-color: #210d10
}

.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff
}

.format-quote .entry-content cite a:hover {
    text-decoration: none
}

.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px
}

.format-quote .entry-meta .author {
    display: none
}

.format-status {
    background-color: #722d19;
    padding: 0
}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative
}

.format-status .entry-content a {
    color: #eadaa6
}

.format-status .entry-meta a {
    color: #f7f5e7
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px
}

.format-status .categories-links,
.format-status .tags-links {
    display: none
}

.format-status .entry-meta:before {
    background-position: left top
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px
}

.sidebar .format-status .entry-content>p:first-child:before {
    left: 64px
}

.format-status .entry-content p:last-child {
    margin-bottom: 0
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px
}

.format-status .entry-meta .date a:before {
    content: "\f105"
}

.format-video {
    background-color: #db572f
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400
}

.format-video .entry-meta {
    color: #220e10
}

.attachment .hentry {
    background-color: #461d7c;
    margin: 0;
    padding: 0
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px
}

.attachment footer.entry-meta {
    display: none
}

.attachment-meta:before {
    content: "\f307"
}

.full-size-link a:before {
    content: "\f402"
}

.full-size-link:before {
    content: none
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative
}

.image-navigation a:hover {
    text-decoration: none
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px
}

.image-navigation .nav-previous {
    left: 0
}

.image-navigation .nav-next {
    right: 0
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center
}

.attachment .entry-attachment .attachment {
    display: inline-block
}

.attachment .entry-caption {
    text-align: left
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0
}

.attachment .site-main .sidebar-container {
    display: none
}

.navigation .nav-previous {
    float: left
}

.navigation .nav-next {
    float: right
}

.navigation a {
    color: #3f4449
}

.navigation a:hover {
    color: #919599;
    text-decoration: none
}

.paging-navigation {
    padding: 40px 0
}

.paging-navigation .nav-links {
    margin: 0 auto;
    width: 100%
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px
}

.paging-navigation .nav-next {
    padding: 13px 0
}

.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300
}

.paging-navigation .meta-nav {
    border-radius: 50%;
    color: #3f4449;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 0px 0 0px;
    width: 30px
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none
}

.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px
}

.post-navigation .nav-links a {
    width: 47%;
    padding: 0 20px;
    float: left
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right
}

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    width: 100%
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px
}

.single .author-info {
    padding: 50px 0 0
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0
}

.single-format-status .author-description {
    color: #f7f5e7
}

.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px
}

.author-link {
    color: #ca3c08;
    margin-left: 2px
}

.author.archive .author-link {
    display: none
}

.archive-header {
    background-color: #461d7c
}

.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px
}

.sidebar .archive-meta {
    padding-right: 316px
}

.page-header {
    background-color: #461d7c
}

.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
    color: #fff
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px
}

.error404 .page-header {
    background-color: #fff
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto
}

.error404 .page-title:before {
    color: #461d7c;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px
}

.error404 .page-wrapper {
    background-color: #461d7c
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px
}

.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0
}

.comment-list .children {
    margin-left: 20px
}

.comment-list>li:after,
.comment-list .children>li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.comment-list>li:last-child:after {
    display: none
}

.comment-body {
    padding: 24px 0;
    position: relative
}

.comment-author {
    float: left;
    max-width: 74px
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px
}

.comment-author .fn {
    word-wrap: break-word
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #3f4449;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

.says {
    display: none
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%
}

.bypostauthor>.comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top
}

.comment-list .edit-link {
    margin-left: 20px
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word
}

.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px
}

.comment-meta a:hover {
    color: #919599
}

.comment-metadata {
    margin-bottom: 20px
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2
}

.comment-awaiting-moderation {
    color: #a2a2a2
}

.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px
}

.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px
}

.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none
}

.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0
}

.comment-form .comment-notes {
    margin-bottom: 15px
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px
}

.comment-form .required {
    color: #ed331c
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%
}

.comment-form textarea {
    width: 100%
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px
}

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%
}

.mu_alert {
    margin-top: 25px
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px
}

.site-main .mu_register input[type="submit"] {
    width: auto
}

.cta_container {
    min-height: 101px
}

@media only screen and (max-width: 1150px) {
    .cta_container {
        min-height: 98px
    }
}

.cta_btn,
.apply,
.explore {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    transition: .4s all ease;
    z-index: 200;
    min-height: 101px;
    overflow: hidden
}

.cta_btn h2,
.apply h2,
.explore h2 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    overflow: hidden
}

.cta_btn h2 a,
.apply h2 a,
.explore h2 a {
    color: #fff;
    padding: 3.4% 0;
    display: block;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    font-size: 18px
}

.cta_btn h2 a span,
.apply h2 a span,
.explore h2 a span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-top: 4px
}

@media only screen and (max-width: 982px) {

    .cta_btn h2 a span,
    .apply h2 a span,
    .explore h2 a span {
        font-size: 28px
    }
}

@media only screen and (max-width: 810px) {

    .cta_btn h2 a span,
    .apply h2 a span,
    .explore h2 a span {
        font-size: 25px
    }
}

.cta_btn h2 a .apply_hover,
.apply h2 a .apply_hover,
.explore h2 a .apply_hover {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    font-weight: 300;
    margin-top: 10px;
    font-size: 14px
}

@media only screen and (max-width: 910px) {

    .cta_btn h2 a .apply_hover,
    .apply h2 a .apply_hover,
    .explore h2 a .apply_hover {
        margin-top: 3px
    }
}

.cta_btn h2 a:hover,
.apply h2 a:hover,
.explore h2 a:hover {
    text-decoration: none;
    padding: 3.4% 0 7.2%
}

.cta_btn h2 a:hover .apply_hover,
.apply h2 a:hover .apply_hover,
.explore h2 a:hover .apply_hover {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.apply {
    background: #461d7c
}

.explore {
    background: #e9b200
}

.news {
    background: #f5f5f5;
    padding: 2.9% 0 2.7%;
    color: #3f4449;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

@media only screen and (max-width: 768px) {
    .news {
        padding: 4% 0 2.7%
    }
}

.news .wrapper {
    min-height: 172px;
    max-width: 900px
}

@media only screen and (max-width: 768px) {
    .news .wrapper {
        padding: 0 7%
    }
}

@media only screen and (max-width: 480px) {
    .news .wrapper {
        padding: 0 15%
    }
}

.news .wrapper .slider_controls {
    position: absolute;
    top: 40%;
    cursor: pointer
}

.news .wrapper .slider_controls svg {
    width: 40px;
    height: 40px;
    fill: #b6bbc6
}

.news .wrapper #next {
    right: -7%
}

@media only screen and (max-width: 1024px) {
    .news .wrapper #next {
        right: -4%
    }
}

@media only screen and (max-width: 768px) {
    .news .wrapper #next {
        right: 0
    }
}

.news .wrapper #prev {
    left: -7%
}

@media only screen and (max-width: 1024px) {
    .news .wrapper #prev {
        left: -4%
    }
}

@media only screen and (max-width: 768px) {
    .news .wrapper #prev {
        left: 0
    }
}

.news .wrapper .news_item {
    width: 100%
}

.news .wrapper .news_item img {
    max-width: 96%;
    height: 182px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 768px) {
    .news .wrapper .news_item img {
        padding-bottom: 4%;
        height: 256px
    }
}

@media only screen and (max-width: 600px) {
    .news .wrapper .news_item img {
        height: 190px
    }
}

@media only screen and (max-width: 480px) {
    .news .wrapper .news_item img {
        height: 136px
    }
}

.news .wrapper .news_item h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px
}

@media only screen and (max-width: 600px) {
    .news .wrapper .news_item h3 {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (max-width: 480px) {
    .news .wrapper .news_item h3 {
        font-size: 18px;
        line-height: 19px
    }
}

.news .wrapper .news_item p {
    font-size: 16px;
    line-height: 25px
}

@media only screen and (max-width: 600px) {
    .news .wrapper .news_item p {
        font-size: 15px;
        line-height: 17px
    }
}

@media only screen and (max-width: 480px) {
    .news .wrapper .news_item p {
        font-size: 14px;
        line-height: 16px
    }
}

.news .wrapper .news_item p:last-child {
    margin-bottom: 0
}

.featured_news {
    background: #f5f5f5;
    padding: 0;
    color: #3f4449;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.featured_news .wrapper {
    min-height: 172px;
    max-width: 1200px
}

@media only screen and (max-width: 480px) {
    .featured_news .wrapper {
        padding: 0
    }
}

.featured_news .wrapper .slider_controls {
    position: absolute;
    top: 0;
    padding-bottom: 20%;
    padding-top: 20%;
    cursor: pointer;
    z-index: 20
}

.featured_news .wrapper .slider_controls svg {
    width: 60px;
    height: 60px;
    fill: #b6bbc6
}

@media only screen and (max-width: 1140px) {
    .featured_news .wrapper .slider_controls svg {
        width: 35px;
        height: 35px
    }
}

.featured_news .wrapper .slider_controls:hover svg {
    fill: #919599
}

.featured_news .wrapper #next {
    right: -13%;
    padding-left: 6%;
    padding-right: 6%
}

@media only screen and (max-width: 1420px) {
    .featured_news .wrapper #next {
        right: -7%;
        padding-left: 3%;
        padding-right: 3%
    }
}

@media only screen and (max-width: 1140px) {
    .featured_news .wrapper #next {
        right: -4%
    }
}

.featured_news .wrapper #prev {
    left: -13%;
    padding-left: 6%;
    padding-right: 6%
}

@media only screen and (max-width: 1420px) {
    .featured_news .wrapper #prev {
        left: -7%;
        padding-left: 3%;
        padding-right: 3%
    }
}

@media only screen and (max-width: 1140px) {
    .featured_news .wrapper #prev {
        left: -4%
    }
}

.featured_news .wrapper .cycle-slideshow {
    -webkit-backface-visibility: hidden
}

.featured_news .wrapper .news_item {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden
}

.featured_news .wrapper .news_item.cycle-slide-active {
    z-index: 200 !important
}

.featured_news .wrapper .news_item,
.featured_news .wrapper .news_item img,
.featured_news .wrapper .news_item iframe {
    width: 100%;
    height: 550px
}

@media only screen and (max-width: 800px) {

    .featured_news .wrapper .news_item,
    .featured_news .wrapper .news_item img,
    .featured_news .wrapper .news_item iframe {
        height: 460px
    }
}

@media only screen and (max-width: 768px) {

    .featured_news .wrapper .news_item,
    .featured_news .wrapper .news_item img,
    .featured_news .wrapper .news_item iframe {
        height: auto
    }

    .featured_news .wrapper .news_item iframe {
        min-height: 400px
    }
}

.flexslider {
    overflow: hidden
}

.featured_news .wrapper .news_item .feature-caption {
    position: absolute;
    bottom: 0;
    width: 35%;
    padding: 4%;
    z-index: 0
}

@media only screen and (max-width: 870px) {
    .featured_news .wrapper .news_item .feature-caption {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .featured_news .wrapper .news_item .feature-caption {
        position: relative;
        width: 100%;
        background: #000
    }
}

.featured_news .wrapper .news_item .feature-caption h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .featured_news .wrapper .news_item .feature-caption h3 {
        font-size: 17px;
        line-height: 15px
    }
}

.featured_news .wrapper .news_item .feature-caption h3 a {
    color: #fff;
    text-decoration: none
}

.featured_news .wrapper .news_item .feature-caption p {
    font-size: 16px;
    color: #fff
}

@media only screen and (max-width: 480px) {
    .featured_news .wrapper .news_item .feature-caption p {
        line-height: 17px;
        font-size: 15px
    }
}

.featured_news .wrapper .news_item .feature-caption p:last-child {
    margin-bottom: 0
}

.featured_news .wrapper .news_item .feature-caption a {
    color: #fdd023;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600
}

.lifestyle {
    background: #fff;
    margin-bottom: 85px
}

.lifestyle .wrapper {
    padding: 2% 6% 2% 4%;
    overflow: hidden;
    max-width: none;
    position: relative
}

.lifestyle .lifestyle_timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 600px) {
    .lifestyle .lifestyle_timeline {
        display: none
    }
}

.lifestyle .lifestyle_timeline li {
    float: left;
    width: 33.333%;
    padding: 9px 1.2%;
    font-size: 18px;
    text-transform: uppercase;
    color: #3f4449;
    font-weight: bold
}

@media only screen and (max-width: 1220px) {
    .lifestyle .lifestyle_timeline li {
        font-size: 16px
    }
}

@media only screen and (max-width: 836px) {
    .lifestyle .lifestyle_timeline li {
        font-size: 14px
    }
}

.lifestyle .overlay_shadow {
    position: absolute;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    height: 100%;
    width: 13%;
    right: 1%
}

@media only screen and (max-width: 1500px) {
    .lifestyle .overlay_shadow {
        display: none
    }
}

.lifestyle .lifestyle_school_filters {
    margin-top: 80px
}

@media only screen and (max-width: 975px) {
    .lifestyle .lifestyle_school_filters {
        width: 20%
    }
}

.lifestyle .lifestyle_photo_container {
    position: relative
}

.lifestyle .lifestyle_photo_container #click_scroll {
    position: absolute;
    top: -33px;
    left: -116px;
    font-size: 12px
}

.lifestyle .lifestyle_photo_container #click_scroll img {
    width: 49px;
    margin-left: 14px
}

@media only screen and (max-width: 768px) {
    .lifestyle .lifestyle_photo_container #click_scroll {
        display: none
    }
}

@media only screen and (max-width: 975px) {
    .lifestyle .lifestyle_photo_container {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .lifestyle .lifestyle_photo_container {
        width: 100%
    }
}

.lifestyle .lifestyle_schools {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 70%;
    margin-top: -35px
}

@media only screen and (max-width: 836px) {
    .lifestyle .lifestyle_schools {
        width: 67%
    }
}

.lifestyle .lifestyle_schools li {
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #3f4449;
    font-weight: bold;
    height: 35px;
    line-height: 18px;
    margin: 31px 0
}

@media only screen and (max-width: 1220px) {
    .lifestyle .lifestyle_schools li {
        font-size: 16px
    }
}

@media only screen and (max-width: 1080px) {
    .lifestyle .lifestyle_schools li {
        font-size: 14px
    }
}

@media only screen and (max-width: 836px) {
    .lifestyle .lifestyle_schools li {
        font-size: 12px
    }
}

.lifestyle .lifestyle_schools li a {
    color: #666
}

.lifestyle .lifestyle_schools li a:hover {
    text-decoration: none
}

.lifestyle .lifestyle_schools li.oneline {
    padding-top: 10px
}

.lifestyle #scroll-bar-shools {
    float: right;
    height: 400px;
    margin-right: 33px;
    width: 9px
}

.lifestyle #scroll-bar-shools .ui-slider-handle {
    background: url(images/slider_arrow_hor.png) no-repeat center right;
    height: 18px
}

.lifestyle #scroll-bar-shools:after {
    content: ' ';
    background: #dededd;
    height: 20px;
    width: 10px
}

.lifestyle h2 {
    font-weight: 100;
    text-align: center;
    font-size: 52px;
    line-height: 1em;
    margin-left: 2%
}

@media only screen and (max-width: 768px) {
    .lifestyle h2 {
        font-size: 40px
    }
}

.lifestyle .ui-slider-handle {
    background: url(images/slider_arrow.png) no-repeat top center;
    width: 32px;
    height: 30px;
    margin-top: -12px;
    cursor: pointer;
    left: 5%
}

.lifestyle #scroll-bar {
    min-height: 9px
}

@media only screen and (max-width: 600px) {
    .lifestyle #scroll-bar {
        display: none
    }
}

.lifestyle .item-image-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.lifestyle .item-image-wrapper img {
    width: 300px;
    height: 204px;
    display: block
}

.lifestyle .item-image-wrapper .image_caption {
    position: absolute;
    bottom: 0;
    background: black transparent;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000)";
    color: #ddd;
    font-size: 15px;
    line-height: 19px;
    padding: 12px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    width: 100%;
    bottom: -100px;
    -webkit-transition: .3s bottom ease-in-out;
    -o-transition: .3s bottom ease-in-out;
    transition: .3s bottom ease-in-out;
    letter-spacing: .1px
}

.lifestyle .item-image-wrapper:hover .image_caption {
    bottom: 0
}

.lifestyle #animate-scroll {
    position: absolute;
    top: 50%
}

.lifestyle #click_scroll_internal {
    position: absolute;
    top: 65px;
    left: 31px;
    font-size: 12px
}

.lifestyle #click_scroll_internal img {
    width: 49px;
    margin-left: 14px
}

@media only screen and (max-width: 768px) {
    .lifestyle #click_scroll_internal {
        display: none
    }
}

.featured_person {
    background: #f5f5f5;
    overflow: hidden
}

.featured_person .wrapper {
    padding: 2.3% 0 0
}

.featured_person h2 {
    font-weight: 100;
    text-align: center;
    font-size: 52px;
    line-height: 1em
}

@media only screen and (max-width: 925px) {
    .featured_person h2 {
        font-size: 40px
    }
}

.featured_person .featured_bkg {
    background-repeat: no-repeat;
    background-position: 69% 100%;
    min-height: 569px;
    background-size: contain;
    padding-top: 8%
}

@media only screen and (max-width: 1024px) {
    .featured_person .featured_bkg {
        min-height: 501px
    }
}

@media only screen and (max-width: 925px) {
    .featured_person .featured_bkg {
        min-height: 460px
    }
}

@media only screen and (max-width: 768px) {
    .featured_person .featured_bkg {
        min-height: 426px
    }
}

@media only screen and (max-width: 630px) {
    .featured_person .featured_bkg {
        background: none !important
    }
}

@media only screen and (max-width: 480px) {
    .featured_person .featured_bkg {
        background: none !important
    }
}

.featured_person .featured_bkg .small_photo {
    display: none
}

@media only screen and (max-width: 630px) {
    .featured_person .featured_bkg .small_photo {
        display: block;
        float: left;
        width: 50%;
        margin-left: 5%;
        margin-bottom: 20px
    }
}

.featured_person .featured_bkg .small_photo img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.featured_person .feat-name {
    float: right;
    width: 30%;
    color: #333333;
    font-size: 16px
}

@media only screen and (max-width: 630px) {
    .featured_person .feat-name {
        width: 41%
    }
}

.featured_person .feat-name .feat-type {
    color: #461d7c;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .featured_person .feat-name .feat-type {
        font-size: 11px
    }
}

.featured_person .feat-name .feat-type .feat-ribbon {
    background: #461d7c;
    height: 4px;
    width: 10px;
    position: relative;
    text-align: center;
    line-height: 27px;
    border: 0;
    float: left;
    margin-right: 12px;
    margin-top: 5px
}

@media only screen and (max-width: 480px) {
    .featured_person .feat-name .feat-type .feat-ribbon {
        margin-right: 6px;
        margin-top: 2px
    }
}

.featured_person .feat-name .feat-type .feat-ribbon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 0;
    width: 0;
    border: solid 5px #461d7c;
    border-bottom-color: transparent
}

.featured_person .feat-name h3 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-top: 18px;
    line-height: 30px
}

@media only screen and (max-width: 768px) {
    .featured_person .feat-name h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 480px) {
    .featured_person .feat-name h3 {
        font-size: 19px;
        line-height: 21px;
        margin-top: 10px
    }
}

.featured_person .feat-name .feat-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -3px
}

@media only screen and (max-width: 768px) {
    .featured_person .feat-name .feat-subtitle {
        font-size: 14px
    }
}

@media only screen and (max-width: 480px) {
    .featured_person .feat-name .feat-subtitle {
        font-size: 10px
    }
}

.featured_person .feat-name .feat-subtitle a {
    color: #461d7c
}

.featured_person .feat-excerpt {
    overflow: visible
}

@media only screen and (max-width: 1280px) {
    .featured_person .feat-excerpt {
        margin-left: 5%
    }
}

@media only screen and (max-width: 800px) {
    .featured_person .feat-excerpt {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 630px) {
    .featured_person .feat-excerpt {
        float: none;
        clear: both;
        width: 90%;
        margin-bottom: 20px;
        padding: 5%;
        background: rgba(233, 178, 0, 0.9)
    }
}

.featured_person .feat-excerpt p {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 28px
}

@media only screen and (max-width: 1024px) {
    .featured_person .feat-excerpt p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width: 768px) {
    .featured_person .feat-excerpt p {
        font-size: 15px;
        line-height: 20px
    }
}

.featured_person .feat-excerpt .excerpt-sub {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 15px;
    font-weight: 200;
}

.featured_person .feat-excerpt .btn-hollow-white-gold {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (max-width: 744px) {
    .featured_person .feat-excerpt .btn-hollow-white-gold {
        padding: 11px
    }
}

@media only screen and (max-width: 480px) {
    .featured_person .feat-excerpt .btn-hollow-white-gold {
        padding: 5px 18px;
        line-height: 23px
    }
}

.featured_person .feat-excerpt .feat-quote {
    position: absolute;
    top: -15px;
    left: -15px;
    font-family: Georgia, Arial;
    background-color: #3f4449;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    font-size: 46px;
    width: 40px;
    height: 40px;
    text-align: center
}

@media only screen and (max-width: 630px) {
    .featured_person .feat-excerpt .feat-quote {
        display: none
    }
}

#feat-story {
    color: #3f4449;
    font-size: 16px;
    width: 100%
}

#feat-story .feat-img {
    padding: 0 5% 3% 0;
    background: #fff;
    max-width: 45%;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

@media only screen and (max-width: 750px) {
    #feat-story .feat-img {
        width: 100%;
        height: auto
    }
}

#feat-story .fs-name {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 0px
}

@media only screen and (max-width: 750px) {
    #feat-story .fs-name {
        font-size: 24px;
        line-height: 26px
    }
}

#feat-story .fs-subtitle {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 5px solid #3f4449;
    padding-bottom: 14px
}

.image_content_section {
    padding: 2.3% 0;
    min-height: 900px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .image_content_section {
        min-height: 700px
    }
}

@media only screen and (max-width: 768px) {
    .image_content_section {
        min-height: 540px
    }
}

@media only screen and (max-width: 480px) {
    .image_content_section {
        line-height: 42px
    }
}

.image_content_section h2 {
    color: #461d7c;
    text-align: center;
    font-weight: 100;
    font-size: 52px;
    text-shadow: 0 0 33px #fff, 0 0 53px #fff
}

@media only screen and (max-width: 600px) {
    .image_content_section h2 {
        font-size: 30px;
        line-height: 32px
    }
}

.image_content_section .image_content_text {
    color: #010101;
    float: right;
    margin-top: 12%
}

.image_content_section .image_content_text.white_content_fold {
    padding-bottom: 3%;
    width: 33%
}

@media only screen and (max-width: 1300px) {
    .image_content_section .image_content_text.white_content_fold {
        margin-right: 5%;
        width: 40%
    }
}

@media only screen and (max-width: 900px) {
    .image_content_section .image_content_text.white_content_fold {
        margin-right: 5%;
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .image_content_section .image_content_text.white_content_fold {
        width: 100%;
        margin: 14% auto 0;
        float: none;
        padding-bottom: 30px;
        background: rgba(255, 255, 255, 0.9);
        padding: 7%;
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 480px) {

    .image_content_section .image_content_text.white_content_fold .btn,
    .image_content_section .image_content_text.white_content_fold .contained_image_bkg .wrapper .image_content_right a,
    .contained_image_bkg .wrapper .image_content_right .image_content_section .image_content_text.white_content_fold a {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400
    }
}

.image_content_section .image_caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 600px) {
    .image_content_section .image_caption {
        left: 10px;
        font-size: 20px
    }
}

.image_content_section .image_caption span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: -5px
}

@media only screen and (max-width: 600px) {
    .image_content_section .image_caption span {
        font-size: 15px
    }
}

.search_results {
    padding: 15px 0
}

.search_results h2 {
    text-transform: uppercase;
    padding: 22px 0;
    margin-top: 0
}

.search_results .search_article {
    padding-bottom: 30px;
    border-bottom: 1px solid #b6bbc6;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden
}

.search_results .search_article.last-news {
    border-bottom: 0
}

.search_results .search_article .search_article_content {
    padding-left: 3%
}

@media only screen and (max-width: 480px) {
    .search_results .search_article .search_article_content {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
        float: none
    }
}

.search_results .search_article img {
    max-height: 149px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .search_results .search_article img {
        width: 39%;
        height: auto;
        margin-left: 3%;
        max-height: 400px;
        margin-bottom: 11px
    }
}

@media only screen and (max-width: 560px) {
    .search_results .search_article img {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .search_results .search_article img {
        width: 90%;
        max-height: 500px;
        margin: 0 auto 17px;
        display: block
    }
}

.search_results .search_article h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px
}

.search_results .search_article h3 a {
    color: #3f4449
}

.search_results .search_article p {
    color: #666666;
    font-size: 14px;
    line-height: 21px
}

.search_results .search_article a.read_more {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666
}

.search_results .search_article a.read_more:hover {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .search_results .search_article a.read_more {
        font-size: 15px
    }
}

.news_events {
    padding: 15px 0
}

.news_events h2 {
    text-transform: uppercase;
    padding: 22px 0;
    margin-top: 0
}

.news_events .news_article {
    padding-bottom: 30px;
    border-bottom: 1px solid #b6bbc6;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden
}

.news_events .news_article.last-news {
    border-bottom: 0
}

.news_events .news_article .news_article_content {
    padding-left: 3%
}

@media only screen and (max-width: 480px) {
    .news_events .news_article .news_article_content {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
        float: none
    }
}

.news_events .news_article img {
    max-height: 149px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .news_events .news_article img {
        width: 39%;
        height: auto;
        margin-left: 3%;
        max-height: 400px;
        margin-bottom: 11px
    }
}

@media only screen and (max-width: 560px) {
    .news_events .news_article img {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .news_events .news_article img {
        width: 90%;
        max-height: 500px;
        margin: 0 auto 17px;
        display: block
    }
}

.news_events .news_article h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px
}

.news_events .news_article h3 a {
    color: #3f4449
}

.news_events .news_article p {
    color: #666666;
    font-size: 14px;
    line-height: 21px
}

.news_events .news_article a.read_more {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666
}

.news_events .news_article a.read_more:hover {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .news_events .news_article a.read_more {
        font-size: 15px
    }
}

.news_events .upcoming_events {
    background: #dbe0e9;
    min-height: 500px;
    padding: 0 5%;
    overflow: hidden
}

.news_events .upcoming_events h2 {
    text-align: center;
    margin-top: 0
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget {
    background: none;
    padding: 0;
    margin: 0 8px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget li {
    border-bottom: 1px solid #b6bbc6;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget li:last-child {
    border-bottom: none
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-month a {
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #3f4449;
    line-height: 19px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-month a:hover {
    text-decoration: none
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-day a {
    font-size: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #3f4449;
    line-height: 30px;
    margin-top: 4px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-day a:hover {
    text-decoration: none
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-end-day {
    font-size: 10px;
    line-height: 11px;
    display: block;
    margin-top: 4px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-description {
    border-left: 1px solid #a2a7b0;
    padding-left: 5.5%;
    color: #3f4449;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 70px
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-description h4.entry-title {
    font-size: 14px;
    color: #3f4449;
    font-weight: normal;
    text-transform: none
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-description h4.entry-title a {
    color: #3f4449
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-description a {
    color: #3f4449
}

.news_events .upcoming_events .widget.tribe-events-adv-list-widget .event-date {
    padding-right: 3%
}

.news_events .events-border {
    background: #b6bbc6;
    width: 100%;
    height: 58px;
    position: relative
}

.news_events .events-border #triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 58px solid white;
    border-left: 40px solid transparent;
    position: absolute;
    right: 0
}

.news_events .load_more_news {
    background: #dbe0e9;
    color: #3f4449;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 13px
}

.news_events .load_more_news img {
    margin: 0 5px
}

.news_events .load_more_news:hover {
    text-decoration: none
}

.input_search {
    text-align: right
}

@media only screen and (max-width: 768px) {
    .input_search {
        text-align: left;
        margin-top: 17px
    }
}

.faculty-member {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e4e8;
    width: 100%
}

.faculty-member .fac_info {
    margin-top: 14px
}

.faculty-member h2 {
    margin: 0;
    padding: 0;
    font-size: 24px
}

.faculty-member h2 a {
    color: #3f4449
}

.faculty-member h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    text-transform: uppercase
}

.faculty-member .major_degrees {
    font-size: 14px;
    line-height: 17px
}

.faculty-member .major_degrees .faculty_field {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 18px
}

.faculty-member .personal_info {
    margin-top: 14px;
    letter-spacing: 2px
}

.faculty-member .personal_info div,
.faculty-member .personal_info a {
    display: inline;
    font-size: 14px;
    letter-spacing: .1px;
    margin-top: -1px;
    font-weight: normal
}

.faculty-member .personal_info a {
    text-decoration: underline
}

.faculty-member-single img.faculty-full {
    margin: 0 3% 3% 0;
    max-width: 53%
}

.faculty-member-single h2,
.faculty-member-single h3,
.faculty-member-single a {
    display: inline
}

.faculty-member-single hr {
    border-top: 1px solid #e2e4e8
}

.faculty-member-single p {
    font-size: 14px
}

.faculty-member-single div.galleria {
    display: block
}

.sort_faculty,
.sort-news {
    border-bottom: 1px solid #e2e4e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px
}

.sort_faculty .discipline_block,
.sort_faculty .category-block,
.sort-news .discipline_block,
.sort-news .category-block {
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 10px 0 0 10px;
    margin: -10px 0 0 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px
}

@media (max-width: 767px) {

    .sort_faculty .discipline_block,
    .sort_faculty .category-block,
    .sort-news .discipline_block,
    .sort-news .category-block {
        margin: 20px 0 0;
        padding: 0
    }
}

.sort_faculty .discipline_block #discipline_list,
.sort_faculty .discipline_block #news-catlist,
.sort_faculty .category-block #discipline_list,
.sort_faculty .category-block #news-catlist,
.sort-news .discipline_block #discipline_list,
.sort-news .discipline_block #news-catlist,
.sort-news .category-block #discipline_list,
.sort-news .category-block #news-catlist {
    display: none;
    position: absolute;
    background: #edeff4;
    z-index: 55555;
    width: 100%;
    left: 0;
    padding: 15px 0 10px 0px;
    margin: 0;
    list-style: none
}

.sort_faculty .discipline_block #discipline_list li,
.sort_faculty .discipline_block #news-catlist li,
.sort_faculty .category-block #discipline_list li,
.sort_faculty .category-block #news-catlist li,
.sort-news .discipline_block #discipline_list li,
.sort-news .discipline_block #news-catlist li,
.sort-news .category-block #discipline_list li,
.sort-news .category-block #news-catlist li {
    margin: 5px 0;
    text-transform: uppercase;
    list-style-type: none;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    width: 100%;
    padding: 5px 0 5px 10px;
    margin: 0
}

.sort_faculty .discipline_block #discipline_list li.child-category,
.sort_faculty .discipline_block #news-catlist li.child-category,
.sort_faculty .category-block #discipline_list li.child-category,
.sort_faculty .category-block #news-catlist li.child-category,
.sort-news .discipline_block #discipline_list li.child-category,
.sort-news .discipline_block #news-catlist li.child-category,
.sort-news .category-block #discipline_list li.child-category,
.sort-news .category-block #news-catlist li.child-category {
    padding-left: 25px;
    font-size: 12px;
    padding: 2px 0 2px 25px;
    text-transform: none
}

.sort_faculty .discipline_block #discipline_list li.haslink,
.sort_faculty .discipline_block #news-catlist li.haslink,
.sort_faculty .category-block #discipline_list li.haslink,
.sort_faculty .category-block #news-catlist li.haslink,
.sort-news .discipline_block #discipline_list li.haslink,
.sort-news .discipline_block #news-catlist li.haslink,
.sort-news .category-block #discipline_list li.haslink,
.sort-news .category-block #news-catlist li.haslink {
    padding: 0
}

.sort_faculty .discipline_block #discipline_list li.haslink a,
.sort_faculty .discipline_block #news-catlist li.haslink a,
.sort_faculty .category-block #discipline_list li.haslink a,
.sort_faculty .category-block #news-catlist li.haslink a,
.sort-news .discipline_block #discipline_list li.haslink a,
.sort-news .discipline_block #news-catlist li.haslink a,
.sort-news .category-block #discipline_list li.haslink a,
.sort-news .category-block #news-catlist li.haslink a {
    padding: 5px 0 5px 10px
}

.sort_faculty .discipline_block #discipline_list li.haslink.child-category,
.sort_faculty .discipline_block #news-catlist li.haslink.child-category,
.sort_faculty .category-block #discipline_list li.haslink.child-category,
.sort_faculty .category-block #news-catlist li.haslink.child-category,
.sort-news .discipline_block #discipline_list li.haslink.child-category,
.sort-news .discipline_block #news-catlist li.haslink.child-category,
.sort-news .category-block #discipline_list li.haslink.child-category,
.sort-news .category-block #news-catlist li.haslink.child-category {
    padding: 0
}

.sort_faculty .discipline_block #discipline_list li.haslink.child-category a,
.sort_faculty .discipline_block #news-catlist li.haslink.child-category a,
.sort_faculty .category-block #discipline_list li.haslink.child-category a,
.sort_faculty .category-block #news-catlist li.haslink.child-category a,
.sort-news .discipline_block #discipline_list li.haslink.child-category a,
.sort-news .discipline_block #news-catlist li.haslink.child-category a,
.sort-news .category-block #discipline_list li.haslink.child-category a,
.sort-news .category-block #news-catlist li.haslink.child-category a {
    padding: 2px 0 2px 25px
}

.sort_faculty .discipline_block #discipline_list li a,
.sort_faculty .discipline_block #news-catlist li a,
.sort_faculty .category-block #discipline_list li a,
.sort_faculty .category-block #news-catlist li a,
.sort-news .discipline_block #discipline_list li a,
.sort-news .discipline_block #news-catlist li a,
.sort-news .category-block #discipline_list li a,
.sort-news .category-block #news-catlist li a {
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    color: #3f4449;
    display: block
}

.sort_faculty .discipline_block:hover,
.sort_faculty .category-block:hover,
.sort-news .discipline_block:hover,
.sort-news .category-block:hover {
    background: #edeff4;
    -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4)
}

.sort_faculty .discipline_block:hover #discipline_list,
.sort_faculty .discipline_block:hover #news-catlist,
.sort_faculty .category-block:hover #discipline_list,
.sort_faculty .category-block:hover #news-catlist,
.sort-news .discipline_block:hover #discipline_list,
.sort-news .discipline_block:hover #news-catlist,
.sort-news .category-block:hover #discipline_list,
.sort-news .category-block:hover #news-catlist {
    display: block;
    -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.4)
}

.sort_faculty .discipline_block:hover #discipline_list>li:hover,
.sort_faculty .discipline_block:hover #discipline_list>li:hover>a,
.sort_faculty .discipline_block:hover #news-catlist>li:hover,
.sort_faculty .discipline_block:hover #news-catlist>li:hover>a,
.sort_faculty .category-block:hover #discipline_list>li:hover,
.sort_faculty .category-block:hover #discipline_list>li:hover>a,
.sort_faculty .category-block:hover #news-catlist>li:hover,
.sort_faculty .category-block:hover #news-catlist>li:hover>a,
.sort-news .discipline_block:hover #discipline_list>li:hover,
.sort-news .discipline_block:hover #discipline_list>li:hover>a,
.sort-news .discipline_block:hover #news-catlist>li:hover,
.sort-news .discipline_block:hover #news-catlist>li:hover>a,
.sort-news .category-block:hover #discipline_list>li:hover,
.sort-news .category-block:hover #discipline_list>li:hover>a,
.sort-news .category-block:hover #news-catlist>li:hover,
.sort-news .category-block:hover #news-catlist>li:hover>a {
    color: #fff;
    background: #461d7c;
    text-decoration: none
}

@media (max-width: 767px) {

    .sort_faculty .category-block,
    .sort-news .category-block {
        margin-top: 0
    }
}

.contained_image_bkg {
    padding: 15px 0
}

.contained_image_bkg .wrapper {
    padding: 4%
}

.contained_image_bkg .wrapper .image_content_text {
    width: 52%;
    float: left
}

.contained_image_bkg .wrapper .image_content_text .text_title {
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 22px
}

@media only screen and (max-width: 768px) {
    .contained_image_bkg .wrapper .image_content_text .text_title {
        font-size: 25px;
        line-height: 29px
    }
}

.contained_image_bkg .wrapper .image_content_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}

@media only screen and (max-width: 768px) {
    .contained_image_bkg .wrapper .image_content_text p {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (max-width: 1300px) {
    .contained_image_bkg .wrapper .image_content_text {
        margin-right: 5%;
        width: 40%
    }
}

@media only screen and (max-width: 900px) {
    .contained_image_bkg .wrapper .image_content_text {
        margin-right: 5%;
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .contained_image_bkg .wrapper .image_content_text {
        width: 100%;
        margin: 10% auto;
        float: none;
        padding-bottom: 30px;
        padding: 7%
    }
}

@media only screen and (max-width: 480px) {

    .contained_image_bkg .wrapper .image_content_text .btn,
    .contained_image_bkg .wrapper .image_content_text .image_content_right a,
    .contained_image_bkg .wrapper .image_content_right .image_content_text a {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400
    }
}

.contained_image_bkg .wrapper .image_content_right {
    float: right;
    width: 45%;
    padding-top: 3%
}

@media only screen and (max-width: 1300px) {
    .contained_image_bkg .wrapper .image_content_right {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .contained_image_bkg .wrapper .image_content_right {
        width: 100%;
        float: none
    }
}

.contained_image_bkg .wrapper .image_content_right p {
    text-align: center
}

.contained_image_bkg .wrapper .image_content_right a {
    text-shadow: 1px 1px 3px #444, 0 0 30px #000;
    min-width: 321px;
    margin: 1% 0 0;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 29px
}

.contained_image_bkg .wrapper .image_content_right a:hover {
    text-shadow: none
}

.statistics {
    padding: 15px 0
}

.statistics .stat_column {
    padding: 6% 13%;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px
}

.statistics .stat_column.stat_1 {
    color: #461d7c;
    border-right: 1px solid #b6bbc6
}

@media only screen and (max-width: 768px) {
    .statistics .stat_column.stat_1 {
        border-right: 0
    }
}

.statistics .stat_column.stat_2 {
    color: #461d7c;
    border-right: 1px solid #b6bbc6
}

@media only screen and (max-width: 768px) {
    .statistics .stat_column.stat_2 {
        border-right: 0
    }
}

.statistics .stat_column.stat_3 {
    color: #461d7c
}

.statistics .stat_column .line_1 {
    font-size: 48px;
    font-weight: 300;
    padding-right: 5px
}

.statistics .stat_column .line_3 {
    color: #3f4449;
    font-size: 14px;
    display: block
}

.our_work {
    padding: 15px 0 0
}

.our_work .our_work_wrapper {
    background: #3f4449;
    position: relative
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper {
        padding-bottom: 60px
    }
}

.our_work .our_work_wrapper h2.intro {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 52px;
    padding: 30px 0 0px;
    line-height: 54px;
    margin-bottom: 28px
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper h2.intro {
        font-size: 38px;
        padding: 11px 0 0px;
        line-height: 40px;
        margin-bottom: 22px
    }
}

.our_work .our_work_wrapper p.intro {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 50px
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper p.intro {
        font-size: 20px;
        padding-bottom: 33px
    }
}

.our_work .our_work_wrapper .featured_work_wrapper {
    height: 337px;
    position: relative;
    background: #333
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper .featured_work_wrapper {
        height: 200px
    }
}

.our_work .our_work_wrapper .featured_work_wrapper #no_more_work {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 10000px
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li {
    position: relative;
    float: left;
    list-style: none;
    min-height: 337px;
    min-width: 50px;
    overflow: hidden
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper .featured_work_wrapper .featured_works li {
        min-height: 200px
    }
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    content: ""
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a {
    display: block;
    position: relative
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a img {
    width: auto;
    height: 100%;
    min-height: 100%;
    height: 337px
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper .featured_work_wrapper .featured_works li a img {
        height: 200px
    }
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption {
    position: absolute;
    bottom: -193px;
    color: #fff;
    padding: 3%;
    width: 100%;
    -webkit-transition: .4s bottom ease-in-out;
    -moz-transition: .4s bottom ease-in-out;
    -ms-transition: .4s bottom ease-in-out;
    -o-transition: .4s bottom ease-in-out;
    transition: .4s bottom ease-in-out
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper .featured_work_wrapper .featured_works li a .caption {
        font-size: 14px;
        line-height: 15px
    }
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li a:hover .caption {
    bottom: 0
}

.our_work .our_work_wrapper .featured_work_wrapper .featured_works li.no_more_work {
    background: #fff;
    color: #000;
    padding-top: 150px;
    width: 400px;
    min-height: 337px;
    text-align: center
}

.our_work .our_work_wrapper #more_work {
    position: absolute;
    z-index: 9999;
    right: -26px;
    top: 30%;
    -moz-transform: rotate(90deg) translate(40px, -53px);
    -webkit-transform: rotate(90deg) translate(40px, -53px);
    -o-transform: rotate(90deg) translate(40px, -53px);
    -ms-transform: rotate(90deg) translate(40px, -53px);
    transform: rotate(90deg) translate(40px, -53px);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    background: #461d7c;
    color: #fff;
    padding: 26px 40px 14px 35px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.our_work .our_work_wrapper #more_work:hover {
    text-decoration: none;
    color: #fff;
    right: -15px
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper #more_work:hover {
        right: 0
    }
}

.our_work .our_work_wrapper #more_work:after {
    font-family: 'genericons';
    position: absolute;
    content: '\f429';
    right: 10px;
    font-size: 1.3em;
    color: #fff;
    transform: rotate(270deg);
    top: 22px
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper #more_work:after {
        transform: rotate(0deg)
    }
}

@media only screen and (max-width: 480px) {
    .our_work .our_work_wrapper #more_work {
        position: absolute;
        width: 100%;
        z-index: 99999;
        display: block;
        -moz-transform: rotate(0deg) translate(0px, 0px);
        -webkit-transform: rotate(0deg) translate(0px, 0px);
        -o-transform: rotate(0deg) translate(0px, 0px);
        -ms-transform: rotate(0deg) translate(0px, 0px);
        transform: rotate(0deg) translate(0px, 0px);
        margin-top: 140px;
        right: 0;
        box-shadow: none
    }
}

.more_resources {
    text-align: center;
    padding: 15px 0
}

.more_resources .wrapper {
    text-align: center
}

.more_resources h2 {
    font-size: 52px;
    font-weight: 300;
    padding: 28px 0 37px
}

.more_resources ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    zoom: 1;
    *display: inline;
    margin-bottom: 85px
}

.more_resources ul li {
    float: left;
    width: 190px;
    list-style: none;
    margin: 0 4px;
    background: #3f4449;
    min-height: 130px;
    margin-bottom: 8px;
    -webkit-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out
}

@media only screen and (max-width: 435px) {
    .more_resources ul li {
        width: 100%
    }
}

.more_resources ul li:hover {
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.more_resources ul li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 2%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    display: table;
    width: 99%;
    height: 130px
}

.more_resources ul li a:hover {
    text-decoration: none
}

.more_resources ul li a div {
    display: table-cell;
    vertical-align: middle
}

.portfolio_school {
    padding: 0 0 0 4%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.explore-header {
    position: relative
}

@media only screen and (max-width: 768px) {
    .explore-header .portfolio_school {
        font-size: 20px;
        padding-top: 2%;
        display: block
    }
}

@media only screen and (max-width: 600px) {
    .explore-header .portfolio_school {
        font-size: 14px;
        padding-top: 19px;
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .explore-header .portfolio_school {
        margin-bottom: 6px
    }
}

@media only screen and (max-width: 768px) {
    .explore-header h1.entry-title {
        font-size: 58px
    }
}

@media only screen and (max-width: 600px) {
    .explore-header h1.entry-title {
        font-size: 47px
    }
}

@media only screen and (max-width: 480px) {
    .explore-header h1.entry-title {
        font-size: 41px
    }
}

h1.entry-title.portfolio-title {
    margin-top: 0;
    padding-top: 0
}

h1.entry-title.explore-title {
    margin-top: 0;
    padding-top: 0
}

h2.explore-side-title {
    float: right;
    width: 41%;
    position: absolute;
    right: 0;
    color: #fff;
    font-weight: 100;
    top: 15px
}

@media only screen and (max-width: 1031px) {
    h2.explore-side-title {
        display: none
    }
}

.student_work_item {
    background: #f2f4f9;
    padding: 4%;
    margin-bottom: 17px
}

.student_work_item img.work_thumb {
    max-width: 92%;
    height: auto
}

.student_work_item h2 {
    margin: 0;
    margin-bottom: 12px
}

.student_work_item h2 a {
    color: #3f4449;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

.student_work_item .entry-meta {
    margin-bottom: 13px;
    color: #81868b
}

.student_work_item .work_read_more {
    border: 2px solid #3f4449;
    background: none;
    color: #3f4449;
    margin-top: 20px;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px
}

.student_work_item .work_read_more:hover {
    text-decoration: none;
    color: #fff;
    background: #3f4449
}

.widget ul.portfolio_filters {
    margin: 5px 0 25px 0
}

.widget ul.portfolio_filters li {
    padding: 2px 0
}

.widget ul.portfolio_filters li input {
    margin-right: 6px
}

.apply-content-area {
    padding: 2% 0
}

.apply-content {
    background: black transparent;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,  endColorstr=#CC000000)";
    max-width: 900px;
    width: 60%;
    margin: 3% auto;
    padding: 3%;
    display: block;
    color: #fff
}

@media only screen and (max-width: 1160px) {
    .apply-content {
        width: 70%
    }
}

@media only screen and (max-width: 1000px) {
    .apply-content {
        width: 80%
    }
}

@media only screen and (max-width: 850px) {
    .apply-content {
        width: 90%
    }
}

@media only screen and (max-width: 480px) {
    .apply-content {
        background: black transparent;
        background: rgba(0, 0, 0, 0.9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000,  endColorstr=#EE000000)";
        width: 95%;
        padding: 6%
    }
}

.apply-content h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400
}

.apply-content h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 63px;
    line-height: 53px;
    margin-top: 5px
}

@media only screen and (max-width: 768px) {
    .apply-content h2 {
        font-size: 55px;
        line-height: 50px
    }
}

@media only screen and (max-width: 530px) {
    .apply-content h2 {
        font-size: 40px;
        line-height: 38px
    }
}

.apply-content h3 {
    font-weight: 100;
    color: #fff;
    font-size: 32px;
    width: 80%;
    line-height: 37px
}

@media only screen and (max-width: 768px) {
    .apply-content h3 {
        font-size: 29px;
        line-height: 35px
    }
}

@media only screen and (max-width: 530px) {
    .apply-content h3 {
        font-size: 22px;
        line-height: 25px;
        font-weight: 300
    }
}

.apply-content p {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 100
}

@media only screen and (max-width: 480px) {
    .apply-content p {
        font-size: 16px;
        font-weight: 300
    }
}

.apply-content a {
    color: #fdd023;
    text-decoration: underline
}

@media only screen and (max-width: 480px) {
    .apply-content a {
        padding-top: 20px
    }
}

.apply-content a.apply_today {
    background: #fdd023;
    color: #461d7c;
    padding: 15px 45px;
    font-weight: 700;
    display: inline-block;
    margin-top: 21px;
    margin-right: 28px;
    text-decoration: none
}

@media only screen and (max-width: 480px) {
    .apply-content a.apply_today {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.search-results article h1.entry-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    -moz-text-shadow: none;
    text-shadow: none
}

.search-results article h1.entry-title a {
    color: #3f4449
}

.search-results article h1.entry-title.search-title {
    font-size: 49px;
    line-height: 55px;
    padding: 2.5% 0 2.5% 4%
}

.search-results .entry-header {
    margin-bottom: 12px
}

.tribe-events-adv-list-widget .event-date {
    text-align: center
}

.tribe-events-adv-list-widget .duration {
    font-size: 10px
}

.events-content ol,
.exhibit-events ol,
.alumni-events ol {
    margin: 0;
    padding: 0
}

.events-content ol li,
.exhibit-events ol li,
.alumni-events ol li {
    border-bottom: 1px solid #d6d8df
}

.events-content ol li.hentry,
.exhibit-events ol li.hentry,
.alumni-events ol li.hentry {
    padding: 40px 0px
}

.events-content ol li:first-child,
.exhibit-events ol li:first-child,
.alumni-events ol li:first-child {
    padding-top: 0
}

.events-content .event-date,
.exhibit-events .event-date,
.alumni-events .event-date {
    text-align: center
}

@media only screen and (max-width: 767px) {

    .events-content .event-date,
    .exhibit-events .event-date,
    .alumni-events .event-date {
        text-align: left
    }
}

.events-content .duration,
.exhibit-events .duration,
.alumni-events .duration {
    font-size: 15px
}

.events-content .duration .event-month,
.exhibit-events .duration .event-month,
.alumni-events .duration .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4px
}

@media only screen and (max-width: 767px) {

    .events-content .duration .event-month,
    .exhibit-events .duration .event-month,
    .alumni-events .duration .event-month {
        display: inline;
        text-align: left
    }
}

.events-content .duration .event-month a,
.exhibit-events .duration .event-month a,
.alumni-events .duration .event-month a {
    color: #3f4449;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 1px
}

.events-content .duration .event-month a:hover,
.exhibit-events .duration .event-month a:hover,
.alumni-events .duration .event-month a:hover {
    text-decoration: none
}

.events-content .duration .event-day,
.exhibit-events .duration .event-day,
.alumni-events .duration .event-day {
    display: block;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {

    .events-content .duration .event-day,
    .exhibit-events .duration .event-day,
    .alumni-events .duration .event-day {
        display: inline;
        text-align: left
    }
}

.events-content .duration .event-day a,
.exhibit-events .duration .event-day a,
.alumni-events .duration .event-day a {
    color: #3f4449;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold
}

@media only screen and (max-width: 767px) {

    .events-content .duration .event-day a,
    .exhibit-events .duration .event-day a,
    .alumni-events .duration .event-day a {
        font-size: 24px
    }
}

.events-content .duration .event-day a:hover,
.exhibit-events .duration .event-day a:hover,
.alumni-events .duration .event-day a:hover {
    text-decoration: none
}

.events-content .event-time,
.events-content .event-venue,
.exhibit-events .event-time,
.exhibit-events .event-venue,
.alumni-events .event-time,
.alumni-events .event-venue {
    color: #461d7c;
    font-weight: 400
}

.events-content .event-time a,
.events-content .event-venue a,
.exhibit-events .event-time a,
.exhibit-events .event-venue a,
.alumni-events .event-time a,
.alumni-events .event-venue a {
    color: #461d7c
}

.events-content .event-description,
.exhibit-events .event-description,
.alumni-events .event-description {
    border-left: 1px solid #b6bbc6;
    padding-left: 6%;
    min-height: 100px
}

.events-content .event-description .excerpt,
.exhibit-events .event-description .excerpt,
.alumni-events .event-description .excerpt {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {

    .events-content .event-description,
    .exhibit-events .event-description,
    .alumni-events .event-description {
        padding-left: 0;
        border-left: none
    }
}

.events-content .event-photo-thumb,
.exhibit-events .event-photo-thumb,
.alumni-events .event-photo-thumb {
    width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {

    .events-content .event-photo-thumb,
    .exhibit-events .event-photo-thumb,
    .alumni-events .event-photo-thumb {
        max-width: 50%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 500px) {

    .events-content .event-photo-thumb,
    .exhibit-events .event-photo-thumb,
    .alumni-events .event-photo-thumb {
        max-width: 100%
    }
}

.events-content h4.entry-title,
.exhibit-events h4.entry-title,
.alumni-events h4.entry-title {
    line-height: 18px;
    margin-bottom: 4px
}

.events-content h4.entry-title a,
.exhibit-events h4.entry-title a,
.alumni-events h4.entry-title a {
    color: #3f4449;
    font-size: 18px;
    line-height: 18px;
    text-transform: none
}

.events-content .event_more_info a,
.exhibit-events .event_more_info a,
.alumni-events .event_more_info a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.lect-filter {
    border-bottom: 1px solid #b6bbc6;
    margin-bottom: 35px;
    padding-bottom: 8px
}

.lect-filter a {
    margin: 0 10px;
    color: #3f4449;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 6px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.lect-filter a:hover {
    color: #919599;
    text-decoration: none;
}

.lect-filter a.active {
    text-decoration: none;
    background: #e7e9ee;
    color: #3f4449;
}

.lecture_wrapper {
    border-bottom: 1px solid #d6d8df;
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 45px;
    width: 100%
}

.lecture_wrapper .lect_thumb {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 768px) {
    .lecture_wrapper .lect_thumb {
        width: 40%;
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 600px) {
    .lecture_wrapper .lect_thumb {
        width: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 480px) {
    .lecture_wrapper .lect_thumb {
        width: 60%
    }
}

.lecture_wrapper .lect-cat {
    background: #e7e9ee;
    color: #3f4449;
    width: 100%;
    padding: 4% 1% 2%;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px
}

@media only screen and (max-width: 768px) {
    .lecture_wrapper .lect-cat {
        display: none
    }
}

.lecture_wrapper .lect-cat.lect-cat-xs {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 17px;
    padding: 2% 1% 1%;
    display: none
}

@media only screen and (max-width: 768px) {
    .lecture_wrapper .lect-cat.lect-cat-xs {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .lecture_wrapper .lecture_content {
        text-align: center
    }
}

.lecture_wrapper .lecture_content h2 {
    margin: 0;
    color: #3f4449;
    font-size: 21px
}

@media only screen and (max-width: 480px) {
    .lecture_wrapper .lecture_content h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px
    }
}

.lecture_wrapper .lecture_content .lect-date {
    text-transform: uppercase;
    color: #461d7c;
    font-size: 14px;
    margin-bottom: 17px
}

@media only screen and (max-width: 480px) {
    .lecture_wrapper .lecture_content .lect-date {
        margin-bottom: 9px
    }
}

.lecture_wrapper .lecture_content p {
    font-size: 14px;
    line-height: 19px;
    text-align: left
}

.lecture_wrapper .lecture_content a.view_lect_online {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 19px
}

.alumni-filter {
    border-bottom: 1px solid #b6bbc6;
    margin-bottom: 35px;
    padding-bottom: 8px
}

.alumni-filter a {
    margin: 0 10px;
    color: #b6bbc6;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 6px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.alumni-filter a:hover {
    color: #919599;
    text-decoration: none
}

.alumni-filter a.active {
    text-decoration: none;
    background: #e7e9ee;
    color: #919599
}

.alumni_wrapper {
    border-bottom: 1px solid #d6d8df;
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 45px;
    width: 100%
}

.alumni_wrapper .alumni_thumb {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {
    .alumni_wrapper .alumni_thumb {
        width: 40%;
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 600px) {
    .alumni_wrapper .alumni_thumb {
        width: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 480px) {
    .alumni_wrapper .alumni_thumb {
        width: 60%
    }
}

.alumni_wrapper .alumni-cat {
    background: #e7e9ee;
    color: #7f8184;
    width: 100%;
    padding: 4% 1% 2%;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px
}

@media only screen and (max-width: 768px) {
    .alumni_wrapper .alumni-cat {
        display: none
    }
}

.alumni_wrapper .alumni-cat.alumni-cat-xs {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 17px;
    padding: 2% 1% 1%;
    display: none
}

@media only screen and (max-width: 768px) {
    .alumni_wrapper .alumni-cat.alumni-cat-xs {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .alumni_wrapper .alumni_content {
        text-align: center
    }
}

.alumni_wrapper .alumni_content h2 {
    margin: 0;
    color: #3f4449;
    font-size: 21px
}

.alumni_wrapper .alumni_content h2 a {
    color: #3f4449;
    font-size: 21px
}

@media only screen and (max-width: 480px) {
    .alumni_wrapper .alumni_content h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px
    }
}

.alumni_wrapper .alumni_content .alumni-degree {
    text-transform: uppercase;
    color: #461d7c;
    font-size: 14px;
    margin-bottom: 17px
}

@media only screen and (max-width: 480px) {
    .alumni_wrapper .alumni_content .alumni-degree {
        margin-bottom: 9px
    }
}

.alumni_wrapper .alumni_content p {
    font-size: 14px;
    line-height: 19px;
    text-align: left
}

.alumni_wrapper .alumni_content a.view_alumni_online {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 19px
}

.job_header {
    background: #e8eaee;
    font-size: 14px;
    color: #3f4449;
    text-transform: uppercase;
    padding: 10px;
    width: 16.2%;
    cursor: pointer
}

.job_arrow {
    width: 2.8%;
    text-align: center;
    padding: 0;
    border-top-color: #cfd3dd
}

.job_arrow span.genericon {
    margin-left: 7px;
    display: block;
    float: left;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    margin-top: -7px;
    text-align: right
}

.job_arrow span.genericon:before {
    font-size: 10px
}

.job_arrow span.genericon.rotate-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

th.job_arrow {
    background: #e8eaee
}

tr.job_row {
    background: #f2f4f9;
    cursor: pointer
}

tr.job_row td.job_column {
    padding: 10px;
    vertical-align: middle;
    width: 16%;
    line-height: 16px;
    border-top-color: #cfd3dd
}

tr.job_row td.job_column.job_position {
    color: #6b4a96;
    font-weight: bold;
    text-transform: uppercase
}

tr.job_row td.job_column.job_type {
    color: #6b4a96
}

tr.job_row td.job_column.job_apply {
    font-weight: bold
}

tr.job_row.job-open {
    background: #e0e3ea
}

.job_desc td {
    background: #e0e3ea;
    padding: 12px 24px;
    border-top: none
}

.job_desc td a {
    font-weight: bold;
    color: #6b4a96
}

.explore_lsu .explore_head {
    color: #fdd023;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    min-height: 62px;
    vertical-align: middle;
    position: relative;
    width: 20.83333333%
}

@media only screen and (max-width: 768px) {
    .explore_lsu .explore_head {
        font-size: 16px;
        line-height: 18px
    }
}

@media only screen and (max-width: 600px) {
    .explore_lsu .explore_head {
        display: none
    }
}

.explore_lsu .explore_head .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 17px 0 17px;
    border-color: #756b85 transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 48%;
    left: calc(50% - 16px)
}

.explore_lsu .explore_head_empty {
    background: #bfc3cd;
    width: 16.66666667%
}

.explore_lsu .explore_head_1 {
    background: #584d6b
}

.explore_lsu .explore_head_1 .triangle {
    border-color: #584d6b transparent transparent transparent
}

.explore_lsu .explore_head_2 {
    background: #47395f
}

.explore_lsu .explore_head_2 .triangle {
    border-color: #47395f transparent transparent transparent
}

.explore_lsu .explore_head_3 {
    background: #584d6b
}

.explore_lsu .explore_head_3 .triangle {
    border-color: #584d6b transparent transparent transparent
}

.explore_lsu .explore_head_4 {
    background: #47395f;
    padding-top: 11px
}

.explore_lsu .explore_head_4 .triangle {
    border-color: #47395f transparent transparent transparent
}

.explore_lsu .explore_body {
    font-size: 12px;
    padding: 2% 1% 0.5%;
    width: 20.83333333%;
    vertical-align: top;
    line-height: 16px;
    color: #333332
}

@media only screen and (max-width: 600px) {
    .explore_lsu .explore_body {
        width: 100%;
        display: block;
        padding: 2% 5%
    }
}

.explore_lsu .explore_body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px
}

.explore_lsu .explore_body .sm-school {
    display: none;
    font-weight: bold;
    text-decoration: underline
}

@media only screen and (max-width: 600px) {
    .explore_lsu .explore_body .sm-school {
        display: block;
        font-size: 16px;
        margin-bottom: 4px
    }
}

.explore_lsu .explore_body.explore_question {
    background: #e3e6ee;
    width: 16.66666667%
}

@media only screen and (max-width: 600px) {
    .explore_lsu .explore_body.explore_question {
        width: 100%;
        display: block;
        padding: 2% 5%
    }
}

.explore_lsu .explore_body.explore_question p {
    color: #333332;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px
}

@media only screen and (max-width: 600px) {
    .explore_lsu .explore_body.explore_question p {
        padding: 9px 0 7px;
        margin-bottom: 0px
    }
}

.explore_lsu .explore_body.explore_body_1,
.explore_lsu .explore_body.explore_body_2,
.explore_lsu .explore_body.explore_body_3 {
    border-right: 1px solid #ddd
}

.explore_lsu tr td {
    border-top: none;
    border-bottom: none
}

.explore_lsu tr.row_1 td {
    padding-top: 29px
}

.explore_lsu tr.even td {
    background: #ecedf0
}

@media only screen and (max-width: 600px) {
    .explore_lsu tr.even td {
        background: #fff
    }
}

.explore_lsu tr.even td.explore_question {
    background: #d8dbe4;
    border: none
}

@media only screen and (max-width: 600px) {
    .explore_lsu tr.even td.explore_question {
        background: #e3e6ee
    }
}

.art_programs {
    margin-top: -10px;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .art_programs {
        margin-top: 20px
    }
}

.art_programs ul {
    list-style: none;
    background: #ebeef4;
    width: 100%;
    margin: 0;
    padding: 0
}

.art_programs ul li {
    background: #ebeef4;
    padding: 5px 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    float: left;
    width: 25%
}

@media only screen and (max-width: 768px) {
    .art_programs ul li {
        width: 50%;
        border: 1px solid #fff
    }
}

@media only screen and (max-width: 600px) {
    .art_programs ul li {
        width: 100%
    }
}

.art_programs ul li:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media only screen and (max-width: 768px) {
    .art_programs ul li:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #e4e8f0
    }
}

.art_programs ul li a {
    display: block;
    text-align: center;
    padding: 3% 0;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (max-width: 1000px) {
    .art_programs ul li a {
        font-size: 22px
    }
}

@media only screen and (max-width: 848px) {
    .art_programs ul li a {
        font-size: 20px
    }
}

.art_programs ul li a.program_1 {
    color: #461d7c;
    border-right: 1px solid #b8bcc4
}

@media only screen and (max-width: 768px) {
    .art_programs ul li a.program_1 {
        border-right: none
    }
}

.art_programs ul li a.program_2 {
    color: #cd6633;
    border-right: 1px solid #b8bcc4
}

@media only screen and (max-width: 768px) {
    .art_programs ul li a.program_2 {
        border-right: none
    }
}

.art_programs ul li a.program_3 {
    color: #8cb811;
    border-right: 1px solid #b8bcc4
}

@media only screen and (max-width: 768px) {
    .art_programs ul li a.program_3 {
        border-right: none
    }
}

.art_programs ul li a.program_4 {
    color: #e9b200
}

.single-tribe_events h2.tribe-events-single-event-title {
    color: #3f4449
}

body.category h1.entry-title {
    font-size: 48px
}

article.category_page {
    padding-bottom: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd
}

h1.entry-title.no-margin-title {
    margin-top: 0;
    padding-top: 0
}

.page-template-lsu-templatespage-school-home-php .sharedaddy,
.page-template-lsu-templatespage-news-php .sharedaddy,
.page-template-lsu-templatesnews-architecture-php .sharedaddy,
.page-template-lsu-templatesnews-art-php .sharedaddy,
.page-template-lsu-templatesnews-interior-design-php .sharedaddy,
.page-template-lsu-templatesnews-landscape-architecture-php .sharedaddy {
    display: none
}

.site-main .widget-area {
    background: #edeff4
}

.ie .site-footer .widget-area {
    background: #3f4449
}

.widget {
    background-color: #f2f4f9;
    font-size: 14px;
    margin: 0 0 0px;
    padding: 9%;
    word-wrap: break-word
}

footer .widget .textwidget{
    color: #fff;
}

.widget .textwidget {
    color: #3f4449;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}


.social-footer a p{
    position: absolute;
    left: -9999px;
    color: #ffffff;
}
.social-footer a:hover {
    text-decoration: none;
}

.widget .textwidget

.widget .filter_label {
    text-transform: uppercase;
    font-weight: bold
}

.widget .widget-title {
    color: #3f4449;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    margin: 0;
    line-height: 22px
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget li {
    padding: 5px 0
}

.widget .children li:last-child {
    padding-bottom: 0
}

.widget li>ul,
.widget li>ol {
    margin-left: 20px
}

.search-form .search-submit {
    display: none
}

.widget_rss .rss-date {
    display: block
}

.widget_rss .rss-date,
.widget_rss li>cite {
    color: #a2a2a2
}

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center
}

.widget_calendar a {
    display: block
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15)
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5)
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05)
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent
}

.site-footer {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #3f4449;
    overflow: hidden
}

.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left
}

.site-footer a {
    color: #686758
}
.site-footer a:focus-visible {
  outline-offset: 3px;
}

.site-footer .sidebar-container {
    padding: 47px 2% 0;
    margin-bottom: 47px;
    background-color: #3f4449
}

.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    border-bottom: 1px solid #595f64
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 23%;
    color: #828a91;
    font-size: 13px;
    padding: 20px 0
}

.site-footer .widget#custom_html-7 {
    width: 21%
}

@media only screen and (max-width: 768px) {
    .site-footer .widget#custom_html-7 {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        border-bottom: 1px solid #b6bbc6;
        padding-bottom: 30px
    }
}

.site-footer .widget#custom_html-8 {
    width: 26%
}

@media only screen and (max-width: 768px) {
    .site-footer .widget#custom_html-8 {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        border-bottom: 1px solid #b6bbc6;
        padding-bottom: 30px
    }
}

.site-footer .widget#custom_html-9 {
    width: 27%
}

@media only screen and (max-width: 768px) {
    .site-footer .widget#custom_html-9 {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        border-bottom: 1px solid #b6bbc6;
        padding-bottom: 30px
    }
}

.site-footer .widget#custom_html-10 {
    width: 18%
}

@media only screen and (max-width: 768px) {
    .site-footer .widget#custom_html-10 {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        padding-bottom: 30px
    }
}

.site-footer .widget svg {
    margin-bottom: 25px
}

.site-footer .widget svg .footer_lsu {
    fill: #ffffff;
}

.site-footer .widget svg:hover .footer_lsu {
    fill: #fdd023
}

.sidebar .site-footer .widget {
    width: 228px
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0
}

.site-footer .widget a, 
.site-footer .widget h3, 
.site-footer .widget input {
    color: #ffffff;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff
}

.site-footer .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #828a91;
    font-style: normal;
    margin-bottom: 17px
}

@media only screen and (max-width: 768px) {
    .site-footer .widget-title {
        font-size: 30px;
        line-height: 31px
    }
}

.site-footer .widget .genericon {
    color: #ffffff;
    width: 40px;
    height: 40px;
    -webkit-transition: .3s color ease-in;
    -moz-transition: .3s color ease-in;
    -ms-transition: .3s color ease-in;
    -o-transition: .3s color ease-in;
    transition: .3s color ease-in
}

.site-footer .widget .genericon:before {
    font-size: 35px
}

.site-footer .widget .genericon:hover {
    color: #fdd023
}

.site-footer #text-5 a {
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    margin-bottom: 19px
}

.site-footer #text-5 a:hover {
    text-decoration: none
}

.site-footer .widget form {
    width: 80%
}

.site-footer .widget input[type=text] {
    border: none;
    background: #ffffff;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    color: #3f4449;
}

.site-footer .widget input[type=submit] {
    background: none;
    border: none;
    float: right;
    padding: 7px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%
}

#wpstats {
    display: block;
    margin: -10px auto 0
}

@media (max-width: 1599px) {
    .site {
        border: 0
    }
}

@media (max-width: 1069px) {

    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0
    }

    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0
    }

    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%
    }

    .error404 .page-title {
        font-size: 24px;
        padding: 180px
    }

    .error404 .page-title:before {
        font-size: 554px
    }

    .attachment .image-navigation {
        max-width: 724px
    }

    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static
    }
}

@media (max-width: 999px) {

    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px
    }

    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0
    }

    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%
    }

    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0
    }

    .format-status .entry-content {
        padding-top: 40px
    }

    .format-status .entry-meta {
        padding-bottom: 40px
    }

    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px
    }

    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px
    }

    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px
    }

    .sidebar .paging-navigation .nav-links {
        padding: 0 60px
    }
}

@media (max-width: 767px) {

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0
    }

    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%
    }

    .gallery-caption {
        display: none
    }
}

@media (max-width: 643px) {
    .site-title {
        font-size: 30px
    }

    .menu-toggle,
    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px
    }

    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px
    }

    .toggled-on .nav-menu,
    .toggled-on .nav-menu>ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%
    }

    .toggled-on li,
    .toggled-on .children {
        display: block
    }

    .toggled-on .nav-menu li>ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto
    }

    .toggled-on .nav-menu li>ul a {
        color: #141412;
        width: auto
    }

    .toggled-on .nav-menu li:hover>a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412
    }

    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        background-color: #db572f;
        color: #fff
    }

    ul.nav-menu,
    div.nav-menu>ul {
        display: none
    }

    #content .featured-gallery {
        padding-left: 24px
    }

    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%
    }

    .format-audio .entry-content:before {
        display: none
    }

    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto
    }
}

@media (max-width: 359px) {
    .gallery {
        margin-left: 0
    }

    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px)
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block
    }

    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px)
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px
    }

    .gallery br {
        display: none
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0
    }

    .comment-author {
        margin: 0 0 5px;
        max-width: 100%
    }

    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px
    }

    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%
    }
}

.mp-menu,
.mp-menu:after,
.mp-menu::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.scroller {
    -webkit-overflow-scrolling: touch
}

.scroller>* {
    -webkit-transform: translateZ(0px)
}

.scroller,
.scroller-inner {
    position: relative
}

.container {
    position: relative;
    overflow: hidden;
    background: #461d7c
}

.menu-trigger {
    position: relative;
    padding-left: 60px;
    font-size: 0.9em
}

.menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
    content: ''
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%
}

.mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 285px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #461d7c;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mp-pusher::after,
.mp-level::after,
.mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0
}

.mp-pusher::after,
.mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s
}

.mp-level::after {
    z-index: -1
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.mp-level.mp-level-overlay {
    cursor: pointer
}

.mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1
}

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.mp-menu>.mp-level,
.mp-menu>.mp-level.mp-level-open,
.mp-menu.mp-overlap>.mp-level,
.mp-menu.mp-overlap>.mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: #fdd023;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em
}

.mp-menu h2 a {
    color: #fdd023;
    text-decoration: none
}

.mp-menu h2 a:hover {
    text-decoration: none
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em
}

.mp-overlap .mp-level.mp-level-overlay>h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.mp-menu ul li>a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #efefef
}

.mp-menu ul li>a:hover {
    color: #efefef;
    text-decoration: none
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5
}

.mp-level>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2)
}

.mp-menu ul li a:hover,
.mp-level>ul>li:first-child>a:hover {
    color: #efefef
}

.mp-menu .mp-level.mp-level-overlay>ul>li>a,
.mp-level.mp-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px transparent
}

.mp-back {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s
}

.mp-back::after {
    font-family: 'genericons';
    position: absolute;
    content: '\f429';
    right: 10px;
    font-size: 1.3em;
    color: rgba(240, 240, 240, 0.3)
}

.mp-menu .mp-level.mp-level-overlay>.mp-back,
.mp-menu .mp-level.mp-level-overlay>.mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent
}

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 0px
}

.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
    display: none
}

.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
    display: none
}

@media print,
(-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list>li:after,
    .comment-list .children>li:before {
        background-image: url(images/dotted-line-2x.png)
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt
    }

    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " ["attr(href) "] "
    }

    .site {
        max-width: 98%
    }

    .site-header {
        background-image: none !important
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0
    }

    .site-title {
        color: #000;
        font-size: 21pt
    }

    .site-description {
        font-size: 10pt
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%
    }

    .page-title,
    .entry-title {
        font-size: 21pt
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0
    }

    .format-image .entry-content .size-full {
        margin: 0
    }

    .hentry {
        background-color: #fff
    }

    .comments-area>li.comment {
        background: none;
        position: relative;
        width: auto
    }

    .comment-metadata {
        float: none
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333
    }
}

*::-webkit-input-placeholder {
    color: #b6bbc6
}

*:-moz-placeholder {
    color: #b6bbc6
}

*:-ms-input-placeholder {
    color: #b6bbc6
}

::-webkit-input-placeholder {
    color: #b6bbc6
}

:-moz-placeholder {
    color: #b6bbc6;
    opacity: 1
}

::-moz-placeholder {
    color: #b6bbc6;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b6bbc6
}

.ie9 .featured_person .feat-excerpt .feat-quote,
.ie8 .featured_person .feat-excerpt .feat-quote,
.ie7 .featured_person .feat-excerpt .feat-quote,
.ie .mp-menu {
    display: none
}

.ie8 #primary,
.ie7 #primary {
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%
}

.ie7 .screen-reader-text {
    display: none
}

.ie7 .site-header .home-link {
    width: 25%;
    float: left
}

.ie7 .site-header #navbar {
    float: left;
    width: 73%
}

.ie7 .nav-menu li {
    min-height: 20px
}

.ie7 .page-text {
    width: 65%
}

.ie7 .explore-side-title {
    display: none
}

.events-archive header.entry-header {
    display: block
}

.tribe-events-adv-list-widget .type-tribe_events,
.tribe-mini-calendar-list-wrapper .type-tribe_events {
    margin: 40px 0;
    padding: 0 0 30px 0
}

h1.tribe-events-single-event-title {
    color: #3f4449;
    font-weight: bold;
    line-height: 30px;
    font-size: 30px
}

.archive-pagination {
    clear: both;
    float: right;
    width: 100%
}

.archive-pagination .index {
    font-weight: 700;
    line-height: 32px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.archive-pagination ul {
    list-style: none;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.archive-pagination li {
    float: left;
    margin: 0 6px 6px 0
}

.archive-pagination li:last-child {
    margin-right: 0
}

.archive-pagination li a,
.archive-pagination li span {
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    display: block;
    min-width: 35px;
    padding: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3)
}

.archive-pagination li a:hover {
    background: #666666;
    color: #fff
}

.archive-pagination li .current {
    background: #666666;
    color: #fff
}

@media (max-width: 767px) {
    .archive-pagination {
        text-align: center
    }

    .archive-pagination .index {
        float: none;
        display: block
    }

    .archive-pagination ul {
        padding-left: 0;
        display: inline-block;
        float: none !important
    }
}

.three-column-layout {
    padding-top: 50px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.three-column-layout .col {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    text-align: center
}
/*Cookie consent css*/
button.cc-btn.cc-dismiss {
  background: #fff;
  text-transform: uppercase;
}
button.cc-link {
    background-color: transparent;
    background: transparent;
    border-bottom: none;
    font-weight: 600;
    opacity: 1;
    border: 1px solid transparent;
}

button.cc-link:hover {
    text-decoration: none;
}

button.cc-link:focus-visible,
button.cc-btn.cc-dismiss:focus-visible {
    text-decoration: none;
    border-color: #5f3b97;
    outline: -webkit-focus-ring-color auto 1px;
}
