/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

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

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: none;
    width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out 200ms ease;
    -moz-transition: all .2s ease-in-out 200ms ease;
    -o-transition: all .2s ease-in-out 200ms ease;
    -ms-transition: all .2s ease-in-out 200ms linear;
    transition: all .2s ease-in-out 200ms ease ease;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    //color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .container {
        width: 730px
    }
}

@media (min-width:992px) {
    .container {
        width: 950px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1150px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.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 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.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 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease ease
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 5px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear 200ms ease;
    -moz-transition: opacity .15s linear 200ms ease;
    -o-transition: opacity .15s linear 200ms ease;
    -ms-transition: opacity .15s linear 200ms linear;
    transition: opacity .15s linear 200ms ease ease
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
    -webkit-transition: height .35s ease 200ms ease;
    -moz-transition: height .35s ease 200ms ease;
    -o-transition: height .35s ease 200ms ease;
    -ms-transition: height .35s ease 200ms linear;
    transition: height .35s ease 200ms ease ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -5px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: none
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -5px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -5px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -5px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out 200ms ease;
    -moz-transition: all .2s ease-in-out 200ms ease;
    -o-transition: all .2s ease-in-out 200ms ease;
    -ms-transition: all .2s ease-in-out 200ms linear;
    transition: all .2s ease-in-out 200ms ease ease
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: width .6s ease 200ms ease;
    -moz-transition: width .6s ease 200ms ease;
    -o-transition: width .6s ease 200ms ease;
    -ms-transition: width .6s ease 200ms linear;
    transition: width .6s ease 200ms ease ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after,
.popover>ul.pdt2,
.popover>ul.pdt2:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow,
.popover>ul.pdt2 {
    border-width: 11px
}

.popover>.arrow:after,
.popover>ul.pdt2:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow,
.popover.top>ul.pdt2 {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after,
.popover.top>ul.pdt2:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow,
.popover.right>ul.pdt2 {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after,
.popover.right>ul.pdt2:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow,
.popover.bottom>ul.pdt2 {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after,
.popover.bottom>ul.pdt2:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow,
.popover.left>ul.pdt2 {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after,
.popover.left>ul.pdt2:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left 200ms ease;
    -moz-transition: .6s ease-in-out left 200ms ease;
    -o-transition: .6s ease-in-out left 200ms ease;
    -ms-transition: .6s ease-in-out left 200ms linear;
    transition: .6s ease-in-out left 200ms ease ease
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
nav#main_nav>ul:before,
nav#main_nav>ul:after,
nav#main_nav>ul:before,
nav#main_nav>ul:after,
#section_front_our_courses>div>div:before,
#section_front_our_courses>div>div:after,
#section_front_think_success>div:before,
#section_front_think_success>div:after,
#section_front_what_people_are_saying>div>div:before,
#section_front_what_people_are_saying>div>div:after,
#eblog-wrapper>#ezblog-body:before,
#eblog-wrapper>#ezblog-body:after,
#eblog-wrapper>#ezblog-body:before,
#eblog-wrapper>#ezblog-body:after,
section#block__event__info .block__event-bottom:before,
section#block__event__info .block__event-bottom:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
nav#main_nav>ul:after,
nav#main_nav>ul:after,
#section_front_our_courses>div>div:after,
#section_front_think_success>div:after,
#section_front_what_people_are_saying>div>div:after,
#eblog-wrapper>#ezblog-body:after,
#eblog-wrapper>#ezblog-body:after,
section#block__event__info .block__event-bottom:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    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 (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: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: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 (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
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

h1,
.h1 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

@media (max-width:767px) {
    h1,
    .h1 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    h1,
    .h1 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    h1,
    .h1 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    h1,
    .h1 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

h1 small,
.h1 small,
h1 .small,
.h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h2,
.h2 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

@media (max-width:767px) {
    h2,
    .h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    h2,
    .h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    h2,
    .h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    h2,
    .h2 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

h2 small,
.h2 small,
h2 .small,
.h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h3,
.h3 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0
}

@media (max-width:767px) {
    h3,
    .h3 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    h3,
    .h3 {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    h3,
    .h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    h3,
    .h3 {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

h3.crs-page {
    font-size: 16px;
    font-size: 1.6rem;
    height: 4em;
    overflow: hidden
}

h4,
.h4 {
    font-family: 'AvenirLTStd95Black';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0
}

@media (max-width:767px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 6px
    }
}

.page-header {
    padding-bottom: 0;
    margin: 60px 0 0 0;
    border-bottom: none
}

.h3Design {
    color: #ed1c8f;
    padding: 1em 0 .5em
}

.h3Health {
    color: #873494;
    padding: 1em 0 .5em
}

.h3Business {
    color: #c5203e;
    padding: 1em 0 .5em
}

.h3Hospitality {
    color: #00bcd3;
    padding: 1em 0 .5em
}

a {
    color: #2dc489
}

body.business a {
    color: #c5203e
}

body.design a {
    color: #ed1c8f
}

body.health a {
    color: #873494
}

body.hospitality a {
    color: #00bcd3
}

a:hover {
    text-decoration: none
}

p {
    color: #353535;
    margin: 0
}

@media (max-width:767px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 6px
    }
}

.lead {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    font-weight: normal;
    line-height: 1.4em
}

@media (max-width:767px) {
    .lead {
        font-size: 20px;
        font-size: 2rem;
        padding: 0 3px 1em 3px
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 0 4px 1em 4px
    }
}

@media (min-width:992px) {
    .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 5px 1em 5px
    }
}

@media (min-width:1200px) {
    .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 6px 1em 6px
    }
}

.lead span.lead-name {
    font-size: 16px;
    font-size: 1.6rem
}

.sectionWrapper ul {
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .sectionWrapper ul {
        margin: 0 3px
    }
}

@media (min-width:768px) {
    .sectionWrapper ul {
        margin: 0 4px
    }
}

@media (min-width:992px) {
    .sectionWrapper ul {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    .sectionWrapper ul {
        margin: 0 6px
    }
}

.sectionWrapper ul.check {
    list-style-type: none
}

.sectionWrapper ul.check>li {
    position: relative;
    color: #000000;
    margin-left: 20px;
    padding: 0 0 30px 0
}

.sectionWrapper ul.check>li:before {
    font-family: "icons";
    content: "\f106";
    color: #2dc489;
    position: absolute;
    top: 1px;
    left: -33px;
    font-size: 12px
}

body.business .sectionWrapper ul.check>li:before {
    color: #c5203e
}

body.design .sectionWrapper ul.check>li:before {
    color: #ed1c8f
}

body.health .sectionWrapper ul.check>li:before {
    color: #873494
}

body.hospitality .sectionWrapper ul.check>li:before {
    color: #00bcd3
}

.sectionWrapper ul.check>li:before:hover {
    text-decoration: none
}

.sectionWrapper ul.check>li.no-list:before {
    content: none
}

#interAcademicBoardMembers h3 {
    padding: .2em 6px
}

#interAcademicBoardMembers p {
    padding: .3em 6px
}

.btn-config {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center
}

.btn-config:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-config {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-config {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-config {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-config {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-config {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-config {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-config {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-config {
        margin: 0 6px 0 0
    }
}

.think-btn {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.think-btn:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .think-btn {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .think-btn {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .think-btn {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .think-btn {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .think-btn {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .think-btn {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .think-btn {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .think-btn {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .think-btn {
        padding: 11px 20px
    }
}

.think-btn:hover,
.think-btn:focus,
.think-btn:active,
.think-btn.active,
.open .dropdown-toggle.think-btn {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.think-btn:active,
.think-btn.active,
.open .dropdown-toggle.think-btn {
    background-image: none
}

.think-btn.disabled,
.think-btn[disabled],
fieldset[disabled] .think-btn,
.think-btn.disabled:hover,
.think-btn[disabled]:hover,
fieldset[disabled] .think-btn:hover,
.think-btn.disabled:focus,
.think-btn[disabled]:focus,
fieldset[disabled] .think-btn:focus,
.think-btn.disabled:active,
.think-btn[disabled]:active,
fieldset[disabled] .think-btn:active,
.think-btn.disabled.active,
.think-btn[disabled].active,
fieldset[disabled] .think-btn.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.think-btn .badge {
    color: #2dc489;
    background-color: #fff
}

body.business .think-btn,
#group-business .think-btn,
#collapse-group-business .think-btn,
.scholarships-business .think-btn {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 20px
    }
}

body.business .think-btn:hover,
#group-business .think-btn:hover,
#collapse-group-business .think-btn:hover,
.scholarships-business .think-btn:hover,
body.business .think-btn:focus,
#group-business .think-btn:focus,
#collapse-group-business .think-btn:focus,
.scholarships-business .think-btn:focus,
body.business .think-btn:active,
#group-business .think-btn:active,
#collapse-group-business .think-btn:active,
.scholarships-business .think-btn:active,
body.business .think-btn.active,
#group-business .think-btn.active,
#collapse-group-business .think-btn.active,
.scholarships-business .think-btn.active,
.open .dropdown-togglebody.business .think-btn,
.open .dropdown-toggle#group-business .think-btn,
.open .dropdown-toggle#collapse-group-business .think-btn,
.open .dropdown-toggle.scholarships-business .think-btn {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business .think-btn:active,
#group-business .think-btn:active,
#collapse-group-business .think-btn:active,
.scholarships-business .think-btn:active,
body.business .think-btn.active,
#group-business .think-btn.active,
#collapse-group-business .think-btn.active,
.scholarships-business .think-btn.active,
.open .dropdown-togglebody.business .think-btn,
.open .dropdown-toggle#group-business .think-btn,
.open .dropdown-toggle#collapse-group-business .think-btn,
.open .dropdown-toggle.scholarships-business .think-btn {
    background-image: none
}

body.business .think-btn.disabled,
#group-business .think-btn.disabled,
#collapse-group-business .think-btn.disabled,
.scholarships-business .think-btn.disabled,
body.business .think-btn[disabled],
#group-business .think-btn[disabled],
#collapse-group-business .think-btn[disabled],
.scholarships-business .think-btn[disabled],
fieldset[disabled] body.business .think-btn,
fieldset[disabled] #group-business .think-btn,
fieldset[disabled] #collapse-group-business .think-btn,
fieldset[disabled] .scholarships-business .think-btn,
body.business .think-btn.disabled:hover,
#group-business .think-btn.disabled:hover,
#collapse-group-business .think-btn.disabled:hover,
.scholarships-business .think-btn.disabled:hover,
body.business .think-btn[disabled]:hover,
#group-business .think-btn[disabled]:hover,
#collapse-group-business .think-btn[disabled]:hover,
.scholarships-business .think-btn[disabled]:hover,
fieldset[disabled] body.business .think-btn:hover,
fieldset[disabled] #group-business .think-btn:hover,
fieldset[disabled] #collapse-group-business .think-btn:hover,
fieldset[disabled] .scholarships-business .think-btn:hover,
body.business .think-btn.disabled:focus,
#group-business .think-btn.disabled:focus,
#collapse-group-business .think-btn.disabled:focus,
.scholarships-business .think-btn.disabled:focus,
body.business .think-btn[disabled]:focus,
#group-business .think-btn[disabled]:focus,
#collapse-group-business .think-btn[disabled]:focus,
.scholarships-business .think-btn[disabled]:focus,
fieldset[disabled] body.business .think-btn:focus,
fieldset[disabled] #group-business .think-btn:focus,
fieldset[disabled] #collapse-group-business .think-btn:focus,
fieldset[disabled] .scholarships-business .think-btn:focus,
body.business .think-btn.disabled:active,
#group-business .think-btn.disabled:active,
#collapse-group-business .think-btn.disabled:active,
.scholarships-business .think-btn.disabled:active,
body.business .think-btn[disabled]:active,
#group-business .think-btn[disabled]:active,
#collapse-group-business .think-btn[disabled]:active,
.scholarships-business .think-btn[disabled]:active,
fieldset[disabled] body.business .think-btn:active,
fieldset[disabled] #group-business .think-btn:active,
fieldset[disabled] #collapse-group-business .think-btn:active,
fieldset[disabled] .scholarships-business .think-btn:active,
body.business .think-btn.disabled.active,
#group-business .think-btn.disabled.active,
#collapse-group-business .think-btn.disabled.active,
.scholarships-business .think-btn.disabled.active,
body.business .think-btn[disabled].active,
#group-business .think-btn[disabled].active,
#collapse-group-business .think-btn[disabled].active,
.scholarships-business .think-btn[disabled].active,
fieldset[disabled] body.business .think-btn.active,
fieldset[disabled] #group-business .think-btn.active,
fieldset[disabled] #collapse-group-business .think-btn.active,
fieldset[disabled] .scholarships-business .think-btn.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business .think-btn .badge,
#group-business .think-btn .badge,
#collapse-group-business .think-btn .badge,
.scholarships-business .think-btn .badge {
    color: #c5203e;
    background-color: #fff
}

body.design .think-btn,
#group-design .think-btn,
#collapse-group-design .think-btn,
.scholarships-design .think-btn {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 20px
    }
}

body.design .think-btn:hover,
#group-design .think-btn:hover,
#collapse-group-design .think-btn:hover,
.scholarships-design .think-btn:hover,
body.design .think-btn:focus,
#group-design .think-btn:focus,
#collapse-group-design .think-btn:focus,
.scholarships-design .think-btn:focus,
body.design .think-btn:active,
#group-design .think-btn:active,
#collapse-group-design .think-btn:active,
.scholarships-design .think-btn:active,
body.design .think-btn.active,
#group-design .think-btn.active,
#collapse-group-design .think-btn.active,
.scholarships-design .think-btn.active,
.open .dropdown-togglebody.design .think-btn,
.open .dropdown-toggle#group-design .think-btn,
.open .dropdown-toggle#collapse-group-design .think-btn,
.open .dropdown-toggle.scholarships-design .think-btn {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design .think-btn:active,
#group-design .think-btn:active,
#collapse-group-design .think-btn:active,
.scholarships-design .think-btn:active,
body.design .think-btn.active,
#group-design .think-btn.active,
#collapse-group-design .think-btn.active,
.scholarships-design .think-btn.active,
.open .dropdown-togglebody.design .think-btn,
.open .dropdown-toggle#group-design .think-btn,
.open .dropdown-toggle#collapse-group-design .think-btn,
.open .dropdown-toggle.scholarships-design .think-btn {
    background-image: none
}

body.design .think-btn.disabled,
#group-design .think-btn.disabled,
#collapse-group-design .think-btn.disabled,
.scholarships-design .think-btn.disabled,
body.design .think-btn[disabled],
#group-design .think-btn[disabled],
#collapse-group-design .think-btn[disabled],
.scholarships-design .think-btn[disabled],
fieldset[disabled] body.design .think-btn,
fieldset[disabled] #group-design .think-btn,
fieldset[disabled] #collapse-group-design .think-btn,
fieldset[disabled] .scholarships-design .think-btn,
body.design .think-btn.disabled:hover,
#group-design .think-btn.disabled:hover,
#collapse-group-design .think-btn.disabled:hover,
.scholarships-design .think-btn.disabled:hover,
body.design .think-btn[disabled]:hover,
#group-design .think-btn[disabled]:hover,
#collapse-group-design .think-btn[disabled]:hover,
.scholarships-design .think-btn[disabled]:hover,
fieldset[disabled] body.design .think-btn:hover,
fieldset[disabled] #group-design .think-btn:hover,
fieldset[disabled] #collapse-group-design .think-btn:hover,
fieldset[disabled] .scholarships-design .think-btn:hover,
body.design .think-btn.disabled:focus,
#group-design .think-btn.disabled:focus,
#collapse-group-design .think-btn.disabled:focus,
.scholarships-design .think-btn.disabled:focus,
body.design .think-btn[disabled]:focus,
#group-design .think-btn[disabled]:focus,
#collapse-group-design .think-btn[disabled]:focus,
.scholarships-design .think-btn[disabled]:focus,
fieldset[disabled] body.design .think-btn:focus,
fieldset[disabled] #group-design .think-btn:focus,
fieldset[disabled] #collapse-group-design .think-btn:focus,
fieldset[disabled] .scholarships-design .think-btn:focus,
body.design .think-btn.disabled:active,
#group-design .think-btn.disabled:active,
#collapse-group-design .think-btn.disabled:active,
.scholarships-design .think-btn.disabled:active,
body.design .think-btn[disabled]:active,
#group-design .think-btn[disabled]:active,
#collapse-group-design .think-btn[disabled]:active,
.scholarships-design .think-btn[disabled]:active,
fieldset[disabled] body.design .think-btn:active,
fieldset[disabled] #group-design .think-btn:active,
fieldset[disabled] #collapse-group-design .think-btn:active,
fieldset[disabled] .scholarships-design .think-btn:active,
body.design .think-btn.disabled.active,
#group-design .think-btn.disabled.active,
#collapse-group-design .think-btn.disabled.active,
.scholarships-design .think-btn.disabled.active,
body.design .think-btn[disabled].active,
#group-design .think-btn[disabled].active,
#collapse-group-design .think-btn[disabled].active,
.scholarships-design .think-btn[disabled].active,
fieldset[disabled] body.design .think-btn.active,
fieldset[disabled] #group-design .think-btn.active,
fieldset[disabled] #collapse-group-design .think-btn.active,
fieldset[disabled] .scholarships-design .think-btn.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design .think-btn .badge,
#group-design .think-btn .badge,
#collapse-group-design .think-btn .badge,
.scholarships-design .think-btn .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health .think-btn,
#group-health .think-btn,
#collapse-group-health .think-btn,
.scholarships-health .think-btn {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 20px
    }
}

body.health .think-btn:hover,
#group-health .think-btn:hover,
#collapse-group-health .think-btn:hover,
.scholarships-health .think-btn:hover,
body.health .think-btn:focus,
#group-health .think-btn:focus,
#collapse-group-health .think-btn:focus,
.scholarships-health .think-btn:focus,
body.health .think-btn:active,
#group-health .think-btn:active,
#collapse-group-health .think-btn:active,
.scholarships-health .think-btn:active,
body.health .think-btn.active,
#group-health .think-btn.active,
#collapse-group-health .think-btn.active,
.scholarships-health .think-btn.active,
.open .dropdown-togglebody.health .think-btn,
.open .dropdown-toggle#group-health .think-btn,
.open .dropdown-toggle#collapse-group-health .think-btn,
.open .dropdown-toggle.scholarships-health .think-btn {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health .think-btn:active,
#group-health .think-btn:active,
#collapse-group-health .think-btn:active,
.scholarships-health .think-btn:active,
body.health .think-btn.active,
#group-health .think-btn.active,
#collapse-group-health .think-btn.active,
.scholarships-health .think-btn.active,
.open .dropdown-togglebody.health .think-btn,
.open .dropdown-toggle#group-health .think-btn,
.open .dropdown-toggle#collapse-group-health .think-btn,
.open .dropdown-toggle.scholarships-health .think-btn {
    background-image: none
}

body.health .think-btn.disabled,
#group-health .think-btn.disabled,
#collapse-group-health .think-btn.disabled,
.scholarships-health .think-btn.disabled,
body.health .think-btn[disabled],
#group-health .think-btn[disabled],
#collapse-group-health .think-btn[disabled],
.scholarships-health .think-btn[disabled],
fieldset[disabled] body.health .think-btn,
fieldset[disabled] #group-health .think-btn,
fieldset[disabled] #collapse-group-health .think-btn,
fieldset[disabled] .scholarships-health .think-btn,
body.health .think-btn.disabled:hover,
#group-health .think-btn.disabled:hover,
#collapse-group-health .think-btn.disabled:hover,
.scholarships-health .think-btn.disabled:hover,
body.health .think-btn[disabled]:hover,
#group-health .think-btn[disabled]:hover,
#collapse-group-health .think-btn[disabled]:hover,
.scholarships-health .think-btn[disabled]:hover,
fieldset[disabled] body.health .think-btn:hover,
fieldset[disabled] #group-health .think-btn:hover,
fieldset[disabled] #collapse-group-health .think-btn:hover,
fieldset[disabled] .scholarships-health .think-btn:hover,
body.health .think-btn.disabled:focus,
#group-health .think-btn.disabled:focus,
#collapse-group-health .think-btn.disabled:focus,
.scholarships-health .think-btn.disabled:focus,
body.health .think-btn[disabled]:focus,
#group-health .think-btn[disabled]:focus,
#collapse-group-health .think-btn[disabled]:focus,
.scholarships-health .think-btn[disabled]:focus,
fieldset[disabled] body.health .think-btn:focus,
fieldset[disabled] #group-health .think-btn:focus,
fieldset[disabled] #collapse-group-health .think-btn:focus,
fieldset[disabled] .scholarships-health .think-btn:focus,
body.health .think-btn.disabled:active,
#group-health .think-btn.disabled:active,
#collapse-group-health .think-btn.disabled:active,
.scholarships-health .think-btn.disabled:active,
body.health .think-btn[disabled]:active,
#group-health .think-btn[disabled]:active,
#collapse-group-health .think-btn[disabled]:active,
.scholarships-health .think-btn[disabled]:active,
fieldset[disabled] body.health .think-btn:active,
fieldset[disabled] #group-health .think-btn:active,
fieldset[disabled] #collapse-group-health .think-btn:active,
fieldset[disabled] .scholarships-health .think-btn:active,
body.health .think-btn.disabled.active,
#group-health .think-btn.disabled.active,
#collapse-group-health .think-btn.disabled.active,
.scholarships-health .think-btn.disabled.active,
body.health .think-btn[disabled].active,
#group-health .think-btn[disabled].active,
#collapse-group-health .think-btn[disabled].active,
.scholarships-health .think-btn[disabled].active,
fieldset[disabled] body.health .think-btn.active,
fieldset[disabled] #group-health .think-btn.active,
fieldset[disabled] #collapse-group-health .think-btn.active,
fieldset[disabled] .scholarships-health .think-btn.active {
    background-color: #873494;
    border-color: #873494
}

body.health .think-btn .badge,
#group-health .think-btn .badge,
#collapse-group-health .think-btn .badge,
.scholarships-health .think-btn .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality .think-btn,
#group-hospitality .think-btn,
#collapse-group-hospitality .think-btn,
.scholarships-hospitality .think-btn {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 20px
    }
}

body.hospitality .think-btn:hover,
#group-hospitality .think-btn:hover,
#collapse-group-hospitality .think-btn:hover,
.scholarships-hospitality .think-btn:hover,
body.hospitality .think-btn:focus,
#group-hospitality .think-btn:focus,
#collapse-group-hospitality .think-btn:focus,
.scholarships-hospitality .think-btn:focus,
body.hospitality .think-btn:active,
#group-hospitality .think-btn:active,
#collapse-group-hospitality .think-btn:active,
.scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.active,
#group-hospitality .think-btn.active,
#collapse-group-hospitality .think-btn.active,
.scholarships-hospitality .think-btn.active,
.open .dropdown-togglebody.hospitality .think-btn,
.open .dropdown-toggle#group-hospitality .think-btn,
.open .dropdown-toggle#collapse-group-hospitality .think-btn,
.open .dropdown-toggle.scholarships-hospitality .think-btn {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality .think-btn:active,
#group-hospitality .think-btn:active,
#collapse-group-hospitality .think-btn:active,
.scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.active,
#group-hospitality .think-btn.active,
#collapse-group-hospitality .think-btn.active,
.scholarships-hospitality .think-btn.active,
.open .dropdown-togglebody.hospitality .think-btn,
.open .dropdown-toggle#group-hospitality .think-btn,
.open .dropdown-toggle#collapse-group-hospitality .think-btn,
.open .dropdown-toggle.scholarships-hospitality .think-btn {
    background-image: none
}

body.hospitality .think-btn.disabled,
#group-hospitality .think-btn.disabled,
#collapse-group-hospitality .think-btn.disabled,
.scholarships-hospitality .think-btn.disabled,
body.hospitality .think-btn[disabled],
#group-hospitality .think-btn[disabled],
#collapse-group-hospitality .think-btn[disabled],
.scholarships-hospitality .think-btn[disabled],
fieldset[disabled] body.hospitality .think-btn,
fieldset[disabled] #group-hospitality .think-btn,
fieldset[disabled] #collapse-group-hospitality .think-btn,
fieldset[disabled] .scholarships-hospitality .think-btn,
body.hospitality .think-btn.disabled:hover,
#group-hospitality .think-btn.disabled:hover,
#collapse-group-hospitality .think-btn.disabled:hover,
.scholarships-hospitality .think-btn.disabled:hover,
body.hospitality .think-btn[disabled]:hover,
#group-hospitality .think-btn[disabled]:hover,
#collapse-group-hospitality .think-btn[disabled]:hover,
.scholarships-hospitality .think-btn[disabled]:hover,
fieldset[disabled] body.hospitality .think-btn:hover,
fieldset[disabled] #group-hospitality .think-btn:hover,
fieldset[disabled] #collapse-group-hospitality .think-btn:hover,
fieldset[disabled] .scholarships-hospitality .think-btn:hover,
body.hospitality .think-btn.disabled:focus,
#group-hospitality .think-btn.disabled:focus,
#collapse-group-hospitality .think-btn.disabled:focus,
.scholarships-hospitality .think-btn.disabled:focus,
body.hospitality .think-btn[disabled]:focus,
#group-hospitality .think-btn[disabled]:focus,
#collapse-group-hospitality .think-btn[disabled]:focus,
.scholarships-hospitality .think-btn[disabled]:focus,
fieldset[disabled] body.hospitality .think-btn:focus,
fieldset[disabled] #group-hospitality .think-btn:focus,
fieldset[disabled] #collapse-group-hospitality .think-btn:focus,
fieldset[disabled] .scholarships-hospitality .think-btn:focus,
body.hospitality .think-btn.disabled:active,
#group-hospitality .think-btn.disabled:active,
#collapse-group-hospitality .think-btn.disabled:active,
.scholarships-hospitality .think-btn.disabled:active,
body.hospitality .think-btn[disabled]:active,
#group-hospitality .think-btn[disabled]:active,
#collapse-group-hospitality .think-btn[disabled]:active,
.scholarships-hospitality .think-btn[disabled]:active,
fieldset[disabled] body.hospitality .think-btn:active,
fieldset[disabled] #group-hospitality .think-btn:active,
fieldset[disabled] #collapse-group-hospitality .think-btn:active,
fieldset[disabled] .scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.disabled.active,
#group-hospitality .think-btn.disabled.active,
#collapse-group-hospitality .think-btn.disabled.active,
.scholarships-hospitality .think-btn.disabled.active,
body.hospitality .think-btn[disabled].active,
#group-hospitality .think-btn[disabled].active,
#collapse-group-hospitality .think-btn[disabled].active,
.scholarships-hospitality .think-btn[disabled].active,
fieldset[disabled] body.hospitality .think-btn.active,
fieldset[disabled] #group-hospitality .think-btn.active,
fieldset[disabled] #collapse-group-hospitality .think-btn.active,
fieldset[disabled] .scholarships-hospitality .think-btn.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality .think-btn .badge,
#group-hospitality .think-btn .badge,
#collapse-group-hospitality .think-btn .badge,
.scholarships-hospitality .think-btn .badge {
    color: #00bcd3;
    background-color: #fff
}

.btn-pink {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-pink:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-pink {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-pink {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-pink {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-pink {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-pink {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-pink {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-pink {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-pink {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-pink {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-pink {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-pink {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-pink {
        padding: 11px 20px
    }
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    background-image: none
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.btn-pink .badge {
    color: #ed1c8f;
    background-color: #fff
}

.btn-purple {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-purple:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-purple {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-purple {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-purple {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-purple {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-purple {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-purple {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-purple {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-purple {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-purple {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-purple {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-purple {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-purple {
        padding: 11px 20px
    }
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #873494;
    border-color: #873494
}

.btn-purple .badge {
    color: #873494;
    background-color: #fff
}

.btn-red {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-red:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-red {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-red {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-red {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-red {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-red {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-red {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-red {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-red {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-red {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-red {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-red {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-red {
        padding: 11px 20px
    }
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    background-image: none
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.btn-red .badge {
    color: #c5203e;
    background-color: #fff
}

.btn-blue {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-blue:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-blue {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-blue {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-blue {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-blue {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-blue {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-blue {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-blue {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-blue {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-blue {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-blue {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-blue {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-blue {
        padding: 11px 20px
    }
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.btn-blue .badge {
    color: #00bcd3;
    background-color: #fff
}

.btn-green {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-green:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-green {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-green {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-green {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-green {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-green {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-green {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-green {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-green {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-green {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-green {
        padding: 11px 20px
    }
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.btn-green .badge {
    color: #2dc489;
    background-color: #fff
}

.btn-green-dark {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #363737;
    border-color: #0b2720;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-green-dark:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-green-dark {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-green-dark {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-green-dark {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-green-dark {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-green-dark {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-green-dark {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-green-dark {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-green-dark {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-green-dark {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-green-dark {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-green-dark {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-green-dark {
        padding: 11px 20px
    }
}

.btn-green-dark:hover,
.btn-green-dark:focus,
.btn-green-dark:active,
.btn-green-dark.active,
.open .dropdown-toggle.btn-green-dark {
    color: #fff;
    background-color: #222;
    border-color: #000;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-green-dark:active,
.btn-green-dark.active,
.open .dropdown-toggle.btn-green-dark {
    background-image: none
}

.btn-green-dark.disabled,
.btn-green-dark[disabled],
fieldset[disabled] .btn-green-dark,
.btn-green-dark.disabled:hover,
.btn-green-dark[disabled]:hover,
fieldset[disabled] .btn-green-dark:hover,
.btn-green-dark.disabled:focus,
.btn-green-dark[disabled]:focus,
fieldset[disabled] .btn-green-dark:focus,
.btn-green-dark.disabled:active,
.btn-green-dark[disabled]:active,
fieldset[disabled] .btn-green-dark:active,
.btn-green-dark.disabled.active,
.btn-green-dark[disabled].active,
fieldset[disabled] .btn-green-dark.active {
    background-color: #363737;
    border-color: #0b2720
}

.btn-green-dark .badge {
    color: #363737;
    background-color: #fff
}

.think-btn-ext {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.think-btn-ext:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .think-btn-ext {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .think-btn-ext {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .think-btn-ext {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .think-btn-ext {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .think-btn-ext {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .think-btn-ext {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .think-btn-ext {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .think-btn-ext {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .think-btn-ext {
        padding: 11px 20px
    }
}

.think-btn-ext:hover,
.think-btn-ext:focus,
.think-btn-ext:active,
.think-btn-ext.active,
.open .dropdown-toggle.think-btn-ext {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.think-btn-ext:active,
.think-btn-ext.active,
.open .dropdown-toggle.think-btn-ext {
    background-image: none
}

.think-btn-ext.disabled,
.think-btn-ext[disabled],
fieldset[disabled] .think-btn-ext,
.think-btn-ext.disabled:hover,
.think-btn-ext[disabled]:hover,
fieldset[disabled] .think-btn-ext:hover,
.think-btn-ext.disabled:focus,
.think-btn-ext[disabled]:focus,
fieldset[disabled] .think-btn-ext:focus,
.think-btn-ext.disabled:active,
.think-btn-ext[disabled]:active,
fieldset[disabled] .think-btn-ext:active,
.think-btn-ext.disabled.active,
.think-btn-ext[disabled].active,
fieldset[disabled] .think-btn-ext.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.think-btn-ext .badge {
    color: #2dc489;
    background-color: #fff
}

body.business .think-btn-ext,
#group-business .think-btn-ext,
#collapse-group-business .think-btn-ext,
.scholarships-business .think-btn-ext {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 20px
    }
}

body.business .think-btn-ext:hover,
#group-business .think-btn-ext:hover,
#collapse-group-business .think-btn-ext:hover,
.scholarships-business .think-btn-ext:hover,
body.business .think-btn-ext:focus,
#group-business .think-btn-ext:focus,
#collapse-group-business .think-btn-ext:focus,
.scholarships-business .think-btn-ext:focus,
body.business .think-btn-ext:active,
#group-business .think-btn-ext:active,
#collapse-group-business .think-btn-ext:active,
.scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.active,
#group-business .think-btn-ext.active,
#collapse-group-business .think-btn-ext.active,
.scholarships-business .think-btn-ext.active,
.open .dropdown-togglebody.business .think-btn-ext,
.open .dropdown-toggle#group-business .think-btn-ext,
.open .dropdown-toggle#collapse-group-business .think-btn-ext,
.open .dropdown-toggle.scholarships-business .think-btn-ext {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business .think-btn-ext:active,
#group-business .think-btn-ext:active,
#collapse-group-business .think-btn-ext:active,
.scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.active,
#group-business .think-btn-ext.active,
#collapse-group-business .think-btn-ext.active,
.scholarships-business .think-btn-ext.active,
.open .dropdown-togglebody.business .think-btn-ext,
.open .dropdown-toggle#group-business .think-btn-ext,
.open .dropdown-toggle#collapse-group-business .think-btn-ext,
.open .dropdown-toggle.scholarships-business .think-btn-ext {
    background-image: none
}

body.business .think-btn-ext.disabled,
#group-business .think-btn-ext.disabled,
#collapse-group-business .think-btn-ext.disabled,
.scholarships-business .think-btn-ext.disabled,
body.business .think-btn-ext[disabled],
#group-business .think-btn-ext[disabled],
#collapse-group-business .think-btn-ext[disabled],
.scholarships-business .think-btn-ext[disabled],
fieldset[disabled] body.business .think-btn-ext,
fieldset[disabled] #group-business .think-btn-ext,
fieldset[disabled] #collapse-group-business .think-btn-ext,
fieldset[disabled] .scholarships-business .think-btn-ext,
body.business .think-btn-ext.disabled:hover,
#group-business .think-btn-ext.disabled:hover,
#collapse-group-business .think-btn-ext.disabled:hover,
.scholarships-business .think-btn-ext.disabled:hover,
body.business .think-btn-ext[disabled]:hover,
#group-business .think-btn-ext[disabled]:hover,
#collapse-group-business .think-btn-ext[disabled]:hover,
.scholarships-business .think-btn-ext[disabled]:hover,
fieldset[disabled] body.business .think-btn-ext:hover,
fieldset[disabled] #group-business .think-btn-ext:hover,
fieldset[disabled] #collapse-group-business .think-btn-ext:hover,
fieldset[disabled] .scholarships-business .think-btn-ext:hover,
body.business .think-btn-ext.disabled:focus,
#group-business .think-btn-ext.disabled:focus,
#collapse-group-business .think-btn-ext.disabled:focus,
.scholarships-business .think-btn-ext.disabled:focus,
body.business .think-btn-ext[disabled]:focus,
#group-business .think-btn-ext[disabled]:focus,
#collapse-group-business .think-btn-ext[disabled]:focus,
.scholarships-business .think-btn-ext[disabled]:focus,
fieldset[disabled] body.business .think-btn-ext:focus,
fieldset[disabled] #group-business .think-btn-ext:focus,
fieldset[disabled] #collapse-group-business .think-btn-ext:focus,
fieldset[disabled] .scholarships-business .think-btn-ext:focus,
body.business .think-btn-ext.disabled:active,
#group-business .think-btn-ext.disabled:active,
#collapse-group-business .think-btn-ext.disabled:active,
.scholarships-business .think-btn-ext.disabled:active,
body.business .think-btn-ext[disabled]:active,
#group-business .think-btn-ext[disabled]:active,
#collapse-group-business .think-btn-ext[disabled]:active,
.scholarships-business .think-btn-ext[disabled]:active,
fieldset[disabled] body.business .think-btn-ext:active,
fieldset[disabled] #group-business .think-btn-ext:active,
fieldset[disabled] #collapse-group-business .think-btn-ext:active,
fieldset[disabled] .scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.disabled.active,
#group-business .think-btn-ext.disabled.active,
#collapse-group-business .think-btn-ext.disabled.active,
.scholarships-business .think-btn-ext.disabled.active,
body.business .think-btn-ext[disabled].active,
#group-business .think-btn-ext[disabled].active,
#collapse-group-business .think-btn-ext[disabled].active,
.scholarships-business .think-btn-ext[disabled].active,
fieldset[disabled] body.business .think-btn-ext.active,
fieldset[disabled] #group-business .think-btn-ext.active,
fieldset[disabled] #collapse-group-business .think-btn-ext.active,
fieldset[disabled] .scholarships-business .think-btn-ext.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business .think-btn-ext .badge,
#group-business .think-btn-ext .badge,
#collapse-group-business .think-btn-ext .badge,
.scholarships-business .think-btn-ext .badge {
    color: #c5203e;
    background-color: #fff
}

body.design .think-btn-ext,
#group-design .think-btn-ext,
#collapse-group-design .think-btn-ext,
.scholarships-design .think-btn-ext {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 20px
    }
}

body.design .think-btn-ext:hover,
#group-design .think-btn-ext:hover,
#collapse-group-design .think-btn-ext:hover,
.scholarships-design .think-btn-ext:hover,
body.design .think-btn-ext:focus,
#group-design .think-btn-ext:focus,
#collapse-group-design .think-btn-ext:focus,
.scholarships-design .think-btn-ext:focus,
body.design .think-btn-ext:active,
#group-design .think-btn-ext:active,
#collapse-group-design .think-btn-ext:active,
.scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.active,
#group-design .think-btn-ext.active,
#collapse-group-design .think-btn-ext.active,
.scholarships-design .think-btn-ext.active,
.open .dropdown-togglebody.design .think-btn-ext,
.open .dropdown-toggle#group-design .think-btn-ext,
.open .dropdown-toggle#collapse-group-design .think-btn-ext,
.open .dropdown-toggle.scholarships-design .think-btn-ext {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design .think-btn-ext:active,
#group-design .think-btn-ext:active,
#collapse-group-design .think-btn-ext:active,
.scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.active,
#group-design .think-btn-ext.active,
#collapse-group-design .think-btn-ext.active,
.scholarships-design .think-btn-ext.active,
.open .dropdown-togglebody.design .think-btn-ext,
.open .dropdown-toggle#group-design .think-btn-ext,
.open .dropdown-toggle#collapse-group-design .think-btn-ext,
.open .dropdown-toggle.scholarships-design .think-btn-ext {
    background-image: none
}

body.design .think-btn-ext.disabled,
#group-design .think-btn-ext.disabled,
#collapse-group-design .think-btn-ext.disabled,
.scholarships-design .think-btn-ext.disabled,
body.design .think-btn-ext[disabled],
#group-design .think-btn-ext[disabled],
#collapse-group-design .think-btn-ext[disabled],
.scholarships-design .think-btn-ext[disabled],
fieldset[disabled] body.design .think-btn-ext,
fieldset[disabled] #group-design .think-btn-ext,
fieldset[disabled] #collapse-group-design .think-btn-ext,
fieldset[disabled] .scholarships-design .think-btn-ext,
body.design .think-btn-ext.disabled:hover,
#group-design .think-btn-ext.disabled:hover,
#collapse-group-design .think-btn-ext.disabled:hover,
.scholarships-design .think-btn-ext.disabled:hover,
body.design .think-btn-ext[disabled]:hover,
#group-design .think-btn-ext[disabled]:hover,
#collapse-group-design .think-btn-ext[disabled]:hover,
.scholarships-design .think-btn-ext[disabled]:hover,
fieldset[disabled] body.design .think-btn-ext:hover,
fieldset[disabled] #group-design .think-btn-ext:hover,
fieldset[disabled] #collapse-group-design .think-btn-ext:hover,
fieldset[disabled] .scholarships-design .think-btn-ext:hover,
body.design .think-btn-ext.disabled:focus,
#group-design .think-btn-ext.disabled:focus,
#collapse-group-design .think-btn-ext.disabled:focus,
.scholarships-design .think-btn-ext.disabled:focus,
body.design .think-btn-ext[disabled]:focus,
#group-design .think-btn-ext[disabled]:focus,
#collapse-group-design .think-btn-ext[disabled]:focus,
.scholarships-design .think-btn-ext[disabled]:focus,
fieldset[disabled] body.design .think-btn-ext:focus,
fieldset[disabled] #group-design .think-btn-ext:focus,
fieldset[disabled] #collapse-group-design .think-btn-ext:focus,
fieldset[disabled] .scholarships-design .think-btn-ext:focus,
body.design .think-btn-ext.disabled:active,
#group-design .think-btn-ext.disabled:active,
#collapse-group-design .think-btn-ext.disabled:active,
.scholarships-design .think-btn-ext.disabled:active,
body.design .think-btn-ext[disabled]:active,
#group-design .think-btn-ext[disabled]:active,
#collapse-group-design .think-btn-ext[disabled]:active,
.scholarships-design .think-btn-ext[disabled]:active,
fieldset[disabled] body.design .think-btn-ext:active,
fieldset[disabled] #group-design .think-btn-ext:active,
fieldset[disabled] #collapse-group-design .think-btn-ext:active,
fieldset[disabled] .scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.disabled.active,
#group-design .think-btn-ext.disabled.active,
#collapse-group-design .think-btn-ext.disabled.active,
.scholarships-design .think-btn-ext.disabled.active,
body.design .think-btn-ext[disabled].active,
#group-design .think-btn-ext[disabled].active,
#collapse-group-design .think-btn-ext[disabled].active,
.scholarships-design .think-btn-ext[disabled].active,
fieldset[disabled] body.design .think-btn-ext.active,
fieldset[disabled] #group-design .think-btn-ext.active,
fieldset[disabled] #collapse-group-design .think-btn-ext.active,
fieldset[disabled] .scholarships-design .think-btn-ext.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design .think-btn-ext .badge,
#group-design .think-btn-ext .badge,
#collapse-group-design .think-btn-ext .badge,
.scholarships-design .think-btn-ext .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health .think-btn-ext,
#group-health .think-btn-ext,
#collapse-group-health .think-btn-ext,
.scholarships-health .think-btn-ext {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 20px
    }
}

body.health .think-btn-ext:hover,
#group-health .think-btn-ext:hover,
#collapse-group-health .think-btn-ext:hover,
.scholarships-health .think-btn-ext:hover,
body.health .think-btn-ext:focus,
#group-health .think-btn-ext:focus,
#collapse-group-health .think-btn-ext:focus,
.scholarships-health .think-btn-ext:focus,
body.health .think-btn-ext:active,
#group-health .think-btn-ext:active,
#collapse-group-health .think-btn-ext:active,
.scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.active,
#group-health .think-btn-ext.active,
#collapse-group-health .think-btn-ext.active,
.scholarships-health .think-btn-ext.active,
.open .dropdown-togglebody.health .think-btn-ext,
.open .dropdown-toggle#group-health .think-btn-ext,
.open .dropdown-toggle#collapse-group-health .think-btn-ext,
.open .dropdown-toggle.scholarships-health .think-btn-ext {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health .think-btn-ext:active,
#group-health .think-btn-ext:active,
#collapse-group-health .think-btn-ext:active,
.scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.active,
#group-health .think-btn-ext.active,
#collapse-group-health .think-btn-ext.active,
.scholarships-health .think-btn-ext.active,
.open .dropdown-togglebody.health .think-btn-ext,
.open .dropdown-toggle#group-health .think-btn-ext,
.open .dropdown-toggle#collapse-group-health .think-btn-ext,
.open .dropdown-toggle.scholarships-health .think-btn-ext {
    background-image: none
}

body.health .think-btn-ext.disabled,
#group-health .think-btn-ext.disabled,
#collapse-group-health .think-btn-ext.disabled,
.scholarships-health .think-btn-ext.disabled,
body.health .think-btn-ext[disabled],
#group-health .think-btn-ext[disabled],
#collapse-group-health .think-btn-ext[disabled],
.scholarships-health .think-btn-ext[disabled],
fieldset[disabled] body.health .think-btn-ext,
fieldset[disabled] #group-health .think-btn-ext,
fieldset[disabled] #collapse-group-health .think-btn-ext,
fieldset[disabled] .scholarships-health .think-btn-ext,
body.health .think-btn-ext.disabled:hover,
#group-health .think-btn-ext.disabled:hover,
#collapse-group-health .think-btn-ext.disabled:hover,
.scholarships-health .think-btn-ext.disabled:hover,
body.health .think-btn-ext[disabled]:hover,
#group-health .think-btn-ext[disabled]:hover,
#collapse-group-health .think-btn-ext[disabled]:hover,
.scholarships-health .think-btn-ext[disabled]:hover,
fieldset[disabled] body.health .think-btn-ext:hover,
fieldset[disabled] #group-health .think-btn-ext:hover,
fieldset[disabled] #collapse-group-health .think-btn-ext:hover,
fieldset[disabled] .scholarships-health .think-btn-ext:hover,
body.health .think-btn-ext.disabled:focus,
#group-health .think-btn-ext.disabled:focus,
#collapse-group-health .think-btn-ext.disabled:focus,
.scholarships-health .think-btn-ext.disabled:focus,
body.health .think-btn-ext[disabled]:focus,
#group-health .think-btn-ext[disabled]:focus,
#collapse-group-health .think-btn-ext[disabled]:focus,
.scholarships-health .think-btn-ext[disabled]:focus,
fieldset[disabled] body.health .think-btn-ext:focus,
fieldset[disabled] #group-health .think-btn-ext:focus,
fieldset[disabled] #collapse-group-health .think-btn-ext:focus,
fieldset[disabled] .scholarships-health .think-btn-ext:focus,
body.health .think-btn-ext.disabled:active,
#group-health .think-btn-ext.disabled:active,
#collapse-group-health .think-btn-ext.disabled:active,
.scholarships-health .think-btn-ext.disabled:active,
body.health .think-btn-ext[disabled]:active,
#group-health .think-btn-ext[disabled]:active,
#collapse-group-health .think-btn-ext[disabled]:active,
.scholarships-health .think-btn-ext[disabled]:active,
fieldset[disabled] body.health .think-btn-ext:active,
fieldset[disabled] #group-health .think-btn-ext:active,
fieldset[disabled] #collapse-group-health .think-btn-ext:active,
fieldset[disabled] .scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.disabled.active,
#group-health .think-btn-ext.disabled.active,
#collapse-group-health .think-btn-ext.disabled.active,
.scholarships-health .think-btn-ext.disabled.active,
body.health .think-btn-ext[disabled].active,
#group-health .think-btn-ext[disabled].active,
#collapse-group-health .think-btn-ext[disabled].active,
.scholarships-health .think-btn-ext[disabled].active,
fieldset[disabled] body.health .think-btn-ext.active,
fieldset[disabled] #group-health .think-btn-ext.active,
fieldset[disabled] #collapse-group-health .think-btn-ext.active,
fieldset[disabled] .scholarships-health .think-btn-ext.active {
    background-color: #873494;
    border-color: #873494
}

body.health .think-btn-ext .badge,
#group-health .think-btn-ext .badge,
#collapse-group-health .think-btn-ext .badge,
.scholarships-health .think-btn-ext .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality .think-btn-ext,
#group-hospitality .think-btn-ext,
#collapse-group-hospitality .think-btn-ext,
.scholarships-hospitality .think-btn-ext {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 20px
    }
}

body.hospitality .think-btn-ext:hover,
#group-hospitality .think-btn-ext:hover,
#collapse-group-hospitality .think-btn-ext:hover,
.scholarships-hospitality .think-btn-ext:hover,
body.hospitality .think-btn-ext:focus,
#group-hospitality .think-btn-ext:focus,
#collapse-group-hospitality .think-btn-ext:focus,
.scholarships-hospitality .think-btn-ext:focus,
body.hospitality .think-btn-ext:active,
#group-hospitality .think-btn-ext:active,
#collapse-group-hospitality .think-btn-ext:active,
.scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.active,
#group-hospitality .think-btn-ext.active,
#collapse-group-hospitality .think-btn-ext.active,
.scholarships-hospitality .think-btn-ext.active,
.open .dropdown-togglebody.hospitality .think-btn-ext,
.open .dropdown-toggle#group-hospitality .think-btn-ext,
.open .dropdown-toggle#collapse-group-hospitality .think-btn-ext,
.open .dropdown-toggle.scholarships-hospitality .think-btn-ext {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality .think-btn-ext:active,
#group-hospitality .think-btn-ext:active,
#collapse-group-hospitality .think-btn-ext:active,
.scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.active,
#group-hospitality .think-btn-ext.active,
#collapse-group-hospitality .think-btn-ext.active,
.scholarships-hospitality .think-btn-ext.active,
.open .dropdown-togglebody.hospitality .think-btn-ext,
.open .dropdown-toggle#group-hospitality .think-btn-ext,
.open .dropdown-toggle#collapse-group-hospitality .think-btn-ext,
.open .dropdown-toggle.scholarships-hospitality .think-btn-ext {
    background-image: none
}

body.hospitality .think-btn-ext.disabled,
#group-hospitality .think-btn-ext.disabled,
#collapse-group-hospitality .think-btn-ext.disabled,
.scholarships-hospitality .think-btn-ext.disabled,
body.hospitality .think-btn-ext[disabled],
#group-hospitality .think-btn-ext[disabled],
#collapse-group-hospitality .think-btn-ext[disabled],
.scholarships-hospitality .think-btn-ext[disabled],
fieldset[disabled] body.hospitality .think-btn-ext,
fieldset[disabled] #group-hospitality .think-btn-ext,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext,
fieldset[disabled] .scholarships-hospitality .think-btn-ext,
body.hospitality .think-btn-ext.disabled:hover,
#group-hospitality .think-btn-ext.disabled:hover,
#collapse-group-hospitality .think-btn-ext.disabled:hover,
.scholarships-hospitality .think-btn-ext.disabled:hover,
body.hospitality .think-btn-ext[disabled]:hover,
#group-hospitality .think-btn-ext[disabled]:hover,
#collapse-group-hospitality .think-btn-ext[disabled]:hover,
.scholarships-hospitality .think-btn-ext[disabled]:hover,
fieldset[disabled] body.hospitality .think-btn-ext:hover,
fieldset[disabled] #group-hospitality .think-btn-ext:hover,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:hover,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:hover,
body.hospitality .think-btn-ext.disabled:focus,
#group-hospitality .think-btn-ext.disabled:focus,
#collapse-group-hospitality .think-btn-ext.disabled:focus,
.scholarships-hospitality .think-btn-ext.disabled:focus,
body.hospitality .think-btn-ext[disabled]:focus,
#group-hospitality .think-btn-ext[disabled]:focus,
#collapse-group-hospitality .think-btn-ext[disabled]:focus,
.scholarships-hospitality .think-btn-ext[disabled]:focus,
fieldset[disabled] body.hospitality .think-btn-ext:focus,
fieldset[disabled] #group-hospitality .think-btn-ext:focus,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:focus,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:focus,
body.hospitality .think-btn-ext.disabled:active,
#group-hospitality .think-btn-ext.disabled:active,
#collapse-group-hospitality .think-btn-ext.disabled:active,
.scholarships-hospitality .think-btn-ext.disabled:active,
body.hospitality .think-btn-ext[disabled]:active,
#group-hospitality .think-btn-ext[disabled]:active,
#collapse-group-hospitality .think-btn-ext[disabled]:active,
.scholarships-hospitality .think-btn-ext[disabled]:active,
fieldset[disabled] body.hospitality .think-btn-ext:active,
fieldset[disabled] #group-hospitality .think-btn-ext:active,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:active,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.disabled.active,
#group-hospitality .think-btn-ext.disabled.active,
#collapse-group-hospitality .think-btn-ext.disabled.active,
.scholarships-hospitality .think-btn-ext.disabled.active,
body.hospitality .think-btn-ext[disabled].active,
#group-hospitality .think-btn-ext[disabled].active,
#collapse-group-hospitality .think-btn-ext[disabled].active,
.scholarships-hospitality .think-btn-ext[disabled].active,
fieldset[disabled] body.hospitality .think-btn-ext.active,
fieldset[disabled] #group-hospitality .think-btn-ext.active,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext.active,
fieldset[disabled] .scholarships-hospitality .think-btn-ext.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality .think-btn-ext .badge,
#group-hospitality .think-btn-ext .badge,
#collapse-group-hospitality .think-btn-ext .badge,
.scholarships-hospitality .think-btn-ext .badge {
    color: #00bcd3;
    background-color: #fff
}

.think-btn-ext .icon {
    vertical-align: baseline;
    position: relative;
    left: 5px
}

.breadcrumb {
    font-family: 'AvenirLTStd65Medium';
    font-size: 10px;
    font-size: 1rem;
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li>a {
    color: #353535
}

.breadcrumb>.active span {
    color: #a6a6a6
}

@font-face {
    font-family: 'AvenirLTStd95Black';
    src: url('../fonts/avenirltstd-black.eot');
    src: url('../fonts/avenirltstd-black.eot') format('embedded-opentype'), url('../fonts/avenirltstd-black.svg#AvenirLTStd95Black') format('svg'), url('../fonts/avenirltstd-black.woff') format('woff'), url('../fonts/avenirltstd-black.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd85Heavy';
    src: url('../fonts/avenirltstd-heavy.eot');
    src: url('../fonts/avenirltstd-heavy.eot') format('embedded-opentype'), url('../fonts/avenirltstd-heavy.svg#AvenirLTStd85Heavy') format('svg'), url('../fonts/avenirltstd-heavy.woff') format('woff'), url('../fonts/avenirltstd-heavy.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd65Medium';
    src: url('../fonts/avenirltstd-medium.eot');
    src: url('../fonts/avenirltstd-medium.eot') format('embedded-opentype'), url('../fonts/avenirltstd-medium.svg#AvenirLTStd65Medium') format('svg'), url('../fonts/avenirltstd-medium.woff') format('woff'), url('../fonts/avenirltstd-medium.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd45Book';
    src: url('../fonts/avenirltstd-book.eot');
    src: url('../fonts/avenirltstd-book.eot') format('embedded-opentype'), url('../fonts/avenirltstd-book.svg#AvenirLTStd45Book') format('svg'), url('../fonts/avenirltstd-book.woff') format('woff'), url('../fonts/avenirltstd-book.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('../fonts/avenirltstd-light.eot');
    src: url('../fonts/avenirltstd-light.eot') format('embedded-opentype'), url('../fonts/avenirltstd-light.svg#AvenirLTStd35Light') format('svg'), url('../fonts/avenirltstd-light.woff') format('woff'), url('../fonts/avenirltstd-light.ttf') format('truetype')
}

@font-face {
    font-family: 'GustanBlack';
    src: url('../fonts/gustan-black.eot');
    src: url('../fonts/gustan-black.eot') format('embedded-opentype'), url('../fonts/gustan-black.svg#GustanBlack') format('svg'), url('../fonts/gustan-black.woff') format('woff'), url('../fonts/gustan-black.ttf') format('truetype')
}

@font-face {
    font-family: 'GustanBlackItalic';
    src: url('../fonts/gustan-blackitalic.eot');
    src: url('../fonts/gustan-blackitalic.eot') format('embedded-opentype'), url('../fonts/gustan-blackitalic.svg#GustanBlackItalic') format('svg'), url('../fonts/gustan-blackitalic.woff') format('woff'), url('../fonts/gustan-blackitalic.ttf') format('truetype')
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon:before {
    font-family: "icons"
}

.icon_acnt_logo:before {
    content: "\f101"
}

.icon_ancb_logo:before {
    content: "\f102"
}

.icon_apm_logo:before {
    content: "\f103"
}

.icon_bb_logo:before {
    content: "\f104"
}

.icon_catc_logo:before {
    content: "\f105"
}

.icon_check:before {
    content: "\f106"
}

.icon_drawerMenuTgl:before {
    content: "\f107"
}

.icon_envelope:before {
    content: "\f108"
}

.icon_focAccordionMinus:before {
    content: "\f109"
}

.icon_focAccordionPlus:before {
    content: "\f10a"
}

.icon_iconAccess:before {
    content: "\f10b"
}

.icon_iconAnonymity:before {
    content: "\f10c"
}

.icon_iconArrowCareers:before {
    content: "\f10d"
}

.icon_iconArrowDoubleDownEPP:before {
    content: "\f10e"
}

.icon_iconArrowDown:before {
    content: "\f10f"
}

.icon_iconArrowDownEPP:before {
    content: "\f110"
}

.icon_iconArrowDownFooter:before {
    content: "\f111"
}

.icon_iconArrowDownForm:before {
    content: "\f112"
}

.icon_iconArrowLeft:before {
    content: "\f113"
}

.icon_iconArrowLeftEPP:before {
    content: "\f114"
}

.icon_iconArrowRight:before {
    content: "\f115"
}

.icon_iconArrowRightEPP:before {
    content: "\f116"
}

.icon_iconArrowUp:before {
    content: "\f117"
}

.icon_iconArrowUpFooter:before {
    content: "\f118"
}

.icon_iconAvailable:before {
    content: "\f119"
}

.icon_iconCalendar:before {
    content: "\f11a"
}

.icon_iconClock:before {
    content: "\f11b"
}

.icon_iconComment:before {
    content: "\f11c"
}

.icon_iconContact:before {
    content: "\f11d"
}

.icon_iconDirect:before {
    content: "\f11e"
}

.icon_iconDisclosure:before {
    content: "\f11f"
}

.icon_iconEnquiries:before {
    content: "\f120"
}

.icon_iconFacebook:before {
    content: "\f121"
}

.icon_iconFacebookBlog:before {
    content: "\f122"
}

.icon_iconLinkedin:before {
    content: "\f123"
}

.icon_iconLinkedInBlog:before {
    content: "\f124"
}

.icon_iconLocation:before {
    content: "\f125"
}

.icon_iconPhone:before {
    content: "\f126"
}

.icon_iconPurpose:before {
    content: "\f127"
}

.icon_iconPurposeCollecting:before {
    content: "\f128"
}

.icon_iconRSSBlog:before {
    content: "\f129"
}

.icon_iconSecurity:before {
    content: "\f12a"
}

.icon_iconTSArrowRight:before {
    content: "\f12b"
}

.icon_iconTwitter:before {
    content: "\f12c"
}

.icon_iconTwitterBlog:before {
    content: "\f12d"
}

.icon_iconUse:before {
    content: "\f12e"
}

.icon_iconUseDisclosure:before {
    content: "\f12f"
}

.icon_iconVisitors:before {
    content: "\f130"
}

.icon_iconYouTube:before {
    content: "\f131"
}

.icon_iconYouTubeBlog:before {
    content: "\f132"
}

.icon_jni_logo:before {
    content: "\f133"
}

.icon_mainNavArrow:before {
    content: "\f134"
}

.icon_search:before {
    content: "\f135"
}

.icon_searchClose:before {
    content: "\f136"
}

.icon_ssnt_logo:before {
    content: "\f137"
}

.icon_think_difference_md:before {
    content: "\f138"
}

.icon_think_logo_footer:before {
    content: "\f139"
}

.icon_think_logo_s:before {
    content: "\f13a"
}

.icon_think_logo:before {
    content: "\f13b"
}

.icon_wb_logo:before {
    content: "\f13c"
}

#map_canvas,
#map_canvas1,
#map_canvas2 {
    width: 100%
}

@media (max-width:767px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 228px
    }
}

@media (min-width:768px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 227px
    }
}

@media (min-width:992px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 283px
    }
}

@media (min-width:1200px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 321px
    }
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
/*    font-family: 'AvenirLTStd35Light';*/
    color: #353535;
    background: #202020
}

@media (max-width:767px) {
    body {
        background: #202020
    }
}

@media (min-width:768px) {
    body {
        background: transparent
    }
}

@media (min-width:992px) {
    body {
        background: transparent
    }
}

@media (min-width:1200px) {
    body {
        background: transparent
    }
}

.container {
    overflow: hidden
}

.inner-row-img>img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.home .page-header {
    display: none
}

.home .breadcrumb {
    display: none
}

.center {
    text-align: center
}

.align_left {
    text-align: left
}

.align_right {
    text-align: right
}

.fw {
    width: 100%
}

.mt0 {
    margin-top: 0
}

.mt50 {
    margin-top: 50px
}

.mt150 {
    margin-top: 150px
}

.wrapper {
    position: relative
}

hr {
    width: 50%;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 30px auto
}

@media (max-width:767px) {
    hr {
        margin: 10px auto
    }
}

.hr-left {
    margin: 0 0 0 6px
}

hr.md-double {
    width: 100%;
    height: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 80px 0 20px 0
}

@media (max-width:767px) {
    hr.md-double {
        margin: 30px 0 20px 0
    }
}

.w100 {
    width: 100px;
    border: 0;
    border-top: 1px solid #c1c3c2
}

hr.w100-large {
    width: 99%;
    border: 0;
    border-top: 10px solid #c1c3c2;
    margin: 1em auto;
    opacity: .2
}

hr.w100-left {
    width: 100px;
    border: 0;
    border-top: 1px solid #ededed;
    padding-bottom: 1.5em;
    margin: 30px auto
}

hr.w80 {
    width: 80px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    margin: 30px auto
}

hr.w60 {
    width: 60px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    margin: 30px auto
}

hr.w100-darken {
    width: 100px;
    border: 0;
    border-top: 1px solid #c4c4c4;
    margin: 30px auto
}

hr.w100-darken-left {
    width: 100px;
    border: 0;
    border-top: 1px solid #c4c4c4
}

@media (max-width:767px) {
    hr.w100-darken-left {
        margin: 1em 3px
    }
}

@media (min-width:768px) {
    hr.w100-darken-left {
        margin: 1em 4px
    }
}

@media (min-width:992px) {
    hr.w100-darken-left {
        margin: 1em 5px
    }
}

@media (min-width:1200px) {
    hr.w100-darken-left {
        margin: 1em 6px
    }
}

hr.sml-lft {
    width: 100px;
    border: 0;
    border-top: 1px solid #ededed;
    padding-bottom: 1.5em;
    margin: 10px 7px
}

hr.sml-lft-darken {
    width: 100px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    padding-bottom: 1.5em;
    margin: 10px 7px
}

iframe {
    border: 0
}

@media (max-width:767px) {
    .v-border-r {
        border-right: none
    }
}

@media (min-width:768px) {
    .v-border-r {
        border-right: 1px solid #c1c3c2
    }
}

.double-border {
    position: relative
}

@media (max-width:767px) {
    .double-border {
        border-right: none
    }
}

@media (min-width:768px) {
    .double-border {
        border-right: none
    }
}

@media (min-width:992px) {
    .double-border {
        border-right: 1px solid #e0e0e0
    }
}

@media (min-width:1200px) {
    .double-border {
        border-right: 1px solid #e0e0e0
    }
}

.double-border:before {
    background: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

@media (max-width:767px) {
    .double-border:before {
        border-right: none
    }
}

@media (min-width:768px) {
    .double-border:before {
        border-right: none
    }
}

@media (min-width:992px) {
    .double-border:before {
        border-right: 1px solid #f4f4f4
    }
}

@media (min-width:1200px) {
    .double-border:before {
        border-right: 1px solid #f4f4f4
    }
}

.grey_bg {
    background: url('../images/textured_paper_transparent.png')
}

.sectionWrapper {
    position: relative
}

@media (max-width:767px) {
    .sectionWrapper {
        padding: 25px 0
    }
}

@media (min-width:768px) {
    .sectionWrapper {
        padding: 50px 0
    }
}

@media (min-width:992px) {
    .sectionWrapper {
        padding: 60px 0
    }
}

@media (min-width:1200px) {
    .sectionWrapper {
        padding: 75px 0
    }
}

.sectionWrapper h1 {
    padding-top: 1em
}

.sectionWrapper ul {
    padding-top: 1em
}

@media (max-width:767px) {
    body.home .sectionWrapper {
        padding: 20px 0
    }
}

.sectionWrapper a {
    text-decoration: none;
    color: #2dc489
}

body.business .sectionWrapper a {
    color: #c5203e
}

body.design .sectionWrapper a {
    color: #ed1c8f
}

body.health .sectionWrapper a {
    color: #873494
}

body.hospitality .sectionWrapper a {
    color: #00bcd3
}

@media (max-width:767px) {
    .pdt0 {
        padding: 0 0 25px 0
    }
}

@media (min-width:768px) {
    .pdt0 {
        padding: 0 0 50px 0
    }
}

@media (min-width:992px) {
    .pdt0 {
        padding: 0 0 60px 0
    }
}

@media (min-width:1200px) {
    .pdt0 {
        padding: 0 0 75px 0
    }
}

@media (max-width:767px) {
    .pdt0foc {
        padding: 25px 0 30px
    }
}

@media (min-width:768px) {
    .pdt0foc {
        padding: 50px 0 0
    }
}

@media (min-width:992px) {
    .pdt0foc {
        padding: 60px 0 0
    }
}

@media (min-width:1200px) {
    .pdt0foc {
        padding: 75px 0 0
    }
}

.pdt10 {
    padding-top: 10px
}

li {
    color: #2dc489
}

body.business li {
    color: #c5203e
}

body.design li {
    color: #ed1c8f
}

body.health li {
    color: #873494
}

body.hospitality li {
    color: #00bcd3
}

li>span {
    color: #353535
}

ul.arrow,
ulul.pdt2 {
    padding: 0
}

ul.arrow li,
ulul.pdt2 li {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    width: 80%;
    list-style: none;
    padding-bottom: 20px
}

ul.arrow li a,
ulul.pdt2 li a {
    display: inline-block;
    width: 100%
}

ul.arrow li a i.icon_mainNavArrow,
ulul.pdt2 li a i.icon_mainNavArrow {
    position: absolute;
    left: 11em;
    font-size: 30px;
    font-size: 3rem;
    color: #D1D2D4;
    line-height: .8
}

@media (max-width:767px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 9em
    }
}

@media (min-width:768px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 8.5em
    }
}

@media (min-width:992px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 8em
    }
}

@media (min-width:1200px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 10em
    }
}

ul.pdt2 {
    padding: 2px 0
}

.pdt2 {
    padding: 2px 0
}

ul.docs {
    padding: 0;
    font-family: 'AvenirLTStd65Medium', sans-serif;
    padding-right: 40px
}

@media (max-width:767px) {
    ul.docs {
        padding-right: 0
    }
}

ul.docs li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #a1e9cd;
    color: #000000
}

ul.docs li:hover {
    background-color: #caf3e3;
    cursor: pointer
}

ul.docs li a {
    display: block;
    width: 100%;
    color: #000000
}

ul.docs li.docs-sub {
    padding-left: 10px;
    background-color: #c2f1df
}

ul.docs li.docs-sub:hover {
    background-color: #77e0b7;
    cursor: pointer
}

ul.docs li.docs-sub a {
    display: inline;
    margin-left: 8px
}

ul.docs:after {
    content: "";
    border-right: solid 1px #b7b7b7;
    display: block;
    position: absolute;
    top: 43px;
    left: 0;
    right: 19px;
    bottom: 0;
    pointer-events: none
}

@media (max-width:767px) {
    ul.docs:after {
        border-right: none
    }
}

ul.docs-right {
    padding: 0;
    font-family: 'AvenirLTStd65Medium', sans-serif
}

ul.docs-right li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #a1e9cd;
    color: #000000
}

ul.docs-right li:hover {
    background-color: #caf3e3;
    cursor: pointer
}

ul.docs-right li a {
    display: block;
    width: 100%;
    color: #000000
}

ul.docs-right li.docs-sub {
    padding-left: 10px;
    background-color: #c2f1df
}

ul.docs-right li.docs-sub:hover {
    background-color: #77e0b7;
    cursor: pointer
}

ul.docs-right li.docs-sub a {
    display: inline;
    margin-left: 8px
}

.sectionInnerGap {
    margin-bottom: 15px
}

.img-border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.rounded-int {
    border: 1px solid #e1e2df;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:767px) {
    .rounded-int {
        height: auto
    }
}

@media (min-width:768px) {
    .rounded-int {
        height: 227px
    }
}

@media (min-width:992px) {
    .rounded-int {
        height: 283px
    }
}

@media (min-width:1200px) {
    .rounded-int {
        height: 321px
    }
}

.rounded-int>iframe {
    width: 100%;
    height: 100%
}

.video-wrapper,
.video-wrapper-home {
    height: 0;
    padding-top: 25px;
    padding-bottom: 57%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.video-wrapper-home {
    padding-bottom: 51.8%;
    margin-bottom: 0
}

.video-wrapper.widescreen,
.video-wrapper-home.widescreen {
    padding-bottom: 57.25%
}

.video-wrapper iframe,
.video-wrapper-home iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.panel-white>.video-wrapper,
.panel-white>.video-wrapper-home {
    padding-top: 0;
    margin-bottom: 0
}

#featuredImage {
    min-height: 10px;
    position: relative
}

address {
    padding: 1em 6px;
    font-size: 16px;
    font-size: 1.6rem
}

ol {
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em;
    font-size: 16px;
    font-size: 1.6rem
}

ol>li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 6px 2px;
    color: #353535;
    list-style-type: decimal
}

.wrapper-jobs {
    border: solid 1px #a6a6a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 0
}

@media (max-width:767px) {
    .wrapper-jobs {
        padding: 0 20px
    }
}

.wrapper-jobs iframe {
    border: none
}

h3 .dl-icon {
    background: url(../images/dl-icon.png) no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 15px
}

@media (min-width:992px) {
    h3 .dl-icon {
        width: 22px;
        height: 22px
    }
}

.internationalTableWrapper {
    border: 1px solid #f0f0f0;
    padding: 15px 20px 0
}

.internationalTable {
    width: 99% !important
}

.internationalTable td,
.internationalTable .column {
    border-bottom: 2px solid #f6f6f6;
    font-size: 1.15em
}

@media (min-width:768px) {
    .internationalTable td,
    .internationalTable .column {
        text-align: center
    }
}

.internationalTable tr:last-child td,
.internationalTable .tableRow:last-child .column {
    border-bottom: none
}

.internationalTable .thead,
.internationalTable .column:first-child {
    font-family: 'GustanBlack';
    font-size: 1.25em;
    line-height: 1em;
    padding-right: 20px;
    text-align: left
}

@media (min-width:768px) {
    .internationalTable .thead,
    .internationalTable .column:first-child {
        text-align: right;
        font-size: 1.25em
    }
}

#pwdrBrstWrppr {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
    overflow: hidden
}

.stackPad {
    height: 800px
}

div.stack {
    position: relative;
    overflow-x: hidden
}

div.stack>div {
    height: 600px
}

#pwdrCnt_1 {
    width: 340px;
    height: 520px;
    overflow: hidden;
    position: absolute
}

#cnt1 {
    width: 340px;
    height: 25480px
}

#cnt1 img {
    display: block;
    border: 0 solid transparent
}

#pwdrCnt_2 {
    width: 340px;
    height: 520px;
    position: absolute;
    right: 0;
    overflow: hidden
}

#cnt2 {
    width: 340px;
    height: 25480px
}

#cnt2 img {
    display: block
}

#pwdrCnt_3 {
    width: 340px;
    height: 520px;
    position: absolute;
    overflow: hidden
}

#cnt3 {
    width: 340px;
    height: 25480px
}

#cnt3 img {
    display: block
}

#pwdrCnt_4 {
    width: 340px;
    height: 520px;
    position: absolute;
    right: 0;
    overflow: hidden
}

#cnt4 {
    width: 340px;
    height: 66560px
}

#cnt4 img {
    display: block
}

#toTop {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    width: 48px;
    height: 48px;
    background-image: url('../images/up.png');
    background-repeat: no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: height .3ms ease-in;
    transition: height .3ms ease-in;
    -webkit-transition: height .3ms ease-in 200ms ease;
    -moz-transition: height .3ms ease-in 200ms ease;
    -o-transition: height .3ms ease-in 200ms ease;
    -ms-transition: height .3ms ease-in 200ms linear;
    transition: height .3ms ease-in 200ms ease ease
}

@media (max-width:767px) {
    #toTop {
        bottom: 0
    }
}

@media (min-width:768px) {
    #toTop {
        bottom: 50%
    }
}

@media (max-width:767px) {
    #toTop.chatActive {
        bottom: 48px
    }
}

@media (min-width:768px) {
    #toTop.chatActive {
        bottom: 50%
    }
}

#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.panel-grey,
.panel-grey-a,
.panel-grey-b,
.panel-grey-c,
.panel-grey-d,
.panel-grey-e,
.panel-grey-f,
.panel-grey-g,
.panel-grey-h,
.panel-grey-h,
.panel-grey-i,
.panel-grey-j,
#filter-static .panel-grey-coll {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (max-width:767px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 6px;
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 8px;
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 10px;
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 12px;
        margin-bottom: 12px
    }
}

.panel-grey ul.address-details,
.panel-grey-a ul.address-details,
.panel-grey-b ul.address-details,
.panel-grey-c ul.address-details,
.panel-grey-d ul.address-details,
.panel-grey-e ul.address-details,
.panel-grey-f ul.address-details,
.panel-grey-g ul.address-details,
.panel-grey-h ul.address-details,
.panel-grey-h ul.address-details,
.panel-grey-i ul.address-details,
.panel-grey-j ul.address-details,
#filter-static .panel-grey-coll ul.address-details {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem
}

.panel-grey li,
.panel-grey-a li,
.panel-grey-b li,
.panel-grey-c li,
.panel-grey-d li,
.panel-grey-e li,
.panel-grey-f li,
.panel-grey-g li,
.panel-grey-h li,
.panel-grey-h li,
.panel-grey-i li,
.panel-grey-j li,
#filter-static .panel-grey-coll li {
    color: #353535
}

.panel-grey li .icon,
.panel-grey-a li .icon,
.panel-grey-b li .icon,
.panel-grey-c li .icon,
.panel-grey-d li .icon,
.panel-grey-e li .icon,
.panel-grey-f li .icon,
.panel-grey-g li .icon,
.panel-grey-h li .icon,
.panel-grey-h li .icon,
.panel-grey-i li .icon,
.panel-grey-j li .icon,
#filter-static .panel-grey-coll li .icon {
    color: #353535
}

@media (min-width:768px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 28px 95px
    }
}

@media (min-width:992px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 55px 95px
    }
}

@media (min-width:1200px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 82px 95px
    }
}

body.privacy-policy .panel-grey,
body.privacy-policy .panel-grey-a,
body.privacy-policy .panel-grey-b,
body.privacy-policy .panel-grey-c,
body.privacy-policy .panel-grey-d,
body.privacy-policy .panel-grey-e,
body.privacy-policy .panel-grey-f,
body.privacy-policy .panel-grey-g,
body.privacy-policy .panel-grey-h,
body.privacy-policy .panel-grey-h,
body.privacy-policy .panel-grey-i,
body.privacy-policy .panel-grey-j,
body.privacy-policy #filter-static .panel-grey-coll {
    height: 300px
}

body.privacy-policy .panel-grey li.no-list,
body.privacy-policy .panel-grey-a li.no-list,
body.privacy-policy .panel-grey-b li.no-list,
body.privacy-policy .panel-grey-c li.no-list,
body.privacy-policy .panel-grey-d li.no-list,
body.privacy-policy .panel-grey-e li.no-list,
body.privacy-policy .panel-grey-f li.no-list,
body.privacy-policy .panel-grey-g li.no-list,
body.privacy-policy .panel-grey-h li.no-list,
body.privacy-policy .panel-grey-h li.no-list,
body.privacy-policy .panel-grey-i li.no-list,
body.privacy-policy .panel-grey-j li.no-list,
body.privacy-policy #filter-static .panel-grey-coll li.no-list {
    list-style-type: none
}

body.living-in-australia .panel-grey,
body.living-in-australia .panel-grey-a,
body.living-in-australia .panel-grey-b,
body.living-in-australia .panel-grey-c,
body.living-in-australia .panel-grey-d,
body.living-in-australia .panel-grey-e,
body.living-in-australia .panel-grey-f,
body.living-in-australia .panel-grey-g,
body.living-in-australia .panel-grey-h,
body.living-in-australia .panel-grey-h,
body.living-in-australia .panel-grey-i,
body.living-in-australia .panel-grey-j,
body.living-in-australia #filter-static .panel-grey-coll {
    height: 480px
}

@media (min-width:992px) {
    body.careers .panel-grey,
    body.careers .panel-grey-a,
    body.careers .panel-grey-b,
    body.careers .panel-grey-c,
    body.careers .panel-grey-d,
    body.careers .panel-grey-e,
    body.careers .panel-grey-f,
    body.careers .panel-grey-g,
    body.careers .panel-grey-h,
    body.careers .panel-grey-h,
    body.careers .panel-grey-i,
    body.careers .panel-grey-j,
    body.careers #filter-static .panel-grey-coll {
        padding: 10px
    }
}

@media (min-width:1200px) {
    body.careers .panel-grey,
    body.careers .panel-grey-a,
    body.careers .panel-grey-b,
    body.careers .panel-grey-c,
    body.careers .panel-grey-d,
    body.careers .panel-grey-e,
    body.careers .panel-grey-f,
    body.careers .panel-grey-g,
    body.careers .panel-grey-h,
    body.careers .panel-grey-h,
    body.careers .panel-grey-i,
    body.careers .panel-grey-j,
    body.careers #filter-static .panel-grey-coll {
        padding: 12px 40px
    }
}

.panel-grey h3,
.panel-grey-a h3,
.panel-grey-b h3,
.panel-grey-c h3,
.panel-grey-d h3,
.panel-grey-e h3,
.panel-grey-f h3,
.panel-grey-g h3,
.panel-grey-h h3,
.panel-grey-h h3,
.panel-grey-i h3,
.panel-grey-j h3,
#filter-static .panel-grey-coll h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem
}

body.privacy-policy .panel-grey h3,
body.privacy-policy .panel-grey-a h3,
body.privacy-policy .panel-grey-b h3,
body.privacy-policy .panel-grey-c h3,
body.privacy-policy .panel-grey-d h3,
body.privacy-policy .panel-grey-e h3,
body.privacy-policy .panel-grey-f h3,
body.privacy-policy .panel-grey-g h3,
body.privacy-policy .panel-grey-h h3,
body.privacy-policy .panel-grey-h h3,
body.privacy-policy .panel-grey-i h3,
body.privacy-policy .panel-grey-j h3,
body.privacy-policy #filter-static .panel-grey-coll h3 {
    padding: 0 6px;
    display: inline-block;
    width: 70%
}

.panel-grey a,
.panel-grey-a a,
.panel-grey-b a,
.panel-grey-c a,
.panel-grey-d a,
.panel-grey-e a,
.panel-grey-f a,
.panel-grey-g a,
.panel-grey-h a,
.panel-grey-h a,
.panel-grey-i a,
.panel-grey-j a,
#filter-static .panel-grey-coll a {
    margin: 10px 0 0 0;
    color: #2dc489
}

.panel-grey a:hover,
.panel-grey a:focus,
.panel-grey a:active,
.panel-grey-a a:hover,
.panel-grey-a a:focus,
.panel-grey-a a:active,
.panel-grey-b a:hover,
.panel-grey-b a:focus,
.panel-grey-b a:active,
.panel-grey-c a:hover,
.panel-grey-c a:focus,
.panel-grey-c a:active,
.panel-grey-d a:hover,
.panel-grey-d a:focus,
.panel-grey-d a:active,
.panel-grey-e a:hover,
.panel-grey-e a:focus,
.panel-grey-e a:active,
.panel-grey-f a:hover,
.panel-grey-f a:focus,
.panel-grey-f a:active,
.panel-grey-g a:hover,
.panel-grey-g a:focus,
.panel-grey-g a:active,
.panel-grey-h a:hover,
.panel-grey-h a:focus,
.panel-grey-h a:active,
.panel-grey-h a:hover,
.panel-grey-h a:focus,
.panel-grey-h a:active,
.panel-grey-i a:hover,
.panel-grey-i a:focus,
.panel-grey-i a:active,
.panel-grey-j a:hover,
.panel-grey-j a:focus,
.panel-grey-j a:active,
#filter-static .panel-grey-coll a:hover,
#filter-static .panel-grey-coll a:focus,
#filter-static .panel-grey-coll a:active {
    text-decoration: none
}

body.privacy-policy .panel-grey a,
body.privacy-policy .panel-grey-a a,
body.privacy-policy .panel-grey-b a,
body.privacy-policy .panel-grey-c a,
body.privacy-policy .panel-grey-d a,
body.privacy-policy .panel-grey-e a,
body.privacy-policy .panel-grey-f a,
body.privacy-policy .panel-grey-g a,
body.privacy-policy .panel-grey-h a,
body.privacy-policy .panel-grey-h a,
body.privacy-policy .panel-grey-i a,
body.privacy-policy .panel-grey-j a,
body.privacy-policy #filter-static .panel-grey-coll a {
    position: absolute;
    bottom: 30px
}

body.careers .panel-grey a,
body.careers .panel-grey-a a,
body.careers .panel-grey-b a,
body.careers .panel-grey-c a,
body.careers .panel-grey-d a,
body.careers .panel-grey-e a,
body.careers .panel-grey-f a,
body.careers .panel-grey-g a,
body.careers .panel-grey-h a,
body.careers .panel-grey-h a,
body.careers .panel-grey-i a,
body.careers .panel-grey-j a,
body.careers #filter-static .panel-grey-coll a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold
}

.careers .panel-grey .btn-green:after,
.careers .panel-grey-a .btn-green:after,
.careers .panel-grey-b .btn-green:after,
.careers .panel-grey-c .btn-green:after,
.careers .panel-grey-d .btn-green:after,
.careers .panel-grey-e .btn-green:after,
.careers .panel-grey-f .btn-green:after,
.careers .panel-grey-g .btn-green:after,
.careers .panel-grey-h .btn-green:after,
.careers .panel-grey-h .btn-green:after,
.careers .panel-grey-i .btn-green:after,
.careers .panel-grey-j .btn-green:after,
.careers #filter-static .panel-grey-coll .btn-green:after {
    font-family: "icons";
    content: "\f10b";
    color: #ffffff;
    position: relative;
    top: 2px;
    left: 8px;
    opacity: 1;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 0
}

.panel-grey .address-wrapper,
.panel-grey-a .address-wrapper,
.panel-grey-b .address-wrapper,
.panel-grey-c .address-wrapper,
.panel-grey-d .address-wrapper,
.panel-grey-e .address-wrapper,
.panel-grey-f .address-wrapper,
.panel-grey-g .address-wrapper,
.panel-grey-h .address-wrapper,
.panel-grey-h .address-wrapper,
.panel-grey-i .address-wrapper,
.panel-grey-j .address-wrapper,
#filter-static .panel-grey-coll .address-wrapper {
    padding: 10px
}

@media (max-width:767px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 6px 0
    }
}

@media (min-width:768px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 8px 0
    }
}

@media (min-width:992px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 5px 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 32px 0
    }
}

@media (max-width:767px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (min-width:768px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (min-width:992px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 8px 0
    }
}

@media (min-width:1200px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (max-width:767px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0
    }
}

@media (min-width:768px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0
    }
}

@media (min-width:992px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0 10px 0 12px
    }
}

@media (min-width:1200px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0 10px 0 12px
    }
}

body.privacy-policy .panel-grey .icon,
body.privacy-policy .panel-grey-a .icon,
body.privacy-policy .panel-grey-b .icon,
body.privacy-policy .panel-grey-c .icon,
body.privacy-policy .panel-grey-d .icon,
body.privacy-policy .panel-grey-e .icon,
body.privacy-policy .panel-grey-f .icon,
body.privacy-policy .panel-grey-g .icon,
body.privacy-policy .panel-grey-h .icon,
body.privacy-policy .panel-grey-h .icon,
body.privacy-policy .panel-grey-i .icon,
body.privacy-policy .panel-grey-j .icon,
body.privacy-policy #filter-static .panel-grey-coll .icon {
    color: #2dc489;
    font-size: 50px;
    font-size: 5rem;
    vertical-align: top
}

.panel-grey .contact-btn,
.panel-grey-a .contact-btn,
.panel-grey-b .contact-btn,
.panel-grey-c .contact-btn,
.panel-grey-d .contact-btn,
.panel-grey-e .contact-btn,
.panel-grey-f .contact-btn,
.panel-grey-g .contact-btn,
.panel-grey-h .contact-btn,
.panel-grey-h .contact-btn,
.panel-grey-i .contact-btn,
.panel-grey-j .contact-btn,
#filter-static .panel-grey-coll .contact-btn {
    margin: 10px 0 11px 12px
}

.panel-grey-img-wrapper {
    position: relative
}

@media (max-width:767px) {
    .panel-grey-img-wrapper {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-grey-img-wrapper {
        margin-bottom: 12px
    }
}

.panel-grey-img-wrapper p.lead {
    color: #ffffff;
    padding-bottom: 0
}

@media (max-width:767px) {
    .panel-grey-img-wrapper p.lead {
        display: none
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper p.lead {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper p.lead {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.panel-grey-img-wrapper a {
    color: #2dc489;
    font-weight: bold
}

.panel-grey-img-wrapper a:hover,
.panel-grey-img-wrapper a:focus,
.panel-grey-img-wrapper a:active {
    text-decoration: none
}

@media (max-width:767px) {
    .panel-grey-img-wrapper a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 6px
    }
}

.overlay {
    display: block;
    position: absolute;
    padding: 20px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in
}

@media (max-width:767px) {
    .overlay {
        padding: 6px;
        height: 20%
    }
}

@media (min-width:768px) {
    .overlay {
        padding: 8px
    }
}

@media (min-width:992px) {
    .overlay {
        padding: 10px
    }
}

@media (min-width:1200px) {
    .overlay {
        padding: 12px
    }
}

.panel-grey-img-wrapper:hover .overlay {
    opacity: .75
}

.ph-int {
    padding: 0 12px
}

body.privacy-policy .privacy-policy-detail .panel-grey,
body.privacy-policy .privacy-policy-detail .panel-grey-a,
body.privacy-policy .privacy-policy-detail .panel-grey-b,
body.privacy-policy .privacy-policy-detail .panel-grey-c,
body.privacy-policy .privacy-policy-detail .panel-grey-d,
body.privacy-policy .privacy-policy-detail .panel-grey-e,
body.privacy-policy .privacy-policy-detail .panel-grey-f,
body.privacy-policy .privacy-policy-detail .panel-grey-g,
body.privacy-policy .privacy-policy-detail .panel-grey-h,
body.privacy-policy .privacy-policy-detail .panel-grey-h,
body.privacy-policy .privacy-policy-detail .panel-grey-i,
body.privacy-policy .privacy-policy-detail .panel-grey-j,
body.privacy-policy .privacy-policy-detail #filter-static .panel-grey-coll {
    height: auto
}

body.privacy-policy .privacy-policy-detail .panel-grey a,
body.privacy-policy .privacy-policy-detail .panel-grey-a a,
body.privacy-policy .privacy-policy-detail .panel-grey-b a,
body.privacy-policy .privacy-policy-detail .panel-grey-c a,
body.privacy-policy .privacy-policy-detail .panel-grey-d a,
body.privacy-policy .privacy-policy-detail .panel-grey-e a,
body.privacy-policy .privacy-policy-detail .panel-grey-f a,
body.privacy-policy .privacy-policy-detail .panel-grey-g a,
body.privacy-policy .privacy-policy-detail .panel-grey-h a,
body.privacy-policy .privacy-policy-detail .panel-grey-h a,
body.privacy-policy .privacy-policy-detail .panel-grey-i a,
body.privacy-policy .privacy-policy-detail .panel-grey-j a,
body.privacy-policy .privacy-policy-detail #filter-static .panel-grey-coll a {
    position: relative;
    bottom: 0
}

body.privacy-policy .privacy-policy-detail .sectionWrapper {
    padding: 75px 0 0 0
}

@media (min-width:768px) {
    .panel-grey-a {
        min-height: 520px
    }
}

@media (min-width:992px) {
    .panel-grey-a {
        min-height: 490px
    }
}

@media (min-width:1200px) {
    .panel-grey-a {
        min-height: 500px
    }
}

@media (min-width:768px) {
    .panel-grey-b {
        min-height: 460px
    }
}

@media (min-width:992px) {
    .panel-grey-b {
        min-height: 550px
    }
}

@media (min-width:1200px) {
    .panel-grey-b {
        min-height: 560px
    }
}

@media (min-width:768px) {
    .panel-grey-c {
        min-height: 380px
    }
}

@media (min-width:992px) {
    .panel-grey-c {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-c {
        min-height: 470px
    }
}

@media (min-width:768px) {
    .panel-grey-d {
        min-height: 380px
    }
}

@media (min-width:992px) {
    .panel-grey-d {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-d {
        min-height: 490px
    }
}

@media (min-width:768px) {
    .panel-grey-e {
        min-height: 440px
    }
}

@media (min-width:992px) {
    .panel-grey-e {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-e {
        min-height: 555px
    }
}

@media (min-width:768px) {
    .panel-grey-f {
        min-height: 560px
    }
}

@media (min-width:992px) {
    .panel-grey-f {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-f {
        min-height: 560px
    }
}

@media (min-width:768px) {
    .panel-grey-g {
        min-height: 370px
    }
}

@media (min-width:992px) {
    .panel-grey-g {
        min-height: 330px
    }
}

@media (min-width:1200px) {
    .panel-grey-g {
        min-height: 310px
    }
}

@media (min-width:768px) {
    .panel-grey-h {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-h {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-h {
        min-height: 523px
    }
}

@media (min-width:768px) {
    .panel-grey-h {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-h {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-h {
        min-height: 523px
    }
}

@media (min-width:768px) {
    .panel-grey-i {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-i {
        min-height: 460px
    }
}

@media (min-width:1200px) {
    .panel-grey-i {
        min-height: 553px
    }
}

@media (min-width:768px) {
    .panel-grey-j {
        min-height: 480px
    }
}

@media (min-width:992px) {
    .panel-grey-j {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-j {
        min-height: 555px
    }
}

@media (max-width:767px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

@media (min-width:768px) {
    .panel-grey_nursing .address-details {
        width: 30%
    }
}

@media (min-width:992px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

@media (min-width:1200px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

.panel-grey_nursing .address-details span {
    float: right;
    padding-right: 3em
}

@media (max-width:767px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 5em
    }
}

@media (min-width:768px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 2em
    }
}

@media (min-width:992px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 2em
    }
}

@media (min-width:1200px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 3em
    }
}

.panel-white {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    .panel-white {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-white {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-white {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-white {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges .panel-white,
    body.international .panel-white {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges .panel-white,
    body.international .panel-white {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

.panel-white>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

.panel-white a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

.panel-white a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    .panel-white a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    .panel-white a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    .panel-white a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    .panel-white a.ts-arrow-r {
        bottom: 16px
    }
}

.panel-white .rounded-int {
    border: none
}

@media (min-width:992px) {
    .panel-white .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    .panel-white .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

.panel-white p {
    font-size: 14px;
    font-size: 1.4rem
}

.panel-white h3 {
    font-size: 16px;
    font-size: 1.6rem
}

header {
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

header form {
    background: #2dc489;
    height: 0;
    padding: 0 0 0 60px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form {
        display: none
    }
}

@media (min-width:768px) {
    header form {
        display: block
    }
}

@media (min-width:992px) {
    header form {
        display: block
    }
}

@media (min-width:1200px) {
    header form {
        display: block
    }
}

header form.open {
    background: #2dc489;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form.open {
        height: 80px;
        padding: 31px 0 0 60px
    }
}

@media (min-width:768px) {
    header form.open {
        height: 100px;
        padding: 20px 0 0 60px
    }
}

@media (min-width:992px) {
    header form.open {
        height: 120px;
        padding: 14px 0 0 60px
    }
}

@media (min-width:1200px) {
    header form.open {
        height: 150px;
        padding: 31px 0 0 60px
    }
}

header form.open .button {
    -webkit-transition: top .35s ease;
    transition: top .35s ease;
    -webkit-transition: top .35s ease 200ms ease;
    -moz-transition: top .35s ease 200ms ease;
    -o-transition: top .35s ease 200ms ease;
    -ms-transition: top .35s ease 200ms linear;
    transition: top .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form.open .button {
        right: 38px;
        top: 42px
    }
}

@media (min-width:768px) {
    header form.open .button {
        right: 22px;
        top: 22px
    }
}

@media (min-width:992px) {
    header form.open .button {
        right: 38px;
        top: 31px
    }
}

@media (min-width:1200px) {
    header form.open .button {
        right: 38px;
        top: 42px
    }
}

header #mod-search-searchword {
    font-family: 'AvenirLTStd35Light';
    color: white;
    background: transparent;
    border: none;
    border-bottom: 1px solid white
}

@media (max-width:767px) {
    header #mod-search-searchword {
        font-size: 30px;
        font-size: 3rem;
        width: 65%
    }
}

@media (min-width:768px) {
    header #mod-search-searchword {
        font-size: 30px;
        font-size: 3rem;
        width: 73%
    }
}

@media (min-width:992px) {
    header #mod-search-searchword {
        font-size: 34px;
        font-size: 3.4rem;
        width: 76%
    }
}

@media (min-width:1200px) {
    header #mod-search-searchword {
        font-size: 40px;
        font-size: 4rem;
        width: 76%
    }
}

header #mod-search-searchword:focus {
    outline: none
}

header .button {
    background-color: #2dc489;
    border-style: none;
    border: 2px solid white;
    color: white;
    font-family: 'AvenirLTStd65Medium';
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 13px 50px;
    margin-left: 10px;
    position: absolute;
    -webkit-transition: top .35s ease;
    transition: top .35s ease;
    -webkit-transition: top .35s ease 200ms ease;
    -moz-transition: top .35s ease 200ms ease;
    -o-transition: top .35s ease 200ms ease;
    -ms-transition: top .35s ease 200ms linear;
    transition: top .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (min-width:768px) {
    header .button {
        right: 22px;
        top: 0
    }
}

@media (min-width:992px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (min-width:1200px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (max-width:767px) {
    header {
        height: 56px;
        position: relative
    }
}

@media (min-width:768px) {
    header {
        height: 56px;
        position: fixed
    }
}

@media (max-width:767px) {
    #mob_headerCTA {
        display: block;
        position: absolute;
        bottom: -5px;
        right: 62px
    }
    #mob_headerCTA .think-btn {
        padding: 12px 9px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    #mob_headerCTA {
        display: none
    }
}

@media (min-width:768px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 150px
    }
}

@media (min-width:992px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 200px
    }
}

@media (min-width:1200px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 190px
    }
}

.horizontalDivider {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    .horizontalDivider {
        display: none
    }
}

.horizontalDividerTop {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    top: -20px;
    left: 6px
}

@media (max-width:767px) {
    .horizontalDividerTop {
        display: none
    }
}

.horizontalDividerFW {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    .horizontalDividerFW {
        display: none
    }
}

#homeLink {
    color: #353535
}

nav#main_nav {
    background: white;
    position: relative
}

@media (max-width:767px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:768px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 56px
    }
}

@media (min-width:992px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

nav#main_nav>ul {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    overflow: visible;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    background-color: white;
    display: table;
    padding-left: 230px
}

@media (min-width:768px) {
    nav#main_nav>ul {
        width: 730px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul {
        width: 950px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul {
        width: 1150px
    }
}

nav#main_nav>ul>.navbar-header,
nav#main_nav>ul>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    nav#main_nav>ul>.navbar-header,
    nav#main_nav>ul>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    nav#main_nav>ul {
        padding-left: 0;
        padding-right: 0;
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul {
        padding-left: 0
    }
}

@media (min-width:992px) {
    nav#main_nav>ul {
        padding-left: 128px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul {
        padding-left: 172px
    }
}

nav#main_nav>ul>li {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'AvenirLTStd45Book'
}

@media (max-width:767px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        float: left
    }
}

nav#main_nav>ul>li:hover>a,
nav#main_nav>ul>li:focus>a,
nav#main_nav>ul>li:active>a {
    background: #050708;
    color: white
}

nav#main_nav>ul>li:hover>a:after,
nav#main_nav>ul>li:focus>a:after,
nav#main_nav>ul>li:active>a:after {
    content: "";
    position: absolute;
    left: 15%;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out 200ms ease;
    -moz-transition: bottom .3s ease-in-out 200ms ease;
    -o-transition: bottom .3s ease-in-out 200ms ease;
    -ms-transition: bottom .3s ease-in-out 200ms linear;
    transition: bottom .3s ease-in-out 200ms ease ease;
    width: 70%;
    height: 1px;
    background: #2dc489
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 14px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 27px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 37px
    }
}

header.minimize nav#main_nav>ul>li:hover>a:after,
header.minimize nav#main_nav>ul>li:focus>a:after,
header.minimize nav#main_nav>ul>li:active>a:after {
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out 200ms ease;
    -moz-transition: bottom .3s ease-in-out 200ms ease;
    -o-transition: bottom .3s ease-in-out 200ms ease;
    -ms-transition: bottom .3s ease-in-out 200ms linear;
    transition: bottom .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize nav#main_nav>ul>li:hover>a:after,
    header.minimize nav#main_nav>ul>li:focus>a:after,
    header.minimize nav#main_nav>ul>li:active>a:after {
        bottom: 17px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: none;
        position: relative
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

nav#main_nav>ul>li:hover>ul>li,
nav#main_nav>ul>li:focus>ul>li,
nav#main_nav>ul>li:active>ul>li {
    float: left
}

nav#main_nav>ul>li:hover:after,
nav#main_nav>ul>li:focus:after,
nav#main_nav>ul>li:active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 30px;
    background: #fafafa;
    z-index: 100;
    margin-left: -10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

nav#main_nav>ul>li>a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out 200ms ease;
    -moz-transition: height .3s ease-in-out 200ms ease;
    -o-transition: height .3s ease-in-out 200ms ease;
    -ms-transition: height .3s ease-in-out 200ms linear;
    transition: height .3s ease-in-out 200ms ease ease;
    color: #5e5e5e;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li>a {
        padding: 0 14px;
        height: 56px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>a {
        padding: 0 12.66666667px;
        height: 76px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>a {
        padding: 0 16px;
        height: 96px
    }
}

header.minimize nav#main_nav>ul>li>a {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out 200ms ease;
    -moz-transition: height .3s ease-in-out 200ms ease;
    -o-transition: height .3s ease-in-out 200ms ease;
    -ms-transition: height .3s ease-in-out 200ms linear;
    transition: height .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize nav#main_nav>ul>li>a {
        padding: 0 16px;
        height: 60px
    }
}

nav#main_nav>ul>li>a:hover,
nav#main_nav>ul>li>a:focus,
nav#main_nav>ul>li>a:active {
    background: #050708;
    color: white
}

nav#main_nav>ul>li>a:hover:after,
nav#main_nav>ul>li>a:focus:after,
nav#main_nav>ul>li>a:active:after {
    content: "";
    position: absolute;
    left: 15%;
    width: 70%;
    height: 1px;
    background: #2dc489
}

@media (max-width:767px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 14px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 27px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 37px
    }
}

nav#main_nav>ul>li.item-101 {
    display: none
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-101 {
        display: block
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-101 {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
    position: relative
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 6px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 8px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 10px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 12px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li {
    cursor: pointer
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li:hover {
    background-color: #E5F4EF;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
    font-family: 'AvenirLTStd35Light';
    margin: 1em 0 0;
    padding: 0 1em 0 0;
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>span.separator {
    text-transform: uppercase;
    font-family: 'AvenirLTStd85Heavy';
    color: #353535
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
    color: #2dc489;
    text-transform: none;
    font-family: 'AvenirLTStd65Medium';
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 6px 3px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 8px 4px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 10px 5px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 12px 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a:hover {
    text-decoration: none;
    color: #353535;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
    display: block;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #D1D2D4;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 1.2em;
        padding: 3px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 1.8em;
        padding: 4px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 2.2em;
        padding: 5px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 2.2em;
        padding: 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i:hover {
    color: #2dc489;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
    cursor: auto
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider:hover {
    background-color: transparent
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 4px 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 2px 0
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 4px 0
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 0 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
    text-transform: none;
    margin: 10px 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

nav#main_nav>ul>li.item-102:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 750px;
        left: -10px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 970px;
        left: -139px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 1170px;
        left: -182px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4:after {
        display: none
    }
}

nav#main_nav>ul>li.item-103:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 750px;
        left: -98px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 970px;
        left: -223px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 1170px;
        left: -280px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
    position: relative
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 10px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 30px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150:after,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    top: -20px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150:after,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151:after {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157>span.separator {
    text-transform: none;
    margin: 1em 0 0;
    padding: 0 1em 0 0;
    color: #353535;
    font-family: 'AvenirLTStd35Light'
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 6px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 8px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 10px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 12px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 12px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 16px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 24px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 19px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 32px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
    background-repeat: no-repeat
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 44px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 85px;
        background-position: 10px 28px;
        background-size: 140px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 84px;
        background-position: 10px 28px;
        background-size: 160px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 64px;
        background-position: 13px 23px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114 {
        background-size: 160px !important
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114 {
        background-size: 174px !important
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112 {
        background-size: 160px !important
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112 {
        background-size: 180px !important
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
    background-image: url(../images/menu/bbcd_torrens.svg);
    background-size: 120%;
    background-position: 6px 18px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112>a {
    text-indent: -99999px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
        top: 53px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
        top: 10px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-position: 6px 24px;
        background-size: 160px;
        height: 84px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-size: 160px;
        height: 64px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
    background-image: url(../images/menu/catc.svg);
    background-position: 6px 12px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113>a {
    text-indent: -99999px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
        top: 35px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
        top: 6px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        height: 80px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        height: 60px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
    background-image: url(../images/menu/apm-torrens.png);
    background-position: 6px 20px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        background-image: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        height: auto
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        height: 107px;
        background-position: 6px 20px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        background-size: 150px;
        height: 67px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
        top: 60px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
        top: 10px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
    background-image: url(../images/menu/wbchm.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        background-position: 6px 24px;
        height: 82px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        height: 69px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
        top: 0
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2:before {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 {
    background-image: url(../images/menu/acnt.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 {
        background-image: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 {
    background-image: url(../images/menu/ssnt.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 {
        background-image: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
    background-image: url(../images/menu/ancb.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
        background-position: 6px 24px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
    background-image: url(../images/menu/jni.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-position: 6px 24px;
        height: 64px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-position: 6px 24px;
        height: 70px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
        top: 15px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
    background-image: url(/images/THINK_HEALTH_LOGO.jpg);
    background-position: 6px 16px;
    background-size: 40%;
    background-repeat: no-repeat
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-position: 6px 24px;
        height: 64px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-position: 6px 24px;
        height: 70px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
        top: 15px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-3:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-3:before {
        display: none
    }
}

nav#main_nav>ul>li.item-104:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 550px;
        left: -140px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 660px;
        left: -210px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 770px;
        left: -140px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

>nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 180px;
    margin-top: -90px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    >nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
    padding-bottom: 6px;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
        min-height: 110px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
        min-height: 80px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158:after {
        display: none
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-131 .nav-child {
    display: none
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
    padding-bottom: 6px;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
        min-height: 110px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
        min-height: 80px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159:after {
        display: none
    }
}

nav#main_nav>ul>li.item-105:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-105:before {
        display: none
    }
}

nav#main_nav>ul>li.item-105:hover:after,
nav#main_nav>ul>li.item-105:focus:after,
nav#main_nav>ul>li.item-105:active:after {
    display: none
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 450px;
        left: -230px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 540px;
        left: -247px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 620px;
        left: -246px
    }
}

nav#main_nav>ul>li.item-106>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 120px;
    margin-top: -60px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-120 {
    background: white;
    text-transform: none;
    color: #a6a6a6
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 1px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 80px
    }
}

nav#main_nav>ul>li.item-120:hover:after,
nav#main_nav>ul>li.item-120:focus:after {
    display: none
}

nav#main_nav>ul>li.item-120:hover>a,
nav#main_nav>ul>li.item-120:focus>a {
    background: #2dc489
}

nav#main_nav>ul>li.item-120:hover>a:after,
nav#main_nav>ul>li.item-120:focus>a:after {
    background: white
}

nav#main_nav>ul>li.item-120>a:hover,
nav#main_nav>ul>li.item-120>a:focus {
    background: #2dc489
}

nav#main_nav>ul>li.item-120>a:hover:after,
nav#main_nav>ul>li.item-120>a:focus:after {
    background: white
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 240px;
        left: -131px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 260px;
        left: -123px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 290px;
        left: -189px
    }
}

nav#main_nav>ul>li.item-120>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

nav#main_nav>ul>li.item-120>ul.nav-child-container>li>ul {
    width: 100%
}

nav#main_nav>ul>li>ul {
    margin-top: 0;
    z-index: 100
}

@media (max-width:767px) {
    nav#main_nav>ul>li>ul {
        display: none;
        position: relative;
        border: none;
        background: transparent;
        padding: 0;
        margin: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li>ul {
        padding: 16px 0 4px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>ul {
        padding: 20px 0 5px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>ul {
        padding: 24px 0 6px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

nav#main_nav>ul>li>ul li {
    list-style: none
}

@media (max-width:767px) {
    #logo {
        background: transparent;
        margin-top: 0;
        position: absolute
    }
}

@media (min-width:768px) {
    #logo {
        height: 56px;
        margin-top: -56px;
        background-color: transparent;
        position: relative
    }
}

@media (min-width:992px) {
    #logo {
        width: 190px;
        background: transparent;
        margin-top: 0;
        position: absolute
    }
}

@media (min-width:1200px) {
    #logo {
        width: 230px;
        background: transparent;
        position: absolute
    }
}

#logo>div {
    width: 50%;
    height: 56px;
    position: relative
}

#logo>div .icon_think_logo_s {
    line-height: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

#logo>div .icon_think_logo_s>span {
    display: none
}

@media (max-width:767px) {
    #logo>div .icon_think_logo_s {
        top: 12px;
        left: 18px;
        font-size: 120px;
        font-size: 12rem;
        display: block
    }
}

@media (min-width:768px) {
    #logo>div .icon_think_logo_s {
        top: 6px;
        right: 214px;
        font-size: 140px;
        font-size: 14rem;
        display: block
    }
}

@media (min-width:992px) {
    #logo>div .icon_think_logo_s {
        top: 17px;
        left: 18px;
        font-size: 140px;
        font-size: 14rem;
        display: block
    }
}

@media (min-width:1200px) {
    #logo>div .icon_think_logo_s {
        top: 20px;
        left: 24px;
        font-size: 180px;
        font-size: 18rem;
        display: block
    }
}

header.minimize #logo>div .icon_think_logo_s {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #logo>div .icon_think_logo_s {
        top: 12px;
        left: 26px;
        font-size: 120px;
        font-size: 12rem;
        display: block
    }
}

#searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease;
    background: black;
    cursor: pointer
}

@media (max-width:767px) {
    #searchBtn {
        display: none
    }
}

@media (min-width:768px) {
    #searchBtn {
        height: 56px;
        width: 56px;
        display: block
    }
}

@media (min-width:992px) {
    #searchBtn {
        height: 76px;
        width: 76px
    }
}

@media (min-width:1200px) {
    #searchBtn {
        height: 96px;
        width: 96px
    }
}

header.minimize #searchBtn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn {
        height: 60px;
        width: 60px
    }
}

#searchBtn .icon_search_png {
    line-height: 0;
    position: absolute;
    color: white;
    background: url(../images/search_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (max-width:767px) {
    #searchBtn .icon_search_png {
        top: 12px;
        left: 18px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    #searchBtn .icon_search_png {
        top: 18px;
        left: 22px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #searchBtn .icon_search_png {
        top: 27px;
        left: 32px;
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #searchBtn .icon_search_png {
        top: 38px;
        left: 41px;
        font-size: 20px;
        font-size: 2rem
    }
}

header.minimize #searchBtn .icon_search_png {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn .icon_search_png {
        top: 20px;
        left: 23px;
        font-size: 20px;
        font-size: 2rem
    }
}

#searchBtn .icon_searchClose_png {
    line-height: 0;
    position: absolute;
    color: white;
    background: url(../images/searchClose_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (max-width:767px) {
    #searchBtn .icon_searchClose_png {
        top: 12px;
        left: 18px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    #searchBtn .icon_searchClose_png {
        top: 18px;
        left: 22px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #searchBtn .icon_searchClose_png {
        top: 27px;
        left: 32px;
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #searchBtn .icon_searchClose_png {
        top: 38px;
        left: 41px;
        font-size: 20px;
        font-size: 2rem
    }
}

header.minimize #searchBtn .icon_searchClose_png {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn .icon_searchClose_png {
        top: 20px;
        left: 23px;
        font-size: 20px;
        font-size: 2rem
    }
}

#searchBtn .dpNone {
    display: none
}

#slideWrap {
    position: relative;
    right: 0;
    -webkit-transition: .3s ease-in-out right;
    transition: .3s ease-in-out right;
    -webkit-transition: .3s ease-in-out right 200ms ease;
    -moz-transition: .3s ease-in-out right 200ms ease;
    -o-transition: .3s ease-in-out right 200ms ease;
    -ms-transition: .3s ease-in-out right 200ms linear;
    transition: .3s ease-in-out right 200ms ease ease
}

@media (max-width:767px) {
    #slideWrap {
        margin-top: 0;
        background: white
    }
}

@media (min-width:768px) {
    #slideWrap {
        margin-top: 112px;
        background: transparent
    }
}

@media (min-width:992px) {
    #slideWrap {
        margin-top: 76px
    }
}

@media (min-width:1200px) {
    #slideWrap {
        margin-top: 96px
    }
}

#slideWrap.active {
    -webkit-transition: .3s ease-in-out right;
    transition: .3s ease-in-out right;
    -webkit-transition: .3s ease-in-out right 200ms ease;
    -moz-transition: .3s ease-in-out right 200ms ease;
    -o-transition: .3s ease-in-out right 200ms ease;
    -ms-transition: .3s ease-in-out right 200ms linear;
    transition: .3s ease-in-out right 200ms ease ease
}

@media (max-width:767px) {
    #slideWrap.active {
        right: 260px
    }
}

@media (min-width:768px) {
    #slideWrap.active {
        right: 0
    }
}

@media (min-width:992px) {
    #slideWrap.active {
        right: 0
    }
}

@media (min-width:1200px) {
    #slideWrap.active {
        right: 0
    }
}

.dummy {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999
}

@media (max-width:767px) {
    #mobileMenu {
        display: block;
        position: absolute;
        width: 260px;
        right: 0;
        top: 0
    }
}

@media (min-width:768px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:992px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileMenu {
        display: none
    }
}

#mobileTgl {
    cursor: pointer;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 200ms ease;
    -moz-transition: background .35s ease 200ms ease;
    -o-transition: background .35s ease 200ms ease;
    -ms-transition: background .35s ease 200ms linear;
    transition: background .35s ease 200ms ease ease
}

@media (min-width:768px) {
    #mobileTgl {
        display: none
    }
}

@media (min-width:992px) {
    #mobileTgl {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileTgl {
        display: none
    }
}

#mobileTgl.active {
    background: #2dc489;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 200ms ease;
    -moz-transition: background .35s ease 200ms ease;
    -o-transition: background .35s ease 200ms ease;
    -ms-transition: background .35s ease 200ms linear;
    transition: background .35s ease 200ms ease ease
}

#mobileTgl a:hover {
    text-decoration: none
}

#mobileTgl #drawerMenuTgl {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    #mobileTgl #drawerMenuTgl {
        display: block
    }
    #mobileTgl #drawerMenuTgl .icon_drawerMenuTgl {
        line-height: 1;
        position: absolute;
        color: white;
        top: 16px;
        left: 19px;
        font-size: 20px;
        font-size: 2rem
    }
    #mobileTgl #drawerMenuTgl .icon_drawerMenuTgl:hover {
        text-decoration: none
    }
}

#mobileMenu {
    background: #202020
}

#mobileMenu .nav {
    padding: 20px 10px 0 10px
}

#mobileMenu .nav>li {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    color: white
}

#mobileMenu .nav>li>a {
    color: white
}

#mobileMenu .nav>li>ul {
    display: none;
    padding: 0
}

#mobileMenu .nav>li>ul>li {
    list-style-type: none;
    padding: 8px 0 8px 8px
}

#mobileMenu .nav>li>ul>li>a {
    padding: 10px 7px;
    color: white
}

#mobileMenu .nav-child-container>li>ul>li {
    list-style-type: none;
    padding: 8px
}

#mobileMenu .nav-child-container>li>ul>li>a {
    padding: 10px 7px;
    color: white;
    font-size: 85%
}

#mobileMenu .nav-child-container {
    list-style: none;
    padding: 0
}

#mobileMenu .nav-child-1,
#mobileMenu .nav-child-2,
#mobileMenu .nav-child-3,
#mobileMenu .nav-child-4,
#mobileMenu .nav-child-5 {
    padding: 0
}

#mobileMenu .nav-child-1 i,
#mobileMenu .nav-child-2 i,
#mobileMenu .nav-child-3 i,
#mobileMenu .nav-child-4 i,
#mobileMenu .nav-child-5 i {
    display: none
}

#mobileMenu .item-107 p,
#mobileMenu .item-108 p,
#mobileMenu .item-109 p,
#mobileMenu .item-110 p,
#mobileMenu .item-142 p,
#mobileMenu .item-143 p {
    display: none
}

#mobileMenu .item-101 {
    border-top: 2px solid #303030
}

#mobileMenu .item-101,
#mobileMenu .item-101,
#mobileMenu .item-102,
#mobileMenu .item-103,
#mobileMenu .item-104,
#mobileMenu .item-105,
#mobileMenu .item-106,
#mobileMenu .item-120 {
    border-bottom: 2px solid #303030
}

#mobileMenu .item-131 {
    position: relative
}

#mobileMenu .item-131>ul {
    display: none;
    padding: 0
}

#mobileMenu .item-131>ul>li {
    list-style-type: none;
    padding: 8px
}

#mobileMenu .item-131>ul>li>a {
    padding: 10px 7px;
    color: white
}

#mobileMenu .divider {
    display: none
}

#mobileMenu .addDeeperSlideToggle {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

#mobileMenu .addDeeperSlideToggle:after {
    content: "+";
    color: white;
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 15px;
    font-size: 1.5rem
}

#mobileMenu .opened {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

#mobileMenu .opened:after {
    content: "-";
    color: white;
    position: absolute;
    left: 19px;
    top: 8px;
    font-size: 15px;
    font-size: 1.5rem
}

#mod-search-searchword-mobile {
    background: #303030;
    border: 0;
    padding: 0 10px 0 20px;
    width: 204px;
    font-family: 'AvenirLTStd35Light';
    color: white;
    height: 56px
}

#mobileSearchButton {
    background: url(../images/menu/mobileSrchBtn.jpg);
    border: 0;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0
}

#videoPly {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer
}

#coursesPageVideo {
    display: none
}

video {
    display: block
}

.videoDescription {
    display: none
}

#skipVideo {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    padding: 10px 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy';
    display: none
}

#skipVideo.show {
    bottom: 20px;
    display: block
}

#frontPageVideo video {
    width: 100%;
    height: auto
}

.flipBtn {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

#courses_flipboard .container {
    overflow: visible
}

#courses_flipboard .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

#courses_flipboard .thumb .thumb-wrapper {
    cursor: pointer;
    display: block;
    width: 100%
}

@media (max-width:767px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 276px
    }
}

@media (min-width:768px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 355px
    }
}

@media (min-width:992px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 228px
    }
}

@media (min-width:1200px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 278px
    }
}

#courses_flipboard .thumb .thumb-wrapper .front,
#courses_flipboard .thumb .thumb-wrapper .back {
    border: 1px solid #FAFAFA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa
}

#courses_flipboard .thumb .thumb-wrapper .front {
    overflow: hidden
}

#courses_flipboard .thumb .thumb-wrapper .front img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    position: absolute;
    display: block
}

#courses_flipboard .thumb .thumb-wrapper .front h3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    color: white;
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    padding: 0
}

@media (max-width:767px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 276px
    }
}

@media (min-width:768px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 355px
    }
}

@media (min-width:992px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 228px
    }
    body.living-in-australia #courses_flipboard .thumb .thumb-wrapper .front h3 {
        font-size: 19px;
        font-size: 1.9rem
    }
}

@media (min-width:1200px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 278px
    }
    body.living-in-australia #courses_flipboard .thumb .thumb-wrapper .front h3 {
        font-size: 23px;
        font-size: 2.3rem
    }
}

.back {
    background: #f0f0f0
}

@media (max-width:767px) {
    .back {
        height: 276px
    }
}

@media (min-width:768px) {
    .back {
        height: 355px
    }
}

@media (min-width:992px) {
    .back {
        height: 228px
    }
}

@media (min-width:1200px) {
    .back {
        height: 278px
    }
}

@media (max-width:767px) {
    .back>h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .back>h3 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    .back>h3 {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 6px 0
    }
}

@media (min-width:1200px) {
    .back>h3 {
        font-size: 26px;
        font-size: 2.6rem;
        padding: 15px 0
    }
}

@media (min-width:992px) {
    .back>hr {
        margin: 3px auto
    }
}

@media (min-width:1200px) {
    .back>hr {
        margin: 6px auto
    }
}

@media (min-width:992px) {
    .back>p {
        padding: 6px 0;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .back>p {
        padding: 15px 5px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

.scroll {
    overflow: hidden
}

.scroll .flipIt .back {
    bottom: 0;
    top: 0
}

.scroll .front {
    overflow: visible
}

@media (max-width:767px) {
    .scroll .back {
        bottom: -276px;
        top: -276px
    }
}

@media (min-width:768px) {
    .scroll .back {
        bottom: -355px;
        top: -355px
    }
}

@media (min-width:992px) {
    .scroll .back {
        bottom: -228px;
        top: -228px
    }
}

@media (min-width:1200px) {
    .scroll .back {
        bottom: -278px;
        top: -278px
    }
}

.thumb.flip .thumb-wrapper:hover .back,
.thumb.flip .thumb-wrapper.hover .back {
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.thumb.flip .thumb-wrapper:hover .front,
.thumb.flip .thumb-wrapper.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.thumb.flip .thumb-wrapper {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    position: relative
}

.thumb.flip .thumb-wrapper .front,
.thumb.flip .thumb-wrapper .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.thumb.flip .thumb-wrapper .front {
    transform: rotateY(0deg)
}

.thumb.flip .thumb-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.thumb.flip .flipIt .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.thumb.flip .flipIt .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#courses .logoWrapper {
    width: 200px;
    display: table;
    padding: 2px 0;
    height: 61px
}

@media (max-width:767px) {
    #courses .logoWrapper {
        width: 240px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #courses .logoWrapper {
        width: 180px;
        padding: 10px 0
    }
}

@media (min-width:992px) {
    #courses .logoWrapper {
        width: 190px;
        padding: 7px 0
    }
}

@media (min-width:1200px) {
    #courses .logoWrapper {
        width: 200px;
        padding: 8px 0
    }
}

#courses .logoWrapper>a {
    display: table-cell;
    vertical-align: bottom
}

#collegesLogo .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #collegesLogo .logoWrapper {
        min-height: initial;
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #collegesLogo .logoWrapper {
        min-height: 85px;
        padding: 0 10px
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #collegesLogo .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#collegesLogo .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #collegesLogo .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapper>a {
        text-align: center
    }
}

#collegesLogo .logoWrapperRS {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #collegesLogo .logoWrapperRS {
        min-height: initial;
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #collegesLogo .logoWrapperRS {
        min-height: 85px;
        padding: 0 10px
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapperRS {
        min-height: 50px;
        padding: 10px 10px
    }
}

#collegesLogo .logoWrapperRS>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #collegesLogo .logoWrapperRS>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapperRS>a {
        text-align: center
    }
}

@media (max-width:767px) {
    #history .logoWrapper {
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #history .logoWrapper {
        margin-top: 80px;
        width: 100%;
        padding: 0 40px
    }
}

@media (min-width:992px) {
    #history .logoWrapper {
        margin-top: 40px;
        width: 100%;
        padding: 0 80px
    }
}

@media (min-width:1200px) {
    #history .logoWrapper {
        margin-top: 40px;
        width: 100%;
        padding: 0 100px
    }
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: none;
    width: 100%
}

@media (max-width:767px) {
    #myCarousel:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 20px;
        top: 10px;
        left: 10px;
        background: url(../images/myCarousel/swipe.png);
        background-repeat: no-repeat
    }
}

#myCarousel {
    display: block
}

#myCarousel .carousel-control {
    text-shadow: none;
    z-index: 99 !important;
    top: 0
}

#myCarousel .left.carousel-control {
    left: 0
}

@media (max-width:767px) {
    #myCarousel .left.carousel-control {
        background-image: none
    }
}

#myCarousel .right.carousel-control {
    right: 0
}

@media (max-width:767px) {
    #myCarousel .right.carousel-control {
        background-image: none;
        padding-bottom: 20px
    }
}

#myCarousel .icon {
    z-index: 5;
    display: inline-block;
    line-height: 0
}

@media (max-width:767px) {
    #myCarousel .icon {
        font-size: 0px;
        font-size: 0rem;
        top: 0
    }
}

@media (min-width:768px) {
    #myCarousel .icon {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    #myCarousel .icon {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    #myCarousel .icon {
        font-size: 30px;
        font-size: 3rem
    }
}

#myCarousel .icon:before {
    position: absolute;
    top: 50%
}

#myCarousel .icon_iconArrowLeft {
    left: 4px
}

#myCarousel .icon_iconArrowLeft:before {
    content: url(../images/myCarousel/thinkArrowLeft.png);
    left: 50px;
    display: block
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 50px;
        display: none
    }
}

@media (min-width:768px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 10px
    }
}

@media (min-width:992px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 50px
    }
}

@media (min-width:1200px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 100px
    }
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowLeft {
        position: absolute;
        width: 40px;
        height: 20px;
        top: 10px;
        left: 10px !important
    }
}

#myCarousel .icon_iconArrowRight {
    right: 4px
}

#myCarousel .icon_iconArrowRight:before {
    content: url(../images/myCarousel/thinkArrowRight.png);
    right: 50px;
    display: block
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 50px;
        display: none
    }
}

@media (min-width:768px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 10px
    }
}

@media (min-width:992px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 50px
    }
}

@media (min-width:1200px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 100px
    }
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowRight {
        position: absolute;
        width: 40px;
        height: 20px;
        top: 10px;
        left: 55px !important
    }
}

.carousel-indicators {
    bottom: 10px
}

@media (max-width:767px) {
    .carousel-indicators {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-indicators {
        display: block
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    padding: 0;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 13px;
    cursor: pointer;
    background-color: white
}

.carousel-indicators .active {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-captionL {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: right
}

@media (max-width:767px) {
    .carousel-captionL {
        width: 100%;
        right: 0;
        position: relative;
        height: 70px;
        text-align: left
    }
}

@media (min-width:768px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

@media (min-width:992px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

@media (min-width:1200px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

.carousel-captionL>div {
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div {
        left: 0;
        top: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    .carousel-captionL>div {
        right: 220px;
        top: 20%;
        width: 0
    }
    .carousel-think .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-design .carousel-captionL>div {
        right: 210px;
        top: 76px
    }
    .carousel-health .carousel-captionL>div {
        right: 210px;
        top: 135px
    }
    .carousel-business .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 210px;
        top: 135px
    }
    .carousel-fb .carousel-captionL>div {
        right: 210px;
        top: 150px
    }
    .carousel-fc .carousel-captionL>div {
        right: 210px;
        top: 120px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div {
        right: 330px;
        top: 15%
    }
    .carousel-think .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-design .carousel-captionL>div {
        right: 300px;
        top: 58px
    }
    .carousel-health .carousel-captionL>div {
        right: 320px;
        top: 180px
    }
    .carousel-business .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 320px;
        top: 180px
    }
    .carousel-fb .carousel-captionL>div {
        right: 300px;
        top: 58%
    }
    .carousel-fc .carousel-captionL>div {
        right: 300px;
        top: 48%
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div {
        right: 430px;
        top: 10%
    }
    .carousel-think .carousel-captionL>div {
        right: 400px;
        top: 38%
    }
    .carousel-design .carousel-captionL>div {
        right: 400px;
        top: 18%
    }
    .carousel-health .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-business .carousel-captionL>div {
        right: 400px;
        top: 28%
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 400px;
        top: 18%
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-fb .carousel-captionL>div {
        right: 400px;
        top: 58%
    }
    .carousel-fc .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-fe .carousel-captionL>div {
        right: 400px;
        top: 5%
    }
}

.carousel-captionL>div>div {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div>div {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 14px 4px 14px 4px
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 380px;
        top: 0;
        left: -140px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 480px;
        top: 0;
        left: -140px
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 480px;
        top: 0;
        left: -140px
    }
}

.carousel-captionL>div>div h2:nth-of-type(1) {
    font-family: 'AvenirLTStd95Black';
    text-transform: none;
    text-align: left;
    color: white;
    display: block
}

.carousel-captionL>div>div h2:nth-of-type(1)>a {
    color: white
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 15px;
        font-size: 1.5rem;
        color: #353535;
        display: inline
    }
    .carousel-captionL>div>div h2:nth-of-type(1)>a {
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 39px;
        font-size: 3.9rem
    }
}

.carousel-captionL>div>div h2 {
    margin-top: .8em;
    font-family: 'AvenirLTStd95Black';
    text-transform: none;
    text-align: left;
    color: #2dc489
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: .1em;
        display: inline
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2 {
        font-size: 34px;
        font-size: 3.4rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2 {
        font-size: 38px;
        font-size: 3.8rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2 {
        font-size: 32px;
        font-size: 3.2rem
    }
}

.carousel-business .carousel-captionL>div>div h2 {
    color: #c5203e
}

.carousel-design .carousel-captionL>div>div h2 {
    color: #ed1c8f
}

.carousel-health .carousel-captionL>div>div h2 {
    color: #873494
}

.carousel-hospitality .carousel-captionL>div>div h2 {
    color: #00bcd3
}

.carousel-winter-school .carousel-captionL>div>div h2 {
    color: #00bcd3
}

.carousel-fb .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-fc .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-fe .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-captionL>div>div h2 span {
    padding: 0 .2em;
    color: white
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2 span {
        font-size: 18px;
        font-size: 1.8rem;
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2 span {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2 span {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2 span {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.carousel-captionL>div>div.od__block {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div>div.od__block {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 14px 4px 14px 4px
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 350px;
        top: 0;
        left: -170px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 480px;
        top: 0;
        left: -160px
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 480px;
        top: 0;
        left: -170px
    }
}

.carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    text-align: left;
    color: #000;
    display: block
}

.carousel-captionL>div>div.od__block h2.od:nth-of-type(1)>a {
    color: #000
}

@media (max-width:767px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 15px;
        font-size: 1.5rem;
        color: #353535;
        display: inline
    }
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1)>a {
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 30px;
        font-size: 3rem
    }
}

.carousel-captionL>div .od--blr {
    text-align: left;
    padding-top: 8px
}

.carousel-captionL>div .od--blr a {
    color: #000;
    font-family: 'AvenirLTStd65Medium'
}

@media (min-width:768px) {
    .carousel-captionL>div .od--blr a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div .od--blr a {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div .od--blr a {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.carousel-captionR {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-captionR {
        display: block
    }
}

.carousel-captionR>div {
    position: absolute;
    top: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div {
        left: 303px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div {
        left: 200px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div {
        left: 310px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div {
        left: 410px
    }
}

.carousel-captionR>div>div {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div>div {
        height: 270px;
        width: 320px;
        top: -135px;
        left: -160px;
        padding: 40px 30px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div {
        height: 180px;
        width: 320px;
        top: -90px;
        left: -560px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div {
        height: auto;
        width: 320px;
        top: -135px;
        left: -765px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div>div {
        width: 348px;
        top: -66px;
        left: -180px
    }
    .carousel-fb .carousel-captionR>div>div {
        top: -40px
    }
    .carousel-fc .carousel-captionR>div>div {
        top: -60px
    }
    .carousel-fe .carousel-captionR>div>div {
        top: -60px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div {
        height: auto;
        width: 332px;
        top: -150px;
        left: -171px;
        padding: 25px 25px 20px 25px
    }
    .carousel-business .carousel-captionR>div>div {
        width: 339px;
        left: -178px;
        top: -78px
    }
    .carousel-hospitality .carousel-captionR>div>div {
        width: 426px;
        left: -265px;
        top: -40px
    }
    .carousel-fb .carousel-captionR>div>div {
        width: 298px;
        left: -215px;
        top: -60px
    }
    .carousel-fc .carousel-captionR>div>div {
        width: 298px;
        left: -935px;
        top: -60px
    }
    .carousel-fe .carousel-captionR>div>div {
        width: 298px;
        left: -215px;
        top: -60px
    }
}

.carousel-captionR>div>div h2 {
    font-family: 'AvenirLTStd85Heavy';
    color: white;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR>div>div h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div h2 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div h2 {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-captionR>div>div hr {
    border-color: rgba(238, 238, 238, 0.2);
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div>div hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div hr {
        margin: 8px 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div hr {
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div hr {
        margin: 18px 0
    }
}

.carousel-captionR>div>div p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-think .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-think .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-think .carousel-captionR>div>div>div a:hover,
.carousel-think .carousel-captionR>div>div>div a:focus,
.carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-think .carousel-captionR>div>div>div a.disabled,
.carousel-think .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a,
.carousel-think .carousel-captionR>div>div>div a.disabled:hover,
.carousel-think .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:hover,
.carousel-think .carousel-captionR>div>div>div a.disabled:focus,
.carousel-think .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:focus,
.carousel-think .carousel-captionR>div>div>div a.disabled:active,
.carousel-think .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.disabled.active,
.carousel-think .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-think .carousel-captionR>div>div>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-business .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-business .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-business .carousel-captionR>div>div>div a:hover,
.carousel-business .carousel-captionR>div>div>div a:focus,
.carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-business .carousel-captionR>div>div>div a.disabled,
.carousel-business .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a,
.carousel-business .carousel-captionR>div>div>div a.disabled:hover,
.carousel-business .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:hover,
.carousel-business .carousel-captionR>div>div>div a.disabled:focus,
.carousel-business .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:focus,
.carousel-business .carousel-captionR>div>div>div a.disabled:active,
.carousel-business .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.disabled.active,
.carousel-business .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.carousel-business .carousel-captionR>div>div>div a .badge {
    color: #c5203e;
    background-color: #fff
}

.carousel-design .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-design .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-design .carousel-captionR>div>div>div a:hover,
.carousel-design .carousel-captionR>div>div>div a:focus,
.carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-design .carousel-captionR>div>div>div a.disabled,
.carousel-design .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a,
.carousel-design .carousel-captionR>div>div>div a.disabled:hover,
.carousel-design .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:hover,
.carousel-design .carousel-captionR>div>div>div a.disabled:focus,
.carousel-design .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:focus,
.carousel-design .carousel-captionR>div>div>div a.disabled:active,
.carousel-design .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.disabled.active,
.carousel-design .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-design .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-health .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-health .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-health .carousel-captionR>div>div>div a:hover,
.carousel-health .carousel-captionR>div>div>div a:focus,
.carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-health .carousel-captionR>div>div>div a.disabled,
.carousel-health .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a,
.carousel-health .carousel-captionR>div>div>div a.disabled:hover,
.carousel-health .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:hover,
.carousel-health .carousel-captionR>div>div>div a.disabled:focus,
.carousel-health .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:focus,
.carousel-health .carousel-captionR>div>div>div a.disabled:active,
.carousel-health .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.disabled.active,
.carousel-health .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a.active {
    background-color: #873494;
    border-color: #873494
}

.carousel-health .carousel-captionR>div>div>div a .badge {
    color: #873494;
    background-color: #fff
}

.carousel-hospitality .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-hospitality .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-hospitality .carousel-captionR>div>div>div a:hover,
.carousel-hospitality .carousel-captionR>div>div>div a:focus,
.carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-hospitality .carousel-captionR>div>div>div a.disabled,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:hover,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:hover,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:focus,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:focus,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:active,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled.active,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-hospitality .carousel-captionR>div>div>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-winter-school .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-winter-school .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-winter-school .carousel-captionR>div>div>div a:hover,
.carousel-winter-school .carousel-captionR>div>div>div a:focus,
.carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-winter-school .carousel-captionR>div>div>div a.disabled,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:hover,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:hover,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:focus,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:focus,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:active,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled.active,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-winter-school .carousel-captionR>div>div>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-fb .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fb .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fb .carousel-captionR>div>div>div a:hover,
.carousel-fb .carousel-captionR>div>div>div a:focus,
.carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fb .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fb .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fb .carousel-captionR>div>div>div a.disabled,
.carousel-fb .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a,
.carousel-fb .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:hover,
.carousel-fb .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:focus,
.carousel-fb .carousel-captionR>div>div>div a.disabled:active,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.disabled.active,
.carousel-fb .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fb .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-fc .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fc .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fc .carousel-captionR>div>div>div a:hover,
.carousel-fc .carousel-captionR>div>div>div a:focus,
.carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fc .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fc .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fc .carousel-captionR>div>div>div a.disabled,
.carousel-fc .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a,
.carousel-fc .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:hover,
.carousel-fc .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:focus,
.carousel-fc .carousel-captionR>div>div>div a.disabled:active,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.disabled.active,
.carousel-fc .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fc .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-fe .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fe .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fe .carousel-captionR>div>div>div a:hover,
.carousel-fe .carousel-captionR>div>div>div a:focus,
.carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fe .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fe .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fe .carousel-captionR>div>div>div a.disabled,
.carousel-fe .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a,
.carousel-fe .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:hover,
.carousel-fe .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:focus,
.carousel-fe .carousel-captionR>div>div>div a.disabled:active,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.disabled.active,
.carousel-fe .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fe .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 65px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 62px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 32px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 17px 62px
    }
}

.carousel-captionR>div>div.od__block--rght {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght {
        height: 270px;
        width: 320px;
        top: -135px;
        left: -160px;
        padding: 40px 30px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght {
        height: 190px;
        width: 250px;
        top: -90px;
        left: -80px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght {
        height: auto;
        width: 280px;
        top: -65px;
        left: -100px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght {
        width: 348px;
        top: -66px;
        left: -180px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght {
        height: auto;
        width: 295px;
        top: -40px;
        left: -130px;
        padding: 20px 20px 10px 20px
    }
    .carousel-business .carousel-captionR>div>div.od__block--rght {
        width: 339px;
        left: -178px;
        top: -78px
    }
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght {
        width: 426px;
        left: -265px;
        top: -40px
    }
}

.carousel-captionR>div>div.od__block--rght h2 {
    font-family: 'AvenirLTStd85Heavy';
    color: white;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-captionR>div>div.od__block--rght hr {
    border-color: rgba(238, 238, 238, 0.2);
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 8px 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 18px 0
    }
}

.carousel-captionR>div>div.od__block--rght p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #c5203e;
    background-color: #fff
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #873494;
    border-color: #873494
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #873494;
    background-color: #fff
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-captionR>div.tafe {
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe {
        left: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe {
        left: 100px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe {
        left: 70px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe {
        left: 350px
    }
}

.carousel-captionR>div.tafe>div {
    display: block;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div {
        height: 270px;
        width: 340px;
        top: -40px;
        left: 0;
        padding: 10px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div {
        height: 180px;
        width: 410px;
        top: 10px;
        left: -160px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div {
        height: auto;
        width: 480px;
        top: 30px;
        left: -160px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div.tafe>div {
        width: 348px;
        top: -66px;
        left: -180px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div {
        height: auto;
        width: 680px;
        top: 30px;
        left: -490px;
        padding: 20px 20px 10px 20px
    }
}

.carousel-captionR>div.tafe>div h2 {
    font-family: 'GustanBlack';
    font-weight: 500
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 14px;
        font-size: 1.4rem;
        color: black !important;
        text-align: left
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.carousel-captionR>div.tafe>div h2 a {
    color: #353535
}

.carousel-captionR>div.tafe>div h2 a:focus,
.carousel-captionR>div.tafe>div h2 a:active,
.carousel-captionR>div.tafe>div h2 a:hover {
    text-decoration: none
}

.carousel-captionR>div.tafe>div hr {
    border-color: #eee;
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 10px auto 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 20px auto 35px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 10px auto 20px
    }
}

.carousel-captionR>div.tafe>div p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

.carousel-captionR>div.tafe>div>div a {
    background: none;
    box-shadow: none
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 0 50px
    }
}

.carousel-captionR>div.tafe>div>div a:hover,
.carousel-captionR>div.tafe>div>div a:active,
.carousel-captionR>div.tafe>div>div a:focus {
    background: none
}

.carousel-captionR>div.tafe>div #tafe--p a {
    text-transform: initial;
    font-family: 'AvenirLTStd35Light';
    text-shadow: 0 2px 2px rgba(176, 175, 175, 0.25)
}

.carousel-captionR>div.tafe>div .section_early_entry_program--logos {
    display: inline-block
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 90px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 30px;
        width: 340px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 0;
        width: 450px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 105px;
        width: 450px
    }
}

.carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
    margin: 0
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

.carousel-captionR.tafe {
    display: block
}

@media (max-width:767px) {
    .carousel-captionR.tafe {
        position: relative;
        height: 80px;
        left: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR.tafe {
        position: absolute;
        height: auto;
        left: 50%
    }
}

@media (max-width:767px) {
    .carousel-captionR.tafe #tafe--p a {
        color: black !important;
        text-align: left;
        padding: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR.tafe #tafe--p a {
        color: #fff;
        text-align: center;
        padding: 11px 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR.tafe #tafe--p a {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .carousel-captionR.tafe #tafe--p a {
        padding: 11px 80px
    }
}

@media (max-width:767px) {
    .carousel-think .dsktp {
        display: none !important
    }
}

@media (min-width:768px) {
    .carousel-think .dsktp {
        display: block
    }
}

@media (max-width:767px) {
    .carousel-think .mbl {
        display: block
    }
}

@media (min-width:768px) {
    .carousel-think .mbl {
        display: none !important
    }
}

.carousel-think .carousel-captionL>div>div h1,
.carousel-think .carousel-captionL>div>div h2 {
    display: none
}

@media (max-width:767px) {
    .carousel-think .carousel-captionL>div>div .lead {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionL>div>div .lead {
        display: none
    }
}

.carousel .item {
    height: auto;
    background-color: transparent;
    margin-top: 0 !important
}

.carousel img {
    position: relative;
    top: 0;
    left: 0;
    min-height: none
}

#next {
    background: green
}

#next .container {
    background: pink
}

#replayVideo {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 998;
    padding: 10px 20px;
    top: 100px;
    right: 30px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy'
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        display: block;
        bottom: 20px;
        width: 90%;
        left: 35%
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 30px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 30px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 10px
    }
}

#carousel-testimonial .carousel-indicators li,
#carousel-industry_partners .carousel-indicators li {
    display: inline-block;
    width: 78px;
    height: 78px;
    margin: 0 20px;
    text-indent: -999px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    background-color: transparent
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 5px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 10px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 58px;
        width: 58px;
        height: 58px;
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 78px;
        width: 78px;
        height: 78px;
        margin: 0 20px
    }
}

#carousel-testimonial .carousel-indicators li>img,
#carousel-industry_partners .carousel-indicators li>img {
    position: absolute;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 58px;
        height: 58px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 78px;
        height: 78px
    }
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 5px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 10px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 58px;
        width: 58px;
        height: 58px;
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 78px;
        width: 78px;
        height: 78px;
        margin: 0 20px
    }
}

#carousel-testimonial .carousel-indicators .active>img,
#carousel-industry_partners .carousel-indicators .active>img {
    position: absolute;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0)
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 58px;
        height: 58px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 78px;
        height: 78px
    }
}

#carousel-testimonial .carousel-inner,
#carousel-industry_partners .carousel-inner {
    height: 360px
}

#carousel-testimonial .carousel-inner .item,
#carousel-industry_partners .carousel-inner .item {
    height: auto;
    background-color: transparent
}

#carousel-testimonial .carousel-inner .item:before,
#carousel-industry_partners .carousel-inner .item:before,
.testimonial .testimonial-text:before {
    content: "[";
    left: 0;
    text-align: right
}

#carousel-testimonial .carousel-inner .item:after,
#carousel-industry_partners .carousel-inner .item:after,
.testimonial .testimonial-text:after  {
    content: "]";
    right: 0
}

#carousel-testimonial .carousel-inner .item:before,
#carousel-industry_partners .carousel-inner .item:before,
#carousel-testimonial .carousel-inner .item:after,
#carousel-industry_partners .carousel-inner .item:after,
.testimonial .testimonial-text:before,
.testimonial .testimonial-text:after {
    position: absolute;
    width: 120px;
    height: 200px;
    top: 0;
    font-family: 'AvenirLTStd65Medium';
    font-size: 140px;
    font-size: 14rem;
    line-height: 200px;
    color: #2dc489
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-inner .item:before,
    #carousel-industry_partners .carousel-inner .item:before,
    #carousel-testimonial .carousel-inner .item:after,
    #carousel-industry_partners .carousel-inner .item:after,
    .testimonial .testimonial-text:before,
    .testimonial .testimonial-text:after {
        width: 40px;
        height: 200px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-inner .item:before,
    #carousel-industry_partners .carousel-inner .item:before,
    #carousel-testimonial .carousel-inner .item:after,
    #carousel-industry_partners .carousel-inner .item:after,
    .testimonial .testimonial-text:before,
    .testimonial .testimonial-text:after {
        width: 120px;
        height: 200px
    }
}

body.business #carousel-testimonial .carousel-inner .item:before,
body.business #carousel-industry_partners .carousel-inner .item:before,
body.business #carousel-testimonial .carousel-inner .item:after,
body.business #carousel-industry_partners .carousel-inner .item:after {
    color: #c5203e
}

body.design #carousel-testimonial .carousel-inner .item:before,
body.design #carousel-industry_partners .carousel-inner .item:before,
body.design #carousel-testimonial .carousel-inner .item:after,
body.design #carousel-industry_partners .carousel-inner .item:after {
    color: #ed1c8f
}

body.health #carousel-testimonial .carousel-inner .item:before,
body.health #carousel-industry_partners .carousel-inner .item:before,
body.health #carousel-testimonial .carousel-inner .item:after,
body.health #carousel-industry_partners .carousel-inner .item:after {
    color: #873494
}

body.hospitality #carousel-testimonial .carousel-inner .item:before,
body.hospitality #carousel-industry_partners .carousel-inner .item:before,
body.hospitality #carousel-testimonial .carousel-inner .item:after,
body.hospitality #carousel-industry_partners .carousel-inner .item:after {
    color: #00bcd3
}

#carousel-testimonial .carousel-inner .item>div.lead-wrapper,
#carousel-industry_partners .carousel-inner .item>div.lead-wrapper {
    display: table-row;
    height: 200px
}

#carousel-testimonial .carousel-inner .item p.lead,
#carousel-industry_partners .carousel-inner .item p.lead {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 40px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 22px;
        font-size: 2.2rem
    }
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper {
    position: absolute;
    bottom: -30px;
    width: 100%
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper cite,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper cite {
    display: block;
    text-align: center
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper cite>b,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper cite>b {
    display: block
}

#carousel-small .carousel .item {
    background-color: transparent
}

#carousel-small .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-small .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-small .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-small .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-small .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-small .carousel-control {
    text-shadow: none
}

#carousel-small .left.carousel-control {
    left: -100px;
    background-image: none
}

#carousel-small .right.carousel-control {
    right: -100px;
    background-image: none
}

#carousel-small .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-small .icon_iconArrowLeft {
    left: 12px
}

#carousel-small .icon_iconArrowRight {
    right: 12px
}

#carousel-events {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#carousel-events .carousel-control {
    text-shadow: none
}

#carousel-events .carousel-control:hover {
    color: #000
}

#carousel-events .upcoming-events-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px
}

#carousel-events .upcoming-events-text a {
    border-bottom: 1px solid #2dc489;
    color: #000
}

#carousel-events .left.carousel-control {
    left: -100px;
    background-image: none
}

#carousel-events .right.carousel-control {
    right: -100px;
    background-image: none
}

#carousel-events .carousel-control .icon {
    background: red;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-events .icon_iconArrowLeft {
    left: 12px
}

#carousel-events .icon_iconArrowRight {
    right: 12px
}

#carousel-events .carousel-inner {
    border-radius: 5px
}

#carousel-events .event-carousel-opacity-block {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    float: left
}

#carousel-events .event-carousel-opacity-block>hr {
    border: 0;
    border-top: 1px solid #EEE;
    margin: 10px 0;
    opacity: .5;
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: block
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: block
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block {
        width: 60%;
        position: absolute;
        top: 0;
        padding: 5px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 15px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 15px
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 20px
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    font-family: AvenirLTStd65Medium
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: block
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 20px
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active,
.open .dropdown-toggle#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active,
.open .dropdown-toggle#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    background-image: none
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled],
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:hover,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:focus,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:active,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled.active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled].active,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a .badge {
    color: #2dc489;
    background-color: #fff
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 9px;
        font-size: 0.9rem;
        padding: 7px 16px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 10px;
        font-size: 1rem;
        padding: 7px 16px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2) {
    width: 100%
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div>i {
    color: #808080;
    font-size: 12px;
    font-size: 1.2rem;
    top: 0;
    position: static
}

@media (max-width:767px) {
    #carousel-partnerships {
        height: auto
    }
}

@media (min-width:768px) {
    #carousel-partnerships {
        height: 300px
    }
}

@media (min-width:992px) {
    #carousel-partnerships {
        height: 300px
    }
}

@media (min-width:1200px) {
    #carousel-partnerships {
        height: 380px
    }
}

#carousel-partnerships .carousel-inner .carousel .item {
    background-color: transparent
}

#carousel-partnerships .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-partnerships .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-partnerships .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-partnerships .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-partnerships .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-partnerships .carousel-control {
    text-shadow: none
}

#carousel-partnerships .left.carousel-control {
    left: -100px
}

#carousel-partnerships .right.carousel-control {
    right: -100px
}

#carousel-partnerships .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-partnerships .icon_iconArrowLeft {
    left: 12px
}

#carousel-partnerships .icon_iconArrowRight {
    right: 12px
}

@media (max-width:767px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: auto
    }
}

@media (min-width:768px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 200px
    }
}

@media (min-width:992px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 262px
    }
}

@media (min-width:1200px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 318px
    }
}

@media (max-width:767px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 35px
    }
}

@media (min-width:992px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 60px
    }
}

@media (min-width:1200px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 100px
    }
}

#carousel-staff {
    padding-bottom: 70px
}

#carousel-staff .carousel-indicators li {
    background: #ebebeb
}

#carousel-staff .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-staff .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-staff .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-staff .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-staff .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-staff .carousel-inner .item {
    background-color: transparent
}

#carousel-staff .carousel-inner .item .panel-grey>cite,
#carousel-staff .carousel-inner .item .panel-grey-a>cite,
#carousel-staff .carousel-inner .item .panel-grey-b>cite,
#carousel-staff .carousel-inner .item .panel-grey-c>cite,
#carousel-staff .carousel-inner .item .panel-grey-d>cite,
#carousel-staff .carousel-inner .item .panel-grey-e>cite,
#carousel-staff .carousel-inner .item .panel-grey-f>cite,
#carousel-staff .carousel-inner .item .panel-grey-g>cite,
#carousel-staff .carousel-inner .item .panel-grey-h>cite,
#carousel-staff .carousel-inner .item .panel-grey-h>cite,
#carousel-staff .carousel-inner .item .panel-grey-i>cite,
#carousel-staff .carousel-inner .item .panel-grey-j>cite,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite {
    display: block;
    text-align: center;
    color: #a6a6a6;
    font-style: italic
}

@media (max-width:767px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 120px;
        height: 120px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 180px;
        height: 180px;
        margin-bottom: 30px
    }
}

#carousel-staff .carousel-inner .item .panel-grey>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-a>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-b>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-c>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-d>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-e>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-f>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-g>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-h>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-h>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-i>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-j>cite>b,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>b {
    color: #353535;
    font-style: normal;
    display: block;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase
}

#carousel-staff .carousel-inner .item .panel-grey>hr,
#carousel-staff .carousel-inner .item .panel-grey-a>hr,
#carousel-staff .carousel-inner .item .panel-grey-b>hr,
#carousel-staff .carousel-inner .item .panel-grey-c>hr,
#carousel-staff .carousel-inner .item .panel-grey-d>hr,
#carousel-staff .carousel-inner .item .panel-grey-e>hr,
#carousel-staff .carousel-inner .item .panel-grey-f>hr,
#carousel-staff .carousel-inner .item .panel-grey-g>hr,
#carousel-staff .carousel-inner .item .panel-grey-h>hr,
#carousel-staff .carousel-inner .item .panel-grey-h>hr,
#carousel-staff .carousel-inner .item .panel-grey-i>hr,
#carousel-staff .carousel-inner .item .panel-grey-j>hr,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>hr {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #dadada
}

#carousel-staff .carousel-inner .item .panel-grey>p,
#carousel-staff .carousel-inner .item .panel-grey-a>p,
#carousel-staff .carousel-inner .item .panel-grey-b>p,
#carousel-staff .carousel-inner .item .panel-grey-c>p,
#carousel-staff .carousel-inner .item .panel-grey-d>p,
#carousel-staff .carousel-inner .item .panel-grey-e>p,
#carousel-staff .carousel-inner .item .panel-grey-f>p,
#carousel-staff .carousel-inner .item .panel-grey-g>p,
#carousel-staff .carousel-inner .item .panel-grey-h>p,
#carousel-staff .carousel-inner .item .panel-grey-h>p,
#carousel-staff .carousel-inner .item .panel-grey-i>p,
#carousel-staff .carousel-inner .item .panel-grey-j>p,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>p {
    padding: .3em 1em;
    font-size: 15px;
    font-size: 1.5rem
}

#wpas div.lead-wrapper {
    display: table-row;
    height: 150px
}

#wpas div.lead-wrapper:before {
    content: "[";
    left: 10px;
    text-align: left
}

#wpas div.lead-wrapper:after {
    content: "]";
    right: 10px;
    text-align: right
}

#wpas div.lead-wrapper:before,
#wpas div.lead-wrapper:after {
    position: absolute;
    width: 40px;
    height: 150px;
    font-family: 'AvenirLTStd65Medium';
    font-size: 140px;
    font-size: 14rem;
    line-height: 150px;
    color: #a6a6a6
}

#wpas div.lead-wrapper>p {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    #wpas div.lead-wrapper>p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 3em
    }
}

@media (min-width:768px) {
    #wpas div.lead-wrapper>p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 4em
    }
}

@media (min-width:992px) {
    #wpas div.lead-wrapper>p {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    #wpas div.lead-wrapper>p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#wpas div.cite-wrapper {
    margin-top: -20px;
    text-align: center
}

@media (max-width:767px) {
    #wpas div.cite-wrapper {
        margin-top: 0
    }
}

@media (min-width:768px) {
    #wpas div.cite-wrapper {
        margin-top: -20px
    }
}

#wpas div.cite-wrapper>cite {
    color: #a6a6a6;
    font-style: italic
}

@media (max-width:767px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:768px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:992px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:1200px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px;
        margin-bottom: 10px
    }
}

#wpas div.cite-wrapper>cite>b {
    color: #353535;
    font-style: normal;
    display: block;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase
}

#filter-static .student-story-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid;
    margin-bottom: 12px
}

#filter-static .student-story-wrapper .cite-wrapper {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px
}

#filter-static .student-story-wrapper .cite-wrapper hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

#filter-static .student-story-wrapper .cite-wrapper h3 {
    color: white;
    padding: .5em 0 .2em
}

#filter-static .student-story-wrapper .cite-wrapper p {
    color: white;
    padding: .2em 0;
    font-size: 15px;
    font-size: 1.5rem
}

#filter-static .student-story-wrapper .cite-wrapper cite {
    display: block;
    text-align: center;
    color: white;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    width: 100%
}

#filter-static .student-story-wrapper .cite-wrapper cite b {
    display: block;
    font-style: normal;
    text-align: center
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 50;
    cursor: pointer
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    display: none
}

.formError .formErrorContent {
    position: absolute;
    width: 100%;
    background: #2dc489;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 220px;
    font-family: tahoma;
    font-size: 11px;
    padding: 6px 4px 32px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    margin-left: -130px;
    margin-left: 0px\9;
    height: 20px;
    margin-top: 34px
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006
}

.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    height: 1px;
    background: #2dc489;
    margin: 0 auto 0 -130px;
    margin: 0 auto\9;
    line-height: 0;
    font-size: 0;
    display: block
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 2px
}

.formError .formErrorArrow .line2 {
    width: 1px
}

.formError .formErrorArrow .line1 {
    width: 0
}

#mtcFrom #contact-us-form {
    margin-bottom: 0
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form {
        padding: 10px 20px 10px 20px
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form {
        padding: 10px 40px 10px 40px;
        margin-top: 40px
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form {
        padding: 10px 60px 10px 60px;
        margin-top: 90px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form {
        padding: 10px 80px 10px 80px
    }
}

#mtcFrom #contact-us-form .form-label {
    font-size: 1.6rem;
    padding: 15px 0 5px 0
}

#mtcFrom #contact-us-form #first_name,
#mtcFrom #contact-us-form #last_name {
    width: 100%
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0 40px 0 20px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0 40px 0 20px
    }
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0 20px 0 40px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0 20px 0 40px
    }
}

#mtcBrdr:before,
#mtcBrdr:after {
    content: "";
    position: absolute;
    width: 3px;
    background: #dfdfdf
}

@media (max-width:767px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        display: none
    }
}

@media (min-width:768px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        display: none
    }
}

@media (min-width:992px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        height: 520px;
        display: block
    }
}

@media (min-width:1200px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        height: 480px
    }
}

#mtcBrdr:before {
    right: 50%
}

#mtcBrdr:after {
    left: 50%
}

@media (max-width:767px) {
    #mtcL {
        display: none
    }
}

@media (min-width:768px) {
    #mtcL {
        padding-right: 0
    }
}

@media (min-width:992px) {
    #mtcL {
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    #mtcL {
        padding-right: 50px
    }
}

@media (min-width:768px) {
    #mtcR {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #mtcR {
        padding-left: 50px
    }
}

@media (min-width:1200px) {
    #mtcR {
        padding-left: 50px
    }
}

#mtcR h3 {
    padding: 0 6px 1em 6px
}

p.mtc-sub {
    text-align: center;
    padding: 0 6px 1em
}

#contact-us-form, #enquiry-form {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

@media (max-width:767px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 80px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 80px;
        margin-bottom: 80px
    }
}

#contact-us-form label, #enquiry-form label {
    display: inline-block;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'GustanBlack';
    text-transform: uppercase
}

    #contact-us-form textarea,
    #enquiry-form textarea,
    #contact-us-form select,
    #enquiry-form select,
    #contact-us-form input[type=text],
    #enquiry-form input[type=text],
    #contact-us-form input[type=email],
    #enquiry-form input[type=email],
    #contact-us-form #first_name,
    #enquiry-form #first_name,
    #contact-us-form #last_name,
    #enquiry-form #last_name,
    #contact-us-form #email,
    #enquiry-form #email,
    #contact-us-form #phone,
    #enquiry-form #phone {
    background-color: #fff;
    border: none;
    color: #a1a1a1;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

@media (max-width:767px) {
    #contact-us-form textarea,
    #enquiry-form textarea,
    #contact-us-form select,
    #enquiry-form select,
    #contact-us-form input[type=text],
    #enquiry-form input[type=text],
    #contact-us-form input[type=email],
    #enquiry-form input[type=email],
    #contact-us-form #first_name,
    #enquiry-form #first_name,
    #contact-us-form #last_name,
    #enquiry-form #last_name,
    #contact-us-form #email,
    #enquiry-form #email,
    #contact-us-form #phone,
    #enquiry-form #phone {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#contact-us-form .intl-tel-input,#enquiry-form .intl-tel-input  {
    width: 100%;
    height: 50px
}

#contact-us-form input[type=submit],#enquiry-form input[type=submit]{
    background-color: #2DC489;
    min-width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border: none;
    font-family: 'AvenirLTStd35Light';
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#contact-us-form input.error,
#contact-us-form select.error, 
#enquiry-form input.error, 
#enquiry-form select.error {
    border: 1px solid #2DC489 !important
}

#contact-us-form .error, #enquiry-form .error {
    color: #2DC489
}
#contact-us-form label.emailOptOut, #enquiry-form label.emailOptOut{width: 90%;vertical-align: top;}
#contact-us-form input[type="checkbox"]#emailOptOutCheck, 
#enquiry-form input[type="checkbox"]#emailOptOutCheck{margin: 15px 5px !important;}
#filterForm {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

#filterForm .fltrGrpLbl {
    font-family: 'AvenirLTStd95Black';
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase
}

@media (max-width:767px) {
    #filterForm .fltrGrpLbl {
        padding: 22px 22px 0
    }
}

@media (min-width:768px) {
    #filterForm .fltrGrpLbl {
        text-align: left;
        padding: 22px 22px 0
    }
}

@media (min-width:992px) {
    #filterForm .fltrGrpLbl {
        text-align: center;
        padding: 38px 0
    }
}

@media (max-width:767px) {
    #filterForm .cllgSlctr {
        padding: 22px 22px 0
    }
}

@media (min-width:768px) {
    #filterForm .cllgSlctr {
        text-align: left;
        padding: 36px 22px 0
    }
}

@media (min-width:992px) {
    #filterForm .cllgSlctr {
        text-align: center;
        padding: 36px 22px
    }
}

#filterForm .fltrGrp {
    padding: 32px;
    position: relative
}

@media (min-width:768px) {
    #filterForm .fltrGrp {
        padding: 12px 22px
    }
}

@media (min-width:992px) {
    #filterForm .fltrGrp {
        padding: 32px 32px
    }
}

#filterForm .fltrClrBtn {
    position: absolute;
    right: 25px;
    top: 14px
}

@media (max-width:767px) {
    #filterForm .fltrClrBtn {
        position: relative;
        left: 0;
        top: 8px
    }
}

@media (min-width:768px) {
    #filterForm .fltrClrBtn {
        position: absolute;
        right: 25px;
        top: -21px
    }
}

@media (min-width:992px) {
    #filterForm .fltrClrBtn {
        position: absolute;
        right: 25px;
        top: 14px
    }
}

#filterForm hr {
    width: 98%;
    border: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 0 auto
}

#filterForm .select-wrap {
    position: relative;
    border: 1px solid #dfdfdf;
    width: 240px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#filterForm .select-wrap i.icon {
    position: absolute;
    top: 26px;
    right: 8px;
    line-height: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dfdfdf;
    pointer-events: none
}

#filterForm .select-wrap i.icon:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: -24px;
    right: 35px;
    height: 50px;
    width: 1px
}

#filterForm textarea,
#filterForm input,
#filterForm select {
    background-color: #fff;
    border: none;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 255px;
    margin: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

#filterForm input[type=checkbox].css-checkbox {
    display: none
}

#filterForm input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'AvenirLTStd35Light';
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0
}

@media (max-width:767px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        margin: 0 2em 1em 0
    }
}

@media (min-width:768px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        width: 48%
    }
}

@media (min-width:992px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        width: 23%;
        margin: 5px 0
    }
}

#filterForm input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -16px
}

#filterForm label.css-label {
    background-image: url(../images/form/csschckbxGreen.png);
    background-position: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.business #filterForm label.css-label {
    background-image: url(../images/form/csschckbxRed.png)
}

body.design #filterForm label.css-label {
    background-image: url(../images/form/csschckbxPink.png)
}

body.health #filterForm label.css-label {
    background-image: url(../images/form/csschckbxPurple.png)
}

body.hospitality #filterForm label.css-label {
    background-image: url(../images/form/csschckbxBlue.png)
}

table.responsiveTable {
    width: 100%;
    margin: 0 5px 30px 5px
}

.courseFees .table-head .tableRow div:nth-child(1) {
    width: 30%
}

.courseFees .table-head .tableRow div:nth-child(2) {
    width: 20%
}

.courseFees .table-head .tableRow div:nth-child(3) {
    width: 20%
}

.courseFees .table-head .tableRow div:nth-child(4) {
    width: 10%
}

.courseFees .table-head .tableRow div:nth-child(5) {
    width: 10%
}

.table {
    display: table;
    margin: 30px 0
}

.table-head {
    display: table-header-group
}

.table-head .column {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd65Medium', sans-serif;
    text-align: left;
    letter-spacing: 1px;
    padding: 18px 5px
}

.tableRow {
    display: table-row
}

.column {
    display: table-cell;
    padding: 15px 3px;
    font-family: 'AvenirLTStd35Light', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: .03em;
    border-bottom: 1px solid #c1c3c2;
    vertical-align: middle
}

@media all and (max-width:640px) {
    table.responsiveTable {
        width: 98%;
        border-top: none;
        border-bottom: none
    }
    .tableRow {
        border-top: 4px solid #2dc489;
        border-bottom: 0 solid #2dc489;
        margin-bottom: 10px
    }
    .table {
        border-bottom: none;
        border-top: none
    }
    .table tbody {
        display: block;
        width: 100%
    }
    .table,
    .tableRow,
    .column,
    .column:before {
        display: block
    }
    .table,
    .tableRow .column:last-child {
        border-bottom: none
    }
    .table-head {
        position: absolute;
        top: -1000em;
        left: -1000em
    }
    tableRow .row {
        border: 1px solid #eeeeee;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        margin: 20px 0
    }
    .tableRow .column:nth-child(1) {
        border-left: none
    }
    .tableRow .column:last-child {
        border-right: none
    }
    .tableRow:last-child .column,
    .column {
        border-bottom: 1px solid #eeeeee
    }
    .column {
        padding: 20px 5px;
        height: auto;
        vertical-align: middle
    }
    .column:before {
        padding-right: 20px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: .4em;
        font-family: 'AvenirLTStd65Medium';
        font-weight: normal;
        content: " " attr(data-label) " "
    }
}

#section_front_our_courses>div {
    background: url('../images/textured_paper_transparent.png')
}

#section_front_our_courses>div>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_our_courses>div>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div {
        width: 1150px
    }
}

#section_front_our_courses>div>div>.navbar-header,
#section_front_our_courses>div>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>.navbar-header,
    #section_front_our_courses>div>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 30px 0
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 40px 0
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 50px 0
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 60px 0
    }
}

#section_front_our_courses>div>div>div {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 25%
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div {
        padding: 3px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div {
        padding: 4px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div {
        padding: 0 5px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div {
        padding: 0 6px
    }
}

#section_front_our_courses>div>div>div>div {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_our_courses>div>div>div>div,
    body.international #section_front_our_courses>div>div>div>div {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_our_courses>div>div>div>div,
    body.international #section_front_our_courses>div>div>div>div {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

#section_front_our_courses>div>div>div>div>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

#section_front_our_courses>div>div>div>div a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

#section_front_our_courses>div>div>div>div a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 16px
    }
}

#section_front_our_courses>div>div>div>div .rounded-int {
    border: none
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

#section_front_our_courses>div>div>div>div p {
    font-size: 14px;
    font-size: 1.4rem
}

#section_front_our_courses>div>div>div>div h3 {
    font-size: 16px;
    font-size: 1.6rem
}

#section_front_our_courses>div>div>div>div h2 {
    margin: 0;
    padding: 1em 0;
    position: relative
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

#section_front_our_courses>div>div>div>div hr {
    width: 50%;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 0 auto
}

#section_front_our_courses>div>div>div>div p {
    margin: 0;
    padding: 1.2em;
    line-height: 1.6em;
    text-align: center
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div p {
        display: none
    }
}

#section_front_our_courses>div>div>div>div>div {
    margin: 0;
    padding: .8em 0 2em 0;
    text-align: center
}

#section_front_our_courses>div>div>div>div>div a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#section_front_our_courses>div>div>div>div>div a:focus,
#section_front_our_courses>div>div>div>div>div a:active:focus,
#section_front_our_courses>div>div>div>div>div a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#section_front_our_courses>div>div>div>div>div a:hover,
#section_front_our_courses>div>div>div>div>div a:focus {
    color: #333;
    text-decoration: none
}

#section_front_our_courses>div>div>div>div>div a:active,
#section_front_our_courses>div>div>div>div>div a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#section_front_our_courses>div>div>div>div>div a.disabled,
#section_front_our_courses>div>div>div>div>div a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div>div>div a {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

#section_front_our_courses>div>div>div:nth-of-type(1) h2 {
    color: #ed1c8f
}

#section_front_our_courses>div>div>div:nth-of-type(1) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(1) a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(1) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

#section_front_our_courses>div>div>div:nth-of-type(1) a .badge {
    color: #ed1c8f;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(2) h2 {
    color: #873494
}

#section_front_our_courses>div>div>div:nth-of-type(2) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(2) a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(2) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a.active {
    background-color: #873494;
    border-color: #873494
}

#section_front_our_courses>div>div>div:nth-of-type(2) a .badge {
    color: #873494;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(3) h2 {
    color: #c5203e
}

#section_front_our_courses>div>div>div:nth-of-type(3) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(3) a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(3) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

#section_front_our_courses>div>div>div:nth-of-type(3) a .badge {
    color: #c5203e;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(4) h2 {
    color: #00bcd3
}

#section_front_our_courses>div>div>div:nth-of-type(4) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(4) a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(4) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#section_front_our_courses>div>div>div:nth-of-type(4) a .badge {
    color: #00bcd3;
    background-color: #fff
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceStatic {
        display: none
    }
}

#section_front_think_difference #thinkDifferenceStatic .headings hr {
    margin-left: 0
}

#section_front_think_difference #thinkDifferenceStatic .headings h3 {
    padding-left: 0;
    text-align: left;
    cursor: pointer
}

#section_front_think_difference #thinkDifferenceStatic .headings h3:hover {
    color: #2dc489
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
    position: relative
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 156px
    }
}

@media (min-width:992px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 204px
    }
}

@media (min-width:1200px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 247px
    }
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper img {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease 200ms ease;
    -moz-transition: opacity .35s ease 200ms ease;
    -o-transition: opacity .35s ease 200ms ease;
    -ms-transition: opacity .35s ease 200ms linear;
    transition: opacity .35s ease 200ms ease ease
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper .active-img {
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease 200ms ease;
    -moz-transition: opacity .35s ease 200ms ease;
    -o-transition: opacity .35s ease 200ms ease;
    -ms-transition: opacity .35s ease 200ms linear;
    transition: opacity .35s ease 200ms ease ease
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 18px 0 20px 0
    }
}

@media (min-width:992px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 20px 0 22px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 22px 0 26px 0
    }
}

#section_front_think_difference #thinkDifferenceCarousel {
    position: relative
}

#section_front_think_difference #thinkDifferenceCarousel:before {
    content: "";
    position: absolute;
    width: 81px;
    height: 46px;
    bottom: 0;
    right: 40px;
    background: url(../images/think_difference/swipe.png);
    background-repeat: no-repeat
}

#section_front_think_difference #thinkDifferenceCarousel .carousel-inner {
    height: 400px
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel .carousel-inner {
        height: 260px
    }
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel {
        display: block
    }
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceCarousel {
        display: none
    }
}

#section_front_think_difference #thinkDifferenceCarousel .img-difference {
    margin: 14px 0 16px 0
}

#section_front_think_difference #thinkDifferenceCarousel h2 {
    font-family: 'AvenirLTStd95Black';
    font-size: 24px;
    font-size: 2.4rem
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel h2 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#section_front_think_success {
    background: url('../images/textured_paper_transparent.png')
}

@media (max-width:767px) {
    #section_front_think_success {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #section_front_think_success {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    #section_front_think_success {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_success {
        padding: 60px 0
    }
}

#section_front_think_success>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_think_success>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div {
        width: 1150px
    }
}

#section_front_think_success>div>.navbar-header,
#section_front_think_success>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_think_success>div>.navbar-header,
    #section_front_think_success>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 10px 0
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

#section_front_think_success>div>hr {
    width: 10%;
    border: 0;
    border-top: 1px solid #949494;
    margin: 0 auto 30px auto
}

@media (max-width:767px) {
    #section_front_think_success>div>hr {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

#section_front_think_success>div>div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>div {
        padding: 3px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div {
        padding: 0 4px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div {
        padding: 0 5px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div {
        padding: 0 6px
    }
}

#section_front_think_success>div>div>div {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_think_success>div>div>div,
    body.international #section_front_think_success>div>div>div {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_think_success>div>div>div,
    body.international #section_front_think_success>div>div>div {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

#section_front_think_success>div>div>div>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

#section_front_think_success>div>div>div a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

#section_front_think_success>div>div>div a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 16px
    }
}

#section_front_think_success>div>div>div .rounded-int {
    border: none
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

#section_front_think_success>div>div>div p {
    font-size: 14px;
    font-size: 1.4rem
}

#section_front_think_success>div>div>div h3 {
    font-size: 16px;
    font-size: 1.6rem
}

#section_front_think_success>div>div>div>div>img {
    border-radius: 5px 5px 0 0
}

#section_front_think_success>div>div>div>div>h2 {
    text-align: left
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 10px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 15px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px
    }
}

#section_front_whats_new img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#section_front_whats_new .infoBlock {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute;
    color: white
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock {
        width: 250px;
        top: 5%;
        left: 5px;
        height: 90%;
        padding: 5px 10px
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock {
        width: 320px;
        top: 20px;
        left: 5px;
        padding: 5px 10px
    }
}

@media (min-width:992px) {
    #section_front_whats_new .infoBlock {
        width: 450px;
        top: 5px;
        left: 5px;
        padding: 15px 10px
    }
}

@media (min-width:1200px) {
    #section_front_whats_new .infoBlock {
        width: 480px;
        top: 39px;
        left: 5px
    }
}

#section_front_whats_new .infoBlock h3 {
    color: white
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock h3 {
        padding: 6px 0 2px 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock h3 {
        padding: 1em 0 .5em 0
    }
}

#section_front_whats_new .infoBlock .eventInfoBlock {
    font-style: italic
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconCalendar {
    margin-right: .2em
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconClock {
    margin-left: .4em;
    margin-right: .2em
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconLocation {
    margin-left: .4em;
    margin-right: .2em
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock .eventInfoBlock {
        line-height: 1.1
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock .eventInfoBlock {
        line-height: 1.42857143
    }
}

#section_front_whats_new .infoBlock hr {
    width: 50%;
    margin-right: 50%;
    border-top: 1px solid;
    border-color: rgba(238, 238, 238, 0.2);
    margin: 10px 0
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock hr {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock hr {
        display: block
    }
}

#section_front_whats_new .infoBlock p {
    color: white;
    padding: 0 5px .5em 5px;
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock p {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock p {
        display: block
    }
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock>div a.btn-green {
        padding: 8px 24px
    }
}

#section_front_whats_new .infoBlock .icon {
    vertical-align: baseline
}

#section_front_whats_new .whatsNewEventList {
    border-bottom: 1px solid #a6a6a6
}

@media (min-width:768px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 5px 0
    }
}

@media (min-width:992px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 0 0
    }
}

@media (min-width:1200px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 10px 0
    }
}

#section_front_whats_new .whatsNewEventList:nth-of-type(1) {
    border-top: 1px solid #a6a6a6
}

#section_front_whats_new .whatsNewEventList h3>a {
    text-transform: uppercase;
    color: #353535
}

#section_front_whats_new .whatsNewEventList h3>a:hover {
    color: #a6a6a6
}

#section_front_what_people_are_saying>div {
    background: url('../images/textured_paper_transparent.png')
}

#section_front_what_people_are_saying>div>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_what_people_are_saying>div>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_what_people_are_saying>div>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_what_people_are_saying>div>div {
        width: 1150px
    }
}

#section_front_what_people_are_saying>div>div>.navbar-header,
#section_front_what_people_are_saying>div>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_what_people_are_saying>div>div>.navbar-header,
    #section_front_what_people_are_saying>div>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#get_in_touch h3 {
    padding: 0 6px
}

@media (max-width:767px) {
    #get_in_touch h3 {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    #get_in_touch .git_contact {
        margin-top: 10px;
        margin-left: 0
    }
}

@media (min-width:768px) {
    #get_in_touch .git_contact {
        margin-top: 50px;
        margin-left: 30px
    }
}

#get_in_touch .icon_iconPhone {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    width: 100%
}

@media (max-width:767px) {
    #get_in_touch .icon_iconPhone {
        position: relative;
        right: 8px
    }
}

@media (min-width:768px) {
    #get_in_touch .icon_iconPhone {
        position: relative;
        right: 20px
    }
}

.kdates-table {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .kdates-table {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:992px) {
    .kdates-table {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .kdates-table {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    .kdates-table {
        margin: 6px;
        border-bottom: solid 8px #ebebeb
    }
}

@media (min-width:768px) {
    .kdates-table {
        min-width: 240px
    }
}

@media (min-width:992px) {
    .kdates-table {
        margin: 1em 13px 0 0;
        min-width: 300px
    }
}

@media (min-width:1200px) {
    .kdates-table {
        margin: 1em 0;
        min-width: 300px
    }
}

.kdates-table tr {
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem
}

.kdates-table tr:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .kdates-table tr:nth-child(2) {
        display: none
    }
}

.kdates-table th {
    display: none
}

.kdates-table td {
    display: block;
    padding: .25em .5em
}

@media (max-width:767px) {
    .kdates-table td {
        display: table-cell;
        width: 50%
    }
    .kdates-table td:first-child {
        padding-left: 0
    }
    .kdates-table td:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .kdates-table td {
        margin: .5em .2em
    }
}

@media (min-width:992px) {
    .kdates-table td {
        margin: .5em 0
    }
}

@media (min-width:1200px) {
    .kdates-table td {
        margin: .5em 1em
    }
}

.kdates-table td:nth-child(2) {
    border-bottom: solid 8px #ebebeb;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .kdates-table td:nth-child(2) {
        padding-bottom: 0
    }
}

.kdates-table td:before {
    content: attr(data-th) " ";
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width:767px) {
    .kdates-table td:before {
        display: block
    }
}

@media (min-width:768px) {
    .kdates-table td:before {
        width: 7.5em
    }
}

@media (min-width:992px) {
    .kdates-table td:before {
        width: 11.5em
    }
}

@media (min-width:1200px) {
    .kdates-table td:before {
        width: 13.5em
    }
}

.kdates-table th,
.kdates-table td:before {
    font-style: normal
}

.kdates-table hr {
    margin: 1em 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .kdates-table hr {
        width: 40%
    }
}

@media (min-width:768px) {
    .kdates-table hr {
        width: 30%
    }
}

@media (min-width:992px) {
    .kdates-table hr {
        width: 20%
    }
}

#section-tabs ul.nav-tabs {
    margin: 0;
    padding: 0
}

#section-tabs .nav-tabs>li {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    margin-right: 4px
}

@media (min-width:768px) {
    #section-tabs .nav-tabs>li {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section-tabs .nav-tabs>li {
        padding-left: 0;
        padding-right: 0
    }
}

#section-tabs .nav-tabs>li>a {
    background-color: #ebebeb;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media (min-width:768px) {
    #section-tabs .nav-tabs>li>a {
        width: 177px
    }
}

@media (min-width:992px) {
    #section-tabs .nav-tabs>li>a {
        width: 232px
    }
}

@media (min-width:1200px) {
    #section-tabs .nav-tabs>li>a {
        width: 282px
    }
}

#section-tabs .nav-tabs>li>a:hover {
    border: 1px solid #dfdfdf;
    border-bottom: none
}

#section-tabs .nav-tabs>li:nth-child(1)>a {
    color: #ed1c8f
}

#section-tabs .nav-tabs>li:nth-child(2)>a {
    color: #873494
}

#section-tabs .nav-tabs>li:nth-child(3)>a {
    color: #c5203e
}

#section-tabs .nav-tabs>li:nth-child(4) {
    margin-right: 0
}

#section-tabs .nav-tabs>li:nth-child(4)>a {
    color: #00bcd3
}

#section-tabs .nav-tabs>li.active>a {
    color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

#section-tabs .nav-tabs>li.active:nth-child(1)>a,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:active {
    background-color: #ed1c8f;
    color: #ffffff
}

#section-tabs .nav-tabs>li.active:nth-child(2)>a,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:active {
    color: #ffffff;
    background: #873494
}

#section-tabs .nav-tabs>li.active:nth-child(3)>a,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:active {
    color: #ffffff;
    background: #c5203e
}

#section-tabs .nav-tabs>li.active:nth-child(4)>a,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:active {
    color: #ffffff;
    background: #00bcd3
}

#section-tabs .tab-content {
    padding-top: 40px
}

#section-tabs .tab-content-colleges {
    padding-top: 40px
}

#section-tabs .panel {
    border: none
}

#section-tabs .panel-group .panel {
    border-radius: 0
}

#section-tabs .panel-heading {
    padding: 0
}

#section-tabs .panel-default>.panel-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #ffffff
}

#section-tabs .panel-default:nth-child(1)>.panel-heading {
    background: #ed1c8f
}

#section-tabs .panel-default:nth-child(2)>.panel-heading {
    background: #873494
}

#section-tabs .panel-default:nth-child(3)>.panel-heading {
    background: #c5203e
}

#section-tabs .panel-default:nth-child(4)>.panel-heading {
    background: #00bcd3
}

#section-tabs .panel-heading>.panel-title {
    padding: 0 0
}

#section-tabs .panel-heading>.panel-title a {
    color: #ffffff;
    text-transform: uppercase
}

#section-tabs .accordion-toggle {
    display: block;
    padding: 15px 10px
}

#section-tabs .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
    background: url(../images/textured_paper_transparent.png)
}

#section-tabs-international ul {
    margin: 0;
    padding: 0
}

#section-tabs-international .nav-tabs>li {
    font-family: 'GustanBlack', sans-serif;
    margin-right: 6px
}

@media (min-width:768px) {
    #section-tabs-international .nav-tabs>li {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:992px) {
    #section-tabs-international .nav-tabs>li {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

#section-tabs-international .nav-tabs>li>a {
    background-color: #ebebeb;
    margin-bottom: 0;
    padding: 10px 12px;
    display: table-cell;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    text-align: center;
    color: #000;
    vertical-align: middle
}

@media (min-width:768px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 175px
    }
}

@media (min-width:992px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 230px
    }
}

@media (min-width:1200px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 280px
    }
}

#section-tabs-international .nav-tabs>li>a:hover {
    border: 1px solid #dfdfdf;
    border-bottom: none
}

#section-tabs-international .nav-tabs>li:nth-child(4) {
    margin-right: 0;
    margin-left: 1px
}

#section-tabs-international .nav-tabs>li:nth-child(2)>a {
    color: #000
}

#section-tabs-international .nav-tabs>li.active>a {
    color: #fff;
    cursor: pointer;
    background: #2dc489
}

#section-tabs-international .tab-content {
    padding-top: 40px
}

#section-tabs-international .tab-content-colleges {
    padding-top: 40px
}

#section-tabs-international .panel {
    border: none
}

#section-tabs-international .panel-group .panel {
    border-radius: 0
}

#section-tabs-international .panel-heading {
    padding: 0
}

#section-tabs-international .panel-title {
    padding: 0
}

#section-tabs-international .panel-default>.panel-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #2dc489;
    color: #ffffff
}

#section-tabs-international .panel-default>.panel-heading:nth-child(2) {
    background: #873494
}

#section-tabs-international .panel-heading>.panel-title a {
    color: #ffffff;
    text-transform: uppercase
}

#section-tabs-international .accordion-toggle {
    display: block;
    padding: 15px 10px
}

#section-tabs-international .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
    background: url(../images/textured_paper_transparent.png)
}

#section-tabs-international ul.inner-list {
    margin: 0 20px;
    padding-top: 1em
}

#section-tabs-international ul.inner-list li {
    margin: 0 0 6px 0;
    padding: 6px 2px
}

#section-tabs-international ul.inner-list li span {
    color: #353535
}

#courses-and-colleges .panel-grey,
#courses-and-colleges .panel-grey-a,
#courses-and-colleges .panel-grey-b,
#courses-and-colleges .panel-grey-c,
#courses-and-colleges .panel-grey-d,
#courses-and-colleges .panel-grey-e,
#courses-and-colleges .panel-grey-f,
#courses-and-colleges .panel-grey-g,
#courses-and-colleges .panel-grey-h,
#courses-and-colleges .panel-grey-h,
#courses-and-colleges .panel-grey-i,
#courses-and-colleges .panel-grey-j,
#courses-and-colleges #filter-static .panel-grey-coll {
    position: relative
}

@media (max-width:767px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: initial
    }
}

@media (min-width:768px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 460px
    }
}

@media (min-width:992px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 490px
    }
}

@media (min-width:1200px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 555px
    }
}

@media (max-width:767px) {
    #courses-and-colleges .logoWrapper {
        width: 230px;
        position: relative
    }
}

@media (min-width:768px) {
    #courses-and-colleges .logoWrapper {
        width: 190px;
        position: absolute;
        bottom: 82px
    }
}

@media (min-width:992px) {
    #courses-and-colleges .logoWrapper {
        width: 210px
    }
}

@media (min-width:1200px) {
    #courses-and-colleges .logoWrapper {
        width: 230px
    }
}

#courses-and-colleges .learnMore {
    position: absolute;
    bottom: 12px
}

@media (max-width:767px) {
    #courses-and-colleges .learnMore {
        position: relative
    }
}

@media (max-width:767px) {
    #why-think .crs-page {
        height: auto;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #why-think .whyThinkItem {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #why-think .whyThinkItem {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #why-think .wpr {
        text-align: left
    }
}

@media (min-width:768px) {
    #why-think .wpr {
        text-align: center
    }
}

@media (max-width:767px) {
    #why-think hr {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .moduletablesub-nav {
        display: block
    }
}

@media (min-width:768px) {
    .moduletablesub-nav {
        display: block
    }
}

@media (min-width:992px) {
    .moduletablesub-nav {
        display: block
    }
}

.moduletablesub-nav h3 {
    text-align: center;
    margin-bottom: 10px
}

ul.inpage-nav-list {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 40px
}

@media (max-width:767px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (min-width:768px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (min-width:992px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (max-width:767px) {
    ul.inpage-nav-list a {
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    ul.inpage-nav-list a {
        display: inline
    }
}

@media (min-width:768px) {
    body.international ul.inpage-nav-list {
        display: block;
        width: 100%
    }
}

@media (min-width:1200px) {
    body.international ul.inpage-nav-list {
        display: block;
        width: 100%
    }
}

body.campuses ul.inpage-nav-list,
body.colleges ul.inpage-nav-list,
body.early_entry_program ul.inpage-nav-list,
body.make_the_change ul.inpage-nav-list,
body.student-stories ul.inpage-nav-list {
    padding: 20px 0 40px 0
}

.inpage-nav-list li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    font-size: 1.2em;
    cursor: pointer;
    color: #000000;
    border-bottom: solid 1px transparent
}

body.business .inpage-nav-list li {
    color: #000000
}

body.design .inpage-nav-list li {
    color: #000000
}

body.health .inpage-nav-list li {
    color: #000000
}

body.hospitality .inpage-nav-list li {
    color: #000000
}

body.colleges .inpage-nav-list li,
body.early_entry_program .inpage-nav-list li,
body.make_the_change .inpage-nav-list li,
body.student-stories .inpage-nav-list li {
    margin-right: 10px
}

@media (max-width:767px) {
    body.colleges .inpage-nav-list li,
    body.early_entry_program .inpage-nav-list li,
    body.make_the_change .inpage-nav-list li,
    body.student-stories .inpage-nav-list li {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 6px
    }
}

@media (min-width:768px) {
    body.colleges .inpage-nav-list li,
    body.early_entry_program .inpage-nav-list li,
    body.make_the_change .inpage-nav-list li,
    body.student-stories .inpage-nav-list li {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .inpage-nav-list li {
        padding: 0 2px
    }
}

@media (min-width:992px) {
    .inpage-nav-list li {
        padding: 0 10px
    }
}

.inpage-nav-list li a {
    color: #000000
}

.inpage-nav-list li:after {
    content: "|";
    position: relative;
    height: 22px;
    color: #e5e5e5
}

@media (max-width:767px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: none
    }
}

@media (min-width:768px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: inline-block;
        left: 10px
    }
}

@media (min-width:992px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: inline-block;
        left: 20px
    }
}

.inpage-nav-list li:last-child:after {
    content: none
}

.inpage-nav-list li:hover,
.inpage-nav-list li.active {
    color: #2dc489;
    border-bottom: solid 1px #2dc489;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

body.business .inpage-nav-list li:hover,
body.business .inpage-nav-list li.active {
    color: #c5203e;
    border-bottom: solid 1px #c5203e
}

body.design .inpage-nav-list li:hover,
body.design .inpage-nav-list li.active {
    color: #ed1c8f;
    border-bottom: solid 1px #ed1c8f
}

body.health .inpage-nav-list li:hover,
body.health .inpage-nav-list li.active {
    color: #873494;
    border-bottom: solid 1px #873494
}

body.hospitality .inpage-nav-list li:hover,
body.hospitality .inpage-nav-list li.active {
    color: #00bcd3;
    border-bottom: solid 1px #00bcd3
}

ul#international-nav {
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #f0f0f0
}

@media (max-width:767px) {
    ul#international-nav {
        margin: 0 11px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    ul#international-nav {
        margin: 0 11px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    ul#international-nav {
        margin: 0 6px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    ul#international-nav {
        margin: 0 4px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

ul#international-nav li {
    width: auto;
    color: #5e5e5e;
    text-transform: uppercase;
    position: relative
}

@media (max-width:767px) {
    ul#international-nav li {
        display: block
    }
}

@media (min-width:768px) {
    ul#international-nav li {
        display: inline-block
    }
}

@media (min-width:992px) {
    ul#international-nav li {
        display: inline-block
    }
}

@media (min-width:1200px) {
    ul#international-nav li {
        display: inline-block
    }
}

body.business ul#international-nav li {
    color: #000000
}

body.design ul#international-nav li {
    color: #000000
}

body.health ul#international-nav li {
    color: #000000
}

body.hospitality ul#international-nav li {
    color: #000000
}

ul#international-nav li a {
    color: #5e5e5e;
    display: inline-block
}

@media (max-width:767px) {
    ul#international-nav li a {
        display: block
    }
}

@media (min-width:768px) {
    ul#international-nav li a {
        display: inline-block;
        padding: 10px 6px
    }
}

@media (min-width:992px) {
    ul#international-nav li a {
        padding: 10px 15px;
        display: inline-block
    }
}

@media (min-width:1200px) {
    ul#international-nav li a {
        padding: 10px 32px;
        display: inline-block
    }
}

ul#international-nav li a:hover,
ul#international-nav li a:active {
    color: #ffffff;
    background: #2dc489
}

body.business ul#international-nav li a:hover,
body.business ul#international-nav li a:active {
    color: #c5203e;
    border-bottom: solid 1px #c5203e
}

body.design ul#international-nav li a:hover,
body.design ul#international-nav li a:active {
    color: #ed1c8f;
    border-bottom: solid 1px #ed1c8f
}

body.health ul#international-nav li a:hover,
body.health ul#international-nav li a:active {
    color: #873494;
    border-bottom: solid 1px #873494
}

body.hospitality ul#international-nav li a:hover,
body.hospitality ul#international-nav li a:active {
    color: #00bcd3;
    border-bottom: solid 1px #00bcd3
}

ul#international-nav li.active {
    background: #2dc489
}

ul#international-nav li.active a {
    color: #ffffff
}

ul#international-nav li:last-child {
    margin-right: 0
}

#section_exec_team h1 {
    font-size: 34px;
    font-size: 3.4rem;
    color: #2dc489;
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-align: left
}

#section_exec_team h2 {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.5em
}

#section_exec_team p>i {
    font-family: 'AvenirLTStd45Book', sans-serif
}

#section_exec_team .heading-grey {
    color: #8d9091
}

#section_exec_team .exec_item {
    border-bottom: 3px solid #2dc489;
    margin-bottom: 20px;
    position: relative
}

#section_exec_team .exec_title {
    border-bottom: 3px solid #2dc489;
    padding-bottom: 30px
}

#section_exec_team .exec_item img {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width:767px) {
    #section_exec_team .exec_item img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    #section_exec_team .exec_item img {
        width: 320px
    }
}

@media (min-width:992px) {
    #section_exec_team .exec_item img {
        width: 520px
    }
}

@media (min-width:1200px) {
    #section_exec_team .exec_item img {
        width: 600px
    }
}

#section_exec_team .exec_copy {
    padding-left: 0;
    font-size: 18px
}

#section_exec_team .readmore-js-collapsed {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transition: ease-out 200ms ease;
    -moz-transition: ease-out 200ms ease;
    -o-transition: ease-out 200ms ease;
    -ms-transition: ease-out 200ms linear;
    transition: ease-out 200ms ease ease
}

#section_exec_team .readmore-js-expanded {
    -webkit-transition: ease-in;
    transition: ease-in;
    -webkit-transition: ease-in 200ms ease;
    -moz-transition: ease-in 200ms ease;
    -o-transition: ease-in 200ms ease;
    -ms-transition: ease-in 200ms linear;
    transition: ease-in 200ms ease ease
}

#section_exec_team .readmore-js-toggle {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    background-color: #8d9091
}

#section_exec_team .readmore-js-toggle:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

#section_exec_team .readmore-js-toggle:hover,
#section_exec_team .readmore-js-toggle:focus,
#section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.active,
.open .dropdown-toggle#section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.active,
.open .dropdown-toggle#section_exec_team .readmore-js-toggle {
    background-image: none
}

#section_exec_team .readmore-js-toggle.disabled,
#section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] #section_exec_team .readmore-js-toggle,
#section_exec_team .readmore-js-toggle.disabled:hover,
#section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] #section_exec_team .readmore-js-toggle:hover,
#section_exec_team .readmore-js-toggle.disabled:focus,
#section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] #section_exec_team .readmore-js-toggle:focus,
#section_exec_team .readmore-js-toggle.disabled:active,
#section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] #section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.disabled.active,
#section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] #section_exec_team .readmore-js-toggle.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#section_exec_team .readmore-js-toggle .badge {
    color: #2dc489;
    background-color: #fff
}

body.business #section_exec_team .readmore-js-toggle,
#group-business #section_exec_team .readmore-js-toggle,
#collapse-group-business #section_exec_team .readmore-js-toggle,
.scholarships-business #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.business #section_exec_team .readmore-js-toggle:hover,
#group-business #section_exec_team .readmore-js-toggle:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle:hover,
.scholarships-business #section_exec_team .readmore-js-toggle:hover,
body.business #section_exec_team .readmore-js-toggle:focus,
#group-business #section_exec_team .readmore-js-toggle:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle:focus,
.scholarships-business #section_exec_team .readmore-js-toggle:focus,
body.business #section_exec_team .readmore-js-toggle:active,
#group-business #section_exec_team .readmore-js-toggle:active,
#collapse-group-business #section_exec_team .readmore-js-toggle:active,
.scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.active,
#group-business #section_exec_team .readmore-js-toggle.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.active,
.scholarships-business #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-business #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business #section_exec_team .readmore-js-toggle:active,
#group-business #section_exec_team .readmore-js-toggle:active,
#collapse-group-business #section_exec_team .readmore-js-toggle:active,
.scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.active,
#group-business #section_exec_team .readmore-js-toggle.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.active,
.scholarships-business #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-business #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.business #section_exec_team .readmore-js-toggle.disabled,
#group-business #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled,
body.business #section_exec_team .readmore-js-toggle[disabled],
#group-business #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled],
.scholarships-business #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle,
body.business #section_exec_team .readmore-js-toggle.disabled:hover,
#group-business #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:hover,
body.business #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-business #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:hover,
body.business #section_exec_team .readmore-js-toggle.disabled:focus,
#group-business #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:focus,
body.business #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-business #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:focus,
body.business #section_exec_team .readmore-js-toggle.disabled:active,
#group-business #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:active,
body.business #section_exec_team .readmore-js-toggle[disabled]:active,
#group-business #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.disabled.active,
#group-business #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled.active,
body.business #section_exec_team .readmore-js-toggle[disabled].active,
#group-business #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business #section_exec_team .readmore-js-toggle .badge,
#group-business #section_exec_team .readmore-js-toggle .badge,
#collapse-group-business #section_exec_team .readmore-js-toggle .badge,
.scholarships-business #section_exec_team .readmore-js-toggle .badge {
    color: #c5203e;
    background-color: #fff
}

body.design #section_exec_team .readmore-js-toggle,
#group-design #section_exec_team .readmore-js-toggle,
#collapse-group-design #section_exec_team .readmore-js-toggle,
.scholarships-design #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.design #section_exec_team .readmore-js-toggle:hover,
#group-design #section_exec_team .readmore-js-toggle:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle:hover,
.scholarships-design #section_exec_team .readmore-js-toggle:hover,
body.design #section_exec_team .readmore-js-toggle:focus,
#group-design #section_exec_team .readmore-js-toggle:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle:focus,
.scholarships-design #section_exec_team .readmore-js-toggle:focus,
body.design #section_exec_team .readmore-js-toggle:active,
#group-design #section_exec_team .readmore-js-toggle:active,
#collapse-group-design #section_exec_team .readmore-js-toggle:active,
.scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.active,
#group-design #section_exec_team .readmore-js-toggle.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.active,
.scholarships-design #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-design #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design #section_exec_team .readmore-js-toggle:active,
#group-design #section_exec_team .readmore-js-toggle:active,
#collapse-group-design #section_exec_team .readmore-js-toggle:active,
.scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.active,
#group-design #section_exec_team .readmore-js-toggle.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.active,
.scholarships-design #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-design #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.design #section_exec_team .readmore-js-toggle.disabled,
#group-design #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled,
body.design #section_exec_team .readmore-js-toggle[disabled],
#group-design #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled],
.scholarships-design #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle,
body.design #section_exec_team .readmore-js-toggle.disabled:hover,
#group-design #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:hover,
body.design #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-design #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:hover,
body.design #section_exec_team .readmore-js-toggle.disabled:focus,
#group-design #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:focus,
body.design #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-design #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:focus,
body.design #section_exec_team .readmore-js-toggle.disabled:active,
#group-design #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:active,
body.design #section_exec_team .readmore-js-toggle[disabled]:active,
#group-design #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.disabled.active,
#group-design #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled.active,
body.design #section_exec_team .readmore-js-toggle[disabled].active,
#group-design #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design #section_exec_team .readmore-js-toggle .badge,
#group-design #section_exec_team .readmore-js-toggle .badge,
#collapse-group-design #section_exec_team .readmore-js-toggle .badge,
.scholarships-design #section_exec_team .readmore-js-toggle .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health #section_exec_team .readmore-js-toggle,
#group-health #section_exec_team .readmore-js-toggle,
#collapse-group-health #section_exec_team .readmore-js-toggle,
.scholarships-health #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.health #section_exec_team .readmore-js-toggle:hover,
#group-health #section_exec_team .readmore-js-toggle:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle:hover,
.scholarships-health #section_exec_team .readmore-js-toggle:hover,
body.health #section_exec_team .readmore-js-toggle:focus,
#group-health #section_exec_team .readmore-js-toggle:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle:focus,
.scholarships-health #section_exec_team .readmore-js-toggle:focus,
body.health #section_exec_team .readmore-js-toggle:active,
#group-health #section_exec_team .readmore-js-toggle:active,
#collapse-group-health #section_exec_team .readmore-js-toggle:active,
.scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.active,
#group-health #section_exec_team .readmore-js-toggle.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.active,
.scholarships-health #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-health #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health #section_exec_team .readmore-js-toggle:active,
#group-health #section_exec_team .readmore-js-toggle:active,
#collapse-group-health #section_exec_team .readmore-js-toggle:active,
.scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.active,
#group-health #section_exec_team .readmore-js-toggle.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.active,
.scholarships-health #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-health #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.health #section_exec_team .readmore-js-toggle.disabled,
#group-health #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled,
body.health #section_exec_team .readmore-js-toggle[disabled],
#group-health #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled],
.scholarships-health #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle,
body.health #section_exec_team .readmore-js-toggle.disabled:hover,
#group-health #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:hover,
body.health #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-health #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:hover,
body.health #section_exec_team .readmore-js-toggle.disabled:focus,
#group-health #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:focus,
body.health #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-health #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:focus,
body.health #section_exec_team .readmore-js-toggle.disabled:active,
#group-health #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:active,
body.health #section_exec_team .readmore-js-toggle[disabled]:active,
#group-health #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.disabled.active,
#group-health #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled.active,
body.health #section_exec_team .readmore-js-toggle[disabled].active,
#group-health #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle.active {
    background-color: #873494;
    border-color: #873494
}

body.health #section_exec_team .readmore-js-toggle .badge,
#group-health #section_exec_team .readmore-js-toggle .badge,
#collapse-group-health #section_exec_team .readmore-js-toggle .badge,
.scholarships-health #section_exec_team .readmore-js-toggle .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality #section_exec_team .readmore-js-toggle,
#group-hospitality #section_exec_team .readmore-js-toggle,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.hospitality #section_exec_team .readmore-js-toggle:hover,
#group-hospitality #section_exec_team .readmore-js-toggle:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:hover,
body.hospitality #section_exec_team .readmore-js-toggle:focus,
#group-hospitality #section_exec_team .readmore-js-toggle:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:focus,
body.hospitality #section_exec_team .readmore-js-toggle:active,
#group-hospitality #section_exec_team .readmore-js-toggle:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.active,
#group-hospitality #section_exec_team .readmore-js-toggle.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality #section_exec_team .readmore-js-toggle:active,
#group-hospitality #section_exec_team .readmore-js-toggle:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.active,
#group-hospitality #section_exec_team .readmore-js-toggle.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.hospitality #section_exec_team .readmore-js-toggle.disabled,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled,
body.hospitality #section_exec_team .readmore-js-toggle[disabled],
#group-hospitality #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled],
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:hover,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:focus,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:active,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.disabled.active,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
body.hospitality #section_exec_team .readmore-js-toggle[disabled].active,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality #section_exec_team .readmore-js-toggle .badge,
#group-hospitality #section_exec_team .readmore-js-toggle .badge,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle .badge,
.scholarships-hospitality #section_exec_team .readmore-js-toggle .badge {
    color: #00bcd3;
    background-color: #fff
}

@media (max-width:767px) {
    #section_exec_team .readmore-js-toggle {
        width: 100%
    }
}

@media (min-width:768px) {
    #section_exec_team .readmore-js-toggle {
        width: 60%
    }
}

@media (min-width:992px) {
    #section_exec_team .readmore-js-toggle {
        width: 50%
    }
}

#section_exec_team .readmore-js-toggle:hover {
    background-color: #83898b
}

#section_scholarships hr.left {
    margin: 0 6px;
    border-top: 1px solid #c1c3c2;
    padding-bottom: 0;
    width: 20%
}

#section_scholarships hr.full {
    width: 99%;
    border-top: 10px solid #c1c3c2;
    opacity: .2
}

#section_scholarships .group-design h3 {
    color: #ed1c8f
}

#section_scholarships .group-business h3 {
    color: #c5203e
}

#section_scholarships .group-hospitality h3 {
    color: #00bcd3
}

#section_scholarships .group-health h3 {
    color: #873494
}

#section_scholarships h3 {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

#section_scholarships h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-transform: uppercase
}

#section_scholarships .think-btn .icon {
    position: relative;
    vertical-align: baseline
}

#section_scholarships .inner-college-wrapper {
    margin-top: 40px
}

#section_early_entry_program--top {
    background: url(../images/epp-fImage2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 570px
}

@media (max-width:767px) {
    #section_early_entry_program--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_early_entry_program--top {
        display: block
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt h1,
#section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
    color: #848484;
    text-align: left;
    text-shadow: -4px 3px 5px rgba(204, 208, 210, 0.25)
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 23px;
        font-size: 2.3rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 27px;
        font-size: 2.7rem
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 30px;
        font-size: 3rem
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
    color: #fff;
    padding-top: 15px
}

#section_early_entry_program--top .container .section_early_entry_program--txt hr {
    margin: 30px auto 15px
}

#section_early_entry_program--top .container .section_early_entry_program--txt p {
    color: #fff;
    padding: 1em 6px 0
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        margin-top: 50px;
        width: 445px;
        margin-left: 37%
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        margin-top: 70px;
        width: 505px;
        margin-left: 47%
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        width: 565px;
        margin-left: 50%;
        margin-top: 90px
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos>div a {
    display: inline-block;
    margin: 20px 0 10px
}

#section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
    color: #fff;
    line-height: .4;
    vertical-align: top
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
        font-size: 157px;
        font-size: 15.7rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
        font-size: 177px;
        font-size: 17.7rem
    }
}

#section_early_entry_program {
    margin-top: 50px
}

#section_early_entry_program ol#eep-list {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0
}

#section_early_entry_program ol#eep-list li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 100%
}

@media (max-width:767px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 35px
    }
}

@media (min-width:768px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 35px;
        width: 205px;
        vertical-align: top
    }
}

@media (min-width:992px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 45px;
        width: 277px;
        vertical-align: top
    }
}

@media (min-width:1200px) {
    #section_early_entry_program ol#eep-list li {
        width: 340px;
        vertical-align: top
    }
}

#section_early_entry_program ol#eep-list li:before {
    font-weight: bold;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    font-family: 'GustanBlack';
    font-size: 20px;
    font-size: 2rem;
    top: 12px;
    left: -1.3em;
    width: 2.1em;
    height: 2.1em;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: #353535;
    padding: 4px
}

#section_early_entry_program ol#eep-list li:after {
    clear: both
}

#section_early_entry_program .sub-heading {
    font-family: 'AvenirLTStd95Black';
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(2) {
        border-right: none;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(2) {
        border-right: solid 5px #ebebeb;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(1) {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(1) {
        padding-left: 35px
    }
}

#section_early_entry_program .section_early_entry_program-college-list {
    background: #ebebeb;
    border-radius: 5px;
    margin-top: 20px
}

@media (max-width:767px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        padding: 20px 20px
    }
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        padding: 40px 20px;
        height: 380px
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        height: 440px
    }
}

@media (min-width:1200px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        height: 370px
    }
}

#section_early_entry_program .section_early_entry_program-college-list .sub-heading {
    padding: 0
}

#section_early_entry_program .section_early_entry_program-college-list ul li {
    padding: 0 0 10px;
    color: #2dc489
}

#section_early_entry_program .section_early_entry_program-college-list ul li span {
    color: #000
}

#section_early_entry_program .section_early_entry_program-college-list ul>li>a {
    color: #000
}

#section_early_entry_program .section_early_entry_program-bottom-links {
    text-align: center;
    padding: 40px 0
}

#section_early_entry_program .section_early_entry_program-bottom-links span {
    padding: 0 13px
}

#section_early_entry_program .section_need_more_reasons {
    text-align: center;
    padding: 40px 0 20px
}

#section_early_entry_program .section_need_more_reasons h3 {
    display: inline-block
}

#section_early_entry_program .section_need_more_reasons p {
    display: inline-block
}

@media (max-width:767px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:768px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:992px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

body.early_entry_program #header {
    position: relative !important
}

@media (min-width:768px) {
    body.early_entry_program #header {
        height: 112px
    }
}

@media (min-width:992px) {
    body.early_entry_program #header {
        height: 76px
    }
}

@media (min-width:1200px) {
    body.early_entry_program #header {
        height: 96px
    }
}

#floatingForm .container {
    overflow: visible
}

#floatingFormWrapper {
    background: #2dc489;
    height: auto
}

#floatingFormWrapper h3 {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem
}

@media (min-width:768px) {
    #floatingFormWrapper h3 {
        padding: 1em 4px 1em 4px
    }
}

@media (min-width:992px) {
    #floatingFormWrapper h3 {
        padding: 2em 4px 1em 4px
    }
}

#floatingFormWrapper p {
    color: #fff;
    padding: 0 66px 1em 6px
}

#floatingFormWrapper p.lead {
    padding: 0 0 1em 6px
}

#floatingFormWrapper p.lead a {
    text-decoration: underline;
    color: #848484
}

#floatingFormWrapper p.entry {
    font-family: 'AvenirLTStd95Black'
}

@media (max-width:767px) {}

@media (min-width:768px) {
    #floatingFormWrapper {
        padding: 0
    }
}

@media (min-width:992px) {
    #floatingFormWrapper {
        padding: 10px
    }
}

@media (min-width:1200px) {}

#floatingFormWrapper #contact-us-form {
    margin: 0;
    padding: 16px 0;
    background: none;
    border: none
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 98%
    }
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 98%
    }
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 98%
    }
}

#floatingFormWrapper #contact-us-form .form-label {
    font-family: 'AvenirLTStd85Heavy';
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

#floatingFormWrapper #contact-us-form input[type="submit"] {
    border: none;
    padding: 16px 20px
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        width: 100%;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        width: 30%;
        margin-top: 30px
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        padding: 16px 10px;
        width: 100%;
        margin-top: 43px
    }
}

@media (min-width:1200px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        padding: 16px 20px
    }
}

#floatingFormWrapper #contact-us-form .formError .formErrorContent {
    background: #8c8c8c
}

#floatingFormWrapper #contact-us-form .formError .formErrorArrow div {
    background: #8c8c8c
}

#floatingFormWrapper input {
    color: #a1a1a1
}

#floatingForm.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}

#anchor-colleges {
    position: absolute
}

@media (max-width:767px) {
    #anchor-colleges {
        top: 0
    }
}

@media (min-width:768px) {
    #anchor-colleges {
        top: 0
    }
}

@media (min-width:992px) {
    #anchor-colleges {
        top: -320px
    }
}

@media (min-width:1200px) {
    #anchor-colleges {
        top: -310px
    }
}

@media (max-width:767px) {
    #eep-featured {
        background: url(../images/eep/xs-banner-background.png) no-repeat center center
    }
}

@media (min-width:768px) {
    #eep-featured {
        min-height: 340px;
        background: url(../images/eep/epp-bgimage.jpg) no-repeat center center;
        background-size: cover
    }
}

@media (min-width:992px) {
    #eep-featured {
        min-height: 480px
    }
}

@media (min-width:1200px) {
    #eep-featured {
        min-height: 570px
    }
}

@media (max-width:767px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 190px
    }
}

@media (min-width:768px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 190px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 230px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 310px
    }
}

#eep-featured .eep-featured-carousel .carousel-inner,
#eep-featured .eep-featured-btn .carousel-inner {
    opacity: .9;
    height: 225px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-inner,
    #eep-featured .eep-featured-btn .carousel-inner {
        width: 440px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-inner,
    #eep-featured .eep-featured-btn .carousel-inner {
        width: 560px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-inner .item,
    #eep-featured .eep-featured-btn .carousel-inner .item {
        padding: 40px 30px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-inner .item,
    #eep-featured .eep-featured-btn .carousel-inner .item {
        padding: 45px
    }
}

#eep-featured .eep-featured-carousel .carousel-inner .item img,
#eep-featured .eep-featured-btn .carousel-inner .item img {
    width: 135px;
    height: 135px
}

#eep-featured .eep-featured-carousel .carousel-caption,
#eep-featured .eep-featured-btn .carousel-caption {
    left: 200px;
    padding-bottom: 30px;
    text-align: left;
    color: #353535;
    text-shadow: none;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    bottom: 0;
    top: 32px
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-caption,
    #eep-featured .eep-featured-btn .carousel-caption {
        font-size: 14px;
        font-size: 1.4rem;
        right: 20px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-caption,
    #eep-featured .eep-featured-btn .carousel-caption {
        font-size: 16px;
        font-size: 1.6rem;
        right: 40px
    }
}

#eep-featured .eep-featured-carousel .carousel-caption .caption-name,
#eep-featured .eep-featured-btn .carousel-caption .caption-name {
    font-family: 'AvenirLTStd85Heavy';
    margin-top: 10px
}

#eep-featured .eep-featured-carousel .carousel-control,
#eep-featured .eep-featured-btn .carousel-control {
    width: 35px;
    text-shadow: none;
    background: none;
    top: 40%;
    font-size: 40px;
    font-size: 4rem;
    opacity: 1
}

#eep-featured .eep-featured-carousel .think-btn,
#eep-featured .eep-featured-btn .think-btn {
    padding: 21px 40px
}

@media (min-width:768px) {
    #eep-featured .eep-featured-carousel .think-btn,
    #eep-featured .eep-featured-btn .think-btn {
        margin-left: 280px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .think-btn,
    #eep-featured .eep-featured-btn .think-btn {
        margin-left: 180px
    }
}

#eep-featured .eep-featured-carousel .think-btn .icon,
#eep-featured .eep-featured-btn .think-btn .icon {
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem
}

#eep-featured .eep-featured-btn {
    text-align: center
}

#eep-featured .eep-featured-btn button {
    border: none
}

#eep-featured .modal-header {
    display: none
}

#eep-featured .modal-body {
    padding: 0 20px 20px;
    margin: 0 20px;
    background: #fff
}

#eep-featured .modal-body h3.h3 {
    font-size: 23px;
    font-size: 2.3rem
}

#eep-featured .modal-body p {
    text-align: left
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner {
        width: 100%;
        height: 485px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner {
        width: 410px
    }
}

#eep-featured .modal-body .carousel-inner .item {
    padding: 40px 0 0
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner .item img {
        margin: 0 0 0 -60px;
        left: 50%
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner .item img {
        margin: 0;
        left: 0
    }
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner .carousel-caption {
        left: 40px;
        top: 200px;
        text-align: center;
        padding: 0 10px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner .carousel-caption {
        left: 160px;
        right: 0
    }
}

#eep-featured .modal-body .carousel-control {
    color: #494949
}

#eep-featured .modal-body .think-btn {
    margin-left: 0;
    padding: 20px 70px
}

#eep-featured .modal-body .logos-lft {
    text-align: left;
    min-height: 50px
}

#eep-featured .modal-body .logos-lft img {
    height: auto;
    padding: 0;
    margin: 0
}

@media (max-width:767px) {
    #eep-featured .modal-body .logos-lft img {
        width: 100%
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .logos-lft img {
        width: 90%
    }
}

#eep-featured .modal-body .btn-gotit {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
    max-width: 260px
}

#eep-featured .modal-body .btn-gotit:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 20px
    }
}

#eep-featured .modal-body .btn-gotit:hover,
#eep-featured .modal-body .btn-gotit:focus,
#eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.active,
.open .dropdown-toggle#eep-featured .modal-body .btn-gotit {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.active,
.open .dropdown-toggle#eep-featured .modal-body .btn-gotit {
    background-image: none
}

#eep-featured .modal-body .btn-gotit.disabled,
#eep-featured .modal-body .btn-gotit[disabled],
fieldset[disabled] #eep-featured .modal-body .btn-gotit,
#eep-featured .modal-body .btn-gotit.disabled:hover,
#eep-featured .modal-body .btn-gotit[disabled]:hover,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:hover,
#eep-featured .modal-body .btn-gotit.disabled:focus,
#eep-featured .modal-body .btn-gotit[disabled]:focus,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:focus,
#eep-featured .modal-body .btn-gotit.disabled:active,
#eep-featured .modal-body .btn-gotit[disabled]:active,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.disabled.active,
#eep-featured .modal-body .btn-gotit[disabled].active,
fieldset[disabled] #eep-featured .modal-body .btn-gotit.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eep-featured .modal-body .btn-gotit .badge {
    color: #2dc489;
    background-color: #fff
}

#eep-featured .modal-body .btn-gotit a {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 24px !important;
    display: block;
    height: 100%;
    width: 100%
}

#eep-featured .modal-content {
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none
}

@media (max-width:767px) {
    #eep-featured .bg-btn-bg {
        background: #f0f2f2
    }
}

@media (min-width:768px) {
    #eep-featured .bg-btn-bg {
        background: none
    }
}

#eep-featured .epp-featured-txt {
    position: absolute;
    margin: 20px 0 0 -110px;
    left: 50%
}

#eep-details .sectionWrapper {
    padding: 45px 0 75px
}

#eep-details h3.h3 {
    font-size: 23px;
    font-size: 2.3rem;
    text-transform: capitalize;
    padding: 0 6px 1em
}

#eep-details .eep-logos {
    margin-bottom: 50px
}

@media (min-width:992px) {
    #eep-details .eep-logos img {
        width: 90%
    }
}

@media (min-width:1200px) {
    #eep-details .eep-logos img {
        width: auto
    }
}

#eep-details .accordion {
    color: #ffffff;
    font-family: 'GustanBlack';
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase
}

#eep-details .accordion.active {
    background: none
}

#eep-details .accordion .collapse-control {
    padding: 14px 18px
}

#eep-details .accordion .collapse-control:after {
    font-family: "icons";
    content: "\f110";
    color: #fff;
    position: absolute;
    right: 30px
}

#eep-details .styled {
    margin: 0
}

#eep-details .styled ul {
    background: #f2f2f2;
    margin: 0;
    padding-top: 0;
    padding-left: 0
}

#eep-details .styled ul li {
    list-style-type: none;
    font-family: 'AvenirLTStd35Light';
    color: #353535;
    text-transform: capitalize;
    border-bottom: solid 1px #e6e6e6;
    position: relative
}

#eep-details .styled ul li a {
    color: #353535;
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
    text-transform: none
}

#eep-details .styled ul li a .icon {
    font-family: "icons";
    position: absolute;
    right: 26px;
    content: "\f116";
    font-size: 20px;
    font-size: 2rem
}

#eep-details .styled .coursesGap {
    height: 5px;
    background: #fff
}

#eep-details .eep-courses {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 32px
}

#eep-details .eep-courses .icon {
    color: #aeaeae;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: -1px;
    left: 20px
}

@media (max-width:767px) {
    #eep-details #content_items .modal-dialog {
        width: 100%;
        margin: 0
    }
}

@media (min-width:768px) {
    #eep-details #content_items .modal-dialog {
        width: 706px;
        margin: 10px auto
    }
}

@media (min-width:992px) {
    #eep-details #content_items .modal-dialog {
        width: 700px;
        margin: 10px auto
    }
}

#eep-details #content_items .modal-body {
    padding: 0;
    margin: 0 20px
}

#eep-details #content_items .modal-body p.title {
    text-align: center;
    font-family: 'AvenirLTStd85Heavy'
}

#eep-details #content_items .modal-content {
    background: #f2f2f2;
    border: 0;
    border-radius: 0
}

#eep-details #content_items .modal-content p {
    font-family: 'AvenirLTStd35Light';
    text-align: left;
    text-transform: none
}

#eep-details #content_items .modal-content .modal-featured {
    margin-bottom: 20px
}

#eep-details #content_items .modal-content .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

#eep-details #content_items .modal-content .embed-container iframe,
#eep-details #content_items .modal-content .embed-container object,
#eep-details #content_items .modal-content .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#eep-details #content_items .modal-header {
    border-bottom: 0
}

#eep-details #content_items .modal-header h4.modal-title {
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    font-family: 'GustanBlack'
}

#eep-details #content_items .modal-footer {
    text-align: center;
    border-top: solid 1px #4d4d4d;
    padding: 19px 0 20px
}

#eep-details #content_items .modal-footer .btn-register {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px
}

#eep-details #content_items .modal-footer .btn-register:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 20px
    }
}

#eep-details #content_items .modal-footer .btn-register:hover,
#eep-details #content_items .modal-footer .btn-register:focus,
#eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.active,
.open .dropdown-toggle#eep-details #content_items .modal-footer .btn-register {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.active,
.open .dropdown-toggle#eep-details #content_items .modal-footer .btn-register {
    background-image: none
}

#eep-details #content_items .modal-footer .btn-register.disabled,
#eep-details #content_items .modal-footer .btn-register[disabled],
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register,
#eep-details #content_items .modal-footer .btn-register.disabled:hover,
#eep-details #content_items .modal-footer .btn-register[disabled]:hover,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:hover,
#eep-details #content_items .modal-footer .btn-register.disabled:focus,
#eep-details #content_items .modal-footer .btn-register[disabled]:focus,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:focus,
#eep-details #content_items .modal-footer .btn-register.disabled:active,
#eep-details #content_items .modal-footer .btn-register[disabled]:active,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.disabled.active,
#eep-details #content_items .modal-footer .btn-register[disabled].active,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eep-details #content_items .modal-footer .btn-register .badge {
    color: #2dc489;
    background-color: #fff
}

#eep-details #content_items .modal-footer .btn-register a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem
}

#eep-details .design {
    background: url(../images/eep/accordionDesign.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .design .icon {
    color: #ed1c8f
}

#eep-details .health {
    background: url(../images/eep/accordionHealth.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .health .icon {
    color: #873494
}

#eep-details .business {
    background: url(../images/eep/accordionBusiness.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .business .icon {
    color: #c5203e
}

#eep-details .hospitality {
    background: url(../images/eep/accordionHospitality.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .hospitality .icon {
    color: #00bcd3
}

#eep-register {
    text-align: center
}

#eep-register .sectionWrapper {
    padding: 20px 0
}

#eep-register #eep-contact-form {
    position: relative;
    z-index: 14
}

@media (max-width:767px) {
    #eep-register #eep-contact-form {
        padding: 20px 6px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form {
        padding: 20px 0
    }
}

#eep-register #eep-contact-form textarea,
#eep-register #eep-contact-form select,
#eep-register #eep-contact-form input,
#eep-register #eep-contact-form #first_name,
#eep-register #eep-contact-form #email,
#eep-register #eep-contact-form #phone {
    background-color: #fff;
    border: 1px solid #e4e4e3;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px;
    margin-right: 15px
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #first_name {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #first_name {
        width: 27%;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #first_name {
        width: 18%;
        margin-bottom: auto
    }
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #phone {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #phone {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #phone {
        width: 20%;
        margin-bottom: auto
    }
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #email {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #email {
        margin-bottom: auto
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #email {
        width: 57%
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #email {
        width: 30%
    }
}

#eep-register #eep-contact-form input[type="submit"] {
    background-color: #2dc489;
    color: #ffffff;
    text-transform: uppercase
}

@media (min-width:768px) {
    #eep-register #eep-contact-form input[type="submit"] {
        width: 20%
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form input[type="submit"] {
        width: 20%
    }
}

#eep-register #eep-contact-form .success {
    display: none
}

#eep-register #eep-contact-form .register-form-top {
    margin-bottom: 40px
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0)
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0)
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}

.modal.fade:not(.in).top-left .modal-dialog {
    -webkit-transform: translate3d(-25%, -25%, 0);
    transform: translate3d(-25%, -25%, 0)
}

.modal.fade:not(.in).top-right .modal-dialog {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0)
}

.modal.fade:not(.in).bottom-left .modal-dialog {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0)
}

.modal.fade:not(.in).bottom-right .modal-dialog {
    -webkit-transform: translate3d(25%, 25%, 0);
    transform: translate3d(25%, 25%, 0)
}

#section_make_the_change--top {
    background: url(../images/mtk-FImage.jpg) no-repeat center center;
    background-size: cover;
    min-height: 570px
}

@media (max-width:767px) {
    #section_make_the_change--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_make_the_change--top {
        display: block
    }
}

#section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
    font-family: 'AvenirLTStd45Book';
    line-height: 75%
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 89px;
        font-size: 8.9rem
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 102px;
        font-size: 10.2rem
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 111px;
        font-size: 11.1rem
    }
}

#section_make_the_change--top .container .section_make_the_change--txt h1 {
    color: #2dc389;
    text-align: left;
    font-family: 'AvenirLTStd45Book';
    line-height: 105%
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 104px;
        font-size: 10.4rem
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 121px;
        font-size: 12.1rem
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 130px;
        font-size: 13rem
    }
}

#section_make_the_change--top .container .section_make_the_change--txt hr {
    margin: 30px auto 15px
}

#section_make_the_change--top .container .section_make_the_change--txt p {
    color: #898989;
    font-size: 24px;
    font-size: 2.4rem;
    padding: .5em 6px 0
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt p {
        padding: .5em 40px 0 6px
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt p {
        padding: .5em 6px 0
    }
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        margin-top: 140px;
        width: 445px;
        margin-left: 37%
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        margin-top: 150px;
        width: 506px;
        margin-left: 47%
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        width: 565px;
        margin-left: 50%;
        margin-top: 140px
    }
}

#section_make_the_change--top .container .section_make_the_change--txt .section_make_the_change--logos>div a {
    display: inline-block;
    margin: 20px 10px 0 0;
    vertical-align: top
}

#section_make_the_change {
    margin-top: 50px
}

#section_make_the_change ul li {
    padding: 0 0 13px;
    color: #2dc489
}

#section_make_the_change ul li span {
    color: #000
}

#section_make_the_change ul>li>a {
    color: #000
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
        border-right: none;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
        border-right: solid 5px #ebebeb;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
        padding-left: 35px
    }
}

#section_make_the_change .section_make_the_change-list {
    background: #ebebeb;
    border-radius: 5px;
    margin-top: 20px
}

@media (max-width:767px) {
    #section_make_the_change .section_make_the_change-list {
        padding: 20px 20px
    }
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-list {
        padding: 40px 20px;
        height: 380px
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-list {
        height: 440px
    }
}

@media (min-width:1200px) {
    #section_make_the_change .section_make_the_change-list {
        height: 370px
    }
}

#section_make_the_change .section_make_the_change-list .sub-heading {
    padding: 0
}

#section_make_the_change .section_make_the_change-list ul li {
    padding: 0 0 10px;
    color: #2dc489
}

#section_make_the_change .section_make_the_change-list ul li span {
    color: #000
}

#section_make_the_change .section_make_the_change-list ul>li>a {
    color: #000
}

#section_make_the_change .section_early_entry_program-bottom-links {
    text-align: center;
    padding: 40px 0
}

#section_make_the_change .section_early_entry_program-bottom-links span {
    padding: 0 13px
}

#section_make_the_change .section_need_more_reasons {
    text-align: center;
    padding: 40px 0 20px
}

#section_make_the_change .section_need_more_reasons h3 {
    display: inline-block
}

#section_make_the_change .section_need_more_reasons p {
    display: inline-block
}

body.make_the_change #filter-static>div>h1 {
    padding-top: 0
}

@media (max-width:767px) {
    .intro {
        min-height: none
    }
}

@media (min-width:768px) {
    .intro {
        min-height: 142px
    }
}

@media (min-width:992px) {
    .intro {
        min-height: 100px
    }
}

.newsAndBlogList,
.eventsList {
    position: relative
}

@media (max-width:767px) {
    .newsAndBlogList,
    .eventsList {
        min-height: initial
    }
}

@media (min-width:768px) {
    .newsAndBlogList,
    .eventsList {
        min-height: 660px
    }
}

@media (min-width:768px) {
    .newsEventBtn {
        position: relative;
        bottom: 0
    }
}

.newsTitle {
    font-weight: bold
}

@media (max-width:767px) {
    .newsTitle {
        padding: 10px 4px
    }
}

.newsBlock {
    min-height: 60px
}

.newsImage img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: none;
    width: 100%
}

.eventTitle {
    font-weight: bold
}

.eventInfo {
    color: #6d6d6d;
    margin-top: 10px;
    margin-bottom: 50px
}

.eventInfo>div>div {
    display: inline;
    padding: 0 10px 0 0
}

footer {
    position: relative
}

footer #footer_social {
    background-color: #202020;
    padding: 30px 0
}

@media (max-width:767px) {
    footer #footer_social {
        padding: 10px 0
    }
}

footer #footer_social .think-logo-wrapper {
    height: 50px;
    background-image: url(../images/think-logo-footer-png.png);
    background-repeat: no-repeat;
    background-position: 0 2px
}

@media (max-width:767px) {
    footer #footer_social .think-logo-wrapper {
        background-position: center
    }
}

footer #footer_social .think-social-wrapper {
    text-align: right;
    height: 52px;
    padding: 6px 0
}

footer #footer_social .think-social-wrapper a {
    padding: 11px 5px;
    display: inline-block
}

footer #footer_social .think-social-wrapper a .icon_iconTwitter_png {
    background: url(../images/iconTwitter_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconFacebook_png {
    background: url(../images/iconFacebook_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconYouTube_png {
    background: url(../images/iconYouTube_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconLinkedin_png {
    background: url(../images/iconLinkedin_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer .footer_college_links {
    background-color: #202020
}

footer .footer_college_links__item {
    float: left;
    height: 200px;
    padding: 0 5px
}

@media (max-width:767px) {
    footer .footer_college_links__item {
        display: none
    }
}

@media (min-width:768px) {
    footer .footer_college_links__item {
        width: calc(25%);
        height: 80px;
        padding: 0 5px
    }
}

@media (min-width:992px) {
    footer .footer_college_links__item {
        width: calc(14.28571429%);
        height: 80px;
        padding: 0 7px
    }
}

@media (min-width:1200px) {
    footer .footer_college_links__item {
        width: calc(14.28571429%);
        height: 80px;
        padding: 0 10px
    }
}

footer .footer_college_links__link {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s ease ease;
    opacity: 1
}

footer .footer_college_links__link:hover {
    opacity: .7
}

footer .footer_college_links__link_wb {
    background-image: url(../images/footer-logos/wb_logo.png)
}

footer .footer_college_links__link_apm {
    background-image: url(../images/footer-logos/apm_logo.png)
}

footer .footer_college_links__link_acnt {
    background-image: url(../images/footer-logos/acnt_logo.png)
}

footer .footer_college_links__link_jni {
    background-image: url(../images/footer-logos/jni_logo.png)
}

footer .footer_college_links__link_ancb {
    background-image: url(../images/footer-logos/ancb_logo.png)
}

footer .footer_college_links__link_ssnt {
    background-image: url(../images/footer-logos/ssnt_logo.png)
}

footer .footer_college_links__link_catc {
    background-image: url(../images/footer-logos/catc_logo.png)
}

footer #footer_page_links {
    background-color: #303030
}

footer .footer-privacy-policy {
    text-align: center;
    border-top: solid 1px #454545;
    margin-top: 10px
}

footer .footer-privacy-policy p {
    font-size: 10px;
    font-size: 1rem;
    color: #a6a6a6;
    font-style: italic
}

footer .footer_social {
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    footer .footer_social {
        display: none
    }
}

footer .footer_social ul {
    list-style-type: none;
    font-size: 50px;
    font-size: 5rem;
    margin: 0 auto;
    width: 240px;
    padding: 0
}

footer .footer_social ul li {
    display: inline;
    color: #ffffff
}

footer .footer_social ul li a {
    color: #ffffff
}

footer .footer_social ul li a .icon {
    line-height: 0
}

#footer_page_links ul.nav {
    margin: 0;
    padding: 20px 10px
}

#footer_page_links ul.nav li.parent {
    margin: 0;
    padding: 9px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent {
        border-top: solid 1px #595959
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent {
        border-top: none
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:992px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:1200px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

#footer_page_links ul.nav li.parent>.separator {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'AvenirLTStd65Medium', sans-serif
}

#footer_page_links ul.nav li.parent>ul {
    margin: 0;
    padding: .5em
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent>ul {
        display: none
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent>ul {
        display: block
    }
}

#footer_page_links ul.nav li.parent>ul li {
    list-style-type: none;
    font-family: 'AvenirLTStd35Light', sans-serif;
    padding: 8px 0
}

#footer_page_links ul.nav li.parent>ul li a {
    color: #c4c4c4
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    right: 0
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
        display: block
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
        display: none
    }
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle:after {
    content: "\f10f";
    color: #ffffff;
    font-family: icons;
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle.opened:after {
    content: "\f114"
}

#footer_page_links ul.nav li.parent:last-child {
    border-bottom: solid 1px #595959
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent:last-child {
        border-bottom: none
    }
}

#filter-static .lgWrppr {
    width: 190px;
    position: absolute;
    bottom: 90px;
    padding: 0 0
}

@media (max-width:767px) {
    #filter-static .lgWrppr {
        position: static;
        padding: 10px 0
    }
}

#filter-static .cllgsBtn {
    position: absolute;
    bottom: 20px;
    text-align: center
}

@media (max-width:767px) {
    #filter-static .cllgsBtn {
        position: static;
        text-align: left
    }
}

#filter-static .mix {
    display: none
}

#filter-static .icon {
    margin: 0 10px 0 0
}

#filter-static .panel-grey,
#filter-static .panel-grey-a,
#filter-static .panel-grey-b,
#filter-static .panel-grey-c,
#filter-static .panel-grey-d,
#filter-static .panel-grey-e,
#filter-static .panel-grey-f,
#filter-static .panel-grey-g,
#filter-static .panel-grey-h,
#filter-static .panel-grey-h,
#filter-static .panel-grey-i,
#filter-static .panel-grey-j,
#filter-static #filter-static .panel-grey-coll {
    position: relative
}

@media (min-width:768px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 466px;
        padding-bottom: 66px
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 515px;
        padding-bottom: 66px
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 466px;
        padding-bottom: 66px
    }
}

#filter-static .panel-grey ul,
#filter-static .panel-grey-a ul,
#filter-static .panel-grey-b ul,
#filter-static .panel-grey-c ul,
#filter-static .panel-grey-d ul,
#filter-static .panel-grey-e ul,
#filter-static .panel-grey-f ul,
#filter-static .panel-grey-g ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-i ul,
#filter-static .panel-grey-j ul,
#filter-static #filter-static .panel-grey-coll ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0
}

#filter-static .panel-grey li,
#filter-static .panel-grey-a li,
#filter-static .panel-grey-b li,
#filter-static .panel-grey-c li,
#filter-static .panel-grey-d li,
#filter-static .panel-grey-e li,
#filter-static .panel-grey-f li,
#filter-static .panel-grey-g li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-i li,
#filter-static .panel-grey-j li,
#filter-static #filter-static .panel-grey-coll li {
    color: #353535
}

@media (min-width:768px) {
    #filter-static .panel-grey-coll {
        min-height: 517px;
        padding-bottom: 66px
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey-coll {
        min-height: 543px;
        padding-bottom: 66px
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey-coll {
        min-height: 520px;
        padding-bottom: 66px
    }
}

#filter-static .address {
    margin-bottom: 12px
}

@media (min-width:768px) {
    #filter-static .lead {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:992px) {
    #filter-static .lead {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #filter-static .lead {
        font-size: 15px;
        font-size: 1.5rem
    }
}

#filter-static .panel-grey-img-wrapper a {
    padding: 0 5px
}

@media (min-width:768px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #filter-static .getDirection {
        position: static
    }
}

@media (min-width:768px) {
    #filter-static .getDirection {
        position: absolute;
        bottom: 12px
    }
}

.filter_generic h3 {
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    color: #2dc489;
    padding-top: 0
}

body.business .filter_generic h3 {
    color: #c5203e
}

body.design .filter_generic h3 {
    color: #ed1c8f
}

body.health .filter_generic h3 {
    color: #873494
}

body.hospitality .filter_generic h3 {
    color: #00bcd3
}

.filter_generic h5 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem
}

.filter_generic .fltr_rslt_itms {
    border-bottom: 12px solid rgba(223, 223, 223, 0.6);
    padding-bottom: 40px;
    padding-top: 40px
}

.filter_generic .fltr_rslt_itms .think-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 20px
}

@media (min-width:768px) {
    .filter_generic .fltr_crs_dtls {
        text-align: left
    }
}

@media (min-width:992px) {
    .filter_generic .fltr_crs_dtls {
        text-align: right
    }
}

.filter_generic .fltr_crs_dtls p {
    font-family: 'AvenirLTStd65Medium';
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 0
}

.filter_generic .fltr_crs_dtls .crs_strt {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 15px
}

.filter_generic .fltr_crs_info h4 {
    padding-bottom: 4px
}

.filter_generic .fltr_crs_info p {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 0
}

.filter_generic .process-mk-display-block {
    display: block
}

.filter_generic .process-mk-display-none {
    display: none
}

.filter_generic .no-records {
    display: none;
    text-align: center
}

@media (max-width:767px) {
    .filter_generic img {
        width: 180px
    }
}

@media (min-width:768px) {
    .filter_generic img {
        bwidth: 100%
    }
}

.filter_generic .mix {
    display: none
}

#upcoming_think_eventthinkevent h3 {
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    color: #2dc489
}

@media (max-width:767px) {
    #upcoming_think_eventthinkevent h3 {
        padding-top: 1em
    }
}

@media (min-width:768px) {
    #upcoming_think_eventthinkevent h3 {
        padding-top: 0
    }
}

#upcoming_think_eventthinkevent .evnt_rslt_itms {
    border-bottom: 12px solid #ebebeb;
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width:768px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r {
        text-align: left
    }
}

@media (min-width:992px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r {
        text-align: right
    }
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn {
    font-size: 16px;
    font-size: 1.6rem
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn .icon {
    vertical-align: baseline
}

#upcoming_think_eventthinkevent .evnt_dtls_r .cllgLnk {
    color: #2dc489;
    font-family: 'AvenirLTStd65Medium';
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r img {
        width: 150px
    }
}

#upcoming_think_eventthinkevent .eventInfoBlock {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding: 1em 6px 0 0
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-block {
    display: block
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-none {
    display: none
}

#upcoming_think_eventthinkevent .think-filter-news-event-row {
    display: none
}

#upcoming_think_eventthinkevent #no-records-filter-event-message {
    display: none;
    text-align: center
}

.upcoming_think_eventthinkevent .selectricWrapper {
    position: relative;
    margin: 0 0 6px;
    width: 200px;
    cursor: pointer
}

.upcoming_think_eventthinkevent .selectricDisabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.upcoming_think_eventthinkevent .selectricOpen {
    z-index: 9999
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
    display: block
}

.upcoming_think_eventthinkevent .selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.upcoming_think_eventthinkevent .selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none
}

.upcoming_think_eventthinkevent .selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: NaN a;
    background: none !important
}

.upcoming_think_eventthinkevent .selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.upcoming_think_eventthinkevent .selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
    display: block
}

.upcoming_think_eventthinkevent .selectric {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    position: relative
}

.upcoming_think_eventthinkevent .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #929191;
    min-height: 18px;
    text-shadow: 0 1px #FFF;
    text-align: left
}

.upcoming_think_eventthinkevent .selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    font: 0/0 a;
    border-left: 1px solid #D2D2D2
}

.upcoming_think_eventthinkevent .selectric .button:after {
    content: " ";
    zoom: 1;
    position: absolute;
    overflow: hidden;
    top: 13px;
    right: 12px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.upcoming_think_eventthinkevent .selectric .button:before {
    content: " ";
    float: left;
    height: 100%;
    border-right: 1px solid #FFF
}

.upcoming_think_eventthinkevent .selectricHover .selectric {
    border-color: #CCC
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button {
    color: #888
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button:after {
    border-top-color: #888
}

.upcoming_think_eventthinkevent .selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.upcoming_think_eventthinkevent .selectricItems ul,
.upcoming_think_eventthinkevent .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px
}

.upcoming_think_eventthinkevent .selectricItems li {
    padding: 5px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #666;
    border-top: 1px solid #FFF
}

.upcoming_think_eventthinkevent .selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0
}

.upcoming_think_eventthinkevent .selectricItems li:hover {
    background: #F0F0F0;
    color: #444
}

.upcoming_think_eventthinkevent .selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default
}

.icagenda-think-event-detail-page .selectricWrapper {
    position: relative;
    margin: 0 0 6px;
    width: 100%;
    cursor: pointer
}

.icagenda-think-event-detail-page .selectricDisabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icagenda-think-event-detail-page .selectricOpen {
    z-index: 9999
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
    display: block
}

.icagenda-think-event-detail-page .selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.icagenda-think-event-detail-page .selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none
}

.icagenda-think-event-detail-page .selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: NaN a;
    background: none !important
}

.icagenda-think-event-detail-page .selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.icagenda-think-event-detail-page .selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
    display: block
}

.icagenda-think-event-detail-page .selectric {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    position: relative
}

.icagenda-think-event-detail-page .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #dadada;
    min-height: 18px;
    text-align: left;
    font-weight: normal
}

.icagenda-think-event-detail-page .selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    font: 0/0 a;
    border-left: 1px solid #D2D2D2
}

.icagenda-think-event-detail-page .selectric .button:after {
    content: " ";
    zoom: 1;
    position: absolute;
    overflow: hidden;
    top: 17px;
    right: 14px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.icagenda-think-event-detail-page .selectric .button:before {
    content: " ";
    float: left;
    height: 100%;
    border-right: 1px solid #FFF
}

.icagenda-think-event-detail-page .selectricHover .selectric {
    border-color: #CCC
}

.icagenda-think-event-detail-page .selectricHover .selectric .button {
    color: #888
}

.icagenda-think-event-detail-page .selectricHover .selectric .button:after {
    border-top-color: #888
}

.icagenda-think-event-detail-page .selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.icagenda-think-event-detail-page .selectricItems ul,
.icagenda-think-event-detail-page .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px
}

.icagenda-think-event-detail-page .selectricItems li {
    padding: 5px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #666;
    border-top: 1px solid #FFF
}

.icagenda-think-event-detail-page .selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0
}

.icagenda-think-event-detail-page .selectricItems li:hover {
    background: #F0F0F0;
    color: #444
}

.icagenda-think-event-detail-page .selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default
}

.icagenda-think-event-detail-page .event-details {
    margin-bottom: 20px
}

.icagenda-think-event-detail-page .event-details .event-information h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 5px
}

.icagenda-think-event-detail-page .event-details .event-information .location p {
    display: inline-block;
    padding: 0
}

.icagenda-think-event-detail-page .event-details .event-information .location p strong {
    color: #2dc489
}

.icagenda-think-event-detail-page .event-details .event-information .icon {
    vertical-align: top;
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 5px;
    color: #c4c4c4
}

.icagenda-think-event-detail-page .event-details .event-information hr {
    width: 100px;
    margin-left: 0
}

.icagenda-think-event-detail-page .event-details .event-information .btn {
    margin-bottom: 0
}

.icagenda-think-event-detail-page #booking-form {
    background: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

.icagenda-think-event-detail-page #booking-form .form-title {
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
    font-size: 65%
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 80px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form {
        margin-bottom: 80px
    }
}

.icagenda-think-event-detail-page #booking-form .form-label {
    text-align: left;
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0;
    margin-top: 0;
    padding: 0 0 5px 5px
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
    font-size: 65%
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

.icagenda-think-event-detail-page #booking-form .select-wrap {
    position: relative
}

.icagenda-think-event-detail-page #booking-form .select-wrap i.icon {
    position: absolute;
    top: 26px;
    right: 8px;
    line-height: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dfdfdf
}

.icagenda-think-event-detail-page #booking-form .select-wrap:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: 1px;
    right: 35px;
    height: 50px;
    width: 1px
}

.icagenda-think-event-detail-page #booking-form textarea,
.icagenda-think-event-detail-page #booking-form input,
.icagenda-think-event-detail-page #booking-form select {
    background-color: #fff;
    border: none;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 16px 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

.icagenda-think-event-detail-page #booking-form hr {
    width: 100%;
    height: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 4px 0 20px 0
}

.icagenda-think-event-detail-page #booking-form .submit-wrap {
    text-align: center
}

.icagenda-think-event-detail-page #booking-form .submit-wrap input {
    background-color: #2dc489;
    width: 50%
}

.icagenda-think-event-detail-page #booking-form #faculty {
    display: none
}

#eblog-wrapper {
    font-family: "AvenirLTStd35Light", sans-serif
}

#eblog-wrapper>div {
    margin-top: 60px
}

#eblog-wrapper>div>h2 {
    font-size: 24px;
    font-size: 2.4rem
}

#eblog-wrapper>hr {
    width: 10%
}

#eblog-wrapper>#ezblog-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body {
        width: 730px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body {
        width: 950px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body {
        width: 1150px
    }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.navbar-header,
    #eblog-wrapper>#ezblog-body>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts {
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 66.66666667%
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post {
    border-top: 0 none;
    padding-bottom: 0;
    padding-top: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-post-in {
    border-bottom: 1px solid #2dc489;
    margin-bottom: 20px
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2 {
    text-align: left
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a {
    color: #000;
    font-size: 30px;
    font-size: 3rem
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a:hover {
    color: #2dc489
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta>div.in {
    background-image: none;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta span {
    font-weight: normal
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text>a {
    border: 0 none;
    padding: 0;
    width: 100%
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text p {
    padding: 0 0 10px 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore {
    text-align: right
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    font-family: 'AvenirLTStd65Medium';
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    padding: 5px 14px;
    font-size: 13px;
    font-size: 1.3rem
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 20px
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    background-image: none
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled],
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:hover,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:focus,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled.active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled].active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a .badge {
    color: #2dc489;
    background-color: #fff
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post {
    margin-top: 15px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-title {
    color: #2dc489;
    margin: 10px 0
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer {
    margin-top: 20px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 5px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span:nth-of-type(2) {
    float: right
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span>i {
    color: #2dc489;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>div>a {
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>div>a {
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body {
        width: 730px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body {
        width: 950px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body {
        width: 1150px
    }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.navbar-header,
    #eblog-wrapper>#ezblog-body>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 66.66666667%
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-head>h1 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container {
    text-align: left
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container img {
    margin: 0;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text {
    margin-top: 10px;
    margin-right: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text p {
    padding: 0;
    margin-top: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .ezblog-socialmedia-article {
    color: #3fbd87;
    font-size: 54px;
    font-size: 5.4rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #3fbd87;
    margin-bottom: 20px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul {
    margin: 0 20px 20px;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul li {
    padding: 5px 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post {
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul>li>a {
    color: #000;
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>div>a {
    text-decoration: underline;
    color: #000
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>div>a {
    text-decoration: underline;
    color: #000
}

#ezblog-body .blog-meta>div.in {
    background-image: none;
    padding: 0
}

#ezblog-body .blog-meta span {
    font-weight: normal
}

#eblog-wrapper>#ezblog-body>.ezblog-category-title h2 {
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    margin-left: 5px
}

#eblog-wrapper>#ezblog-body #ezblog-label-archive {
    border-bottom: 0 none;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 5px
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2 {
    text-align: left
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a:hover {
    color: #2dc489
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div {
    background-image: none;
    padding: 0
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div span {
    font-weight: normal
}

.think-education-difference-wrapper {
    width: 90%;
    margin: 10px auto
}

#search_results .sectionWrapper {
    padding: 25px 0
}

#search_results dl {
    margin-bottom: 0
}

#search_results dl dt {
    font-weight: 400
}

#search_results dl dd {
    margin-bottom: 20px
}

#search_results dl dd:last-child {
    margin-bottom: 0
}

#search_results dl hr {
    width: 100%;
    border-top: 1px solid #797979;
    margin: 40px auto
}

#search_results .highlight {
    font-weight: 700;
    color: #2dc489
}

#search_results .info {
    text-align: center;
    margin-bottom: 20px
}

#search_results .panel-grey,
#search_results .panel-grey-a,
#search_results .panel-grey-b,
#search_results .panel-grey-c,
#search_results .panel-grey-d,
#search_results .panel-grey-e,
#search_results .panel-grey-f,
#search_results .panel-grey-g,
#search_results .panel-grey-h,
#search_results .panel-grey-h,
#search_results .panel-grey-i,
#search_results .panel-grey-j,
#search_results #filter-static .panel-grey-coll {
    margin-bottom: 20px
}

#search_results .panel-grey .form-group,
#search_results .panel-grey-a .form-group,
#search_results .panel-grey-b .form-group,
#search_results .panel-grey-c .form-group,
#search_results .panel-grey-d .form-group,
#search_results .panel-grey-e .form-group,
#search_results .panel-grey-f .form-group,
#search_results .panel-grey-g .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-i .form-group,
#search_results .panel-grey-j .form-group,
#search_results #filter-static .panel-grey-coll .form-group {
    margin-bottom: 5px
}

#search_results .panel-grey .form-group .btn-green,
#search_results .panel-grey-a .form-group .btn-green,
#search_results .panel-grey-b .form-group .btn-green,
#search_results .panel-grey-c .form-group .btn-green,
#search_results .panel-grey-d .form-group .btn-green,
#search_results .panel-grey-e .form-group .btn-green,
#search_results .panel-grey-f .form-group .btn-green,
#search_results .panel-grey-g .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-i .form-group .btn-green,
#search_results .panel-grey-j .form-group .btn-green,
#search_results #filter-static .panel-grey-coll .form-group .btn-green {
    margin: 0;
    text-align: center
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px;
        margin-top: 7px
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 7px 8px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px
    }
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 34px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 0
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 7px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 11px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 11px
    }
}

#search_results .panel-grey .phrases,
#search_results .panel-grey-a .phrases,
#search_results .panel-grey-b .phrases,
#search_results .panel-grey-c .phrases,
#search_results .panel-grey-d .phrases,
#search_results .panel-grey-e .phrases,
#search_results .panel-grey-f .phrases,
#search_results .panel-grey-g .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-i .phrases,
#search_results .panel-grey-j .phrases,
#search_results #filter-static .panel-grey-coll .phrases {
    text-align: center
}

#search_results .panel-grey .phrases .controls .radio,
#search_results .panel-grey-a .phrases .controls .radio,
#search_results .panel-grey-b .phrases .controls .radio,
#search_results .panel-grey-c .phrases .controls .radio,
#search_results .panel-grey-d .phrases .controls .radio,
#search_results .panel-grey-e .phrases .controls .radio,
#search_results .panel-grey-f .phrases .controls .radio,
#search_results .panel-grey-g .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-i .phrases .controls .radio,
#search_results .panel-grey-j .phrases .controls .radio,
#search_results #filter-static .panel-grey-coll .phrases .controls .radio {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

#search_results .pagination-think {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    #search_results .pagination-think {
        margin-bottom: 0
    }
}

#search_results .pagination-think ul {
    margin: auto;
    padding: 0
}

#search_results .pagination-think ul li {
    font-weight: bold;
    display: inline-block
}

#search_results .pagination-think ul li.pagination-start,
#search_results .pagination-think ul li.pagination-end {
    display: none
}

#search_results .pagination-think ul li.pagination-prev span.pagenav {
    display: none
}

#search_results .pagination-think ul li.pagination-next span.pagenav {
    display: none
}

@media (max-width:767px) {
    #search_results .pagination-think ul li {
        margin: 0 2px
    }
}

@media (min-width:768px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

@media (min-width:992px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

#livechat {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999999999
}

#livechat div {
    cursor: pointer;
    text-align: center
}

.liveChatClose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 3px;
    cursor: pointer
}

.liveChatClose:after {
    content: "x";
    color: #1f5127;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 0;
    left: 0
}

#livechat img {
    margin-top: 5px
}

@media screen and (max-width:760px) {
    #livechat {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999999999;
        background: #2dc489;
        width: 100%;
        height: 50px
    }
}

#thankyou {
    min-height: 600px
}

#thankyou p {
    margin-bottom: 75px
}

#thankyou .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #thankyou .logoWrapper {
        min-height: initial;
        width: 100%;
        padding: 20px 20%
    }
}

@media (min-width:768px) {
    #thankyou .logoWrapper {
        min-height: 85px;
        padding: 0 80px
    }
}

@media (min-width:992px) {
    #thankyou .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #thankyou .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#thankyou .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #thankyou .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #thankyou .logoWrapper>a {
        text-align: center
    }
}

#filter-static .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #filter-static .logoWrapper {
        min-height: initial;
        width: 100%;
        padding: 20px 20%
    }
}

@media (min-width:768px) {
    #filter-static .logoWrapper {
        min-height: 85px;
        padding: 0 80px
    }
}

@media (min-width:992px) {
    #filter-static .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #filter-static .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#filter-static .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #filter-static .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #filter-static .logoWrapper>a {
        text-align: center
    }
}

.page-not-found {
    text-align: center;
    min-height: 750px
}

.page-not-found h5 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-top: 3.5em
}

@media (max-width:767px) {
    .page-not-found h5 {
        margin-top: 10px
    }
}

.page-not-found h6 {
    font-size: 37px;
    font-size: 3.7rem
}

.page-not-found h1 {
    font-size: 193px;
    font-size: 19.3rem;
    color: #2dc489;
    padding-top: 0;
    -webkit-text-stroke: 0 !important;
    margin-top: -0.2em
}

@media (max-width:767px) {
    .page-not-found h1 {
        font-size: 49vw;
        margin-left: -5px;
        margin-right: -5px
    }
}

.page-not-found h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: .4em
}

.page-not-found .btn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

@media (max-width:767px) {
    .page-not-found .btn-row {
        flex-direction: column
    }
}

.page-not-found .btn-row .think-btn {
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .page-not-found .btn-row .think-btn {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .page-not-found .btn-row .think-btn {
        width: 150px
    }
}

@media (min-width:992px) {
    .page-not-found .btn-row .think-btn {
        width: 180px
    }
}

section#block__banner .panel-banner img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width:767px) {
    section#block__banner .panel-banner .lead {
        padding: 15px 6px 1em 6px
    }
}

@media (min-width:768px) {
    section#block__banner .panel-banner .lead {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 15px 6px 1em 6px
    }
}

@media (min-width:992px) {
    section#block__banner .panel-banner .lead {
        font-size: 20px;
        font-size: 2rem;
        padding: 15px 6px 0 6px
    }
}

@media (min-width:1200px) {
    section#block__banner .panel-banner .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 10px 6px .5em 6px
    }
}

section#block__banner .panel-banner span {
    font-family: 'AvenirLTStd85Heavy'
}

@media (min-width:768px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 5px 0
    }
}

@media (min-width:992px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0 6px 0 6px
    }
}

@media (min-width:1200px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 0 5px 0
    }
}

section#block__banner .panel-banner ul.check>li span {
    font-family: 'AvenirLTStd85Heavy'
}

section#block__banner .panel-banner iframe {
    width: 100%
}

@media (max-width:767px) {
    section#block__choose_cities h2 {
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    section#block__choose_cities h2 {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px
    }
}

@media (min-width:992px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

section#block__choose_cities .panel-white {
    border: solid 1px #ececec;
    box-shadow: none
}

@media (max-width:767px) {
    section#block__choose_cities .bottom_links {
        padding: 10px
    }
}

@media (min-width:768px) {
    section#block__choose_cities .bottom_links {
        padding: 0
    }
}

@media (min-width:992px) {
    section#block__choose_cities .bottom_links {
        padding: 15px
    }
}

section#block__choose_cities .bottom_links .think-btn {
    padding: 15px 20px;
    margin-bottom: 20px
}

section#block__sponsor .i {
    font-size: 22px;
    font-size: 2.2rem;
    font-style: italic;
    margin-bottom: 30px
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-top {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-top {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-top img {
        padding: 0 20px 20px
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-top img {
        padding: 0
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-bottom {
        margin-top: 0
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-bottom {
        margin-top: 70px
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-bottom img {
        padding: 0 20px 20px
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-bottom img {
        padding: 0
    }
}

section#block__sponsor .block__question h2 {
    padding-top: 75px
}

section#block__event__info {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

body.foc-syd section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-syd.jpg)
}

body.foc-mel section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-mel.jpg)
}

body.foc-bris section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-bris.jpg)
}

@media (max-width:767px) {
    section#block__event__info .block__event-logo {
        padding: 40px 10px 0;
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-logo {
        padding: 40px 0;
        margin-bottom: 70px
    }
}

section#block__event__info .block__event-wrapper {
    background: rgba(254, 254, 246, 0.8);
    padding: 10px 30px
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper {
        min-height: 1630px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper {
        min-height: 1335px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-wrapper {
        min-height: 950px
    }
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper p {
        font-size: 18px;
        font-size: 1.8rem
    }
}

section#block__event__info .block__event-wrapper .lead {
    font-size: 24px;
    font-size: 2.4rem
}

section#block__event__info .block__event-wrapper .lead-secondary {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 18px;
    font-size: 1.8rem
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        padding: 1em 4px 1em 4px;
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        padding: 1em 4px 1em 4px
    }
}

body.foc-syd section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #ec098a
}

body.foc-mel section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #8e22ae
}

body.foc-bris section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #c74d26
}

@media (max-width:767px) {
    section#block__event__info .mel {
        min-height: 1300px
    }
}

@media (min-width:768px) {
    section#block__event__info .mel {
        min-height: 950px
    }
}

@media (max-width:767px) {
    section#block__event__info .bris {
        min-height: 1330px
    }
}

@media (min-width:768px) {
    section#block__event__info .bris {
        min-height: 1130px
    }
}

@media (min-width:992px) {
    section#block__event__info .bris {
        min-height: 950px
    }
}

section#block__event__info .block__event-bottom {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 35px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 35px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 105px
    }
}

@media (min-width:1200px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 150px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    body.foc-mel section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    body.foc-bris section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px
    }
}

section#block__event__info .block__event-bottom span {
    font-family: 'AvenirLTStd85Heavy'
}

section#block__event__info .block__event-bottom .think-btn {
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 20px;
    border: 0
}

section#block__event__info .block__event-bottom .think-btn span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: lowercase
}

section#block__event__info .block__event-bottom .block__event-map {
    margin-top: 10px
}

section#block__event__info .block__event-bottom .block__event-map #map_canvas {
    height: 140px
}

section#block__event__info_tabs .responsive-tabs__heading {
    display: none
}

section#block__event__info_tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer
}

@media (max-width:767px) {
    section#block__event__info_tabs .responsive-tabs__list {
        display: none
    }
    section#block__event__info_tabs .responsive-tabs__heading {
        display: block;
        cursor: pointer
    }
    section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
        display: none
    }
}

@media (min-width:768px) {
    section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
        display: block !important
    }
}

section#block__event__info_tabs .responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
    margin-top: 30px
}

section#block__event__info_tabs .responsive-tabs-wrapper:before,
section#block__event__info_tabs .responsive-tabs-wrapper:after {
    content: "";
    display: table
}

section#block__event__info_tabs .responsive-tabs-wrapper:after {
    clear: both
}

section#block__event__info_tabs .responsive-tabs__heading:focus,
section#block__event__info_tabs .responsive-tabs__list__item:focus {
    outline: 1px solid #ccc
}

section#block__event__info_tabs .responsive-tabs__heading--active:focus,
section#block__event__info_tabs .responsive-tabs__list__item--active:focus {
    outline: none !important
}

section#block__event__info_tabs .responsive-tabs__list {
    margin: 0;
    padding: 0;
    font-family: 'GustanBlack', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #ddd
}

section#block__event__info_tabs .responsive-tabs__list__item {
    margin-right: 6px;
    background-color: #dbdcd5;
    color: #000;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: none;
    text-align: center;
    vertical-align: middle
}

@media (min-width:768px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 236px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 309px;
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:1200px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 376px;
        font-size: 25px;
        font-size: 2.5rem
    }
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
    border-bottom: none
}

section#block__event__info_tabs .responsive-tabs__list__item:last-child {
    margin-right: 0
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
    background-color: #dbdcd5;
    color: #000
}

section#block__event__info_tabs .responsive-tabs__list__item--active,
section#block__event__info_tabs .responsive-tabs__list__item--active:hover {
    color: #fff;
    background: #231f20
}

section#block__event__info_tabs .responsive-tabs__panel {
    margin-bottom: 30px
}

@media (max-width:767px) {
    section#block__event__info_tabs .responsive-tabs__heading {
        color: #ffffff;
        padding: 20px 10px;
        background: #000;
        transition: all .3s linear;
        position: relative;
        margin-bottom: 5px;
        font-size: 17px;
        font-size: 1.7rem
    }
    section#block__event__info_tabs .responsive-tabs__heading:after {
        font-family: "icons";
        content: "\f10a";
        color: #fff;
        position: absolute;
        right: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        transition: all .3s linear;
        bottom: 23px
    }
    section#block__event__info_tabs .responsive-tabs__heading--active {
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        background: #c9c9c3;
        transition: all .3s linear
    }
    section#block__event__info_tabs .responsive-tabs__heading--active:after {
        font-family: "icons";
        content: "\f109";
        color: #fff;
        position: absolute;
        right: 15px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (max-width:767px) {
    .block__event__info-dates {
        padding: 0 0;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .block__event__info-dates {
        padding: 40px 0
    }
}

.block__event__info-dates .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both
}

.block__event__info-dates ul {
    list-style-type: none
}

.block__event__info-dates li {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem
}

.block__event__info-dates ul.block__event__info-dates-lft {
    text-align: right
}

.block__event__info-dates ul.block__event__info-dates-lft li {
    padding: 0 5px 0 0
}

.block__event__info-dates dl {
    padding: 0;
    width: 100%
}

@media (max-width:767px) {
    .block__event__info-dates dl {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .block__event__info-dates dl {
        margin-bottom: 0
    }
}

.block__event__info-dates dt {
    text-align: right
}

@media (max-width:767px) {
    .block__event__info-dates dt {
        width: 100%;
        clear: both;
        text-align: center;
        float: none;
        margin-bottom: .5em
    }
}

@media (min-width:768px) {
    .block__event__info-dates dt {
        width: 100%;
        clear: both;
        text-align: right;
        margin-bottom: .5em
    }
}

@media (min-width:992px) {
    .block__event__info-dates dt {
        width: 110px;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: right;
        white-space: nowrap;
        margin-bottom: 1em;
        float: left
    }
}

@media (min-width:1200px) {
    .block__event__info-dates dt {
        width: 140px;
        font-size: 14px;
        font-size: 1.4rem;
        white-space: nowrap;
        margin-bottom: 1em
    }
}

@media (max-width:767px) {
    .block__event__info-dates dd {
        width: 100%;
        margin: 0 0 2em 0;
        text-align: center
    }
}

@media (min-width:768px) {
    .block__event__info-dates dd {
        width: 100%;
        margin: 0 0 1.5em 0;
        text-align: left
    }
}

@media (min-width:992px) {
    .block__event__info-dates dd {
        width: 195px;
        margin: 0 0 1em 132px;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left
    }
}

@media (min-width:1200px) {
    .block__event__info-dates dd {
        width: 210px;
        margin: 0 0 1em 150px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper {
    clear: both
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
    padding: 25px 0 0 5px;
    font-family: 'AvenirLTStd85Heavy'
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
        display: block
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
        display: none
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
    background: #fff;
    border: solid 1px #e7e7e2;
    padding: 7px;
    margin-top: 20px;
    position: relative
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
        height: 245px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
        height: 290px
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
    padding: 15px 0 5px;
    font-family: 'AvenirLTStd85Heavy';
    text-align: center
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom a {
    color: #000
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
    background: #fff;
    padding: 10px 20px 0;
    cursor: default
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
        display: none
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 0
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        padding: 10px 0 5px
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 0 10px
    }
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px 0
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 4px 0
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 4px 15px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
    font-family: 'AvenirLTStd85Heavy'
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
        position: absolute;
        right: 10px;
        bottom: 11px
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
        position: absolute;
        right: 10px;
        bottom: 10px
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
    font-family: 'AvenirLTStd85Heavy';
    padding-left: 5px
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .overlay {
    opacity: .9
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
    color: #fff
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
        opacity: 1
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
        opacity: 0
    }
}

@media (max-width:767px) {
    .block__sponsor-bottom img {
        padding: 20px 0
    }
}

.sponsors-left-first {
    padding-top: 30px
}

.sponsors-left {
    padding-top: 30px;
    margin-left: 40px
}

.sponsors-right {
    margin-left: 80px
}

section#block__event__cta .think-btn {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 20px;
    width: 100%
}

section#block__event__cta .think-btn span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: lowercase
}

.down {
    padding: 12px 0;
    font-size: 14px;
    font-size: 1.4rem
}

#map_canvas_foc_ultm,
#map_canvas_foc_pyrmnt,
#map_canvas_foc_nrthsyd,
#map_canvas_foc_ltlcllns,
#map_canvas_foc_ftzry,
#map_canvas_foc_brsbn,
#map_canvas_foc_brsbnWLC {
    width: 100%;
    height: 228px
}

#replayVideoFOC {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 998;
    padding: 10px 20px;
    top: 100px;
    right: 30px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy'
}

#FOCvideoPly {
    display: none;
    cursor: pointer
}

#skipVideoFOC {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    padding: 10px 20px;
    bottom: 40px;
    right: 20px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy';
    display: none
}

#skipVideoFOC.show {
    bottom: 40px;
    display: block
}

#tAndC {
    margin-top: 5em;
    text-align: left
}

#tAndC p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #353535
}

#tAndC p sup {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: .5em;
    top: 0
}

#tAndC p strong {
    font-family: 'AvenirLTStd85Heavy'
}

#tAndC ul li {
    color: #353535;
    font-size: 12px;
    font-size: 1.2rem
}

#tablist1-panel1 dl,
#tablist1-panel2 dl,
#tablist1-panel3 dl {
    width: 100%;
    margin-bottom: 3em;
    margin-top: 2em
}

#tablist1-panel1 dl dt,
#tablist1-panel2 dl dt,
#tablist1-panel3 dl dt {
    width: 50%;
    padding-right: .5em;
    float: left
}

@media (max-width:767px) {
    #tablist1-panel1 dl dt,
    #tablist1-panel2 dl dt,
    #tablist1-panel3 dl dt {
        width: 100%;
        clear: both;
        float: none
    }
}

#tablist1-panel1 dl dd,
#tablist1-panel2 dl dd,
#tablist1-panel3 dl dd {
    width: 50%;
    margin-left: 50%;
    padding-left: .5em
}

@media (max-width:767px) {
    #tablist1-panel1 dl dd,
    #tablist1-panel2 dl dd,
    #tablist1-panel3 dl dd {
        width: 100%;
        clear: both;
        float: none;
        margin-left: 0
    }
}

.foc-confirmation {
    margin-top: 15px;
    margin-bottom: 15px
}

.foc-confirmation .col-md-12 {
    background-image: url('../images/form/foc-location-confirmation-icon.jpg');
    background-repeat: no-repeat;
    background-position: 18px;
    background-color: #36b77f;
    padding: 25px 76px;
    color: #fff
}

.foc-confirmation span {
    font-family: 'AvenirLTStd85Heavy'
}

.panel-featured-events {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 50px
}

.panel-featured-events .lead-secondary {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 22px;
    text-transform: uppercase
}

.panel-featured-events .speaker-foc {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -15px;
    padding-top: 0
}

.panel-featured-events .foc-event {
    padding: 10px;
    border-top: 1px solid #c1c3c2;
    border-bottom: 1px solid #c1c3c2
}

.panel-featured-events .foc-event .details {
    margin: 10px 0
}

.panel-featured-events .foc-event .right {
    text-align: right
}

.panel-featured-events .foc-event .think-btn {
    margin: 0
}

.panel-featured-events span {
    font-family: 'AvenirLTStd85Heavy'
}

.panel-featured-events .small-text-italic {
    font-size: 14px;
    font-style: italic
}

#block_speakers_details .panel-white {
    padding: 12px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

@media (max-width:767px) {
    #block_speakers_details .panel-white {
        min-height: 480px
    }
}

@media (min-width:480px) {
    #block_speakers_details .panel-white {
        min-height: 680px
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white {
        min-height: 440px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white {
        min-height: 450px
    }
}

#block_speakers_details .panel-white .overlay {
    margin-left: 5px;
    margin-right: 0;
    background: #222;
    padding: 20px 20px 0;
    cursor: default
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay {
        opacity: 1;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: relative;
        display: none
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay {
        display: none;
        opacity: 1;
        width: 690px;
        left: 0;
        top: 0;
        height: 100%;
        position: relative
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay {
        display: block;
        opacity: 0;
        width: 306px;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay {
        opacity: 0;
        width: 374px;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

#block_speakers_details .panel-white .overlay .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 0
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay .center {
        padding: 10px 0 5px
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 0 10px
    }
}

#block_speakers_details .panel-white .overlay p {
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 1em 3px 0
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 0 4px 0
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 0 4px 15px
    }
}

#block_speakers_details .panel-white .overlay .think-btn {
    border: none;
    width: 100%
}

#block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
    font-family: 'AvenirLTStd85Heavy';
    padding-left: 5px
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 14px;
        font-size: 1.4rem
    }
}

#block_speakers_details .panel-white .overlay .overlay-cont {
    height: 100%;
    cursor: default
}

#block_speakers_details .panel-white .overlay .overlay-cont p:first-child {
    margin-bottom: -36px;
    line-height: 24px
}

#block_speakers_details .panel-white .overlay .overlay-cont p {
    color: #ffffff;
    text-align: center;
    margin-top: 30px
}

#block_speakers_details .panel-white .overlay .overlay-cont p .name {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 20px
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
    border: none
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white .speakers_details_area {
    position: relative
}

#block_speakers_details .panel-white .speakers_details_area .speakers_details {
    font-family: 'AvenirLTStd85Heavy';
    text-align: center;
    margin: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

#block_speakers_details .panel-white .speakers_details_area .btn_area {
    text-align: center;
    position: absolute;
    width: 100%
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 80px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 110px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 80px
    }
}

#block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
    border: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white .speakers_details_area .think-btn {
    border: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white img {
    border-radius: 0;
    margin-bottom: 15px
}

#block_speakers_details .panel-white:hover .overlay {
    opacity: .9
}

#block_speakers_details .panel-white:hover .center_bottom {
    color: #fff
}

@media (min-width:768px) {
    #block_speakers_details .panel-white:hover .center_bottom {
        opacity: 1
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white:hover .center_bottom {
        opacity: 0
    }
}

#block_speakers_details .mg-bottom {
    margin-bottom: 20px
}

\ #eblog-wrapper {
    margin-bottom: 0
}

@media (min-width:992px) {
    #ezblog-posts {
        padding-left: 15px;
        padding-top: 22px
    }
}

@media (min-width:1200px) {
    #ezblog-posts {
        padding-left: 15px;
        padding-top: 22px
    }
}

#ezblog-posts .blog-post {
    padding: 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 40px
}

@media (min-width:992px) {
    #ezblog-posts .blog-post {
        width: 330px
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post {
        width: 410px
    }
}

#ezblog-posts .blog-post .blog-title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    text-transform: inherit;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px
}

#ezblog-posts .blog-post .blog-title a {
    text-transform: inherit
}

#ezblog-posts .blog-post .blog-header {
    margin: 0 0 0
}

#ezblog-posts .blog-post .blog-header ul {
    padding: 0 10px;
    margin-bottom: 5px
}

#ezblog-posts .blog-post .blog-image {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#ezblog-posts .blog-post .post-image {
    padding: 18px;
    margin-bottom: 10px
}

#ezblog-posts .blog-post .blog-content {
    padding: 0 28px
}

#ezblog-posts .blog-post .blog-meta {
    margin: 15px 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #a3a2a2
}

#ezblog-posts .blog-post p {
    font-size: 16px;
    font-size: 1.6rem
}

#ezblog-posts .blog-post .social-bottom {
    margin: 20px 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul {
    list-style-type: none;
    display: inline;
    padding: 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li {
    display: inline;
    width: 50px;
    height: 50px;
    padding: 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li:before {
    content: none
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon {
    color: #d0d0d0;
    font-size: 40px;
    font-size: 4rem
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore {
    text-transform: uppercase;
    text-align: right
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore a.think-btn {
    margin: 0
}

#ezblog-posts .blog-post+.blog-post {
    border-top: none
}

#ezblog-posts #paginate {
    display: none;
    text-decoration: none
}

#ezblog-posts #loadWrap {
    height: 0;
    background: url('../images/ajax-loader2.gif') top center no-repeat;
    background-size: auto 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s linear;
    transition: height .5s ease ease
}

#ezblog-posts #loadWrap.loading {
    height: 32px
}

#ezblog-body .blog-content img {
    height: auto
}

#post-wrapper>article:first-child {
    border-top: 1px solid #ddd
}

.easyblog-right-sidebar {
    position: static
}

@media (min-width:992px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 228px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 278px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .easyblog-right-sidebar .sticky {
        position: fixed;
        top: 66px
    }
    .easyblog-right-sidebar .stickBot {
        position: absolute;
        bottom: 43px
    }
}

.easyblog-right-sidebar .easyblog-recent-post .blog-sidebar-hr,
.easyblog-right-sidebar .easyblog-categories .blog-sidebar-hr {
    margin: 0 auto 18px;
    border-top: 4px solid #EEE;
    width: 100%
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    color: #353535;
    text-transform: uppercase;
    line-height: 3
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
    font-size: 65%
}

@media (max-width:767px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

@media (max-width:992px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        text-align: left
    }
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title {
    margin-bottom: 1em
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title a {
    font-size: 16px;
    font-size: 1.6rem
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title .blog-hit {
    color: #a3a2a2;
    font-size: 16px;
    font-size: 1.6rem
}

.easyblog-right-sidebar .easyblog-categories {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right
}

@media (max-width:992px) {
    .easyblog-right-sidebar .easyblog-categories {
        text-align: left;
        padding: 20px 0
    }
    .easyblog-right-sidebar .easyblog-categories .h3 {
        display: inline-block;
        padding-right: 15px;
        margin-bottom: 20px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown {
        width: 60%;
        text-align: left;
        position: relative;
        display: inline-block
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul {
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
        padding: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button {
        position: relative;
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button p {
        margin-bottom: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
        position: absolute;
        top: 19px;
        right: 13px;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
}

@media (max-width:1200px) {
    .easyblog-right-sidebar .easyblog-categories .h3 {
        font-size: 1.2em;
        text-align: right;
        margin-bottom: 15px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown {
        width: 100%;
        text-align: left;
        position: relative;
        display: inline-block;
        padding-bottom: 20px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul {
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
        padding: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button {
        position: relative;
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button p {
        margin-bottom: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
        position: absolute;
        top: 19px;
        right: 13px;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
}

#eblog-wrapper .blog-image-container {
    margin-top: 20px
}

@media (max-width:991px) {
    #eblog-wrapper #social-left {
        width: 100%
    }
}

@media (max-width:991px) {
    #eblog-wrapper #social-right {
        width: 100%
    }
}

#eblog-wrapper #social-right ul {
    list-style-type: none;
    display: inline
}

#eblog-wrapper #social-right ul li {
    display: inline;
    padding: 0 0 0 0
}

#eblog-wrapper #social-right ul li:before {
    content: none
}

#eblog-wrapper #social-right ul li .icon {
    color: #d0d0d0;
    font-size: 50px;
    font-size: 5rem
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (max-width:425px) {
    #eblog-wrapper #social-right p {
        top: 0 !important
    }
}

@media (max-width:991px) {
    #eblog-wrapper #social-right p {
        text-align: left;
        line-height: inherit;
        top: 20px
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right p {
        right: 170px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right p {
        right: 170px
    }
}

#eblog-wrapper #social_facebook,
#eblog-wrapper #social_linkedin,
#eblog-wrapper #social_twitter {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-left: 5px;
    background-size: cover;
    background-repeat: no-repeat
}

#eblog-wrapper #social_facebook {
    background-image: url(../images/svg_facebook_blog.svg)
}

#eblog-wrapper #social_linkedin {
    background-image: url(../images/svg_linkedin_blog.svg)
}

#eblog-wrapper #social_twitter {
    background-image: url(../images/svg_twitter_blog.svg)
}

#eblog-wrapper #social_facebook:hover {
    background-image: url(../images/svg_facebook_blog_hover.svg)
}

#eblog-wrapper #social_linkedin:hover {
    background-image: url(../images/svg_linkedin_blog_hover.svg)
}

#eblog-wrapper #social_twitter:hover {
    background-image: url(../images/svg_twitter_blog_hover.svg)
}

@media (max-width:767px) {
    #eblog-wrapper #social-right,
    #eblog-wrapper #social-left {
        float: none
    }
}

#eblog-wrapper .blogReadTitle {
    text-align: left
}

@media (min-width:992px) {
    .blog-article {
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .blog-article {
        padding-left: 15px
    }
}

.kaltura_player_wrapper {
    padding: 50px 0;
    height: 420px
}

.kaltura_player_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

#section_openday-design--top,
#section_openday-health--top,
#section_openday-business--top,
#section_openday-hospitality--top {
    background: url(../images/Think_ODay_CarouselImage.jpg) no-repeat center center;
    background-size: cover
}

@media (max-width:767px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        display: block;
        min-height: 360px
    }
}

@media (min-width:992px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        min-height: 460px
    }
}

@media (min-width:1200px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        min-height: 570px
    }
}

#section_openday-design--top .section_openday-design--txt h1,
#section_openday-health--top .section_openday-design--txt h1,
#section_openday-business--top .section_openday-design--txt h1,
#section_openday-hospitality--top .section_openday-design--txt h1 {
    color: #fff;
    text-align: left;
    text-shadow: -4px 3px 5px rgba(204, 208, 210, 0.25)
}

@media (min-width:768px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 100px;
        font-size: 40px;
        font-size: 4rem
    }
}

@media (min-width:992px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 150px;
        font-size: 44px;
        font-size: 4.4rem
    }
}

@media (min-width:1200px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 190px;
        font-size: 50px;
        font-size: 5rem
    }
}

#section_openday-health--top {
    background: url(../images/Think_ODay_Health_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

#section_openday-business--top {
    background: url(../images/Think_ODay_Business_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

#section_openday-hospitality--top {
    background: url(../images/Think_ODay_Hospitality_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

.logos {
    width: 250px
}

.item {
    margin: 10px auto 0
}

.item p {
    padding: 1em 1.5em
}

.gray-bg {
    background: #F5F5F5
}

.divider-lg-w80 {
    width: 90%;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 auto
}

.bold {
    font-weight: 800
}

.careersattorrens_jobapi .container {
    padding: 0 50px
}

.careersattorrens_jobapi #ja-jobs-widget .job {
    margin: 20px 0 50px 0;
    border-top: solid 5px #f3f3f3;
    padding-top: 30px
}

.careersattorrens_jobapi #ja-jobs-widget .job h2.title {
    text-align: left;
    text-transform: none;
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 8px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form {
    width: 100%;
    display: inline-block;
    margin: 75px 0 80px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    float: left;
    display: inline-block;
    margin-right: 15px
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 100%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 20%
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 21%
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 231px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14313"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14315"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14313,
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14315 {
    display: none
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
    margin-right: 0
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
        width: 62%
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    float: left;
    height: auto
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 38%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 13%
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 10%
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 80px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
.careersattorrens_jobapi #ja-jobs-widget .ja-form input,
.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    height: 60px;
    background-color: #fff;
    border: none;
    color: #a1a1a1;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px;
    border: 1px solid #e4e4e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 20px
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 8px
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 20px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background: url("../images/arrows/arrow-top-job-adder.png") no-repeat
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 95%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 90% 20px
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 90% 20px
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 221px 20px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
    width: 100%;
    padding: 15px 10px;
    background-color: #2dc489;
    border-top-right-radius: 5;
    border-bottom-right-radius: 5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
    position: relative;
    top: 26px;
    box-shadow: none;
    height: 62px;
    color: #FFF
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
        min-width: 100%
    }
}

.careersattorrens_jobapi .ja-pager-summary {
    display: none
}

.careersattorrens_jobapi .ja-pager {
    margin-top: 100px;
    text-align: center;
    border-top: solid 1px #2dc489
}

.careersattorrens_jobapi .ja-pager .page,
.careersattorrens_jobapi .ja-pager .next,
.careersattorrens_jobapi .ja-pager .previous {
    position: relative;
    top: 1px;
    margin-right: 15px
}

.careersattorrens_jobapi .current-page {
    margin: 0 10px;
    padding: 5px 6px;
    border-top: solid 5px #777777
}

.careersattorrens_jobapi .page {
    margin: 0 10px
}

.careersattorrens_jobapi .powered-by-jobadder {
    display: none
}

.careersattorrens_jobapi h2.title {
    text-align: left;
    text-transform: none;
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 8px
}

.careersattorrens_jobapi .classifications {
    display: block;
    margin-top: 15px;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: solid 5px #f3f3f3
}

.careersattorrens_jobapi .bullet-points {
    padding-left: 20px
}

.careersattorrens_jobapi .description {
    padding: 20px
}

.careersattorrens_jobapi .description ul {
    padding-top: 20px;
    padding-left: 3px
}

.careersattorrens_jobapi .description p {
    margin: -20px !important
}

.ja-job-list-container {
    padding-bottom: 200px
}

.ja-job-list-container .view-details {
    display: none
}

.ja-job-list-container .meta p.date-posted:before {
    content: "Date listed:";
    color: #353535;
    font-weight: bold
}

.ja-job-details .meta p.date-posted:before {
    content: "Date listed:";
    color: #353535
}

.ja-job-details .apply {
    background: #f3f3f3;
    margin-bottom: 75px;
    text-align: center
}

@media (max-width:767px) {
    .ja-job-details .apply {
        padding: 23px 0 40px
    }
}

@media (min-width:768px) {
    .ja-job-details .apply {
        padding: 50px
    }
}

@media (min-width:992px) {
    .ja-job-details .apply {
        padding: 40px
    }
}

.ja-job-details .apply .back-link {
    color: #2dc489;
    text-transform: uppercase;
    margin: 0 20px;
    font-family: 'AvenirLTStd95Black'
}

.ja-job-details .apply .back-link:before {
    font-family: "icons";
    content: "\f113";
    position: relative;
    top: 5px;
    font-size: 22px;
    font-size: 2.2rem
}

.ja-job-details .ja-button {
    width: 212px;
    height: 55px;
    background-color: #2dc489;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: 'AvenirLTStd95Black';
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 20px;
    text-transform: uppercase
}

.ja-job-details .ja-button:focus {
    color: #FFF !important
}

@font-face {
    font-family: 'wallaby';
    src: url('../fonts/wallaby.eot?');
    src: url('../fonts/wallaby.eot?#iefix') format('embedded-opentype'), url('../fonts/wallaby.woff?') format('woff'), url('../fonts/wallaby.ttf?') format('truetype'), url('../fonts/wallaby.svg?#wallaby') format('svg');
    font-weight: normal;
    font-style: normal
}

.icon-apm:before {
    content: '\e800'
}

.icon-catc:before {
    content: '\e801'
}

.icon-torrens:before {
    content: '\e802'
}

.icon-jni:before {
    content: '\e803'
}

.icon-ssnt:before {
    content: '\e804'
}

.icon-ancb:before {
    content: '\e805'
}

.icon-wb:before {
    content: '\e806'
}

.icon-acnt:before {
    content: '\e807'
}

.icon-bb-wallaby:before {
    content: '\e808'
}

.wallaby-icon {
    font-family: "wallaby";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 100%;
    margin-right: .2em;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer_wallaby {
    background-color: #202020
}

.footer_wallaby .wallaby-icon {
    color: #fff
}

@media (min-width:768px) {
    .footer_wallaby .wallaby-icon {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .wallaby-icon {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .wallaby-icon {
        font-size: 20px;
        font-size: 2rem
    }
}

.footer_wallaby .top-row {
    padding: 0 0 30px
}

.footer_wallaby .sub-row {
    border-top: solid 1px #fff;
    padding: 30px 0 40px
}

@media (min-width:768px) {
    .footer_wallaby .icon-torrens {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-torrens {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-torrens {
        font-size: 40px;
        font-size: 4rem
    }
}

.footer_wallaby .icon-torrens:after {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    right: 16px
}

@media (max-width:767px) {
    .footer_wallaby .icon-torrens:after {
        content: none
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-catc {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-catc {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-catc {
        font-size: 20px;
        font-size: 2rem
    }
}

.footer_wallaby .icon-bb-wallaby {
    padding-top: 5px
}

@media (min-width:768px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 32px;
        font-size: 3.2rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-apm {
        font-size: 51px;
        font-size: 5.1rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-apm {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-apm {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 40px;
        font-size: 4rem;
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 0
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-ssnt {
        font-size: 40px;
        font-size: 4rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-ssnt {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-ssnt {
        font-size: 34px;
        font-size: 3.4rem
    }
}

#diploma-nursing section {
    padding: 30px;
    margin: 30px 0;
    display: block
}

#diploma-nursing .bg-light-grey {
    background: #E2E2E2
}

#diploma-nursing .bg-grey {
    background: #5C5C5C
}

#diploma-nursing .bg-primary {
    background: #8F308B
}

@media (max-width:767px) {
    #diploma-nursing .desktop {
        display: none
    }
}

@media (min-width:768px) {
    #diploma-nursing .desktop {
        display: none
    }
}

@media (min-width:992px) {
    #diploma-nursing .desktop {
        display: inline
    }
}

@media (min-width:1200px) {
    #diploma-nursing .desktop {
        display: inline
    }
}

@media (max-width:767px) {
    #diploma-nursing .mobile {
        display: inline
    }
}

@media (min-width:768px) {
    #diploma-nursing .mobile {
        display: inline
    }
}

@media (min-width:992px) {
    #diploma-nursing .mobile {
        display: none
    }
}

@media (min-width:1200px) {
    #diploma-nursing .mobile {
        display: none
    }
}

#diploma-nursing h3.large {
    font-size: 2.5rem
}

#diploma-nursing h3.small {
    font-size: 1.75rem
}

#diploma-nursing .text-left {
    text-align: left
}

#diploma-nursing .text-center {
    text-align: center
}

#diploma-nursing .primary {
    color: #8F308B
}

#diploma-nursing .white * {
    color: #fff
}

#diploma-nursing .black * {
    color: #353535
}

#diploma-nursing .grey {
    color: #898888
}

#diploma-nursing .strong {
    font-family: 'GustanBlack', arial, serif
}

#diploma-nursing ul li {
    font-size: 1.6em;
    font-size: 16px
}

#diploma-nursing a:hover {
    color: currentColor
}

#diploma-nursing .btn-generic {
    background: #2dc489;
    color: white;
    height: 60px;
    border: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-generic {
        min-width: 300px
    }
}

#diploma-nursing .btn-primary {
    background: #8F308B;
    color: white;
    height: 60px;
    border: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-primary {
        min-width: 300px
    }
}

#diploma-nursing .btn-primary-alt {
    color: #8F308B !important;
    border: 2px solid #8F308B;
    background-color: white;
    height: 60px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 300px
    }
}

@media (max-width:767px) {
    #diploma-nursing .right-cta {
        display: block;
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .right-cta {
        display: block;
        height: inherit;
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .right-cta {
        display: table-cell;
        vertical-align: middle;
        height: 320px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .right-cta {
        display: table-cell;
        vertical-align: middle;
        height: 320px
    }
}

@media (max-width:767px) {
    #diploma-nursing .why-study {
        height: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .why-study {
        height: 580px
    }
}

#diploma-nursing .core-units>div {
    background: #3E8FF2;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    height: 85px
}

#diploma-nursing .elective-units>div {
    border: 1px dashed #3E8FF2;
    color: #3E8FF2;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    height: 85px
}

@media (max-width:767px) {
    #diploma-nursing .course-pdf {
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .course-pdf {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .course-pdf {
        text-align: inherit
    }
}

#diploma-nursing .location {
    border-radius: 5px
}

#diploma-nursing #domestic-cost>div,
#diploma-nursing #international-cost>div {
    background: #fff
}

#diploma-nursing .how-much {
    margin-top: 40px
}

@media (max-width:767px) {
    #diploma-nursing .how-much {
        border-radius: 5px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much {
        border-radius: 5px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much {
        border-radius: none
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much {
        border-radius: none
    }
}

#diploma-nursing .how-much.bg-primary {
    background: #8F308B !important
}

@media (max-width:767px) {
    #diploma-nursing .how-much img {
        margin-left: 0;
        padding-top: 10px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much img {
        margin-left: 0;
        padding-top: 10px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much img {
        margin-left: -10px;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much img {
        margin-left: -10px;
        padding-top: 0
    }
}

@media (max-width:767px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 10px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 10px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 0
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 0
    }
}

@media (max-width:767px) {
    #diploma-nursing .know-more {
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .know-more {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .know-more {
        text-align: inherit
    }
}

@media (max-width:767px) {
    #diploma-nursing .fee-payment-box {
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .fee-payment-box {
        height: inherit;
        text-align: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .fee-payment-box {
        height: 385px;
        text-align: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .fee-payment-box {
        height: 365px;
        text-align: inherit
    }
}

@media (max-width:767px) {
    #diploma-nursing .ready-apply-box {
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .ready-apply-box {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .ready-apply-box {
        height: 320px;
        text-align: inherit
    }
}

#diploma-nursing .ready-apply-box ul li {
    list-style-type: none
}

#diploma-nursing ul.nav-tabs li a {
    color: #898888
}

#diploma-nursing ul.nav-tabs li.active a {
    color: #8F308B
}

/*# sourceMappingURL=css/style.css.map */

/* Open Day Start */
.openDay #featuredImage,.openDay #footer,.openDay #header{display:none}.openDay #slideWrap{margin-top:0;top:0}.openDay .img-fluid{width:100%;margin-bottom:2rem;margin-top:2rem}.openDay .navbar>.container{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.openDay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1;font-family:AvenirLTStd35Light}.openDay #openDay table{width:75%;margin:auto}#slideWrap>div.container{display:none}.openDay .container-fluid.black-bg.pb-3.py-md-4.white-text{padding-top:0!important}.openDay header{position:relative}.openDay .flex-grow{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.openDay #section-0 .black-bg,.openDay .navbar.black-bg{background:url(../images/textured_paper_transparent.png)!important}.openDay .navbar{height:56px!important;margin-bottom:0}.openDay .orange-text{font-family:GustanBlack;color:#353535!important;font-size:40px;text-transform:initial!important}.openDay #register_now,.openDay .bold,.openDay .text-center.text-lg-left{font-family:AvenirLTStd65Medium}.openDay .white-bg{background:rgba(255,255,255,1)!important}.openDay .white-text{color:#fff!important}.openDay .orange-border{border-color:#353535!important}.openDay #register_now{font-size:14px;font-weight:400;background-color:#7b1a78!important;border-radius:5px!important;-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);padding:.6rem 1.2rem}.openDay .text-center.text-lg-left{color:#353535;font-size:1.6rem}.openDay .text-center{line-height:1.5;margin:auto}.openDay .bold{font-weight:600}.openDay #openDay{margin-top:50px}.openDay #openDay [scope=col]{background-color:#7b1a78!important;font-family:AvenirLTStd95Black;font-size:1.4rem}.openDay #openDay thead th{border-bottom:none;display:table-cell;vertical-align:inherit}.openDay #openDay th,.openDay #openDay tr.category td{background-color:#353535!important;color:#fff!important;text-transform:uppercase;font-family:AvenirLTStd65Medium;font-size:1.8rem;display:table-cell}.openDay #openDay tr.category td{border-top:1px solid #353535!important;border-bottom:1px solid #353535!important}.openDay #openDay tr td{border:1px solid #7b1a78;line-height:1.5;font-family:AvenirLTStd35Light;font-size:1.625rem;display:table-cell;vertical-align:inherit;border-bottom:none;padding:15px}.openDay #openDay tr td span,.openDay #openText,.openDay #openText .btn{font-family:AvenirLTStd65Medium}.openDay #openDay tr:first-child td{border-top:none}.openDay #openDay tr td span{font-weight:700;line-height:1.5}.openDay #openDay tr td:last-child{border-right:none}.openDay #openDay tr td:nth-child(1){border-left:none}.openDay #openDay td ul{list-style:none;margin-left:-40px}.openDay #openDay td ul li{font-size:1.625rem;line-height:1.5;color:#212529}.openDay #openDay td ul li:before{content:' - '}.openDay #openDay td ul li li{margin-left:20px}.openDay #openText{width:100%;text-align:center;font-size:2.11rem;margin-top:25px;padding-top:15px}.openDay #openText .texts{width:80%;margin:auto;font-size:1.6rem}.openDay #openText .btn{margin:25px 0;color:#fff;font-size:1.4rem;height:4.5rem;cursor:pointer;width:545px;line-height:1.5;padding:1.2rem 1rem;background-color:#7b1a78!important;border-radius:5px!important;-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);box-shadow:inset 0 -4px 0 rgba(0,0,0,.15)}.openDay .row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:-15px;margin-left:-15px}.openDay .disclaimer{font-family:AvenirLTStd35Light;font-size:11px;line-height:17px}@media (max-width:991px){.openDay #openDay table{width:100%}.openDay #section-0 .black-bg{padding-bottom:20px!important}.openDay .row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media only screen and (max-width:760px),(max-device-width:760px) and (min-device-width:320px){.openDay .thead{display:table-header-group}.openDay tr{display:table-row}.openDay thead tr{position:relative;left:initial;right:initial}.openDay .table tbody{display:table-row-group}.openDay td:nth-of-type(1):before,.openDay td:nth-of-type(2):before,.openDay td:nth-of-type(3):before{content:none}}@media (max-width:750px) and (orientation:landscape){.openDay .img-fluid{width:60%;margin:auto}}@media (max-width:767px){.openDay #openText{width:100%;text-align:center;font-size:1.95rem;margin-top:25px;padding-top:15px}.openDay #openText .texts{width:100%;font-size:1.6rem}.openDay #openText .btn{margin-top:25px;color:#fff;font-size:1.625rem;cursor:pointer;width:345px;font-weight:700;line-height:1.5;border-radius:0}}@media (max-width:500px){.openDay #openText .btn{margin-top:25px;color:#fff;font-size:1.54rem;cursor:pointer;width:295px;font-weight:700;line-height:1.5;border-radius:0}}
/* Open Day End */
=======
@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

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

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: none;
    width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out 200ms ease;
    -moz-transition: all .2s ease-in-out 200ms ease;
    -o-transition: all .2s ease-in-out 200ms ease;
    -ms-transition: all .2s ease-in-out 200ms linear;
    transition: all .2s ease-in-out 200ms ease ease;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    //color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .container {
        width: 730px
    }
}

@media (min-width:992px) {
    .container {
        width: 950px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1150px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.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 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.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 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 200ms ease ease
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 5px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear 200ms ease;
    -moz-transition: opacity .15s linear 200ms ease;
    -o-transition: opacity .15s linear 200ms ease;
    -ms-transition: opacity .15s linear 200ms linear;
    transition: opacity .15s linear 200ms ease ease
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
    -webkit-transition: height .35s ease 200ms ease;
    -moz-transition: height .35s ease 200ms ease;
    -o-transition: height .35s ease 200ms ease;
    -ms-transition: height .35s ease 200ms linear;
    transition: height .35s ease 200ms ease ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -5px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: none
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -5px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -5px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -5px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out 200ms ease;
    -moz-transition: all .2s ease-in-out 200ms ease;
    -o-transition: all .2s ease-in-out 200ms ease;
    -ms-transition: all .2s ease-in-out 200ms linear;
    transition: all .2s ease-in-out 200ms ease ease
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: width .6s ease 200ms ease;
    -moz-transition: width .6s ease 200ms ease;
    -o-transition: width .6s ease 200ms ease;
    -ms-transition: width .6s ease 200ms linear;
    transition: width .6s ease 200ms ease ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after,
.popover>ul.pdt2,
.popover>ul.pdt2:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow,
.popover>ul.pdt2 {
    border-width: 11px
}

.popover>.arrow:after,
.popover>ul.pdt2:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow,
.popover.top>ul.pdt2 {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after,
.popover.top>ul.pdt2:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow,
.popover.right>ul.pdt2 {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after,
.popover.right>ul.pdt2:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow,
.popover.bottom>ul.pdt2 {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after,
.popover.bottom>ul.pdt2:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow,
.popover.left>ul.pdt2 {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after,
.popover.left>ul.pdt2:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left 200ms ease;
    -moz-transition: .6s ease-in-out left 200ms ease;
    -o-transition: .6s ease-in-out left 200ms ease;
    -ms-transition: .6s ease-in-out left 200ms linear;
    transition: .6s ease-in-out left 200ms ease ease
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
nav#main_nav>ul:before,
nav#main_nav>ul:after,
nav#main_nav>ul:before,
nav#main_nav>ul:after,
#section_front_our_courses>div>div:before,
#section_front_our_courses>div>div:after,
#section_front_think_success>div:before,
#section_front_think_success>div:after,
#section_front_what_people_are_saying>div>div:before,
#section_front_what_people_are_saying>div>div:after,
#eblog-wrapper>#ezblog-body:before,
#eblog-wrapper>#ezblog-body:after,
#eblog-wrapper>#ezblog-body:before,
#eblog-wrapper>#ezblog-body:after,
section#block__event__info .block__event-bottom:before,
section#block__event__info .block__event-bottom:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
nav#main_nav>ul:after,
nav#main_nav>ul:after,
#section_front_our_courses>div>div:after,
#section_front_think_success>div:after,
#section_front_what_people_are_saying>div>div:after,
#eblog-wrapper>#ezblog-body:after,
#eblog-wrapper>#ezblog-body:after,
section#block__event__info .block__event-bottom:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    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 (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: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: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 (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
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

h1,
.h1 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

@media (max-width:767px) {
    h1,
    .h1 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    h1,
    .h1 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    h1,
    .h1 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    h1,
    .h1 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

h1 small,
.h1 small,
h1 .small,
.h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h2,
.h2 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

@media (max-width:767px) {
    h2,
    .h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    h2,
    .h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    h2,
    .h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    h2,
    .h2 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

h2 small,
.h2 small,
h2 .small,
.h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h3,
.h3 {
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0
}

@media (max-width:767px) {
    h3,
    .h3 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    h3,
    .h3 {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    h3,
    .h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    h3,
    .h3 {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

h3.crs-page {
    font-size: 16px;
    font-size: 1.6rem;
    height: 4em;
    overflow: hidden
}

h4,
.h4 {
    font-family: 'AvenirLTStd95Black';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0
}

@media (max-width:767px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    h4,
    .h4 {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 6px
    }
}

.page-header {
    padding-bottom: 0;
    margin: 60px 0 0 0;
    border-bottom: none
}

.h3Design {
    color: #ed1c8f;
    padding: 1em 0 .5em
}

.h3Health {
    color: #873494;
    padding: 1em 0 .5em
}

.h3Business {
    color: #c5203e;
    padding: 1em 0 .5em
}

.h3Hospitality {
    color: #00bcd3;
    padding: 1em 0 .5em
}

a {
    color: #2dc489
}

body.business a {
    color: #c5203e
}

body.design a {
    color: #ed1c8f
}

body.health a {
    color: #873494
}

body.hospitality a {
    color: #00bcd3
}

a:hover {
    text-decoration: none
}

p {
    color: #353535;
    margin: 0
}

@media (max-width:767px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 6px
    }
}

.lead {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    font-weight: normal;
    line-height: 1.4em
}

@media (max-width:767px) {
    .lead {
        font-size: 20px;
        font-size: 2rem;
        padding: 0 3px 1em 3px
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 0 4px 1em 4px
    }
}

@media (min-width:992px) {
    .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 5px 1em 5px
    }
}

@media (min-width:1200px) {
    .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 6px 1em 6px
    }
}

.lead span.lead-name {
    font-size: 16px;
    font-size: 1.6rem
}

.sectionWrapper ul {
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .sectionWrapper ul {
        margin: 0 3px
    }
}

@media (min-width:768px) {
    .sectionWrapper ul {
        margin: 0 4px
    }
}

@media (min-width:992px) {
    .sectionWrapper ul {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    .sectionWrapper ul {
        margin: 0 6px
    }
}

.sectionWrapper ul.check {
    list-style-type: none
}

.sectionWrapper ul.check>li {
    position: relative;
    color: #000000;
    margin-left: 20px;
    padding: 0 0 30px 0
}

.sectionWrapper ul.check>li:before {
    font-family: "icons";
    content: "\f106";
    color: #2dc489;
    position: absolute;
    top: 1px;
    left: -33px;
    font-size: 12px
}

body.business .sectionWrapper ul.check>li:before {
    color: #c5203e
}

body.design .sectionWrapper ul.check>li:before {
    color: #ed1c8f
}

body.health .sectionWrapper ul.check>li:before {
    color: #873494
}

body.hospitality .sectionWrapper ul.check>li:before {
    color: #00bcd3
}

.sectionWrapper ul.check>li:before:hover {
    text-decoration: none
}

.sectionWrapper ul.check>li.no-list:before {
    content: none
}

#interAcademicBoardMembers h3 {
    padding: .2em 6px
}

#interAcademicBoardMembers p {
    padding: .3em 6px
}

.btn-config {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center
}

.btn-config:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-config {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-config {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-config {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-config {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-config {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-config {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-config {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-config {
        margin: 0 6px 0 0
    }
}

.think-btn {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
}

.think-btn:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .think-btn {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .think-btn {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .think-btn {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .think-btn {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .think-btn {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .think-btn {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .think-btn {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .think-btn {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .think-btn {
        padding: 11px 20px
    }
}

.think-btn:hover,
.think-btn:focus,
.think-btn:active,
.think-btn.active,
.open .dropdown-toggle.think-btn {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.think-btn:active,
.think-btn.active,
.open .dropdown-toggle.think-btn {
    background-image: none
}

.think-btn.disabled,
.think-btn[disabled],
fieldset[disabled] .think-btn,
.think-btn.disabled:hover,
.think-btn[disabled]:hover,
fieldset[disabled] .think-btn:hover,
.think-btn.disabled:focus,
.think-btn[disabled]:focus,
fieldset[disabled] .think-btn:focus,
.think-btn.disabled:active,
.think-btn[disabled]:active,
fieldset[disabled] .think-btn:active,
.think-btn.disabled.active,
.think-btn[disabled].active,
fieldset[disabled] .think-btn.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.think-btn .badge {
    color: #2dc489;
    background-color: #fff
}

body.business .think-btn,
#group-business .think-btn,
#collapse-group-business .think-btn,
.scholarships-business .think-btn {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business .think-btn,
    #group-business .think-btn,
    #collapse-group-business .think-btn,
    .scholarships-business .think-btn {
        padding: 11px 20px
    }
}

body.business .think-btn:hover,
#group-business .think-btn:hover,
#collapse-group-business .think-btn:hover,
.scholarships-business .think-btn:hover,
body.business .think-btn:focus,
#group-business .think-btn:focus,
#collapse-group-business .think-btn:focus,
.scholarships-business .think-btn:focus,
body.business .think-btn:active,
#group-business .think-btn:active,
#collapse-group-business .think-btn:active,
.scholarships-business .think-btn:active,
body.business .think-btn.active,
#group-business .think-btn.active,
#collapse-group-business .think-btn.active,
.scholarships-business .think-btn.active,
.open .dropdown-togglebody.business .think-btn,
.open .dropdown-toggle#group-business .think-btn,
.open .dropdown-toggle#collapse-group-business .think-btn,
.open .dropdown-toggle.scholarships-business .think-btn {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business .think-btn:active,
#group-business .think-btn:active,
#collapse-group-business .think-btn:active,
.scholarships-business .think-btn:active,
body.business .think-btn.active,
#group-business .think-btn.active,
#collapse-group-business .think-btn.active,
.scholarships-business .think-btn.active,
.open .dropdown-togglebody.business .think-btn,
.open .dropdown-toggle#group-business .think-btn,
.open .dropdown-toggle#collapse-group-business .think-btn,
.open .dropdown-toggle.scholarships-business .think-btn {
    background-image: none
}

body.business .think-btn.disabled,
#group-business .think-btn.disabled,
#collapse-group-business .think-btn.disabled,
.scholarships-business .think-btn.disabled,
body.business .think-btn[disabled],
#group-business .think-btn[disabled],
#collapse-group-business .think-btn[disabled],
.scholarships-business .think-btn[disabled],
fieldset[disabled] body.business .think-btn,
fieldset[disabled] #group-business .think-btn,
fieldset[disabled] #collapse-group-business .think-btn,
fieldset[disabled] .scholarships-business .think-btn,
body.business .think-btn.disabled:hover,
#group-business .think-btn.disabled:hover,
#collapse-group-business .think-btn.disabled:hover,
.scholarships-business .think-btn.disabled:hover,
body.business .think-btn[disabled]:hover,
#group-business .think-btn[disabled]:hover,
#collapse-group-business .think-btn[disabled]:hover,
.scholarships-business .think-btn[disabled]:hover,
fieldset[disabled] body.business .think-btn:hover,
fieldset[disabled] #group-business .think-btn:hover,
fieldset[disabled] #collapse-group-business .think-btn:hover,
fieldset[disabled] .scholarships-business .think-btn:hover,
body.business .think-btn.disabled:focus,
#group-business .think-btn.disabled:focus,
#collapse-group-business .think-btn.disabled:focus,
.scholarships-business .think-btn.disabled:focus,
body.business .think-btn[disabled]:focus,
#group-business .think-btn[disabled]:focus,
#collapse-group-business .think-btn[disabled]:focus,
.scholarships-business .think-btn[disabled]:focus,
fieldset[disabled] body.business .think-btn:focus,
fieldset[disabled] #group-business .think-btn:focus,
fieldset[disabled] #collapse-group-business .think-btn:focus,
fieldset[disabled] .scholarships-business .think-btn:focus,
body.business .think-btn.disabled:active,
#group-business .think-btn.disabled:active,
#collapse-group-business .think-btn.disabled:active,
.scholarships-business .think-btn.disabled:active,
body.business .think-btn[disabled]:active,
#group-business .think-btn[disabled]:active,
#collapse-group-business .think-btn[disabled]:active,
.scholarships-business .think-btn[disabled]:active,
fieldset[disabled] body.business .think-btn:active,
fieldset[disabled] #group-business .think-btn:active,
fieldset[disabled] #collapse-group-business .think-btn:active,
fieldset[disabled] .scholarships-business .think-btn:active,
body.business .think-btn.disabled.active,
#group-business .think-btn.disabled.active,
#collapse-group-business .think-btn.disabled.active,
.scholarships-business .think-btn.disabled.active,
body.business .think-btn[disabled].active,
#group-business .think-btn[disabled].active,
#collapse-group-business .think-btn[disabled].active,
.scholarships-business .think-btn[disabled].active,
fieldset[disabled] body.business .think-btn.active,
fieldset[disabled] #group-business .think-btn.active,
fieldset[disabled] #collapse-group-business .think-btn.active,
fieldset[disabled] .scholarships-business .think-btn.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business .think-btn .badge,
#group-business .think-btn .badge,
#collapse-group-business .think-btn .badge,
.scholarships-business .think-btn .badge {
    color: #c5203e;
    background-color: #fff
}

body.design .think-btn,
#group-design .think-btn,
#collapse-group-design .think-btn,
.scholarships-design .think-btn {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design .think-btn,
    #group-design .think-btn,
    #collapse-group-design .think-btn,
    .scholarships-design .think-btn {
        padding: 11px 20px
    }
}

body.design .think-btn:hover,
#group-design .think-btn:hover,
#collapse-group-design .think-btn:hover,
.scholarships-design .think-btn:hover,
body.design .think-btn:focus,
#group-design .think-btn:focus,
#collapse-group-design .think-btn:focus,
.scholarships-design .think-btn:focus,
body.design .think-btn:active,
#group-design .think-btn:active,
#collapse-group-design .think-btn:active,
.scholarships-design .think-btn:active,
body.design .think-btn.active,
#group-design .think-btn.active,
#collapse-group-design .think-btn.active,
.scholarships-design .think-btn.active,
.open .dropdown-togglebody.design .think-btn,
.open .dropdown-toggle#group-design .think-btn,
.open .dropdown-toggle#collapse-group-design .think-btn,
.open .dropdown-toggle.scholarships-design .think-btn {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design .think-btn:active,
#group-design .think-btn:active,
#collapse-group-design .think-btn:active,
.scholarships-design .think-btn:active,
body.design .think-btn.active,
#group-design .think-btn.active,
#collapse-group-design .think-btn.active,
.scholarships-design .think-btn.active,
.open .dropdown-togglebody.design .think-btn,
.open .dropdown-toggle#group-design .think-btn,
.open .dropdown-toggle#collapse-group-design .think-btn,
.open .dropdown-toggle.scholarships-design .think-btn {
    background-image: none
}

body.design .think-btn.disabled,
#group-design .think-btn.disabled,
#collapse-group-design .think-btn.disabled,
.scholarships-design .think-btn.disabled,
body.design .think-btn[disabled],
#group-design .think-btn[disabled],
#collapse-group-design .think-btn[disabled],
.scholarships-design .think-btn[disabled],
fieldset[disabled] body.design .think-btn,
fieldset[disabled] #group-design .think-btn,
fieldset[disabled] #collapse-group-design .think-btn,
fieldset[disabled] .scholarships-design .think-btn,
body.design .think-btn.disabled:hover,
#group-design .think-btn.disabled:hover,
#collapse-group-design .think-btn.disabled:hover,
.scholarships-design .think-btn.disabled:hover,
body.design .think-btn[disabled]:hover,
#group-design .think-btn[disabled]:hover,
#collapse-group-design .think-btn[disabled]:hover,
.scholarships-design .think-btn[disabled]:hover,
fieldset[disabled] body.design .think-btn:hover,
fieldset[disabled] #group-design .think-btn:hover,
fieldset[disabled] #collapse-group-design .think-btn:hover,
fieldset[disabled] .scholarships-design .think-btn:hover,
body.design .think-btn.disabled:focus,
#group-design .think-btn.disabled:focus,
#collapse-group-design .think-btn.disabled:focus,
.scholarships-design .think-btn.disabled:focus,
body.design .think-btn[disabled]:focus,
#group-design .think-btn[disabled]:focus,
#collapse-group-design .think-btn[disabled]:focus,
.scholarships-design .think-btn[disabled]:focus,
fieldset[disabled] body.design .think-btn:focus,
fieldset[disabled] #group-design .think-btn:focus,
fieldset[disabled] #collapse-group-design .think-btn:focus,
fieldset[disabled] .scholarships-design .think-btn:focus,
body.design .think-btn.disabled:active,
#group-design .think-btn.disabled:active,
#collapse-group-design .think-btn.disabled:active,
.scholarships-design .think-btn.disabled:active,
body.design .think-btn[disabled]:active,
#group-design .think-btn[disabled]:active,
#collapse-group-design .think-btn[disabled]:active,
.scholarships-design .think-btn[disabled]:active,
fieldset[disabled] body.design .think-btn:active,
fieldset[disabled] #group-design .think-btn:active,
fieldset[disabled] #collapse-group-design .think-btn:active,
fieldset[disabled] .scholarships-design .think-btn:active,
body.design .think-btn.disabled.active,
#group-design .think-btn.disabled.active,
#collapse-group-design .think-btn.disabled.active,
.scholarships-design .think-btn.disabled.active,
body.design .think-btn[disabled].active,
#group-design .think-btn[disabled].active,
#collapse-group-design .think-btn[disabled].active,
.scholarships-design .think-btn[disabled].active,
fieldset[disabled] body.design .think-btn.active,
fieldset[disabled] #group-design .think-btn.active,
fieldset[disabled] #collapse-group-design .think-btn.active,
fieldset[disabled] .scholarships-design .think-btn.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design .think-btn .badge,
#group-design .think-btn .badge,
#collapse-group-design .think-btn .badge,
.scholarships-design .think-btn .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health .think-btn,
#group-health .think-btn,
#collapse-group-health .think-btn,
.scholarships-health .think-btn {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health .think-btn,
    #group-health .think-btn,
    #collapse-group-health .think-btn,
    .scholarships-health .think-btn {
        padding: 11px 20px
    }
}

body.health .think-btn:hover,
#group-health .think-btn:hover,
#collapse-group-health .think-btn:hover,
.scholarships-health .think-btn:hover,
body.health .think-btn:focus,
#group-health .think-btn:focus,
#collapse-group-health .think-btn:focus,
.scholarships-health .think-btn:focus,
body.health .think-btn:active,
#group-health .think-btn:active,
#collapse-group-health .think-btn:active,
.scholarships-health .think-btn:active,
body.health .think-btn.active,
#group-health .think-btn.active,
#collapse-group-health .think-btn.active,
.scholarships-health .think-btn.active,
.open .dropdown-togglebody.health .think-btn,
.open .dropdown-toggle#group-health .think-btn,
.open .dropdown-toggle#collapse-group-health .think-btn,
.open .dropdown-toggle.scholarships-health .think-btn {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health .think-btn:active,
#group-health .think-btn:active,
#collapse-group-health .think-btn:active,
.scholarships-health .think-btn:active,
body.health .think-btn.active,
#group-health .think-btn.active,
#collapse-group-health .think-btn.active,
.scholarships-health .think-btn.active,
.open .dropdown-togglebody.health .think-btn,
.open .dropdown-toggle#group-health .think-btn,
.open .dropdown-toggle#collapse-group-health .think-btn,
.open .dropdown-toggle.scholarships-health .think-btn {
    background-image: none
}

body.health .think-btn.disabled,
#group-health .think-btn.disabled,
#collapse-group-health .think-btn.disabled,
.scholarships-health .think-btn.disabled,
body.health .think-btn[disabled],
#group-health .think-btn[disabled],
#collapse-group-health .think-btn[disabled],
.scholarships-health .think-btn[disabled],
fieldset[disabled] body.health .think-btn,
fieldset[disabled] #group-health .think-btn,
fieldset[disabled] #collapse-group-health .think-btn,
fieldset[disabled] .scholarships-health .think-btn,
body.health .think-btn.disabled:hover,
#group-health .think-btn.disabled:hover,
#collapse-group-health .think-btn.disabled:hover,
.scholarships-health .think-btn.disabled:hover,
body.health .think-btn[disabled]:hover,
#group-health .think-btn[disabled]:hover,
#collapse-group-health .think-btn[disabled]:hover,
.scholarships-health .think-btn[disabled]:hover,
fieldset[disabled] body.health .think-btn:hover,
fieldset[disabled] #group-health .think-btn:hover,
fieldset[disabled] #collapse-group-health .think-btn:hover,
fieldset[disabled] .scholarships-health .think-btn:hover,
body.health .think-btn.disabled:focus,
#group-health .think-btn.disabled:focus,
#collapse-group-health .think-btn.disabled:focus,
.scholarships-health .think-btn.disabled:focus,
body.health .think-btn[disabled]:focus,
#group-health .think-btn[disabled]:focus,
#collapse-group-health .think-btn[disabled]:focus,
.scholarships-health .think-btn[disabled]:focus,
fieldset[disabled] body.health .think-btn:focus,
fieldset[disabled] #group-health .think-btn:focus,
fieldset[disabled] #collapse-group-health .think-btn:focus,
fieldset[disabled] .scholarships-health .think-btn:focus,
body.health .think-btn.disabled:active,
#group-health .think-btn.disabled:active,
#collapse-group-health .think-btn.disabled:active,
.scholarships-health .think-btn.disabled:active,
body.health .think-btn[disabled]:active,
#group-health .think-btn[disabled]:active,
#collapse-group-health .think-btn[disabled]:active,
.scholarships-health .think-btn[disabled]:active,
fieldset[disabled] body.health .think-btn:active,
fieldset[disabled] #group-health .think-btn:active,
fieldset[disabled] #collapse-group-health .think-btn:active,
fieldset[disabled] .scholarships-health .think-btn:active,
body.health .think-btn.disabled.active,
#group-health .think-btn.disabled.active,
#collapse-group-health .think-btn.disabled.active,
.scholarships-health .think-btn.disabled.active,
body.health .think-btn[disabled].active,
#group-health .think-btn[disabled].active,
#collapse-group-health .think-btn[disabled].active,
.scholarships-health .think-btn[disabled].active,
fieldset[disabled] body.health .think-btn.active,
fieldset[disabled] #group-health .think-btn.active,
fieldset[disabled] #collapse-group-health .think-btn.active,
fieldset[disabled] .scholarships-health .think-btn.active {
    background-color: #873494;
    border-color: #873494
}

body.health .think-btn .badge,
#group-health .think-btn .badge,
#collapse-group-health .think-btn .badge,
.scholarships-health .think-btn .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality .think-btn,
#group-hospitality .think-btn,
#collapse-group-hospitality .think-btn,
.scholarships-hospitality .think-btn {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality .think-btn,
    #group-hospitality .think-btn,
    #collapse-group-hospitality .think-btn,
    .scholarships-hospitality .think-btn {
        padding: 11px 20px
    }
}

body.hospitality .think-btn:hover,
#group-hospitality .think-btn:hover,
#collapse-group-hospitality .think-btn:hover,
.scholarships-hospitality .think-btn:hover,
body.hospitality .think-btn:focus,
#group-hospitality .think-btn:focus,
#collapse-group-hospitality .think-btn:focus,
.scholarships-hospitality .think-btn:focus,
body.hospitality .think-btn:active,
#group-hospitality .think-btn:active,
#collapse-group-hospitality .think-btn:active,
.scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.active,
#group-hospitality .think-btn.active,
#collapse-group-hospitality .think-btn.active,
.scholarships-hospitality .think-btn.active,
.open .dropdown-togglebody.hospitality .think-btn,
.open .dropdown-toggle#group-hospitality .think-btn,
.open .dropdown-toggle#collapse-group-hospitality .think-btn,
.open .dropdown-toggle.scholarships-hospitality .think-btn {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality .think-btn:active,
#group-hospitality .think-btn:active,
#collapse-group-hospitality .think-btn:active,
.scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.active,
#group-hospitality .think-btn.active,
#collapse-group-hospitality .think-btn.active,
.scholarships-hospitality .think-btn.active,
.open .dropdown-togglebody.hospitality .think-btn,
.open .dropdown-toggle#group-hospitality .think-btn,
.open .dropdown-toggle#collapse-group-hospitality .think-btn,
.open .dropdown-toggle.scholarships-hospitality .think-btn {
    background-image: none
}

body.hospitality .think-btn.disabled,
#group-hospitality .think-btn.disabled,
#collapse-group-hospitality .think-btn.disabled,
.scholarships-hospitality .think-btn.disabled,
body.hospitality .think-btn[disabled],
#group-hospitality .think-btn[disabled],
#collapse-group-hospitality .think-btn[disabled],
.scholarships-hospitality .think-btn[disabled],
fieldset[disabled] body.hospitality .think-btn,
fieldset[disabled] #group-hospitality .think-btn,
fieldset[disabled] #collapse-group-hospitality .think-btn,
fieldset[disabled] .scholarships-hospitality .think-btn,
body.hospitality .think-btn.disabled:hover,
#group-hospitality .think-btn.disabled:hover,
#collapse-group-hospitality .think-btn.disabled:hover,
.scholarships-hospitality .think-btn.disabled:hover,
body.hospitality .think-btn[disabled]:hover,
#group-hospitality .think-btn[disabled]:hover,
#collapse-group-hospitality .think-btn[disabled]:hover,
.scholarships-hospitality .think-btn[disabled]:hover,
fieldset[disabled] body.hospitality .think-btn:hover,
fieldset[disabled] #group-hospitality .think-btn:hover,
fieldset[disabled] #collapse-group-hospitality .think-btn:hover,
fieldset[disabled] .scholarships-hospitality .think-btn:hover,
body.hospitality .think-btn.disabled:focus,
#group-hospitality .think-btn.disabled:focus,
#collapse-group-hospitality .think-btn.disabled:focus,
.scholarships-hospitality .think-btn.disabled:focus,
body.hospitality .think-btn[disabled]:focus,
#group-hospitality .think-btn[disabled]:focus,
#collapse-group-hospitality .think-btn[disabled]:focus,
.scholarships-hospitality .think-btn[disabled]:focus,
fieldset[disabled] body.hospitality .think-btn:focus,
fieldset[disabled] #group-hospitality .think-btn:focus,
fieldset[disabled] #collapse-group-hospitality .think-btn:focus,
fieldset[disabled] .scholarships-hospitality .think-btn:focus,
body.hospitality .think-btn.disabled:active,
#group-hospitality .think-btn.disabled:active,
#collapse-group-hospitality .think-btn.disabled:active,
.scholarships-hospitality .think-btn.disabled:active,
body.hospitality .think-btn[disabled]:active,
#group-hospitality .think-btn[disabled]:active,
#collapse-group-hospitality .think-btn[disabled]:active,
.scholarships-hospitality .think-btn[disabled]:active,
fieldset[disabled] body.hospitality .think-btn:active,
fieldset[disabled] #group-hospitality .think-btn:active,
fieldset[disabled] #collapse-group-hospitality .think-btn:active,
fieldset[disabled] .scholarships-hospitality .think-btn:active,
body.hospitality .think-btn.disabled.active,
#group-hospitality .think-btn.disabled.active,
#collapse-group-hospitality .think-btn.disabled.active,
.scholarships-hospitality .think-btn.disabled.active,
body.hospitality .think-btn[disabled].active,
#group-hospitality .think-btn[disabled].active,
#collapse-group-hospitality .think-btn[disabled].active,
.scholarships-hospitality .think-btn[disabled].active,
fieldset[disabled] body.hospitality .think-btn.active,
fieldset[disabled] #group-hospitality .think-btn.active,
fieldset[disabled] #collapse-group-hospitality .think-btn.active,
fieldset[disabled] .scholarships-hospitality .think-btn.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality .think-btn .badge,
#group-hospitality .think-btn .badge,
#collapse-group-hospitality .think-btn .badge,
.scholarships-hospitality .think-btn .badge {
    color: #00bcd3;
    background-color: #fff
}

.btn-pink {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-pink:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-pink {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-pink {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-pink {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-pink {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-pink {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-pink {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-pink {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-pink {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-pink {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-pink {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-pink {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-pink {
        padding: 11px 20px
    }
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    background-image: none
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.btn-pink .badge {
    color: #ed1c8f;
    background-color: #fff
}

.btn-purple {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-purple:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-purple {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-purple {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-purple {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-purple {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-purple {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-purple {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-purple {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-purple {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-purple {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-purple {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-purple {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-purple {
        padding: 11px 20px
    }
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #873494;
    border-color: #873494
}

.btn-purple .badge {
    color: #873494;
    background-color: #fff
}

.btn-red {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-red:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-red {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-red {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-red {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-red {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-red {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-red {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-red {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-red {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-red {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-red {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-red {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-red {
        padding: 11px 20px
    }
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    background-image: none
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.btn-red .badge {
    color: #c5203e;
    background-color: #fff
}

.btn-blue {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-blue:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-blue {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-blue {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-blue {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-blue {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-blue {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-blue {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-blue {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-blue {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-blue {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-blue {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-blue {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-blue {
        padding: 11px 20px
    }
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.btn-blue .badge {
    color: #00bcd3;
    background-color: #fff
}

.btn-green {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-green:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-green {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-green {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-green {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-green {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-green {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-green {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-green {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-green {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-green {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-green {
        padding: 11px 20px
    }
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.btn-green .badge {
    color: #2dc489;
    background-color: #fff
}

.btn-green-dark {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #363737;
    border-color: #0b2720;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.btn-green-dark:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .btn-green-dark {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .btn-green-dark {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .btn-green-dark {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .btn-green-dark {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .btn-green-dark {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .btn-green-dark {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .btn-green-dark {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .btn-green-dark {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .btn-green-dark {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .btn-green-dark {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .btn-green-dark {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .btn-green-dark {
        padding: 11px 20px
    }
}

.btn-green-dark:hover,
.btn-green-dark:focus,
.btn-green-dark:active,
.btn-green-dark.active,
.open .dropdown-toggle.btn-green-dark {
    color: #fff;
    background-color: #222;
    border-color: #000;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.btn-green-dark:active,
.btn-green-dark.active,
.open .dropdown-toggle.btn-green-dark {
    background-image: none
}

.btn-green-dark.disabled,
.btn-green-dark[disabled],
fieldset[disabled] .btn-green-dark,
.btn-green-dark.disabled:hover,
.btn-green-dark[disabled]:hover,
fieldset[disabled] .btn-green-dark:hover,
.btn-green-dark.disabled:focus,
.btn-green-dark[disabled]:focus,
fieldset[disabled] .btn-green-dark:focus,
.btn-green-dark.disabled:active,
.btn-green-dark[disabled]:active,
fieldset[disabled] .btn-green-dark:active,
.btn-green-dark.disabled.active,
.btn-green-dark[disabled].active,
fieldset[disabled] .btn-green-dark.active {
    background-color: #363737;
    border-color: #0b2720
}

.btn-green-dark .badge {
    color: #363737;
    background-color: #fff
}

.think-btn-ext {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

.think-btn-ext:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .think-btn-ext {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .think-btn-ext {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .think-btn-ext {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .think-btn-ext {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .think-btn-ext {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .think-btn-ext {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .think-btn-ext {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .think-btn-ext {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .think-btn-ext {
        padding: 11px 20px
    }
}

.think-btn-ext:hover,
.think-btn-ext:focus,
.think-btn-ext:active,
.think-btn-ext.active,
.open .dropdown-toggle.think-btn-ext {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.think-btn-ext:active,
.think-btn-ext.active,
.open .dropdown-toggle.think-btn-ext {
    background-image: none
}

.think-btn-ext.disabled,
.think-btn-ext[disabled],
fieldset[disabled] .think-btn-ext,
.think-btn-ext.disabled:hover,
.think-btn-ext[disabled]:hover,
fieldset[disabled] .think-btn-ext:hover,
.think-btn-ext.disabled:focus,
.think-btn-ext[disabled]:focus,
fieldset[disabled] .think-btn-ext:focus,
.think-btn-ext.disabled:active,
.think-btn-ext[disabled]:active,
fieldset[disabled] .think-btn-ext:active,
.think-btn-ext.disabled.active,
.think-btn-ext[disabled].active,
fieldset[disabled] .think-btn-ext.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.think-btn-ext .badge {
    color: #2dc489;
    background-color: #fff
}

body.business .think-btn-ext,
#group-business .think-btn-ext,
#collapse-group-business .think-btn-ext,
.scholarships-business .think-btn-ext {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business .think-btn-ext,
    #group-business .think-btn-ext,
    #collapse-group-business .think-btn-ext,
    .scholarships-business .think-btn-ext {
        padding: 11px 20px
    }
}

body.business .think-btn-ext:hover,
#group-business .think-btn-ext:hover,
#collapse-group-business .think-btn-ext:hover,
.scholarships-business .think-btn-ext:hover,
body.business .think-btn-ext:focus,
#group-business .think-btn-ext:focus,
#collapse-group-business .think-btn-ext:focus,
.scholarships-business .think-btn-ext:focus,
body.business .think-btn-ext:active,
#group-business .think-btn-ext:active,
#collapse-group-business .think-btn-ext:active,
.scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.active,
#group-business .think-btn-ext.active,
#collapse-group-business .think-btn-ext.active,
.scholarships-business .think-btn-ext.active,
.open .dropdown-togglebody.business .think-btn-ext,
.open .dropdown-toggle#group-business .think-btn-ext,
.open .dropdown-toggle#collapse-group-business .think-btn-ext,
.open .dropdown-toggle.scholarships-business .think-btn-ext {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business .think-btn-ext:active,
#group-business .think-btn-ext:active,
#collapse-group-business .think-btn-ext:active,
.scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.active,
#group-business .think-btn-ext.active,
#collapse-group-business .think-btn-ext.active,
.scholarships-business .think-btn-ext.active,
.open .dropdown-togglebody.business .think-btn-ext,
.open .dropdown-toggle#group-business .think-btn-ext,
.open .dropdown-toggle#collapse-group-business .think-btn-ext,
.open .dropdown-toggle.scholarships-business .think-btn-ext {
    background-image: none
}

body.business .think-btn-ext.disabled,
#group-business .think-btn-ext.disabled,
#collapse-group-business .think-btn-ext.disabled,
.scholarships-business .think-btn-ext.disabled,
body.business .think-btn-ext[disabled],
#group-business .think-btn-ext[disabled],
#collapse-group-business .think-btn-ext[disabled],
.scholarships-business .think-btn-ext[disabled],
fieldset[disabled] body.business .think-btn-ext,
fieldset[disabled] #group-business .think-btn-ext,
fieldset[disabled] #collapse-group-business .think-btn-ext,
fieldset[disabled] .scholarships-business .think-btn-ext,
body.business .think-btn-ext.disabled:hover,
#group-business .think-btn-ext.disabled:hover,
#collapse-group-business .think-btn-ext.disabled:hover,
.scholarships-business .think-btn-ext.disabled:hover,
body.business .think-btn-ext[disabled]:hover,
#group-business .think-btn-ext[disabled]:hover,
#collapse-group-business .think-btn-ext[disabled]:hover,
.scholarships-business .think-btn-ext[disabled]:hover,
fieldset[disabled] body.business .think-btn-ext:hover,
fieldset[disabled] #group-business .think-btn-ext:hover,
fieldset[disabled] #collapse-group-business .think-btn-ext:hover,
fieldset[disabled] .scholarships-business .think-btn-ext:hover,
body.business .think-btn-ext.disabled:focus,
#group-business .think-btn-ext.disabled:focus,
#collapse-group-business .think-btn-ext.disabled:focus,
.scholarships-business .think-btn-ext.disabled:focus,
body.business .think-btn-ext[disabled]:focus,
#group-business .think-btn-ext[disabled]:focus,
#collapse-group-business .think-btn-ext[disabled]:focus,
.scholarships-business .think-btn-ext[disabled]:focus,
fieldset[disabled] body.business .think-btn-ext:focus,
fieldset[disabled] #group-business .think-btn-ext:focus,
fieldset[disabled] #collapse-group-business .think-btn-ext:focus,
fieldset[disabled] .scholarships-business .think-btn-ext:focus,
body.business .think-btn-ext.disabled:active,
#group-business .think-btn-ext.disabled:active,
#collapse-group-business .think-btn-ext.disabled:active,
.scholarships-business .think-btn-ext.disabled:active,
body.business .think-btn-ext[disabled]:active,
#group-business .think-btn-ext[disabled]:active,
#collapse-group-business .think-btn-ext[disabled]:active,
.scholarships-business .think-btn-ext[disabled]:active,
fieldset[disabled] body.business .think-btn-ext:active,
fieldset[disabled] #group-business .think-btn-ext:active,
fieldset[disabled] #collapse-group-business .think-btn-ext:active,
fieldset[disabled] .scholarships-business .think-btn-ext:active,
body.business .think-btn-ext.disabled.active,
#group-business .think-btn-ext.disabled.active,
#collapse-group-business .think-btn-ext.disabled.active,
.scholarships-business .think-btn-ext.disabled.active,
body.business .think-btn-ext[disabled].active,
#group-business .think-btn-ext[disabled].active,
#collapse-group-business .think-btn-ext[disabled].active,
.scholarships-business .think-btn-ext[disabled].active,
fieldset[disabled] body.business .think-btn-ext.active,
fieldset[disabled] #group-business .think-btn-ext.active,
fieldset[disabled] #collapse-group-business .think-btn-ext.active,
fieldset[disabled] .scholarships-business .think-btn-ext.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business .think-btn-ext .badge,
#group-business .think-btn-ext .badge,
#collapse-group-business .think-btn-ext .badge,
.scholarships-business .think-btn-ext .badge {
    color: #c5203e;
    background-color: #fff
}

body.design .think-btn-ext,
#group-design .think-btn-ext,
#collapse-group-design .think-btn-ext,
.scholarships-design .think-btn-ext {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design .think-btn-ext,
    #group-design .think-btn-ext,
    #collapse-group-design .think-btn-ext,
    .scholarships-design .think-btn-ext {
        padding: 11px 20px
    }
}

body.design .think-btn-ext:hover,
#group-design .think-btn-ext:hover,
#collapse-group-design .think-btn-ext:hover,
.scholarships-design .think-btn-ext:hover,
body.design .think-btn-ext:focus,
#group-design .think-btn-ext:focus,
#collapse-group-design .think-btn-ext:focus,
.scholarships-design .think-btn-ext:focus,
body.design .think-btn-ext:active,
#group-design .think-btn-ext:active,
#collapse-group-design .think-btn-ext:active,
.scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.active,
#group-design .think-btn-ext.active,
#collapse-group-design .think-btn-ext.active,
.scholarships-design .think-btn-ext.active,
.open .dropdown-togglebody.design .think-btn-ext,
.open .dropdown-toggle#group-design .think-btn-ext,
.open .dropdown-toggle#collapse-group-design .think-btn-ext,
.open .dropdown-toggle.scholarships-design .think-btn-ext {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design .think-btn-ext:active,
#group-design .think-btn-ext:active,
#collapse-group-design .think-btn-ext:active,
.scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.active,
#group-design .think-btn-ext.active,
#collapse-group-design .think-btn-ext.active,
.scholarships-design .think-btn-ext.active,
.open .dropdown-togglebody.design .think-btn-ext,
.open .dropdown-toggle#group-design .think-btn-ext,
.open .dropdown-toggle#collapse-group-design .think-btn-ext,
.open .dropdown-toggle.scholarships-design .think-btn-ext {
    background-image: none
}

body.design .think-btn-ext.disabled,
#group-design .think-btn-ext.disabled,
#collapse-group-design .think-btn-ext.disabled,
.scholarships-design .think-btn-ext.disabled,
body.design .think-btn-ext[disabled],
#group-design .think-btn-ext[disabled],
#collapse-group-design .think-btn-ext[disabled],
.scholarships-design .think-btn-ext[disabled],
fieldset[disabled] body.design .think-btn-ext,
fieldset[disabled] #group-design .think-btn-ext,
fieldset[disabled] #collapse-group-design .think-btn-ext,
fieldset[disabled] .scholarships-design .think-btn-ext,
body.design .think-btn-ext.disabled:hover,
#group-design .think-btn-ext.disabled:hover,
#collapse-group-design .think-btn-ext.disabled:hover,
.scholarships-design .think-btn-ext.disabled:hover,
body.design .think-btn-ext[disabled]:hover,
#group-design .think-btn-ext[disabled]:hover,
#collapse-group-design .think-btn-ext[disabled]:hover,
.scholarships-design .think-btn-ext[disabled]:hover,
fieldset[disabled] body.design .think-btn-ext:hover,
fieldset[disabled] #group-design .think-btn-ext:hover,
fieldset[disabled] #collapse-group-design .think-btn-ext:hover,
fieldset[disabled] .scholarships-design .think-btn-ext:hover,
body.design .think-btn-ext.disabled:focus,
#group-design .think-btn-ext.disabled:focus,
#collapse-group-design .think-btn-ext.disabled:focus,
.scholarships-design .think-btn-ext.disabled:focus,
body.design .think-btn-ext[disabled]:focus,
#group-design .think-btn-ext[disabled]:focus,
#collapse-group-design .think-btn-ext[disabled]:focus,
.scholarships-design .think-btn-ext[disabled]:focus,
fieldset[disabled] body.design .think-btn-ext:focus,
fieldset[disabled] #group-design .think-btn-ext:focus,
fieldset[disabled] #collapse-group-design .think-btn-ext:focus,
fieldset[disabled] .scholarships-design .think-btn-ext:focus,
body.design .think-btn-ext.disabled:active,
#group-design .think-btn-ext.disabled:active,
#collapse-group-design .think-btn-ext.disabled:active,
.scholarships-design .think-btn-ext.disabled:active,
body.design .think-btn-ext[disabled]:active,
#group-design .think-btn-ext[disabled]:active,
#collapse-group-design .think-btn-ext[disabled]:active,
.scholarships-design .think-btn-ext[disabled]:active,
fieldset[disabled] body.design .think-btn-ext:active,
fieldset[disabled] #group-design .think-btn-ext:active,
fieldset[disabled] #collapse-group-design .think-btn-ext:active,
fieldset[disabled] .scholarships-design .think-btn-ext:active,
body.design .think-btn-ext.disabled.active,
#group-design .think-btn-ext.disabled.active,
#collapse-group-design .think-btn-ext.disabled.active,
.scholarships-design .think-btn-ext.disabled.active,
body.design .think-btn-ext[disabled].active,
#group-design .think-btn-ext[disabled].active,
#collapse-group-design .think-btn-ext[disabled].active,
.scholarships-design .think-btn-ext[disabled].active,
fieldset[disabled] body.design .think-btn-ext.active,
fieldset[disabled] #group-design .think-btn-ext.active,
fieldset[disabled] #collapse-group-design .think-btn-ext.active,
fieldset[disabled] .scholarships-design .think-btn-ext.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design .think-btn-ext .badge,
#group-design .think-btn-ext .badge,
#collapse-group-design .think-btn-ext .badge,
.scholarships-design .think-btn-ext .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health .think-btn-ext,
#group-health .think-btn-ext,
#collapse-group-health .think-btn-ext,
.scholarships-health .think-btn-ext {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health .think-btn-ext,
    #group-health .think-btn-ext,
    #collapse-group-health .think-btn-ext,
    .scholarships-health .think-btn-ext {
        padding: 11px 20px
    }
}

body.health .think-btn-ext:hover,
#group-health .think-btn-ext:hover,
#collapse-group-health .think-btn-ext:hover,
.scholarships-health .think-btn-ext:hover,
body.health .think-btn-ext:focus,
#group-health .think-btn-ext:focus,
#collapse-group-health .think-btn-ext:focus,
.scholarships-health .think-btn-ext:focus,
body.health .think-btn-ext:active,
#group-health .think-btn-ext:active,
#collapse-group-health .think-btn-ext:active,
.scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.active,
#group-health .think-btn-ext.active,
#collapse-group-health .think-btn-ext.active,
.scholarships-health .think-btn-ext.active,
.open .dropdown-togglebody.health .think-btn-ext,
.open .dropdown-toggle#group-health .think-btn-ext,
.open .dropdown-toggle#collapse-group-health .think-btn-ext,
.open .dropdown-toggle.scholarships-health .think-btn-ext {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health .think-btn-ext:active,
#group-health .think-btn-ext:active,
#collapse-group-health .think-btn-ext:active,
.scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.active,
#group-health .think-btn-ext.active,
#collapse-group-health .think-btn-ext.active,
.scholarships-health .think-btn-ext.active,
.open .dropdown-togglebody.health .think-btn-ext,
.open .dropdown-toggle#group-health .think-btn-ext,
.open .dropdown-toggle#collapse-group-health .think-btn-ext,
.open .dropdown-toggle.scholarships-health .think-btn-ext {
    background-image: none
}

body.health .think-btn-ext.disabled,
#group-health .think-btn-ext.disabled,
#collapse-group-health .think-btn-ext.disabled,
.scholarships-health .think-btn-ext.disabled,
body.health .think-btn-ext[disabled],
#group-health .think-btn-ext[disabled],
#collapse-group-health .think-btn-ext[disabled],
.scholarships-health .think-btn-ext[disabled],
fieldset[disabled] body.health .think-btn-ext,
fieldset[disabled] #group-health .think-btn-ext,
fieldset[disabled] #collapse-group-health .think-btn-ext,
fieldset[disabled] .scholarships-health .think-btn-ext,
body.health .think-btn-ext.disabled:hover,
#group-health .think-btn-ext.disabled:hover,
#collapse-group-health .think-btn-ext.disabled:hover,
.scholarships-health .think-btn-ext.disabled:hover,
body.health .think-btn-ext[disabled]:hover,
#group-health .think-btn-ext[disabled]:hover,
#collapse-group-health .think-btn-ext[disabled]:hover,
.scholarships-health .think-btn-ext[disabled]:hover,
fieldset[disabled] body.health .think-btn-ext:hover,
fieldset[disabled] #group-health .think-btn-ext:hover,
fieldset[disabled] #collapse-group-health .think-btn-ext:hover,
fieldset[disabled] .scholarships-health .think-btn-ext:hover,
body.health .think-btn-ext.disabled:focus,
#group-health .think-btn-ext.disabled:focus,
#collapse-group-health .think-btn-ext.disabled:focus,
.scholarships-health .think-btn-ext.disabled:focus,
body.health .think-btn-ext[disabled]:focus,
#group-health .think-btn-ext[disabled]:focus,
#collapse-group-health .think-btn-ext[disabled]:focus,
.scholarships-health .think-btn-ext[disabled]:focus,
fieldset[disabled] body.health .think-btn-ext:focus,
fieldset[disabled] #group-health .think-btn-ext:focus,
fieldset[disabled] #collapse-group-health .think-btn-ext:focus,
fieldset[disabled] .scholarships-health .think-btn-ext:focus,
body.health .think-btn-ext.disabled:active,
#group-health .think-btn-ext.disabled:active,
#collapse-group-health .think-btn-ext.disabled:active,
.scholarships-health .think-btn-ext.disabled:active,
body.health .think-btn-ext[disabled]:active,
#group-health .think-btn-ext[disabled]:active,
#collapse-group-health .think-btn-ext[disabled]:active,
.scholarships-health .think-btn-ext[disabled]:active,
fieldset[disabled] body.health .think-btn-ext:active,
fieldset[disabled] #group-health .think-btn-ext:active,
fieldset[disabled] #collapse-group-health .think-btn-ext:active,
fieldset[disabled] .scholarships-health .think-btn-ext:active,
body.health .think-btn-ext.disabled.active,
#group-health .think-btn-ext.disabled.active,
#collapse-group-health .think-btn-ext.disabled.active,
.scholarships-health .think-btn-ext.disabled.active,
body.health .think-btn-ext[disabled].active,
#group-health .think-btn-ext[disabled].active,
#collapse-group-health .think-btn-ext[disabled].active,
.scholarships-health .think-btn-ext[disabled].active,
fieldset[disabled] body.health .think-btn-ext.active,
fieldset[disabled] #group-health .think-btn-ext.active,
fieldset[disabled] #collapse-group-health .think-btn-ext.active,
fieldset[disabled] .scholarships-health .think-btn-ext.active {
    background-color: #873494;
    border-color: #873494
}

body.health .think-btn-ext .badge,
#group-health .think-btn-ext .badge,
#collapse-group-health .think-btn-ext .badge,
.scholarships-health .think-btn-ext .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality .think-btn-ext,
#group-hospitality .think-btn-ext,
#collapse-group-hospitality .think-btn-ext,
.scholarships-hospitality .think-btn-ext {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality .think-btn-ext,
    #group-hospitality .think-btn-ext,
    #collapse-group-hospitality .think-btn-ext,
    .scholarships-hospitality .think-btn-ext {
        padding: 11px 20px
    }
}

body.hospitality .think-btn-ext:hover,
#group-hospitality .think-btn-ext:hover,
#collapse-group-hospitality .think-btn-ext:hover,
.scholarships-hospitality .think-btn-ext:hover,
body.hospitality .think-btn-ext:focus,
#group-hospitality .think-btn-ext:focus,
#collapse-group-hospitality .think-btn-ext:focus,
.scholarships-hospitality .think-btn-ext:focus,
body.hospitality .think-btn-ext:active,
#group-hospitality .think-btn-ext:active,
#collapse-group-hospitality .think-btn-ext:active,
.scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.active,
#group-hospitality .think-btn-ext.active,
#collapse-group-hospitality .think-btn-ext.active,
.scholarships-hospitality .think-btn-ext.active,
.open .dropdown-togglebody.hospitality .think-btn-ext,
.open .dropdown-toggle#group-hospitality .think-btn-ext,
.open .dropdown-toggle#collapse-group-hospitality .think-btn-ext,
.open .dropdown-toggle.scholarships-hospitality .think-btn-ext {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality .think-btn-ext:active,
#group-hospitality .think-btn-ext:active,
#collapse-group-hospitality .think-btn-ext:active,
.scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.active,
#group-hospitality .think-btn-ext.active,
#collapse-group-hospitality .think-btn-ext.active,
.scholarships-hospitality .think-btn-ext.active,
.open .dropdown-togglebody.hospitality .think-btn-ext,
.open .dropdown-toggle#group-hospitality .think-btn-ext,
.open .dropdown-toggle#collapse-group-hospitality .think-btn-ext,
.open .dropdown-toggle.scholarships-hospitality .think-btn-ext {
    background-image: none
}

body.hospitality .think-btn-ext.disabled,
#group-hospitality .think-btn-ext.disabled,
#collapse-group-hospitality .think-btn-ext.disabled,
.scholarships-hospitality .think-btn-ext.disabled,
body.hospitality .think-btn-ext[disabled],
#group-hospitality .think-btn-ext[disabled],
#collapse-group-hospitality .think-btn-ext[disabled],
.scholarships-hospitality .think-btn-ext[disabled],
fieldset[disabled] body.hospitality .think-btn-ext,
fieldset[disabled] #group-hospitality .think-btn-ext,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext,
fieldset[disabled] .scholarships-hospitality .think-btn-ext,
body.hospitality .think-btn-ext.disabled:hover,
#group-hospitality .think-btn-ext.disabled:hover,
#collapse-group-hospitality .think-btn-ext.disabled:hover,
.scholarships-hospitality .think-btn-ext.disabled:hover,
body.hospitality .think-btn-ext[disabled]:hover,
#group-hospitality .think-btn-ext[disabled]:hover,
#collapse-group-hospitality .think-btn-ext[disabled]:hover,
.scholarships-hospitality .think-btn-ext[disabled]:hover,
fieldset[disabled] body.hospitality .think-btn-ext:hover,
fieldset[disabled] #group-hospitality .think-btn-ext:hover,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:hover,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:hover,
body.hospitality .think-btn-ext.disabled:focus,
#group-hospitality .think-btn-ext.disabled:focus,
#collapse-group-hospitality .think-btn-ext.disabled:focus,
.scholarships-hospitality .think-btn-ext.disabled:focus,
body.hospitality .think-btn-ext[disabled]:focus,
#group-hospitality .think-btn-ext[disabled]:focus,
#collapse-group-hospitality .think-btn-ext[disabled]:focus,
.scholarships-hospitality .think-btn-ext[disabled]:focus,
fieldset[disabled] body.hospitality .think-btn-ext:focus,
fieldset[disabled] #group-hospitality .think-btn-ext:focus,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:focus,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:focus,
body.hospitality .think-btn-ext.disabled:active,
#group-hospitality .think-btn-ext.disabled:active,
#collapse-group-hospitality .think-btn-ext.disabled:active,
.scholarships-hospitality .think-btn-ext.disabled:active,
body.hospitality .think-btn-ext[disabled]:active,
#group-hospitality .think-btn-ext[disabled]:active,
#collapse-group-hospitality .think-btn-ext[disabled]:active,
.scholarships-hospitality .think-btn-ext[disabled]:active,
fieldset[disabled] body.hospitality .think-btn-ext:active,
fieldset[disabled] #group-hospitality .think-btn-ext:active,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext:active,
fieldset[disabled] .scholarships-hospitality .think-btn-ext:active,
body.hospitality .think-btn-ext.disabled.active,
#group-hospitality .think-btn-ext.disabled.active,
#collapse-group-hospitality .think-btn-ext.disabled.active,
.scholarships-hospitality .think-btn-ext.disabled.active,
body.hospitality .think-btn-ext[disabled].active,
#group-hospitality .think-btn-ext[disabled].active,
#collapse-group-hospitality .think-btn-ext[disabled].active,
.scholarships-hospitality .think-btn-ext[disabled].active,
fieldset[disabled] body.hospitality .think-btn-ext.active,
fieldset[disabled] #group-hospitality .think-btn-ext.active,
fieldset[disabled] #collapse-group-hospitality .think-btn-ext.active,
fieldset[disabled] .scholarships-hospitality .think-btn-ext.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality .think-btn-ext .badge,
#group-hospitality .think-btn-ext .badge,
#collapse-group-hospitality .think-btn-ext .badge,
.scholarships-hospitality .think-btn-ext .badge {
    color: #00bcd3;
    background-color: #fff
}

.think-btn-ext .icon {
    vertical-align: baseline;
    position: relative;
    left: 5px
}

.breadcrumb {
    font-family: 'AvenirLTStd65Medium';
    font-size: 10px;
    font-size: 1rem;
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li>a {
    color: #353535
}

.breadcrumb>.active span {
    color: #a6a6a6
}

@font-face {
    font-family: 'AvenirLTStd95Black';
    src: url('../fonts/avenirltstd-black.eot');
    src: url('../fonts/avenirltstd-black.eot') format('embedded-opentype'), url('../fonts/avenirltstd-black.svg#AvenirLTStd95Black') format('svg'), url('../fonts/avenirltstd-black.woff') format('woff'), url('../fonts/avenirltstd-black.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd85Heavy';
    src: url('../fonts/avenirltstd-heavy.eot');
    src: url('../fonts/avenirltstd-heavy.eot') format('embedded-opentype'), url('../fonts/avenirltstd-heavy.svg#AvenirLTStd85Heavy') format('svg'), url('../fonts/avenirltstd-heavy.woff') format('woff'), url('../fonts/avenirltstd-heavy.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd65Medium';
    src: url('../fonts/avenirltstd-medium.eot');
    src: url('../fonts/avenirltstd-medium.eot') format('embedded-opentype'), url('../fonts/avenirltstd-medium.svg#AvenirLTStd65Medium') format('svg'), url('../fonts/avenirltstd-medium.woff') format('woff'), url('../fonts/avenirltstd-medium.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd45Book';
    src: url('../fonts/avenirltstd-book.eot');
    src: url('../fonts/avenirltstd-book.eot') format('embedded-opentype'), url('../fonts/avenirltstd-book.svg#AvenirLTStd45Book') format('svg'), url('../fonts/avenirltstd-book.woff') format('woff'), url('../fonts/avenirltstd-book.ttf') format('truetype')
}

@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('../fonts/avenirltstd-light.eot');
    src: url('../fonts/avenirltstd-light.eot') format('embedded-opentype'), url('../fonts/avenirltstd-light.svg#AvenirLTStd35Light') format('svg'), url('../fonts/avenirltstd-light.woff') format('woff'), url('../fonts/avenirltstd-light.ttf') format('truetype')
}

@font-face {
    font-family: 'GustanBlack';
    src: url('../fonts/gustan-black.eot');
    src: url('../fonts/gustan-black.eot') format('embedded-opentype'), url('../fonts/gustan-black.svg#GustanBlack') format('svg'), url('../fonts/gustan-black.woff') format('woff'), url('../fonts/gustan-black.ttf') format('truetype')
}

@font-face {
    font-family: 'GustanBlackItalic';
    src: url('../fonts/gustan-blackitalic.eot');
    src: url('../fonts/gustan-blackitalic.eot') format('embedded-opentype'), url('../fonts/gustan-blackitalic.svg#GustanBlackItalic') format('svg'), url('../fonts/gustan-blackitalic.woff') format('woff'), url('../fonts/gustan-blackitalic.ttf') format('truetype')
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon:before {
    font-family: "icons"
}

.icon_acnt_logo:before {
    content: "\f101"
}

.icon_ancb_logo:before {
    content: "\f102"
}

.icon_apm_logo:before {
    content: "\f103"
}

.icon_bb_logo:before {
    content: "\f104"
}

.icon_catc_logo:before {
    content: "\f105"
}

.icon_check:before {
    content: "\f106"
}

.icon_drawerMenuTgl:before {
    content: "\f107"
}

.icon_envelope:before {
    content: "\f108"
}

.icon_focAccordionMinus:before {
    content: "\f109"
}

.icon_focAccordionPlus:before {
    content: "\f10a"
}

.icon_iconAccess:before {
    content: "\f10b"
}

.icon_iconAnonymity:before {
    content: "\f10c"
}

.icon_iconArrowCareers:before {
    content: "\f10d"
}

.icon_iconArrowDoubleDownEPP:before {
    content: "\f10e"
}

.icon_iconArrowDown:before {
    content: "\f10f"
}

.icon_iconArrowDownEPP:before {
    content: "\f110"
}

.icon_iconArrowDownFooter:before {
    content: "\f111"
}

.icon_iconArrowDownForm:before {
    content: "\f112"
}

.icon_iconArrowLeft:before {
    content: "\f113"
}

.icon_iconArrowLeftEPP:before {
    content: "\f114"
}

.icon_iconArrowRight:before {
    content: "\f115"
}

.icon_iconArrowRightEPP:before {
    content: "\f116"
}

.icon_iconArrowUp:before {
    content: "\f117"
}

.icon_iconArrowUpFooter:before {
    content: "\f118"
}

.icon_iconAvailable:before {
    content: "\f119"
}

.icon_iconCalendar:before {
    content: "\f11a"
}

.icon_iconClock:before {
    content: "\f11b"
}

.icon_iconComment:before {
    content: "\f11c"
}

.icon_iconContact:before {
    content: "\f11d"
}

.icon_iconDirect:before {
    content: "\f11e"
}

.icon_iconDisclosure:before {
    content: "\f11f"
}

.icon_iconEnquiries:before {
    content: "\f120"
}

.icon_iconFacebook:before {
    content: "\f121"
}

.icon_iconFacebookBlog:before {
    content: "\f122"
}

.icon_iconLinkedin:before {
    content: "\f123"
}

.icon_iconLinkedInBlog:before {
    content: "\f124"
}

.icon_iconLocation:before {
    content: "\f125"
}

.icon_iconPhone:before {
    content: "\f126"
}

.icon_iconPurpose:before {
    content: "\f127"
}

.icon_iconPurposeCollecting:before {
    content: "\f128"
}

.icon_iconRSSBlog:before {
    content: "\f129"
}

.icon_iconSecurity:before {
    content: "\f12a"
}

.icon_iconTSArrowRight:before {
    content: "\f12b"
}

.icon_iconTwitter:before {
    content: "\f12c"
}

.icon_iconTwitterBlog:before {
    content: "\f12d"
}

.icon_iconUse:before {
    content: "\f12e"
}

.icon_iconUseDisclosure:before {
    content: "\f12f"
}

.icon_iconVisitors:before {
    content: "\f130"
}

.icon_iconYouTube:before {
    content: "\f131"
}

.icon_iconYouTubeBlog:before {
    content: "\f132"
}

.icon_jni_logo:before {
    content: "\f133"
}

.icon_mainNavArrow:before {
    content: "\f134"
}

.icon_search:before {
    content: "\f135"
}

.icon_searchClose:before {
    content: "\f136"
}

.icon_ssnt_logo:before {
    content: "\f137"
}

.icon_think_difference_md:before {
    content: "\f138"
}

.icon_think_logo_footer:before {
    content: "\f139"
}

.icon_think_logo_s:before {
    content: "\f13a"
}

.icon_think_logo:before {
    content: "\f13b"
}

.icon_wb_logo:before {
    content: "\f13c"
}

#map_canvas,
#map_canvas1,
#map_canvas2 {
    width: 100%
}

@media (max-width:767px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 228px
    }
}

@media (min-width:768px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 227px
    }
}

@media (min-width:992px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 283px
    }
}

@media (min-width:1200px) {
    #map_canvas,
    #map_canvas1,
    #map_canvas2 {
        height: 321px
    }
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
/*    font-family: 'AvenirLTStd35Light';*/
    color: #353535;
    background: #202020
}

@media (max-width:767px) {
    body {
        background: #202020
    }
}

@media (min-width:768px) {
    body {
        background: transparent
    }
}

@media (min-width:992px) {
    body {
        background: transparent
    }
}

@media (min-width:1200px) {
    body {
        background: transparent
    }
}

.container {
    overflow: hidden
}

.inner-row-img>img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.home .page-header {
    display: none
}

.home .breadcrumb {
    display: none
}

.center {
    text-align: center
}

.align_left {
    text-align: left
}

.align_right {
    text-align: right
}

.fw {
    width: 100%
}

.mt0 {
    margin-top: 0
}

.mt50 {
    margin-top: 50px
}

.mt150 {
    margin-top: 150px
}

.wrapper {
    position: relative
}

hr {
    width: 50%;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 30px auto
}

@media (max-width:767px) {
    hr {
        margin: 10px auto
    }
}

.hr-left {
    margin: 0 0 0 6px
}

hr.md-double {
    width: 100%;
    height: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 80px 0 20px 0
}

@media (max-width:767px) {
    hr.md-double {
        margin: 30px 0 20px 0
    }
}

.w100 {
    width: 100px;
    border: 0;
    border-top: 1px solid #c1c3c2
}

hr.w100-large {
    width: 99%;
    border: 0;
    border-top: 10px solid #c1c3c2;
    margin: 1em auto;
    opacity: .2
}

hr.w100-left {
    width: 100px;
    border: 0;
    border-top: 1px solid #ededed;
    padding-bottom: 1.5em;
    margin: 30px auto
}

hr.w80 {
    width: 80px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    margin: 30px auto
}

hr.w60 {
    width: 60px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    margin: 30px auto
}

hr.w100-darken {
    width: 100px;
    border: 0;
    border-top: 1px solid #c4c4c4;
    margin: 30px auto
}

hr.w100-darken-left {
    width: 100px;
    border: 0;
    border-top: 1px solid #c4c4c4
}

@media (max-width:767px) {
    hr.w100-darken-left {
        margin: 1em 3px
    }
}

@media (min-width:768px) {
    hr.w100-darken-left {
        margin: 1em 4px
    }
}

@media (min-width:992px) {
    hr.w100-darken-left {
        margin: 1em 5px
    }
}

@media (min-width:1200px) {
    hr.w100-darken-left {
        margin: 1em 6px
    }
}

hr.sml-lft {
    width: 100px;
    border: 0;
    border-top: 1px solid #ededed;
    padding-bottom: 1.5em;
    margin: 10px 7px
}

hr.sml-lft-darken {
    width: 100px;
    border: 0;
    border-top: 1px solid #c1c3c2;
    padding-bottom: 1.5em;
    margin: 10px 7px
}

iframe {
    border: 0
}

@media (max-width:767px) {
    .v-border-r {
        border-right: none
    }
}

@media (min-width:768px) {
    .v-border-r {
        border-right: 1px solid #c1c3c2
    }
}

.double-border {
    position: relative
}

@media (max-width:767px) {
    .double-border {
        border-right: none
    }
}

@media (min-width:768px) {
    .double-border {
        border-right: none
    }
}

@media (min-width:992px) {
    .double-border {
        border-right: 1px solid #e0e0e0
    }
}

@media (min-width:1200px) {
    .double-border {
        border-right: 1px solid #e0e0e0
    }
}

.double-border:before {
    background: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

@media (max-width:767px) {
    .double-border:before {
        border-right: none
    }
}

@media (min-width:768px) {
    .double-border:before {
        border-right: none
    }
}

@media (min-width:992px) {
    .double-border:before {
        border-right: 1px solid #f4f4f4
    }
}

@media (min-width:1200px) {
    .double-border:before {
        border-right: 1px solid #f4f4f4
    }
}

.grey_bg {
    background: url('../images/textured_paper_transparent.png')
}

.sectionWrapper {
    position: relative
}

@media (max-width:767px) {
    .sectionWrapper {
        padding: 25px 0
    }
}

@media (min-width:768px) {
    .sectionWrapper {
        padding: 50px 0
    }
}

@media (min-width:992px) {
    .sectionWrapper {
        padding: 60px 0
    }
}

@media (min-width:1200px) {
    .sectionWrapper {
        padding: 75px 0
    }
}

.sectionWrapper h1 {
    padding-top: 1em
}

.sectionWrapper ul {
    padding-top: 1em
}

@media (max-width:767px) {
    body.home .sectionWrapper {
        padding: 20px 0
    }
}

.sectionWrapper a {
    text-decoration: none;
    color: #2dc489
}

body.business .sectionWrapper a {
    color: #c5203e
}

body.design .sectionWrapper a {
    color: #ed1c8f
}

body.health .sectionWrapper a {
    color: #873494
}

body.hospitality .sectionWrapper a {
    color: #00bcd3
}

@media (max-width:767px) {
    .pdt0 {
        padding: 0 0 25px 0
    }
}

@media (min-width:768px) {
    .pdt0 {
        padding: 0 0 50px 0
    }
}

@media (min-width:992px) {
    .pdt0 {
        padding: 0 0 60px 0
    }
}

@media (min-width:1200px) {
    .pdt0 {
        padding: 0 0 75px 0
    }
}

@media (max-width:767px) {
    .pdt0foc {
        padding: 25px 0 30px
    }
}

@media (min-width:768px) {
    .pdt0foc {
        padding: 50px 0 0
    }
}

@media (min-width:992px) {
    .pdt0foc {
        padding: 60px 0 0
    }
}

@media (min-width:1200px) {
    .pdt0foc {
        padding: 75px 0 0
    }
}

.pdt10 {
    padding-top: 10px
}

li {
    color: #2dc489
}

body.business li {
    color: #c5203e
}

body.design li {
    color: #ed1c8f
}

body.health li {
    color: #873494
}

body.hospitality li {
    color: #00bcd3
}

li>span {
    color: #353535
}

ul.arrow,
ulul.pdt2 {
    padding: 0
}

ul.arrow li,
ulul.pdt2 li {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    width: 80%;
    list-style: none;
    padding-bottom: 20px
}

ul.arrow li a,
ulul.pdt2 li a {
    display: inline-block;
    width: 100%
}

ul.arrow li a i.icon_mainNavArrow,
ulul.pdt2 li a i.icon_mainNavArrow {
    position: absolute;
    left: 11em;
    font-size: 30px;
    font-size: 3rem;
    color: #D1D2D4;
    line-height: .8
}

@media (max-width:767px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 9em
    }
}

@media (min-width:768px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 8.5em
    }
}

@media (min-width:992px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 8em
    }
}

@media (min-width:1200px) {
    body.studying-at-think ul.arrow li a i.icon_mainNavArrow,
    body.studying-at-think ulul.pdt2 li a i.icon_mainNavArrow {
        left: 10em
    }
}

ul.pdt2 {
    padding: 2px 0
}

.pdt2 {
    padding: 2px 0
}

ul.docs {
    padding: 0;
    font-family: 'AvenirLTStd65Medium', sans-serif;
    padding-right: 40px
}

@media (max-width:767px) {
    ul.docs {
        padding-right: 0
    }
}

ul.docs li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #a1e9cd;
    color: #000000
}

ul.docs li:hover {
    background-color: #caf3e3;
    cursor: pointer
}

ul.docs li a {
    display: block;
    width: 100%;
    color: #000000
}

ul.docs li.docs-sub {
    padding-left: 10px;
    background-color: #c2f1df
}

ul.docs li.docs-sub:hover {
    background-color: #77e0b7;
    cursor: pointer
}

ul.docs li.docs-sub a {
    display: inline;
    margin-left: 8px
}

ul.docs:after {
    content: "";
    border-right: solid 1px #b7b7b7;
    display: block;
    position: absolute;
    top: 43px;
    left: 0;
    right: 19px;
    bottom: 0;
    pointer-events: none
}

@media (max-width:767px) {
    ul.docs:after {
        border-right: none
    }
}

ul.docs-right {
    padding: 0;
    font-family: 'AvenirLTStd65Medium', sans-serif
}

ul.docs-right li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #a1e9cd;
    color: #000000
}

ul.docs-right li:hover {
    background-color: #caf3e3;
    cursor: pointer
}

ul.docs-right li a {
    display: block;
    width: 100%;
    color: #000000
}

ul.docs-right li.docs-sub {
    padding-left: 10px;
    background-color: #c2f1df
}

ul.docs-right li.docs-sub:hover {
    background-color: #77e0b7;
    cursor: pointer
}

ul.docs-right li.docs-sub a {
    display: inline;
    margin-left: 8px
}

.sectionInnerGap {
    margin-bottom: 15px
}

.img-border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.rounded-int {
    border: 1px solid #e1e2df;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:767px) {
    .rounded-int {
        height: auto
    }
}

@media (min-width:768px) {
    .rounded-int {
        height: 227px
    }
}

@media (min-width:992px) {
    .rounded-int {
        height: 283px
    }
}

@media (min-width:1200px) {
    .rounded-int {
        height: 321px
    }
}

.rounded-int>iframe {
    width: 100%;
    height: 100%
}

.video-wrapper,
.video-wrapper-home {
    height: 0;
    padding-top: 25px;
    padding-bottom: 57%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.video-wrapper-home {
    padding-bottom: 51.8%;
    margin-bottom: 0
}

.video-wrapper.widescreen,
.video-wrapper-home.widescreen {
    padding-bottom: 57.25%
}

.video-wrapper iframe,
.video-wrapper-home iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.panel-white>.video-wrapper,
.panel-white>.video-wrapper-home {
    padding-top: 0;
    margin-bottom: 0
}

#featuredImage {
    min-height: 10px;
    position: relative
}

address {
    padding: 1em 6px;
    font-size: 16px;
    font-size: 1.6rem
}

ol {
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em;
    font-size: 16px;
    font-size: 1.6rem
}

ol>li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 6px 2px;
    color: #353535;
    list-style-type: decimal
}

.wrapper-jobs {
    border: solid 1px #a6a6a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 0
}

@media (max-width:767px) {
    .wrapper-jobs {
        padding: 0 20px
    }
}

.wrapper-jobs iframe {
    border: none
}

h3 .dl-icon {
    background: url(../images/dl-icon.png) no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 15px
}

@media (min-width:992px) {
    h3 .dl-icon {
        width: 22px;
        height: 22px
    }
}

.internationalTableWrapper {
    border: 1px solid #f0f0f0;
    padding: 15px 20px 0
}

.internationalTable {
    width: 99% !important
}

.internationalTable td,
.internationalTable .column {
    border-bottom: 2px solid #f6f6f6;
    font-size: 1.15em
}

@media (min-width:768px) {
    .internationalTable td,
    .internationalTable .column {
        text-align: center
    }
}

.internationalTable tr:last-child td,
.internationalTable .tableRow:last-child .column {
    border-bottom: none
}

.internationalTable .thead,
.internationalTable .column:first-child {
    font-family: 'GustanBlack';
    font-size: 1.25em;
    line-height: 1em;
    padding-right: 20px;
    text-align: left
}

@media (min-width:768px) {
    .internationalTable .thead,
    .internationalTable .column:first-child {
        text-align: right;
        font-size: 1.25em
    }
}

#pwdrBrstWrppr {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
    overflow: hidden
}

.stackPad {
    height: 800px
}

div.stack {
    position: relative;
    overflow-x: hidden
}

div.stack>div {
    height: 600px
}

#pwdrCnt_1 {
    width: 340px;
    height: 520px;
    overflow: hidden;
    position: absolute
}

#cnt1 {
    width: 340px;
    height: 25480px
}

#cnt1 img {
    display: block;
    border: 0 solid transparent
}

#pwdrCnt_2 {
    width: 340px;
    height: 520px;
    position: absolute;
    right: 0;
    overflow: hidden
}

#cnt2 {
    width: 340px;
    height: 25480px
}

#cnt2 img {
    display: block
}

#pwdrCnt_3 {
    width: 340px;
    height: 520px;
    position: absolute;
    overflow: hidden
}

#cnt3 {
    width: 340px;
    height: 25480px
}

#cnt3 img {
    display: block
}

#pwdrCnt_4 {
    width: 340px;
    height: 520px;
    position: absolute;
    right: 0;
    overflow: hidden
}

#cnt4 {
    width: 340px;
    height: 66560px
}

#cnt4 img {
    display: block
}

#toTop {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    width: 48px;
    height: 48px;
    background-image: url('../images/up.png');
    background-repeat: no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: height .3ms ease-in;
    transition: height .3ms ease-in;
    -webkit-transition: height .3ms ease-in 200ms ease;
    -moz-transition: height .3ms ease-in 200ms ease;
    -o-transition: height .3ms ease-in 200ms ease;
    -ms-transition: height .3ms ease-in 200ms linear;
    transition: height .3ms ease-in 200ms ease ease
}

@media (max-width:767px) {
    #toTop {
        bottom: 0
    }
}

@media (min-width:768px) {
    #toTop {
        bottom: 50%
    }
}

@media (max-width:767px) {
    #toTop.chatActive {
        bottom: 48px
    }
}

@media (min-width:768px) {
    #toTop.chatActive {
        bottom: 50%
    }
}

#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.panel-grey,
.panel-grey-a,
.panel-grey-b,
.panel-grey-c,
.panel-grey-d,
.panel-grey-e,
.panel-grey-f,
.panel-grey-g,
.panel-grey-h,
.panel-grey-h,
.panel-grey-i,
.panel-grey-j,
#filter-static .panel-grey-coll {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (max-width:767px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 6px;
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 8px;
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 10px;
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-grey,
    .panel-grey-a,
    .panel-grey-b,
    .panel-grey-c,
    .panel-grey-d,
    .panel-grey-e,
    .panel-grey-f,
    .panel-grey-g,
    .panel-grey-h,
    .panel-grey-h,
    .panel-grey-i,
    .panel-grey-j,
    #filter-static .panel-grey-coll {
        padding: 12px;
        margin-bottom: 12px
    }
}

.panel-grey ul.address-details,
.panel-grey-a ul.address-details,
.panel-grey-b ul.address-details,
.panel-grey-c ul.address-details,
.panel-grey-d ul.address-details,
.panel-grey-e ul.address-details,
.panel-grey-f ul.address-details,
.panel-grey-g ul.address-details,
.panel-grey-h ul.address-details,
.panel-grey-h ul.address-details,
.panel-grey-i ul.address-details,
.panel-grey-j ul.address-details,
#filter-static .panel-grey-coll ul.address-details {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem
}

.panel-grey li,
.panel-grey-a li,
.panel-grey-b li,
.panel-grey-c li,
.panel-grey-d li,
.panel-grey-e li,
.panel-grey-f li,
.panel-grey-g li,
.panel-grey-h li,
.panel-grey-h li,
.panel-grey-i li,
.panel-grey-j li,
#filter-static .panel-grey-coll li {
    color: #353535
}

.panel-grey li .icon,
.panel-grey-a li .icon,
.panel-grey-b li .icon,
.panel-grey-c li .icon,
.panel-grey-d li .icon,
.panel-grey-e li .icon,
.panel-grey-f li .icon,
.panel-grey-g li .icon,
.panel-grey-h li .icon,
.panel-grey-h li .icon,
.panel-grey-i li .icon,
.panel-grey-j li .icon,
#filter-static .panel-grey-coll li .icon {
    color: #353535
}

@media (min-width:768px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 28px 95px
    }
}

@media (min-width:992px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 55px 95px
    }
}

@media (min-width:1200px) {
    .why-think .panel-grey,
    .why-think .panel-grey-a,
    .why-think .panel-grey-b,
    .why-think .panel-grey-c,
    .why-think .panel-grey-d,
    .why-think .panel-grey-e,
    .why-think .panel-grey-f,
    .why-think .panel-grey-g,
    .why-think .panel-grey-h,
    .why-think .panel-grey-h,
    .why-think .panel-grey-i,
    .why-think .panel-grey-j,
    .why-think #filter-static .panel-grey-coll {
        padding: 82px 95px
    }
}

body.privacy-policy .panel-grey,
body.privacy-policy .panel-grey-a,
body.privacy-policy .panel-grey-b,
body.privacy-policy .panel-grey-c,
body.privacy-policy .panel-grey-d,
body.privacy-policy .panel-grey-e,
body.privacy-policy .panel-grey-f,
body.privacy-policy .panel-grey-g,
body.privacy-policy .panel-grey-h,
body.privacy-policy .panel-grey-h,
body.privacy-policy .panel-grey-i,
body.privacy-policy .panel-grey-j,
body.privacy-policy #filter-static .panel-grey-coll {
    height: 300px
}

body.privacy-policy .panel-grey li.no-list,
body.privacy-policy .panel-grey-a li.no-list,
body.privacy-policy .panel-grey-b li.no-list,
body.privacy-policy .panel-grey-c li.no-list,
body.privacy-policy .panel-grey-d li.no-list,
body.privacy-policy .panel-grey-e li.no-list,
body.privacy-policy .panel-grey-f li.no-list,
body.privacy-policy .panel-grey-g li.no-list,
body.privacy-policy .panel-grey-h li.no-list,
body.privacy-policy .panel-grey-h li.no-list,
body.privacy-policy .panel-grey-i li.no-list,
body.privacy-policy .panel-grey-j li.no-list,
body.privacy-policy #filter-static .panel-grey-coll li.no-list {
    list-style-type: none
}

body.living-in-australia .panel-grey,
body.living-in-australia .panel-grey-a,
body.living-in-australia .panel-grey-b,
body.living-in-australia .panel-grey-c,
body.living-in-australia .panel-grey-d,
body.living-in-australia .panel-grey-e,
body.living-in-australia .panel-grey-f,
body.living-in-australia .panel-grey-g,
body.living-in-australia .panel-grey-h,
body.living-in-australia .panel-grey-h,
body.living-in-australia .panel-grey-i,
body.living-in-australia .panel-grey-j,
body.living-in-australia #filter-static .panel-grey-coll {
    height: 480px
}

@media (min-width:992px) {
    body.careers .panel-grey,
    body.careers .panel-grey-a,
    body.careers .panel-grey-b,
    body.careers .panel-grey-c,
    body.careers .panel-grey-d,
    body.careers .panel-grey-e,
    body.careers .panel-grey-f,
    body.careers .panel-grey-g,
    body.careers .panel-grey-h,
    body.careers .panel-grey-h,
    body.careers .panel-grey-i,
    body.careers .panel-grey-j,
    body.careers #filter-static .panel-grey-coll {
        padding: 10px
    }
}

@media (min-width:1200px) {
    body.careers .panel-grey,
    body.careers .panel-grey-a,
    body.careers .panel-grey-b,
    body.careers .panel-grey-c,
    body.careers .panel-grey-d,
    body.careers .panel-grey-e,
    body.careers .panel-grey-f,
    body.careers .panel-grey-g,
    body.careers .panel-grey-h,
    body.careers .panel-grey-h,
    body.careers .panel-grey-i,
    body.careers .panel-grey-j,
    body.careers #filter-static .panel-grey-coll {
        padding: 12px 40px
    }
}

.panel-grey h3,
.panel-grey-a h3,
.panel-grey-b h3,
.panel-grey-c h3,
.panel-grey-d h3,
.panel-grey-e h3,
.panel-grey-f h3,
.panel-grey-g h3,
.panel-grey-h h3,
.panel-grey-h h3,
.panel-grey-i h3,
.panel-grey-j h3,
#filter-static .panel-grey-coll h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem
}

body.privacy-policy .panel-grey h3,
body.privacy-policy .panel-grey-a h3,
body.privacy-policy .panel-grey-b h3,
body.privacy-policy .panel-grey-c h3,
body.privacy-policy .panel-grey-d h3,
body.privacy-policy .panel-grey-e h3,
body.privacy-policy .panel-grey-f h3,
body.privacy-policy .panel-grey-g h3,
body.privacy-policy .panel-grey-h h3,
body.privacy-policy .panel-grey-h h3,
body.privacy-policy .panel-grey-i h3,
body.privacy-policy .panel-grey-j h3,
body.privacy-policy #filter-static .panel-grey-coll h3 {
    padding: 0 6px;
    display: inline-block;
    width: 70%
}

.panel-grey a,
.panel-grey-a a,
.panel-grey-b a,
.panel-grey-c a,
.panel-grey-d a,
.panel-grey-e a,
.panel-grey-f a,
.panel-grey-g a,
.panel-grey-h a,
.panel-grey-h a,
.panel-grey-i a,
.panel-grey-j a,
#filter-static .panel-grey-coll a {
    margin: 10px 0 0 0;
    color: #2dc489
}

.panel-grey a:hover,
.panel-grey a:focus,
.panel-grey a:active,
.panel-grey-a a:hover,
.panel-grey-a a:focus,
.panel-grey-a a:active,
.panel-grey-b a:hover,
.panel-grey-b a:focus,
.panel-grey-b a:active,
.panel-grey-c a:hover,
.panel-grey-c a:focus,
.panel-grey-c a:active,
.panel-grey-d a:hover,
.panel-grey-d a:focus,
.panel-grey-d a:active,
.panel-grey-e a:hover,
.panel-grey-e a:focus,
.panel-grey-e a:active,
.panel-grey-f a:hover,
.panel-grey-f a:focus,
.panel-grey-f a:active,
.panel-grey-g a:hover,
.panel-grey-g a:focus,
.panel-grey-g a:active,
.panel-grey-h a:hover,
.panel-grey-h a:focus,
.panel-grey-h a:active,
.panel-grey-h a:hover,
.panel-grey-h a:focus,
.panel-grey-h a:active,
.panel-grey-i a:hover,
.panel-grey-i a:focus,
.panel-grey-i a:active,
.panel-grey-j a:hover,
.panel-grey-j a:focus,
.panel-grey-j a:active,
#filter-static .panel-grey-coll a:hover,
#filter-static .panel-grey-coll a:focus,
#filter-static .panel-grey-coll a:active {
    text-decoration: none
}

body.privacy-policy .panel-grey a,
body.privacy-policy .panel-grey-a a,
body.privacy-policy .panel-grey-b a,
body.privacy-policy .panel-grey-c a,
body.privacy-policy .panel-grey-d a,
body.privacy-policy .panel-grey-e a,
body.privacy-policy .panel-grey-f a,
body.privacy-policy .panel-grey-g a,
body.privacy-policy .panel-grey-h a,
body.privacy-policy .panel-grey-h a,
body.privacy-policy .panel-grey-i a,
body.privacy-policy .panel-grey-j a,
body.privacy-policy #filter-static .panel-grey-coll a {
    position: absolute;
    bottom: 30px
}

body.careers .panel-grey a,
body.careers .panel-grey-a a,
body.careers .panel-grey-b a,
body.careers .panel-grey-c a,
body.careers .panel-grey-d a,
body.careers .panel-grey-e a,
body.careers .panel-grey-f a,
body.careers .panel-grey-g a,
body.careers .panel-grey-h a,
body.careers .panel-grey-h a,
body.careers .panel-grey-i a,
body.careers .panel-grey-j a,
body.careers #filter-static .panel-grey-coll a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold
}

.careers .panel-grey .btn-green:after,
.careers .panel-grey-a .btn-green:after,
.careers .panel-grey-b .btn-green:after,
.careers .panel-grey-c .btn-green:after,
.careers .panel-grey-d .btn-green:after,
.careers .panel-grey-e .btn-green:after,
.careers .panel-grey-f .btn-green:after,
.careers .panel-grey-g .btn-green:after,
.careers .panel-grey-h .btn-green:after,
.careers .panel-grey-h .btn-green:after,
.careers .panel-grey-i .btn-green:after,
.careers .panel-grey-j .btn-green:after,
.careers #filter-static .panel-grey-coll .btn-green:after {
    font-family: "icons";
    content: "\f10b";
    color: #ffffff;
    position: relative;
    top: 2px;
    left: 8px;
    opacity: 1;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 0
}

.panel-grey .address-wrapper,
.panel-grey-a .address-wrapper,
.panel-grey-b .address-wrapper,
.panel-grey-c .address-wrapper,
.panel-grey-d .address-wrapper,
.panel-grey-e .address-wrapper,
.panel-grey-f .address-wrapper,
.panel-grey-g .address-wrapper,
.panel-grey-h .address-wrapper,
.panel-grey-h .address-wrapper,
.panel-grey-i .address-wrapper,
.panel-grey-j .address-wrapper,
#filter-static .panel-grey-coll .address-wrapper {
    padding: 10px
}

@media (max-width:767px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 6px 0
    }
}

@media (min-width:768px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 8px 0
    }
}

@media (min-width:992px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 5px 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    .panel-grey .address-wrapper,
    .panel-grey-a .address-wrapper,
    .panel-grey-b .address-wrapper,
    .panel-grey-c .address-wrapper,
    .panel-grey-d .address-wrapper,
    .panel-grey-e .address-wrapper,
    .panel-grey-f .address-wrapper,
    .panel-grey-g .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-h .address-wrapper,
    .panel-grey-i .address-wrapper,
    .panel-grey-j .address-wrapper,
    #filter-static .panel-grey-coll .address-wrapper {
        padding: 32px 0
    }
}

@media (max-width:767px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (min-width:768px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (min-width:992px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 8px 0
    }
}

@media (min-width:1200px) {
    .panel-grey .address-wrapper>div,
    .panel-grey-a .address-wrapper>div,
    .panel-grey-b .address-wrapper>div,
    .panel-grey-c .address-wrapper>div,
    .panel-grey-d .address-wrapper>div,
    .panel-grey-e .address-wrapper>div,
    .panel-grey-f .address-wrapper>div,
    .panel-grey-g .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-h .address-wrapper>div,
    .panel-grey-i .address-wrapper>div,
    .panel-grey-j .address-wrapper>div,
    #filter-static .panel-grey-coll .address-wrapper>div {
        padding: 0 0 4px 0
    }
}

@media (max-width:767px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0
    }
}

@media (min-width:768px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0
    }
}

@media (min-width:992px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0 10px 0 12px
    }
}

@media (min-width:1200px) {
    .panel-grey .icon,
    .panel-grey-a .icon,
    .panel-grey-b .icon,
    .panel-grey-c .icon,
    .panel-grey-d .icon,
    .panel-grey-e .icon,
    .panel-grey-f .icon,
    .panel-grey-g .icon,
    .panel-grey-h .icon,
    .panel-grey-h .icon,
    .panel-grey-i .icon,
    .panel-grey-j .icon,
    #filter-static .panel-grey-coll .icon {
        margin: 0 10px 0 12px
    }
}

body.privacy-policy .panel-grey .icon,
body.privacy-policy .panel-grey-a .icon,
body.privacy-policy .panel-grey-b .icon,
body.privacy-policy .panel-grey-c .icon,
body.privacy-policy .panel-grey-d .icon,
body.privacy-policy .panel-grey-e .icon,
body.privacy-policy .panel-grey-f .icon,
body.privacy-policy .panel-grey-g .icon,
body.privacy-policy .panel-grey-h .icon,
body.privacy-policy .panel-grey-h .icon,
body.privacy-policy .panel-grey-i .icon,
body.privacy-policy .panel-grey-j .icon,
body.privacy-policy #filter-static .panel-grey-coll .icon {
    color: #2dc489;
    font-size: 50px;
    font-size: 5rem;
    vertical-align: top
}

.panel-grey .contact-btn,
.panel-grey-a .contact-btn,
.panel-grey-b .contact-btn,
.panel-grey-c .contact-btn,
.panel-grey-d .contact-btn,
.panel-grey-e .contact-btn,
.panel-grey-f .contact-btn,
.panel-grey-g .contact-btn,
.panel-grey-h .contact-btn,
.panel-grey-h .contact-btn,
.panel-grey-i .contact-btn,
.panel-grey-j .contact-btn,
#filter-static .panel-grey-coll .contact-btn {
    margin: 10px 0 11px 12px
}

.panel-grey-img-wrapper {
    position: relative
}

@media (max-width:767px) {
    .panel-grey-img-wrapper {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-grey-img-wrapper {
        margin-bottom: 12px
    }
}

.panel-grey-img-wrapper p.lead {
    color: #ffffff;
    padding-bottom: 0
}

@media (max-width:767px) {
    .panel-grey-img-wrapper p.lead {
        display: none
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper p.lead {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper p.lead {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.panel-grey-img-wrapper a {
    color: #2dc489;
    font-weight: bold
}

.panel-grey-img-wrapper a:hover,
.panel-grey-img-wrapper a:focus,
.panel-grey-img-wrapper a:active {
    text-decoration: none
}

@media (max-width:767px) {
    .panel-grey-img-wrapper a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px
    }
}

@media (min-width:768px) {
    .panel-grey-img-wrapper a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .panel-grey-img-wrapper a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 6px
    }
}

.overlay {
    display: block;
    position: absolute;
    padding: 20px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in
}

@media (max-width:767px) {
    .overlay {
        padding: 6px;
        height: 20%
    }
}

@media (min-width:768px) {
    .overlay {
        padding: 8px
    }
}

@media (min-width:992px) {
    .overlay {
        padding: 10px
    }
}

@media (min-width:1200px) {
    .overlay {
        padding: 12px
    }
}

.panel-grey-img-wrapper:hover .overlay {
    opacity: .75
}

.ph-int {
    padding: 0 12px
}

body.privacy-policy .privacy-policy-detail .panel-grey,
body.privacy-policy .privacy-policy-detail .panel-grey-a,
body.privacy-policy .privacy-policy-detail .panel-grey-b,
body.privacy-policy .privacy-policy-detail .panel-grey-c,
body.privacy-policy .privacy-policy-detail .panel-grey-d,
body.privacy-policy .privacy-policy-detail .panel-grey-e,
body.privacy-policy .privacy-policy-detail .panel-grey-f,
body.privacy-policy .privacy-policy-detail .panel-grey-g,
body.privacy-policy .privacy-policy-detail .panel-grey-h,
body.privacy-policy .privacy-policy-detail .panel-grey-h,
body.privacy-policy .privacy-policy-detail .panel-grey-i,
body.privacy-policy .privacy-policy-detail .panel-grey-j,
body.privacy-policy .privacy-policy-detail #filter-static .panel-grey-coll {
    height: auto
}

body.privacy-policy .privacy-policy-detail .panel-grey a,
body.privacy-policy .privacy-policy-detail .panel-grey-a a,
body.privacy-policy .privacy-policy-detail .panel-grey-b a,
body.privacy-policy .privacy-policy-detail .panel-grey-c a,
body.privacy-policy .privacy-policy-detail .panel-grey-d a,
body.privacy-policy .privacy-policy-detail .panel-grey-e a,
body.privacy-policy .privacy-policy-detail .panel-grey-f a,
body.privacy-policy .privacy-policy-detail .panel-grey-g a,
body.privacy-policy .privacy-policy-detail .panel-grey-h a,
body.privacy-policy .privacy-policy-detail .panel-grey-h a,
body.privacy-policy .privacy-policy-detail .panel-grey-i a,
body.privacy-policy .privacy-policy-detail .panel-grey-j a,
body.privacy-policy .privacy-policy-detail #filter-static .panel-grey-coll a {
    position: relative;
    bottom: 0
}

body.privacy-policy .privacy-policy-detail .sectionWrapper {
    padding: 75px 0 0 0
}

@media (min-width:768px) {
    .panel-grey-a {
        min-height: 520px
    }
}

@media (min-width:992px) {
    .panel-grey-a {
        min-height: 490px
    }
}

@media (min-width:1200px) {
    .panel-grey-a {
        min-height: 500px
    }
}

@media (min-width:768px) {
    .panel-grey-b {
        min-height: 460px
    }
}

@media (min-width:992px) {
    .panel-grey-b {
        min-height: 550px
    }
}

@media (min-width:1200px) {
    .panel-grey-b {
        min-height: 560px
    }
}

@media (min-width:768px) {
    .panel-grey-c {
        min-height: 380px
    }
}

@media (min-width:992px) {
    .panel-grey-c {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-c {
        min-height: 470px
    }
}

@media (min-width:768px) {
    .panel-grey-d {
        min-height: 380px
    }
}

@media (min-width:992px) {
    .panel-grey-d {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-d {
        min-height: 490px
    }
}

@media (min-width:768px) {
    .panel-grey-e {
        min-height: 440px
    }
}

@media (min-width:992px) {
    .panel-grey-e {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-e {
        min-height: 555px
    }
}

@media (min-width:768px) {
    .panel-grey-f {
        min-height: 560px
    }
}

@media (min-width:992px) {
    .panel-grey-f {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-f {
        min-height: 560px
    }
}

@media (min-width:768px) {
    .panel-grey-g {
        min-height: 370px
    }
}

@media (min-width:992px) {
    .panel-grey-g {
        min-height: 330px
    }
}

@media (min-width:1200px) {
    .panel-grey-g {
        min-height: 310px
    }
}

@media (min-width:768px) {
    .panel-grey-h {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-h {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-h {
        min-height: 523px
    }
}

@media (min-width:768px) {
    .panel-grey-h {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-h {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    .panel-grey-h {
        min-height: 523px
    }
}

@media (min-width:768px) {
    .panel-grey-i {
        min-height: 470px
    }
}

@media (min-width:992px) {
    .panel-grey-i {
        min-height: 460px
    }
}

@media (min-width:1200px) {
    .panel-grey-i {
        min-height: 553px
    }
}

@media (min-width:768px) {
    .panel-grey-j {
        min-height: 480px
    }
}

@media (min-width:992px) {
    .panel-grey-j {
        min-height: 500px
    }
}

@media (min-width:1200px) {
    .panel-grey-j {
        min-height: 555px
    }
}

@media (max-width:767px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

@media (min-width:768px) {
    .panel-grey_nursing .address-details {
        width: 30%
    }
}

@media (min-width:992px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

@media (min-width:1200px) {
    .panel-grey_nursing .address-details {
        width: 100%
    }
}

.panel-grey_nursing .address-details span {
    float: right;
    padding-right: 3em
}

@media (max-width:767px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 5em
    }
}

@media (min-width:768px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 2em
    }
}

@media (min-width:992px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 2em
    }
}

@media (min-width:1200px) {
    .panel-grey_nursing .address-details span {
        float: right;
        padding-right: 3em
    }
}

.panel-white {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    .panel-white {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    .panel-white {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .panel-white {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .panel-white {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges .panel-white,
    body.international .panel-white {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges .panel-white,
    body.international .panel-white {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges .panel-white a.think-btn,
    body.international .panel-white a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

.panel-white>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

.panel-white a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

.panel-white a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    .panel-white a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    .panel-white a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    .panel-white a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    .panel-white a.ts-arrow-r {
        bottom: 16px
    }
}

.panel-white .rounded-int {
    border: none
}

@media (min-width:992px) {
    .panel-white .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    .panel-white .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .panel-white h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

.panel-white p {
    font-size: 14px;
    font-size: 1.4rem
}

.panel-white h3 {
    font-size: 16px;
    font-size: 1.6rem
}

header {
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

header form {
    background: #2dc489;
    height: 0;
    padding: 0 0 0 60px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form {
        display: none
    }
}

@media (min-width:768px) {
    header form {
        display: block
    }
}

@media (min-width:992px) {
    header form {
        display: block
    }
}

@media (min-width:1200px) {
    header form {
        display: block
    }
}

header form.open {
    background: #2dc489;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form.open {
        height: 80px;
        padding: 31px 0 0 60px
    }
}

@media (min-width:768px) {
    header form.open {
        height: 100px;
        padding: 20px 0 0 60px
    }
}

@media (min-width:992px) {
    header form.open {
        height: 120px;
        padding: 14px 0 0 60px
    }
}

@media (min-width:1200px) {
    header form.open {
        height: 150px;
        padding: 31px 0 0 60px
    }
}

header form.open .button {
    -webkit-transition: top .35s ease;
    transition: top .35s ease;
    -webkit-transition: top .35s ease 200ms ease;
    -moz-transition: top .35s ease 200ms ease;
    -o-transition: top .35s ease 200ms ease;
    -ms-transition: top .35s ease 200ms linear;
    transition: top .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header form.open .button {
        right: 38px;
        top: 42px
    }
}

@media (min-width:768px) {
    header form.open .button {
        right: 22px;
        top: 22px
    }
}

@media (min-width:992px) {
    header form.open .button {
        right: 38px;
        top: 31px
    }
}

@media (min-width:1200px) {
    header form.open .button {
        right: 38px;
        top: 42px
    }
}

header #mod-search-searchword {
    font-family: 'AvenirLTStd35Light';
    color: white;
    background: transparent;
    border: none;
    border-bottom: 1px solid white
}

@media (max-width:767px) {
    header #mod-search-searchword {
        font-size: 30px;
        font-size: 3rem;
        width: 65%
    }
}

@media (min-width:768px) {
    header #mod-search-searchword {
        font-size: 30px;
        font-size: 3rem;
        width: 73%
    }
}

@media (min-width:992px) {
    header #mod-search-searchword {
        font-size: 34px;
        font-size: 3.4rem;
        width: 76%
    }
}

@media (min-width:1200px) {
    header #mod-search-searchword {
        font-size: 40px;
        font-size: 4rem;
        width: 76%
    }
}

header #mod-search-searchword:focus {
    outline: none
}

header .button {
    background-color: #2dc489;
    border-style: none;
    border: 2px solid white;
    color: white;
    font-family: 'AvenirLTStd65Medium';
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 13px 50px;
    margin-left: 10px;
    position: absolute;
    -webkit-transition: top .35s ease;
    transition: top .35s ease;
    -webkit-transition: top .35s ease 200ms ease;
    -moz-transition: top .35s ease 200ms ease;
    -o-transition: top .35s ease 200ms ease;
    -ms-transition: top .35s ease 200ms linear;
    transition: top .35s ease 200ms ease ease
}

@media (max-width:767px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (min-width:768px) {
    header .button {
        right: 22px;
        top: 0
    }
}

@media (min-width:992px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (min-width:1200px) {
    header .button {
        right: 38px;
        top: 0
    }
}

@media (max-width:767px) {
    header {
        height: 56px;
        position: relative
    }
}

@media (min-width:768px) {
    header {
        height: 56px;
        position: fixed
    }
}

@media (max-width:767px) {
    #mob_headerCTA {
        display: block;
        position: absolute;
        bottom: -5px;
        right: 62px
    }
    #mob_headerCTA .think-btn {
        padding: 12px 9px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    #mob_headerCTA {
        display: none
    }
}

@media (min-width:768px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 150px
    }
}

@media (min-width:992px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 200px
    }
}

@media (min-width:1200px) {
    .item-107,
    .item-108,
    .item-109,
    .item-110,
    .mainnav__item_design,
    .mainnav__item_health,
    .mainnav__item_business,
    .mainnav__item_hospitality {
        min-height: 190px
    }
}

.horizontalDivider {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    .horizontalDivider {
        display: none
    }
}

.horizontalDividerTop {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    top: -20px;
    left: 6px
}

@media (max-width:767px) {
    .horizontalDividerTop {
        display: none
    }
}

.horizontalDividerFW {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    .horizontalDividerFW {
        display: none
    }
}

#homeLink {
    color: #353535
}

nav#main_nav {
    background: white;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

@media (max-width:767px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:768px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 56px
    }
}

@media (min-width:992px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    nav#main_nav {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
}

nav#main_nav>ul {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    overflow: visible;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    background-color: white;
    display: table;
    padding-left: 230px
}

@media (min-width:768px) {
    nav#main_nav>ul {
        width: 730px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul {
        width: 950px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul {
        width: 1150px
    }
}

nav#main_nav>ul>.navbar-header,
nav#main_nav>ul>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    nav#main_nav>ul>.navbar-header,
    nav#main_nav>ul>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    nav#main_nav>ul {
        padding-left: 0;
        padding-right: 0;
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul {
        padding-left: 0
    }
}

@media (min-width:992px) {
    nav#main_nav>ul {
        padding-left: 128px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul {
        padding-left: 172px
    }
}

nav#main_nav>ul>li {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'AvenirLTStd45Book'
}

@media (max-width:767px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 13px;
        font-size: 1.3rem;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        float: left
    }
}

nav#main_nav>ul>li:hover>a,
nav#main_nav>ul>li:focus>a,
nav#main_nav>ul>li:active>a {
    background: #050708;
    color: white
}

nav#main_nav>ul>li:hover>a:after,
nav#main_nav>ul>li:focus>a:after,
nav#main_nav>ul>li:active>a:after {
    content: "";
    position: absolute;
    left: 15%;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out 200ms ease;
    -moz-transition: bottom .3s ease-in-out 200ms ease;
    -o-transition: bottom .3s ease-in-out 200ms ease;
    -ms-transition: bottom .3s ease-in-out 200ms linear;
    transition: bottom .3s ease-in-out 200ms ease ease;
    width: 70%;
    height: 1px;
    background: #2dc489
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 14px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 27px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover>a:after,
    nav#main_nav>ul>li:focus>a:after,
    nav#main_nav>ul>li:active>a:after {
        bottom: 37px
    }
}

header.minimize nav#main_nav>ul>li:hover>a:after,
header.minimize nav#main_nav>ul>li:focus>a:after,
header.minimize nav#main_nav>ul>li:active>a:after {
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out 200ms ease;
    -moz-transition: bottom .3s ease-in-out 200ms ease;
    -o-transition: bottom .3s ease-in-out 200ms ease;
    -ms-transition: bottom .3s ease-in-out 200ms linear;
    transition: bottom .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize nav#main_nav>ul>li:hover>a:after,
    header.minimize nav#main_nav>ul>li:focus>a:after,
    header.minimize nav#main_nav>ul>li:active>a:after {
        bottom: 17px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: none;
        position: relative
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover>ul,
    nav#main_nav>ul>li:focus>ul,
    nav#main_nav>ul>li:active>ul {
        display: block;
        position: absolute
    }
}

nav#main_nav>ul>li:hover>ul>li,
nav#main_nav>ul>li:focus>ul>li,
nav#main_nav>ul>li:active>ul>li {
    float: left
}

nav#main_nav>ul>li:hover:after,
nav#main_nav>ul>li:focus:after,
nav#main_nav>ul>li:active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 30px;
    background: #fafafa;
    z-index: 100;
    margin-left: -10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000
}

@media (max-width:767px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li:hover:after,
    nav#main_nav>ul>li:focus:after,
    nav#main_nav>ul>li:active:after {
        display: block
    }
}

nav#main_nav>ul>li>a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out 200ms ease;
    -moz-transition: height .3s ease-in-out 200ms ease;
    -o-transition: height .3s ease-in-out 200ms ease;
    -ms-transition: height .3s ease-in-out 200ms linear;
    transition: height .3s ease-in-out 200ms ease ease;
    color: #5e5e5e;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li>a {
        padding: 0 12px;
        height: 56px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>a {
        padding: 0 12.66666667px;
        height: 76px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>a {
        padding: 0 16px;
        height: 96px
    }
}

header.minimize nav#main_nav>ul>li>a {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out 200ms ease;
    -moz-transition: height .3s ease-in-out 200ms ease;
    -o-transition: height .3s ease-in-out 200ms ease;
    -ms-transition: height .3s ease-in-out 200ms linear;
    transition: height .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize nav#main_nav>ul>li>a {
        padding: 0 16px;
        height: 60px
    }
}

nav#main_nav>ul>li>a:hover,
nav#main_nav>ul>li>a:focus,
nav#main_nav>ul>li>a:active {
    background: #050708;
    color: white
}

nav#main_nav>ul>li>a:hover:after,
nav#main_nav>ul>li>a:focus:after,
nav#main_nav>ul>li>a:active:after {
    content: "";
    position: absolute;
    left: 15%;
    width: 70%;
    height: 1px;
    background: #2dc489
}

@media (max-width:767px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 14px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 27px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>a:hover:after,
    nav#main_nav>ul>li>a:focus:after,
    nav#main_nav>ul>li>a:active:after {
        bottom: 37px
    }
}

nav#main_nav>ul>li.item-101 {
    display: none
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-101 {
        display: block
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-101 {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
    position: relative
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 6px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 8px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 10px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul {
        padding: 12px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li {
    cursor: pointer
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li:hover {
    background-color: #E5F4EF;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
    font-family: 'AvenirLTStd35Light';
    margin: 1em 0 0;
    padding: 0 1em 0 0;
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li p {
        display: block
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>span.separator,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>span.separator {
    text-transform: uppercase;
    font-family: 'AvenirLTStd85Heavy';
    color: #353535
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
    color: #2dc489;
    text-transform: none;
    font-family: 'AvenirLTStd65Medium';
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 6px 3px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 8px 4px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 10px 5px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a {
        padding: 12px 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a:hover {
    text-decoration: none;
    color: #353535;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
    display: block;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #D1D2D4;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 1.2em;
        padding: 3px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 1.8em;
        padding: 4px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 2.2em;
        padding: 5px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i {
        font-size: 2.2em;
        padding: 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li>a i:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li>a i:hover {
    color: #2dc489;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear linear
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
    cursor: auto
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider:hover,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider:hover {
    background-color: transparent
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 4px 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 2px 0
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 4px 0
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider {
        padding: 0 6px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
    text-transform: none;
    margin: 10px 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-103>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-104>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-105>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-106>ul.nav-child-container li>ul>li.divider p,
    nav#main_nav>ul>li.item-120>ul.nav-child-container li>ul>li.divider p {
        display: block
    }
}

nav#main_nav>ul>li.item-102:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 750px;
        left: -10px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 970px;
        left: -139px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container {
        width: 1170px;
        left: -182px
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-1:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-2:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:before {
    content: "";
    width: 1px;
    height: 160px;
    margin-top: -80px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:before {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-3:after {
        display: none
    }
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4 {
    position: relative
}

nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-102>ul.nav-child-container>li>ul.nav-child-4:after {
        display: none
    }
}

nav#main_nav>ul>li.item-103:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 750px;
        left: -98px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 970px;
        left: -223px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container {
        width: 1170px;
        left: -280px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul {
        width: 25%;
        float: left
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
    position: relative
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 10px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151 {
        margin-top: 30px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150:after,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    top: -20px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-150:after,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-151:after {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156>span.separator,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157>span.separator {
    text-transform: none;
    margin: 1em 0 0;
    padding: 0 1em 0 0;
    color: #353535;
    font-family: 'AvenirLTStd35Light'
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 6px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 8px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 10px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-154 {
        margin-top: 12px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 12px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 16px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-155,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-157 {
        margin-top: 24px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 19px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-156 {
        margin-top: 32px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
    background-repeat: no-repeat
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 44px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 85px;
        background-position: 10px 28px;
        background-size: 140px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 84px;
        background-position: 10px 28px;
        background-size: 160px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-113,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-115,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-116,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-117,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-118,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-119 {
        height: 64px;
        background-position: 13px 23px
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114 {
        background-size: 160px !important
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-114 {
        background-size: 174px !important
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112 {
        background-size: 160px !important
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul .item-112 {
        background-size: 180px !important
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
    background-image: url(../images/menu/bbcd_torrens.svg);
    background-size: 120%;
    background-position: 6px 18px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112>a {
    text-indent: -99999px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
        top: 53px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 i {
        top: 10px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-position: 6px 24px;
        background-size: 160px;
        height: 84px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_billyblue,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-112 {
        background-size: 160px;
        height: 64px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
    background-image: url(../images/menu/catc.svg);
    background-position: 6px 12px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113>a {
    text-indent: -99999px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
        top: 35px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 i {
        top: 6px
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        height: 80px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_catc,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-113 {
        height: 60px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
    background-image: url(../images/menu/apm-torrens.png);
    background-position: 6px 20px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        background-image: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        height: auto
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        height: 107px;
        background-position: 6px 20px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 {
        background-size: 150px;
        height: 67px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
        top: 60px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_apm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-114 i {
        top: 10px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
    background-image: url(../images/menu/wbchm.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        background-position: 6px 24px;
        height: 82px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 {
        height: 69px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .mainnav__item_wbchm i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-1 .item-115 i {
        top: 0
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2:before {
        display: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 {
    background-image: url(../images/menu/acnt.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 {
        background-image: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_acnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-116 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 {
    background-image: url(../images/menu/ssnt.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 {
        background-image: none
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ssnt i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-117 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
    background-image: url(../images/menu/ancb.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 {
        background-position: 6px 24px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_ancb i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-118 i {
        top: 7px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
    background-image: url(../images/menu/jni.png);
    background-position: 6px 16px
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni>a,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-position: 6px 24px;
        height: 64px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 {
        background-position: 6px 24px;
        height: 70px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .mainnav__item_jni i,
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-119 i {
        top: 15px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
    background-image: url(/images/THINK_HEALTH_LOGO.jpg);
    background-position: 6px 16px;
    background-size: 40%;
    background-repeat: no-repeat
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120>a {
    text-indent: -99999px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-image: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-position: 6px 24px;
        height: 64px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 {
        background-position: 6px 24px;
        height: 70px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
    height: auto
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
        top: 51px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-2 .item-120 i {
        top: 15px
    }
}

nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-3:before {
    content: "";
    width: 1px;
    height: 380px;
    margin-top: -190px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-103>ul.nav-child-container>li>ul.nav-child-3:before {
        display: none
    }
}

nav#main_nav>ul>li.item-104:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104:before {
        display: none
    }
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 550px;
        left: -140px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 660px;
        left: -210px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container {
        width: 770px;
        left: -140px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

>nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 180px;
    margin-top: -90px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    >nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
    padding-bottom: 6px;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
        min-height: 110px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158 {
        min-height: 80px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-158:after {
        display: none
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-1 .item-131 .nav-child {
    display: none
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
    padding-bottom: 6px;
    position: relative
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
        min-height: 110px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159 {
        min-height: 80px
    }
}

nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159:after {
    content: "";
    width: 150px;
    height: 1px;
    margin-top: 0;
    background: #EEE;
    position: absolute;
    bottom: 1px;
    left: 6px
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-104>ul.nav-child-container>li>ul.nav-child-2 .item-159:after {
        display: none
    }
}

nav#main_nav>ul>li.item-105:before {
    content: "";
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-105:before {
        display: none
    }
}

nav#main_nav>ul>li.item-105:hover:after,
nav#main_nav>ul>li.item-105:focus:after,
nav#main_nav>ul>li.item-105:active:after {
    display: none
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 450px;
        left: -230px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 540px;
        left: -247px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container {
        width: 620px;
        left: -246px
    }
}

nav#main_nav>ul>li.item-106>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 100%;
        float: none
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul {
        width: 50%;
        float: left
    }
}

nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul.nav-child-1:before {
    content: "";
    width: 1px;
    height: 120px;
    margin-top: -60px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 0
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-106>ul.nav-child-container>li>ul.nav-child-1:before {
        display: none
    }
}

nav#main_nav>ul>li.item-120 {
    background: white;
    text-transform: none;
    color: #a6a6a6
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 1px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-120 {
        margin-left: 80px
    }
}

nav#main_nav>ul>li.item-120:hover:after,
nav#main_nav>ul>li.item-120:focus:after {
    display: none
}

nav#main_nav>ul>li.item-120:hover>a,
nav#main_nav>ul>li.item-120:focus>a {
    background: #2dc489
}

nav#main_nav>ul>li.item-120:hover>a:after,
nav#main_nav>ul>li.item-120:focus>a:after {
    background: white
}

nav#main_nav>ul>li.item-120>a:hover,
nav#main_nav>ul>li.item-120>a:focus {
    background: #2dc489
}

nav#main_nav>ul>li.item-120>a:hover:after,
nav#main_nav>ul>li.item-120>a:focus:after {
    background: white
}

@media (max-width:767px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 100%;
        left: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 240px;
        left: -131px
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 260px;
        left: -123px
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li.item-120>ul.nav-child-container {
        width: 290px;
        left: -189px
    }
}

nav#main_nav>ul>li.item-120>ul.nav-child-container>li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

nav#main_nav>ul>li.item-120>ul.nav-child-container>li>ul {
    width: 100%
}

nav#main_nav>ul>li>ul {
    margin-top: 0;
    z-index: 100
}

@media (max-width:767px) {
    nav#main_nav>ul>li>ul {
        display: none;
        position: relative;
        border: none;
        background: transparent;
        padding: 0;
        margin: 0
    }
}

@media (min-width:768px) {
    nav#main_nav>ul>li>ul {
        padding: 16px 0 4px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

@media (min-width:992px) {
    nav#main_nav>ul>li>ul {
        padding: 20px 0 5px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

@media (min-width:1200px) {
    nav#main_nav>ul>li>ul {
        padding: 24px 0 6px 0;
        display: none;
        position: absolute;
        border: 1px solid #ededed;
        background: #fafafa
    }
}

nav#main_nav>ul>li>ul li {
    list-style: none
}

@media (max-width:767px) {
    #logo {
        background: transparent;
        margin-top: 0;
        position: absolute
    }
}

@media (min-width:768px) {
    #logo {
        height: 56px;
        margin-top: -56px;
        background-color: transparent;
        position: relative
    }
}

@media (min-width:992px) {
    #logo {
/*        width: 190px;*/
        background: transparent;
        margin-top: 0;
/*        position: absolute*/
    }
}

@media (min-width:1200px) {
    #logo {
/*        width: 230px;*/
        background: transparent;
/*        position: absolute*/
    }
}

#logo>div {
    width: 50%;
    height: 56px;
    position: relative
}

#logo>div .icon_think_logo_s {
    line-height: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

#logo>div .icon_think_logo_s>span {
    display: none
}

@media (max-width:767px) {
    #logo>div .icon_think_logo_s {
        top: 12px;
        left: 18px;
        font-size: 120px;
        font-size: 12rem;
        display: block
    }
}

@media (min-width:768px) {
    #logo>div .icon_think_logo_s {
        top: 6px;
        right: 214px;
        font-size: 140px;
        font-size: 14rem;
        display: block
    }
}

@media (min-width:992px) {
    #logo>div .icon_think_logo_s {
        top: 17px;
        left: 18px;
        font-size: 140px;
        font-size: 14rem;
        display: block
    }
}

@media (min-width:1200px) {
    #logo>div .icon_think_logo_s {
        top: 20px;
        left: 24px;
        font-size: 180px;
        font-size: 18rem;
        display: block
    }
}

header.minimize #logo>div .icon_think_logo_s {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #logo>div .icon_think_logo_s {
        top: 12px;
        left: 26px;
        font-size: 120px;
        font-size: 12rem;
        display: block
    }
}

#searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease;
    background: black;
    cursor: pointer
}

@media (max-width:767px) {
    #searchBtn {
        display: none
    }
}

@media (min-width:768px) {
    #searchBtn {
        height: 56px;
        width: 56px;
        display: block
    }
}

@media (min-width:992px) {
    #searchBtn {
        height: 76px;
        width: 76px
    }
}

@media (min-width:1200px) {
    #searchBtn {
        height: 96px;
        width: 96px
    }
}

header.minimize #searchBtn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn {
        height: 60px;
        width: 60px
    }
}

#searchBtn .icon_search_png {
    line-height: 0;
    position: absolute;
    color: white;
    background: url(../images/search_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (max-width:767px) {
    #searchBtn .icon_search_png {
        top: 12px;
        left: 18px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    #searchBtn .icon_search_png {
        top: 18px;
        left: 22px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #searchBtn .icon_search_png {
        top: 27px;
        left: 32px;
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #searchBtn .icon_search_png {
        top: 38px;
        left: 41px;
        font-size: 20px;
        font-size: 2rem
    }
}

header.minimize #searchBtn .icon_search_png {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn .icon_search_png {
        top: 20px;
        left: 23px;
        font-size: 20px;
        font-size: 2rem
    }
}

#searchBtn .icon_searchClose_png {
    line-height: 0;
    position: absolute;
    color: white;
    background: url(../images/searchClose_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (max-width:767px) {
    #searchBtn .icon_searchClose_png {
        top: 12px;
        left: 18px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    #searchBtn .icon_searchClose_png {
        top: 18px;
        left: 22px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #searchBtn .icon_searchClose_png {
        top: 27px;
        left: 32px;
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #searchBtn .icon_searchClose_png {
        top: 38px;
        left: 41px;
        font-size: 20px;
        font-size: 2rem
    }
}

header.minimize #searchBtn .icon_searchClose_png {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 200ms ease;
    -moz-transition: all .3s ease-in-out 200ms ease;
    -o-transition: all .3s ease-in-out 200ms ease;
    -ms-transition: all .3s ease-in-out 200ms linear;
    transition: all .3s ease-in-out 200ms ease ease
}

@media (min-width:1200px) {
    header.minimize #searchBtn .icon_searchClose_png {
        top: 20px;
        left: 23px;
        font-size: 20px;
        font-size: 2rem
    }
}

#searchBtn .dpNone {
    display: none
}

#slideWrap {
    position: relative;
    right: 0;
    -webkit-transition: .3s ease-in-out right;
    transition: .3s ease-in-out right;
    -webkit-transition: .3s ease-in-out right 200ms ease;
    -moz-transition: .3s ease-in-out right 200ms ease;
    -o-transition: .3s ease-in-out right 200ms ease;
    -ms-transition: .3s ease-in-out right 200ms linear;
    transition: .3s ease-in-out right 200ms ease ease
}

@media (max-width:767px) {
    #slideWrap {
        margin-top: 0;
        background: white
    }
}

@media (min-width:768px) {
    #slideWrap {
        margin-top: 112px;
        background: transparent
    }
}

@media (min-width:992px) {
    #slideWrap {
        margin-top: 76px
    }
}

@media (min-width:1200px) {
    #slideWrap {
        margin-top: 96px
    }
}

#slideWrap.active {
    -webkit-transition: .3s ease-in-out right;
    transition: .3s ease-in-out right;
    -webkit-transition: .3s ease-in-out right 200ms ease;
    -moz-transition: .3s ease-in-out right 200ms ease;
    -o-transition: .3s ease-in-out right 200ms ease;
    -ms-transition: .3s ease-in-out right 200ms linear;
    transition: .3s ease-in-out right 200ms ease ease
}

@media (max-width:767px) {
    #slideWrap.active {
        right: 260px
    }
}

@media (min-width:768px) {
    #slideWrap.active {
        right: 0
    }
}

@media (min-width:992px) {
    #slideWrap.active {
        right: 0
    }
}

@media (min-width:1200px) {
    #slideWrap.active {
        right: 0
    }
}

.dummy {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999
}

@media (max-width:767px) {
    #mobileMenu {
        display: block;
        position: absolute;
        width: 260px;
        right: 0;
        top: 0
    }
}

@media (min-width:768px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:992px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileMenu {
        display: none
    }
}

#mobileTgl {
    cursor: pointer;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 200ms ease;
    -moz-transition: background .35s ease 200ms ease;
    -o-transition: background .35s ease 200ms ease;
    -ms-transition: background .35s ease 200ms linear;
    transition: background .35s ease 200ms ease ease
}

@media (min-width:768px) {
    #mobileTgl {
        display: none
    }
}

@media (min-width:992px) {
    #mobileTgl {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileTgl {
        display: none
    }
}

#mobileTgl.active {
    background: #2dc489;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 200ms ease;
    -moz-transition: background .35s ease 200ms ease;
    -o-transition: background .35s ease 200ms ease;
    -ms-transition: background .35s ease 200ms linear;
    transition: background .35s ease 200ms ease ease
}

#mobileTgl a:hover {
    text-decoration: none
}

#mobileTgl #drawerMenuTgl {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    #mobileTgl #drawerMenuTgl {
        display: block
    }
    #mobileTgl #drawerMenuTgl .icon_drawerMenuTgl {
        line-height: 1;
        position: absolute;
        color: white;
        top: 16px;
        left: 19px;
        font-size: 20px;
        font-size: 2rem
    }
    #mobileTgl #drawerMenuTgl .icon_drawerMenuTgl:hover {
        text-decoration: none
    }
}

#mobileMenu {
    background: #202020
}

#mobileMenu .nav {
    padding: 20px 10px 0 10px
}

#mobileMenu .nav>li {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    color: white
}

#mobileMenu .nav>li>a {
    color: white
}

#mobileMenu .nav>li>ul {
    display: none;
    padding: 0
}

#mobileMenu .nav>li>ul>li {
    list-style-type: none;
    padding: 8px 0 8px 8px
}

#mobileMenu .nav>li>ul>li>a {
    padding: 10px 7px;
    color: white
}

#mobileMenu .nav-child-container>li>ul>li {
    list-style-type: none;
    padding: 8px
}

#mobileMenu .nav-child-container>li>ul>li>a {
    padding: 10px 7px;
    color: white;
    font-size: 85%
}

#mobileMenu .nav-child-container {
    list-style: none;
    padding: 0
}

#mobileMenu .nav-child-1,
#mobileMenu .nav-child-2,
#mobileMenu .nav-child-3,
#mobileMenu .nav-child-4,
#mobileMenu .nav-child-5 {
    padding: 0
}

#mobileMenu .nav-child-1 i,
#mobileMenu .nav-child-2 i,
#mobileMenu .nav-child-3 i,
#mobileMenu .nav-child-4 i,
#mobileMenu .nav-child-5 i {
    display: none
}

#mobileMenu .item-107 p,
#mobileMenu .item-108 p,
#mobileMenu .item-109 p,
#mobileMenu .item-110 p,
#mobileMenu .item-142 p,
#mobileMenu .item-143 p {
    display: none
}

#mobileMenu .item-101 {
    border-top: 2px solid #303030
}

#mobileMenu .item-101,
#mobileMenu .item-101,
#mobileMenu .item-102,
#mobileMenu .item-103,
#mobileMenu .item-104,
#mobileMenu .item-105,
#mobileMenu .item-106,
#mobileMenu .item-120 {
    border-bottom: 2px solid #303030
}

#mobileMenu .item-131 {
    position: relative
}

#mobileMenu .item-131>ul {
    display: none;
    padding: 0
}

#mobileMenu .item-131>ul>li {
    list-style-type: none;
    padding: 8px
}

#mobileMenu .item-131>ul>li>a {
    padding: 10px 7px;
    color: white
}

#mobileMenu .divider {
    display: none
}

#mobileMenu .addDeeperSlideToggle {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

#mobileMenu .addDeeperSlideToggle:after {
    content: "+";
    color: white;
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 15px;
    font-size: 1.5rem
}

#mobileMenu .opened {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

#mobileMenu .opened:after {
    content: "-";
    color: white;
    position: absolute;
    left: 19px;
    top: 8px;
    font-size: 15px;
    font-size: 1.5rem
}

#mod-search-searchword-mobile {
    background: #303030;
    border: 0;
    padding: 0 10px 0 20px;
    width: 204px;
    font-family: 'AvenirLTStd35Light';
    color: white;
    height: 56px
}

#mobileSearchButton {
    background: url(../images/menu/mobileSrchBtn.jpg);
    border: 0;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0
}

#videoPly {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer
}

#coursesPageVideo {
    display: none
}

video {
    display: block
}

.videoDescription {
    display: none
}

#skipVideo {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    padding: 10px 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy';
    display: none
}

#skipVideo.show {
    bottom: 20px;
    display: block
}

#frontPageVideo video {
    width: 100%;
    height: auto
}

.flipBtn {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

#courses_flipboard .container {
    overflow: visible
}

#courses_flipboard .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

#courses_flipboard .thumb .thumb-wrapper {
    cursor: pointer;
    display: block;
    width: 100%
}

@media (max-width:767px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 276px
    }
}

@media (min-width:768px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 355px
    }
}

@media (min-width:992px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 228px
    }
}

@media (min-width:1200px) {
    #courses_flipboard .thumb .thumb-wrapper {
        height: 278px
    }
}

#courses_flipboard .thumb .thumb-wrapper .front,
#courses_flipboard .thumb .thumb-wrapper .back {
    border: 1px solid #FAFAFA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa
}

#courses_flipboard .thumb .thumb-wrapper .front {
    overflow: hidden
}

#courses_flipboard .thumb .thumb-wrapper .front img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    position: absolute;
    display: block
}

#courses_flipboard .thumb .thumb-wrapper .front h3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    color: white;
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    padding: 0
}

@media (max-width:767px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 276px
    }
}

@media (min-width:768px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 355px
    }
}

@media (min-width:992px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 228px
    }
    body.living-in-australia #courses_flipboard .thumb .thumb-wrapper .front h3 {
        font-size: 19px;
        font-size: 1.9rem
    }
}

@media (min-width:1200px) {
    #courses_flipboard .thumb .thumb-wrapper .front h3 {
        line-height: 278px
    }
    body.living-in-australia #courses_flipboard .thumb .thumb-wrapper .front h3 {
        font-size: 23px;
        font-size: 2.3rem
    }
}

.back {
    background: #f0f0f0
}

@media (max-width:767px) {
    .back {
        height: 276px
    }
}

@media (min-width:768px) {
    .back {
        height: 355px
    }
}

@media (min-width:992px) {
    .back {
        height: 228px
    }
}

@media (min-width:1200px) {
    .back {
        height: 278px
    }
}

@media (max-width:767px) {
    .back>h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .back>h3 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:992px) {
    .back>h3 {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 6px 0
    }
}

@media (min-width:1200px) {
    .back>h3 {
        font-size: 26px;
        font-size: 2.6rem;
        padding: 15px 0
    }
}

@media (min-width:992px) {
    .back>hr {
        margin: 3px auto
    }
}

@media (min-width:1200px) {
    .back>hr {
        margin: 6px auto
    }
}

@media (min-width:992px) {
    .back>p {
        padding: 6px 0;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .back>p {
        padding: 15px 5px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

.scroll {
    overflow: hidden
}

.scroll .flipIt .back {
    bottom: 0;
    top: 0
}

.scroll .front {
    overflow: visible
}

@media (max-width:767px) {
    .scroll .back {
        bottom: -276px;
        top: -276px
    }
}

@media (min-width:768px) {
    .scroll .back {
        bottom: -355px;
        top: -355px
    }
}

@media (min-width:992px) {
    .scroll .back {
        bottom: -228px;
        top: -228px
    }
}

@media (min-width:1200px) {
    .scroll .back {
        bottom: -278px;
        top: -278px
    }
}

.thumb.flip .thumb-wrapper:hover .back,
.thumb.flip .thumb-wrapper.hover .back {
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.thumb.flip .thumb-wrapper:hover .front,
.thumb.flip .thumb-wrapper.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.thumb.flip .thumb-wrapper {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    position: relative
}

.thumb.flip .thumb-wrapper .front,
.thumb.flip .thumb-wrapper .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.thumb.flip .thumb-wrapper .front {
    transform: rotateY(0deg)
}

.thumb.flip .thumb-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.thumb.flip .flipIt .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.thumb.flip .flipIt .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#courses .logoWrapper {
    width: 200px;
    display: table;
    padding: 2px 0;
    height: 61px
}

@media (max-width:767px) {
    #courses .logoWrapper {
        width: 240px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #courses .logoWrapper {
        width: 180px;
        padding: 10px 0
    }
}

@media (min-width:992px) {
    #courses .logoWrapper {
        width: 190px;
        padding: 7px 0
    }
}

@media (min-width:1200px) {
    #courses .logoWrapper {
        width: 200px;
        padding: 8px 0
    }
}

#courses .logoWrapper>a {
    display: table-cell;
    vertical-align: bottom
}

#collegesLogo .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #collegesLogo .logoWrapper {
        min-height: initial;
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #collegesLogo .logoWrapper {
        min-height: 85px;
        padding: 0 10px
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #collegesLogo .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#collegesLogo .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #collegesLogo .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapper>a {
        text-align: center
    }
}

#collegesLogo .logoWrapperRS {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #collegesLogo .logoWrapperRS {
        min-height: initial;
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #collegesLogo .logoWrapperRS {
        min-height: 85px;
        padding: 0 10px
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapperRS {
        min-height: 50px;
        padding: 10px 10px
    }
}

#collegesLogo .logoWrapperRS>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #collegesLogo .logoWrapperRS>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #collegesLogo .logoWrapperRS>a {
        text-align: center
    }
}

@media (max-width:767px) {
    #history .logoWrapper {
        width: 230px;
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #history .logoWrapper {
        margin-top: 80px;
        width: 100%;
        padding: 0 40px
    }
}

@media (min-width:992px) {
    #history .logoWrapper {
        margin-top: 40px;
        width: 100%;
        padding: 0 80px
    }
}

@media (min-width:1200px) {
    #history .logoWrapper {
        margin-top: 40px;
        width: 100%;
        padding: 0 100px
    }
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: none;
    width: 100%
}

@media (max-width:767px) {
    #myCarousel:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 20px;
        top: 10px;
        left: 10px;
        background: url(../images/myCarousel/swipe.png);
        background-repeat: no-repeat
    }
}

#myCarousel {
    display: block
}

#myCarousel .carousel-control {
    text-shadow: none;
    z-index: 99 !important;
    top: 0
}

#myCarousel .left.carousel-control {
    left: 0
}

@media (max-width:767px) {
    #myCarousel .left.carousel-control {
        background-image: none
    }
}

#myCarousel .right.carousel-control {
    right: 0
}

@media (max-width:767px) {
    #myCarousel .right.carousel-control {
        background-image: none;
        padding-bottom: 20px
    }
}

#myCarousel .icon {
    z-index: 5;
    display: inline-block;
    line-height: 0
}

@media (max-width:767px) {
    #myCarousel .icon {
        font-size: 0px;
        font-size: 0rem;
        top: 0
    }
}

@media (min-width:768px) {
    #myCarousel .icon {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    #myCarousel .icon {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    #myCarousel .icon {
        font-size: 30px;
        font-size: 3rem
    }
}

#myCarousel .icon:before {
    position: absolute;
    top: 50%
}

#myCarousel .icon_iconArrowLeft {
    left: 4px
}

#myCarousel .icon_iconArrowLeft:before {
    content: url(../images/myCarousel/thinkArrowLeft.png);
    left: 50px;
    display: block
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 50px;
        display: none
    }
}

@media (min-width:768px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 10px
    }
}

@media (min-width:992px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 50px
    }
}

@media (min-width:1200px) {
    #myCarousel .icon_iconArrowLeft:before {
        left: 100px
    }
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowLeft {
        position: absolute;
        width: 40px;
        height: 20px;
        top: 10px;
        left: 10px !important
    }
}

#myCarousel .icon_iconArrowRight {
    right: 4px
}

#myCarousel .icon_iconArrowRight:before {
    content: url(../images/myCarousel/thinkArrowRight.png);
    right: 50px;
    display: block
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 50px;
        display: none
    }
}

@media (min-width:768px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 10px
    }
}

@media (min-width:992px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 50px
    }
}

@media (min-width:1200px) {
    #myCarousel .icon_iconArrowRight:before {
        right: 100px
    }
}

@media (max-width:767px) {
    #myCarousel .icon_iconArrowRight {
        position: absolute;
        width: 40px;
        height: 20px;
        top: 10px;
        left: 55px !important
    }
}

.carousel-indicators {
    bottom: 10px
}

@media (max-width:767px) {
    .carousel-indicators {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-indicators {
        display: block
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    padding: 0;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 13px;
    cursor: pointer;
    background-color: white
}

.carousel-indicators .active {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-captionL {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: right
}

@media (max-width:767px) {
    .carousel-captionL {
        width: 100%;
        right: 0;
        position: relative;
        height: 70px;
        text-align: left
    }
}

@media (min-width:768px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

@media (min-width:992px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

@media (min-width:1200px) {
    .carousel-captionL {
        width: 50%;
        right: 50%
    }
}

.carousel-captionL>div {
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div {
        left: 0;
        top: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    .carousel-captionL>div {
        right: 220px;
        top: 20%;
        width: 0
    }
    .carousel-think .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-design .carousel-captionL>div {
        right: 210px;
        top: 76px
    }
    .carousel-health .carousel-captionL>div {
        right: 210px;
        top: 135px
    }
    .carousel-business .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 180px;
        top: 76px
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 210px;
        top: 135px
    }
    .carousel-fb .carousel-captionL>div {
        right: 210px;
        top: 150px
    }
    .carousel-fc .carousel-captionL>div {
        right: 210px;
        top: 120px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div {
        right: 330px;
        top: 15%
    }
    .carousel-think .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-design .carousel-captionL>div {
        right: 300px;
        top: 58px
    }
    .carousel-health .carousel-captionL>div {
        right: 320px;
        top: 180px
    }
    .carousel-business .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 300px;
        top: 128px
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 320px;
        top: 180px
    }
    .carousel-fb .carousel-captionL>div {
        right: 300px;
        top: 58%
    }
    .carousel-fc .carousel-captionL>div {
        right: 300px;
        top: 48%
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div {
        right: 430px;
        top: 10%
    }
    .carousel-think .carousel-captionL>div {
        right: 400px;
        top: 38%
    }
    .carousel-design .carousel-captionL>div {
        right: 400px;
        top: 18%
    }
    .carousel-health .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-business .carousel-captionL>div {
        right: 400px;
        top: 28%
    }
    .carousel-hospitality .carousel-captionL>div {
        right: 400px;
        top: 18%
    }
    .carousel-winter-school .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-fb .carousel-captionL>div {
        right: 400px;
        top: 58%
    }
    .carousel-fc .carousel-captionL>div {
        right: 400px;
        top: 48%
    }
    .carousel-fe .carousel-captionL>div {
        right: 400px;
        top: 5%
    }
}

.carousel-captionL>div>div {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div>div {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 14px 4px 14px 4px
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 380px;
        top: 0;
        left: -140px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 480px;
        top: 0;
        left: -140px
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div {
        height: 260px;
        width: 480px;
        top: 0;
        left: -140px
    }
}

.carousel-captionL>div>div h2:nth-of-type(1) {
    font-family: 'AvenirLTStd95Black';
    text-transform: none;
    text-align: left;
    color: white;
    display: block
}

.carousel-captionL>div>div h2:nth-of-type(1)>a {
    color: white
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 15px;
        font-size: 1.5rem;
        color: #353535;
        display: inline
    }
    .carousel-captionL>div>div h2:nth-of-type(1)>a {
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2:nth-of-type(1) {
        font-size: 39px;
        font-size: 3.9rem
    }
}

.carousel-captionL>div>div h2 {
    margin-top: .8em;
    font-family: 'AvenirLTStd95Black';
    text-transform: none;
    text-align: left;
    color: #2dc489
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: .1em;
        display: inline
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2 {
        font-size: 34px;
        font-size: 3.4rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2 {
        font-size: 38px;
        font-size: 3.8rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2 {
        font-size: 32px;
        font-size: 3.2rem
    }
}

.carousel-business .carousel-captionL>div>div h2 {
    color: #c5203e
}

.carousel-design .carousel-captionL>div>div h2 {
    color: #ed1c8f
}

.carousel-health .carousel-captionL>div>div h2 {
    color: #873494
}

.carousel-hospitality .carousel-captionL>div>div h2 {
    color: #00bcd3
}

.carousel-winter-school .carousel-captionL>div>div h2 {
    color: #00bcd3
}

.carousel-fb .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-fc .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-fe .carousel-captionL>div>div h2 {
    color: #fff
}

.carousel-captionL>div>div h2 span {
    padding: 0 .2em;
    color: white
}

@media (max-width:767px) {
    .carousel-captionL>div>div h2 span {
        font-size: 18px;
        font-size: 1.8rem;
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div h2 span {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div h2 span {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div h2 span {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.carousel-captionL>div>div.od__block {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionL>div>div.od__block {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 14px 4px 14px 4px
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 350px;
        top: 0;
        left: -170px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 480px;
        top: 0;
        left: -160px
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div.od__block {
        height: 260px;
        width: 480px;
        top: 0;
        left: -170px
    }
}

.carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    text-align: left;
    color: #000;
    display: block
}

.carousel-captionL>div>div.od__block h2.od:nth-of-type(1)>a {
    color: #000
}

@media (max-width:767px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 15px;
        font-size: 1.5rem;
        color: #353535;
        display: inline
    }
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1)>a {
        color: #353535
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div.od__block h2.od:nth-of-type(1) {
        font-size: 30px;
        font-size: 3rem
    }
}

.carousel-captionL>div .od--blr {
    text-align: left;
    padding-top: 8px
}

.carousel-captionL>div .od--blr a {
    color: #000;
    font-family: 'AvenirLTStd65Medium'
}

@media (min-width:768px) {
    .carousel-captionL>div .od--blr a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .carousel-captionL>div .od--blr a {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div .od--blr a {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.carousel-captionR {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-captionR {
        display: block
    }
}

.carousel-captionR>div {
    position: absolute;
    top: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div {
        left: 303px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div {
        left: 200px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div {
        left: 310px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div {
        left: 410px
    }
}

.carousel-captionR>div>div {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div>div {
        height: 270px;
        width: 320px;
        top: -135px;
        left: -160px;
        padding: 40px 30px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div {
        height: 180px;
        width: 320px;
        top: -90px;
        left: -560px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div {
        height: auto;
        width: 320px;
        top: -135px;
        left: -765px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div>div {
        width: 348px;
        top: -66px;
        left: -180px
    }
    .carousel-fb .carousel-captionR>div>div {
        top: -40px
    }
    .carousel-fc .carousel-captionR>div>div {
        top: -60px
    }
    .carousel-fe .carousel-captionR>div>div {
        top: -60px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div {
        height: auto;
        width: 332px;
        top: -150px;
        left: -171px;
        padding: 25px 25px 20px 25px
    }
    .carousel-business .carousel-captionR>div>div {
        width: 339px;
        left: -178px;
        top: -78px
    }
    .carousel-hospitality .carousel-captionR>div>div {
        width: 426px;
        left: -265px;
        top: -40px
    }
    .carousel-fb .carousel-captionR>div>div {
        width: 298px;
        left: -215px;
        top: -60px
    }
    .carousel-fc .carousel-captionR>div>div {
        width: 298px;
        left: -935px;
        top: -60px
    }
    .carousel-fe .carousel-captionR>div>div {
        width: 298px;
        left: -215px;
        top: -60px
    }
}

.carousel-captionR>div>div h2 {
    font-family: 'AvenirLTStd85Heavy';
    color: white;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR>div>div h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div h2 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div h2 {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-captionR>div>div hr {
    border-color: rgba(238, 238, 238, 0.2);
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div>div hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div hr {
        margin: 8px 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div hr {
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div hr {
        margin: 18px 0
    }
}

.carousel-captionR>div>div p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-think .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-think .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-think .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-think .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-think .carousel-captionR>div>div>div a:hover,
.carousel-think .carousel-captionR>div>div>div a:focus,
.carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-think .carousel-captionR>div>div>div a.disabled,
.carousel-think .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a,
.carousel-think .carousel-captionR>div>div>div a.disabled:hover,
.carousel-think .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:hover,
.carousel-think .carousel-captionR>div>div>div a.disabled:focus,
.carousel-think .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:focus,
.carousel-think .carousel-captionR>div>div>div a.disabled:active,
.carousel-think .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a:active,
.carousel-think .carousel-captionR>div>div>div a.disabled.active,
.carousel-think .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-think .carousel-captionR>div>div>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-business .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-business .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-business .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-business .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-business .carousel-captionR>div>div>div a:hover,
.carousel-business .carousel-captionR>div>div>div a:focus,
.carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-business .carousel-captionR>div>div>div a.disabled,
.carousel-business .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a,
.carousel-business .carousel-captionR>div>div>div a.disabled:hover,
.carousel-business .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:hover,
.carousel-business .carousel-captionR>div>div>div a.disabled:focus,
.carousel-business .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:focus,
.carousel-business .carousel-captionR>div>div>div a.disabled:active,
.carousel-business .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a:active,
.carousel-business .carousel-captionR>div>div>div a.disabled.active,
.carousel-business .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div>div a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.carousel-business .carousel-captionR>div>div>div a .badge {
    color: #c5203e;
    background-color: #fff
}

.carousel-design .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-design .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-design .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-design .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-design .carousel-captionR>div>div>div a:hover,
.carousel-design .carousel-captionR>div>div>div a:focus,
.carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-design .carousel-captionR>div>div>div a.disabled,
.carousel-design .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a,
.carousel-design .carousel-captionR>div>div>div a.disabled:hover,
.carousel-design .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:hover,
.carousel-design .carousel-captionR>div>div>div a.disabled:focus,
.carousel-design .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:focus,
.carousel-design .carousel-captionR>div>div>div a.disabled:active,
.carousel-design .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a:active,
.carousel-design .carousel-captionR>div>div>div a.disabled.active,
.carousel-design .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-design .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-health .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-health .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-health .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-health .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-health .carousel-captionR>div>div>div a:hover,
.carousel-health .carousel-captionR>div>div>div a:focus,
.carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-health .carousel-captionR>div>div>div a.disabled,
.carousel-health .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a,
.carousel-health .carousel-captionR>div>div>div a.disabled:hover,
.carousel-health .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:hover,
.carousel-health .carousel-captionR>div>div>div a.disabled:focus,
.carousel-health .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:focus,
.carousel-health .carousel-captionR>div>div>div a.disabled:active,
.carousel-health .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a:active,
.carousel-health .carousel-captionR>div>div>div a.disabled.active,
.carousel-health .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div>div a.active {
    background-color: #873494;
    border-color: #873494
}

.carousel-health .carousel-captionR>div>div>div a .badge {
    color: #873494;
    background-color: #fff
}

.carousel-hospitality .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-hospitality .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-hospitality .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-hospitality .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-hospitality .carousel-captionR>div>div>div a:hover,
.carousel-hospitality .carousel-captionR>div>div>div a:focus,
.carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-hospitality .carousel-captionR>div>div>div a.disabled,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:hover,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:hover,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:focus,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:focus,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled:active,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a:active,
.carousel-hospitality .carousel-captionR>div>div>div a.disabled.active,
.carousel-hospitality .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-hospitality .carousel-captionR>div>div>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-winter-school .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-winter-school .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-winter-school .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-winter-school .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-winter-school .carousel-captionR>div>div>div a:hover,
.carousel-winter-school .carousel-captionR>div>div>div a:focus,
.carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-winter-school .carousel-captionR>div>div>div a.disabled,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:hover,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:hover,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:focus,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:focus,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled:active,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a:active,
.carousel-winter-school .carousel-captionR>div>div>div a.disabled.active,
.carousel-winter-school .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-winter-school .carousel-captionR>div>div>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-fb .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fb .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fb .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fb .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fb .carousel-captionR>div>div>div a:hover,
.carousel-fb .carousel-captionR>div>div>div a:focus,
.carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fb .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fb .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fb .carousel-captionR>div>div>div a.disabled,
.carousel-fb .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a,
.carousel-fb .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:hover,
.carousel-fb .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:focus,
.carousel-fb .carousel-captionR>div>div>div a.disabled:active,
.carousel-fb .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a:active,
.carousel-fb .carousel-captionR>div>div>div a.disabled.active,
.carousel-fb .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fb .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fb .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-fc .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fc .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fc .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fc .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fc .carousel-captionR>div>div>div a:hover,
.carousel-fc .carousel-captionR>div>div>div a:focus,
.carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fc .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fc .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fc .carousel-captionR>div>div>div a.disabled,
.carousel-fc .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a,
.carousel-fc .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:hover,
.carousel-fc .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:focus,
.carousel-fc .carousel-captionR>div>div>div a.disabled:active,
.carousel-fc .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a:active,
.carousel-fc .carousel-captionR>div>div>div a.disabled.active,
.carousel-fc .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fc .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fc .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-fe .carousel-captionR>div>div>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-fe .carousel-captionR>div>div>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-fe .carousel-captionR>div>div>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-fe .carousel-captionR>div>div>div a {
        padding: 11px 20px
    }
}

.carousel-fe .carousel-captionR>div>div>div a:hover,
.carousel-fe .carousel-captionR>div>div>div a:focus,
.carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fe .carousel-captionR>div>div>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.active,
.open .dropdown-toggle.carousel-fe .carousel-captionR>div>div>div a {
    background-image: none
}

.carousel-fe .carousel-captionR>div>div>div a.disabled,
.carousel-fe .carousel-captionR>div>div>div a[disabled],
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a,
.carousel-fe .carousel-captionR>div>div>div a.disabled:hover,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:hover,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:hover,
.carousel-fe .carousel-captionR>div>div>div a.disabled:focus,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:focus,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:focus,
.carousel-fe .carousel-captionR>div>div>div a.disabled:active,
.carousel-fe .carousel-captionR>div>div>div a[disabled]:active,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a:active,
.carousel-fe .carousel-captionR>div>div>div a.disabled.active,
.carousel-fe .carousel-captionR>div>div>div a[disabled].active,
fieldset[disabled] .carousel-fe .carousel-captionR>div>div>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-fe .carousel-captionR>div>div>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 65px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 62px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a.aw-btn {
        padding: 17px 32px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div>div a.aw-btn--lg {
        padding: 17px 62px
    }
}

.carousel-captionR>div>div.od__block--rght {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght {
        height: 270px;
        width: 320px;
        top: -135px;
        left: -160px;
        padding: 40px 30px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght {
        height: 190px;
        width: 250px;
        top: -90px;
        left: -80px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght {
        height: auto;
        width: 280px;
        top: -65px;
        left: -100px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght {
        width: 348px;
        top: -66px;
        left: -180px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght {
        height: auto;
        width: 295px;
        top: -40px;
        left: -130px;
        padding: 20px 20px 10px 20px
    }
    .carousel-business .carousel-captionR>div>div.od__block--rght {
        width: 339px;
        left: -178px;
        top: -78px
    }
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght {
        width: 426px;
        left: -265px;
        top: -40px
    }
}

.carousel-captionR>div>div.od__block--rght h2 {
    font-family: 'AvenirLTStd85Heavy';
    color: white;
    text-align: left
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght h2 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.carousel-captionR>div>div.od__block--rght hr {
    border-color: rgba(238, 238, 238, 0.2);
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 8px 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght hr {
        margin: 18px 0
    }
}

.carousel-captionR>div>div.od__block--rght p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div>div.od__block--rght>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-think .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-think .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-think .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-think .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-think .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-business .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-business .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-business .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-business .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

.carousel-business .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #c5203e;
    background-color: #fff
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-design .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-design .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-design .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-design .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

.carousel-design .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #ed1c8f;
    background-color: #fff
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-health .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-health .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-health .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-health .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #873494;
    border-color: #873494
}

.carousel-health .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #873494;
    background-color: #fff
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

.carousel-hospitality .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #00bcd3;
    background-color: #fff
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin: 1em auto 0
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
        padding: 11px 20px
    }
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active,
.open .dropdown-toggle.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a {
    background-image: none
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled],
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:hover,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:hover,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:focus,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:focus,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled]:active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a:active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.disabled.active,
.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a[disabled].active,
fieldset[disabled] .carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

.carousel-winter-school .carousel-captionR>div>div.od__block--rght>div a .badge {
    color: #2dc489;
    background-color: #fff
}

.carousel-captionR>div.tafe {
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe {
        left: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe {
        left: 100px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe {
        left: 70px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe {
        left: 350px
    }
}

.carousel-captionR>div.tafe>div {
    display: block;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div {
        height: 270px;
        width: 340px;
        top: -40px;
        left: 0;
        padding: 10px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div {
        height: 180px;
        width: 410px;
        top: 10px;
        left: -160px;
        padding: 20px 14px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div {
        height: auto;
        width: 480px;
        top: 30px;
        left: -160px;
        padding: 15px 15px
    }
    .carousel-hospitality .carousel-captionR>div.tafe>div {
        width: 348px;
        top: -66px;
        left: -180px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div {
        height: auto;
        width: 680px;
        top: 30px;
        left: -490px;
        padding: 20px 20px 10px 20px
    }
}

.carousel-captionR>div.tafe>div h2 {
    font-family: 'GustanBlack';
    font-weight: 500
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 14px;
        font-size: 1.4rem;
        color: black !important;
        text-align: left
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div h2 {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.carousel-captionR>div.tafe>div h2 a {
    color: #353535
}

.carousel-captionR>div.tafe>div h2 a:focus,
.carousel-captionR>div.tafe>div h2 a:active,
.carousel-captionR>div.tafe>div h2 a:hover {
    text-decoration: none
}

.carousel-captionR>div.tafe>div hr {
    border-color: #eee;
    width: 50%;
    margin-right: 50%
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 20px 0
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 10px auto 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 20px auto 35px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div hr {
        margin: 10px auto 20px
    }
}

.carousel-captionR>div.tafe>div p {
    color: white;
    padding: 0
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

.carousel-captionR>div.tafe>div>div a {
    background: none;
    box-shadow: none
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div>div a {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 0 50px
    }
}

.carousel-captionR>div.tafe>div>div a:hover,
.carousel-captionR>div.tafe>div>div a:active,
.carousel-captionR>div.tafe>div>div a:focus {
    background: none
}

.carousel-captionR>div.tafe>div #tafe--p a {
    text-transform: initial;
    font-family: 'AvenirLTStd35Light';
    text-shadow: 0 2px 2px rgba(176, 175, 175, 0.25)
}

.carousel-captionR>div.tafe>div .section_early_entry_program--logos {
    display: inline-block
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 90px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 30px;
        width: 340px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 0;
        width: 450px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos {
        margin-left: 105px;
        width: 450px
    }
}

.carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
    margin: 0
}

@media (max-width:767px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

@media (min-width:768px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

@media (min-width:992px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .carousel-captionR>div.tafe>div .section_early_entry_program--logos a {
        padding: 5px
    }
}

.carousel-captionR.tafe {
    display: block
}

@media (max-width:767px) {
    .carousel-captionR.tafe {
        position: relative;
        height: 80px;
        left: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR.tafe {
        position: absolute;
        height: auto;
        left: 50%
    }
}

@media (max-width:767px) {
    .carousel-captionR.tafe #tafe--p a {
        color: black !important;
        text-align: left;
        padding: 0
    }
}

@media (min-width:768px) {
    .carousel-captionR.tafe #tafe--p a {
        color: #fff;
        text-align: center;
        padding: 11px 15px
    }
}

@media (min-width:992px) {
    .carousel-captionR.tafe #tafe--p a {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .carousel-captionR.tafe #tafe--p a {
        padding: 11px 80px
    }
}

@media (max-width:767px) {
    .carousel-think .dsktp {
        display: none !important
    }
}

@media (min-width:768px) {
    .carousel-think .dsktp {
        display: block
    }
}

@media (max-width:767px) {
    .carousel-think .mbl {
        display: block
    }
}

@media (min-width:768px) {
    .carousel-think .mbl {
        display: none !important
    }
}

.carousel-think .carousel-captionL>div>div h1,
.carousel-think .carousel-captionL>div>div h2 {
    display: none
}

@media (max-width:767px) {
    .carousel-think .carousel-captionL>div>div .lead {
        display: none
    }
}

@media (min-width:768px) {
    .carousel-think .carousel-captionL>div>div .lead {
        display: none
    }
}

.carousel .item {
    height: auto;
    background-color: transparent;
    margin-top: 0 !important
}

.carousel img {
    position: relative;
    top: 0;
    left: 0;
    min-height: none
}

#next {
    background: green
}

#next .container {
    background: pink
}

#replayVideo {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 998;
    padding: 10px 20px;
    top: 100px;
    right: 30px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy'
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        display: block;
        bottom: 20px;
        width: 90%;
        left: 35%
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 30px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 30px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators,
    #carousel-industry_partners .carousel-indicators {
        bottom: 10px
    }
}

#carousel-testimonial .carousel-indicators li,
#carousel-industry_partners .carousel-indicators li {
    display: inline-block;
    width: 78px;
    height: 78px;
    margin: 0 20px;
    text-indent: -999px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    background-color: transparent
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 5px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 10px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 58px;
        width: 58px;
        height: 58px;
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators li,
    #carousel-industry_partners .carousel-indicators li {
        border-radius: 78px;
        width: 78px;
        height: 78px;
        margin: 0 20px
    }
}

#carousel-testimonial .carousel-indicators li>img,
#carousel-industry_partners .carousel-indicators li>img {
    position: absolute;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 58px;
        height: 58px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators li>img,
    #carousel-industry_partners .carousel-indicators li>img {
        width: 78px;
        height: 78px
    }
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 5px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 10px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 58px;
        width: 58px;
        height: 58px;
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators .active,
    #carousel-industry_partners .carousel-indicators .active {
        border-radius: 78px;
        width: 78px;
        height: 78px;
        margin: 0 20px
    }
}

#carousel-testimonial .carousel-indicators .active>img,
#carousel-industry_partners .carousel-indicators .active>img {
    position: absolute;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0)
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 48px;
        height: 48px
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 58px;
        height: 58px
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-indicators .active>img,
    #carousel-industry_partners .carousel-indicators .active>img {
        width: 78px;
        height: 78px
    }
}

#carousel-testimonial .carousel-inner,
#carousel-industry_partners .carousel-inner {
    height: 360px
}

#carousel-testimonial .carousel-inner .item,
#carousel-industry_partners .carousel-inner .item {
    height: auto;
    background-color: transparent
}

#carousel-testimonial .carousel-inner .item:before,
#carousel-industry_partners .carousel-inner .item:before,
.testimonial .testimonial-text:before {
    content: "[";
    left: 0;
    text-align: right
}

#carousel-testimonial .carousel-inner .item:after,
#carousel-industry_partners .carousel-inner .item:after,
.testimonial .testimonial-text:after  {
    content: "]";
    right: 0
}

#carousel-testimonial .carousel-inner .item:before,
#carousel-industry_partners .carousel-inner .item:before,
#carousel-testimonial .carousel-inner .item:after,
#carousel-industry_partners .carousel-inner .item:after,
.testimonial .testimonial-text:before,
.testimonial .testimonial-text:after {
    position: absolute;
    width: 120px;
    height: 200px;
    top: 0;
    font-family: 'AvenirLTStd65Medium';
    font-size: 140px;
    font-size: 14rem;
    line-height: 200px;
    color: #2dc489
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-inner .item:before,
    #carousel-industry_partners .carousel-inner .item:before,
    #carousel-testimonial .carousel-inner .item:after,
    #carousel-industry_partners .carousel-inner .item:after,
    .testimonial .testimonial-text:before,
    .testimonial .testimonial-text:after {
        width: 40px;
        height: 200px
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-inner .item:before,
    #carousel-industry_partners .carousel-inner .item:before,
    #carousel-testimonial .carousel-inner .item:after,
    #carousel-industry_partners .carousel-inner .item:after,
    .testimonial .testimonial-text:before,
    .testimonial .testimonial-text:after {
        width: 120px;
        height: 200px
    }
}

body.business #carousel-testimonial .carousel-inner .item:before,
body.business #carousel-industry_partners .carousel-inner .item:before,
body.business #carousel-testimonial .carousel-inner .item:after,
body.business #carousel-industry_partners .carousel-inner .item:after {
    color: #c5203e
}

body.design #carousel-testimonial .carousel-inner .item:before,
body.design #carousel-industry_partners .carousel-inner .item:before,
body.design #carousel-testimonial .carousel-inner .item:after,
body.design #carousel-industry_partners .carousel-inner .item:after {
    color: #ed1c8f
}

body.health #carousel-testimonial .carousel-inner .item:before,
body.health #carousel-industry_partners .carousel-inner .item:before,
body.health #carousel-testimonial .carousel-inner .item:after,
body.health #carousel-industry_partners .carousel-inner .item:after {
    color: #873494
}

body.hospitality #carousel-testimonial .carousel-inner .item:before,
body.hospitality #carousel-industry_partners .carousel-inner .item:before,
body.hospitality #carousel-testimonial .carousel-inner .item:after,
body.hospitality #carousel-industry_partners .carousel-inner .item:after {
    color: #00bcd3
}

#carousel-testimonial .carousel-inner .item>div.lead-wrapper,
#carousel-industry_partners .carousel-inner .item>div.lead-wrapper {
    display: table-row;
    height: 200px
}

#carousel-testimonial .carousel-inner .item p.lead,
#carousel-industry_partners .carousel-inner .item p.lead {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 40px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    #carousel-testimonial .carousel-inner .item p.lead,
    #carousel-industry_partners .carousel-inner .item p.lead {
        padding: 0 120px;
        font-size: 22px;
        font-size: 2.2rem
    }
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper {
    position: absolute;
    bottom: -30px;
    width: 100%
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper cite,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper cite {
    display: block;
    text-align: center
}

#carousel-testimonial .carousel-inner .item>div.cite-wrapper cite>b,
#carousel-industry_partners .carousel-inner .item>div.cite-wrapper cite>b {
    display: block
}

#carousel-small .carousel .item {
    background-color: transparent
}

#carousel-small .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-small .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-small .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-small .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-small .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-small .carousel-control {
    text-shadow: none
}

#carousel-small .left.carousel-control {
    left: -100px;
    background-image: none
}

#carousel-small .right.carousel-control {
    right: -100px;
    background-image: none
}

#carousel-small .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-small .icon_iconArrowLeft {
    left: 12px
}

#carousel-small .icon_iconArrowRight {
    right: 12px
}

#carousel-events {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#carousel-events .carousel-control {
    text-shadow: none
}

#carousel-events .carousel-control:hover {
    color: #000
}

#carousel-events .upcoming-events-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px
}

#carousel-events .upcoming-events-text a {
    border-bottom: 1px solid #2dc489;
    color: #000
}

#carousel-events .left.carousel-control {
    left: -100px;
    background-image: none
}

#carousel-events .right.carousel-control {
    right: -100px;
    background-image: none
}

#carousel-events .carousel-control .icon {
    background: red;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-events .icon_iconArrowLeft {
    left: 12px
}

#carousel-events .icon_iconArrowRight {
    right: 12px
}

#carousel-events .carousel-inner {
    border-radius: 5px
}

#carousel-events .event-carousel-opacity-block {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    float: left
}

#carousel-events .event-carousel-opacity-block>hr {
    border: 0;
    border-top: 1px solid #EEE;
    margin: 10px 0;
    opacity: .5;
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>hr {
        float: left;
        width: 50%
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: block
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>hr {
        display: block
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block {
        width: 60%;
        position: absolute;
        top: 0;
        padding: 5px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 15px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 15px
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block {
        width: 40%;
        position: absolute;
        top: 0;
        padding: 20px
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(1) {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3) {
        display: block
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    font-family: AvenirLTStd65Medium
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        float: left;
        width: 100%
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: none
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(3)>p {
        display: block
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4) {
        float: left;
        width: 100%
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        padding: 11px 20px
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active,
.open .dropdown-toggle#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active,
.open .dropdown-toggle#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
    background-image: none
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled],
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:hover,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:focus,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:focus,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled]:active,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.disabled.active,
#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a[disabled].active,
fieldset[disabled] #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a .badge {
    color: #2dc489;
    background-color: #fff
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 9px;
        font-size: 0.9rem;
        padding: 7px 16px
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 10px;
        font-size: 1rem;
        padding: 7px 16px
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(4)>a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2) {
    width: 100%
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(1) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(2) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff
}

@media (max-width:767px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: none
    }
}

@media (min-width:768px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: none
    }
}

@media (min-width:992px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: left
    }
}

@media (min-width:1200px) {
    #carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div:nth-of-type(3) {
        float: left
    }
}

#carousel-events .event-carousel-opacity-block>div:nth-of-type(2)>div>i {
    color: #808080;
    font-size: 12px;
    font-size: 1.2rem;
    top: 0;
    position: static
}

@media (max-width:767px) {
    #carousel-partnerships {
        height: auto
    }
}

@media (min-width:768px) {
    #carousel-partnerships {
        height: 300px
    }
}

@media (min-width:992px) {
    #carousel-partnerships {
        height: 300px
    }
}

@media (min-width:1200px) {
    #carousel-partnerships {
        height: 380px
    }
}

#carousel-partnerships .carousel-inner .carousel .item {
    background-color: transparent
}

#carousel-partnerships .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-partnerships .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-partnerships .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-partnerships .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-partnerships .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-partnerships .carousel-control {
    text-shadow: none
}

#carousel-partnerships .left.carousel-control {
    left: -100px
}

#carousel-partnerships .right.carousel-control {
    right: -100px
}

#carousel-partnerships .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0
}

#carousel-partnerships .icon_iconArrowLeft {
    left: 12px
}

#carousel-partnerships .icon_iconArrowRight {
    right: 12px
}

@media (max-width:767px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: auto
    }
}

@media (min-width:768px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 200px
    }
}

@media (min-width:992px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 262px
    }
}

@media (min-width:1200px) {
    #whyThink .panel-grey,
    #whyThink .rounded-int,
    #whyThink .panel-grey-a,
    #whyThink .panel-grey-b,
    #whyThink .panel-grey-c,
    #whyThink .panel-grey-d,
    #whyThink .panel-grey-e,
    #whyThink .panel-grey-f,
    #whyThink .panel-grey-g,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-h,
    #whyThink .panel-grey-i,
    #whyThink .panel-grey-j,
    #whyThink #filter-static .panel-grey-coll {
        height: 318px
    }
}

@media (max-width:767px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 35px
    }
}

@media (min-width:992px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 60px
    }
}

@media (min-width:1200px) {
    #whyThink .panel-grey .btn-green,
    #whyThink .panel-grey-a .btn-green,
    #whyThink .panel-grey-b .btn-green,
    #whyThink .panel-grey-c .btn-green,
    #whyThink .panel-grey-d .btn-green,
    #whyThink .panel-grey-e .btn-green,
    #whyThink .panel-grey-f .btn-green,
    #whyThink .panel-grey-g .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-h .btn-green,
    #whyThink .panel-grey-i .btn-green,
    #whyThink .panel-grey-j .btn-green,
    #whyThink #filter-static .panel-grey-coll .btn-green {
        margin-top: 100px
    }
}

#carousel-staff {
    padding-bottom: 70px
}

#carousel-staff .carousel-indicators li {
    background: #ebebeb
}

#carousel-staff .carousel-indicators .active {
    background-color: #2dc489;
    border-color: #2dc489
}

body.business #carousel-staff .carousel-indicators .active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.design #carousel-staff .carousel-indicators .active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.health #carousel-staff .carousel-indicators .active {
    background-color: #873494;
    border-color: #873494
}

body.hospitality #carousel-staff .carousel-indicators .active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#carousel-staff .carousel-inner .item {
    background-color: transparent
}

#carousel-staff .carousel-inner .item .panel-grey>cite,
#carousel-staff .carousel-inner .item .panel-grey-a>cite,
#carousel-staff .carousel-inner .item .panel-grey-b>cite,
#carousel-staff .carousel-inner .item .panel-grey-c>cite,
#carousel-staff .carousel-inner .item .panel-grey-d>cite,
#carousel-staff .carousel-inner .item .panel-grey-e>cite,
#carousel-staff .carousel-inner .item .panel-grey-f>cite,
#carousel-staff .carousel-inner .item .panel-grey-g>cite,
#carousel-staff .carousel-inner .item .panel-grey-h>cite,
#carousel-staff .carousel-inner .item .panel-grey-h>cite,
#carousel-staff .carousel-inner .item .panel-grey-i>cite,
#carousel-staff .carousel-inner .item .panel-grey-j>cite,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite {
    display: block;
    text-align: center;
    color: #a6a6a6;
    font-style: italic
}

@media (max-width:767px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 120px;
        height: 120px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    #carousel-staff .carousel-inner .item .panel-grey>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-a>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-b>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-c>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-d>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-e>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-f>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-g>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-h>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-i>cite>img,
    #carousel-staff .carousel-inner .item .panel-grey-j>cite>img,
    #carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>img {
        width: 180px;
        height: 180px;
        margin-bottom: 30px
    }
}

#carousel-staff .carousel-inner .item .panel-grey>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-a>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-b>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-c>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-d>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-e>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-f>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-g>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-h>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-h>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-i>cite>b,
#carousel-staff .carousel-inner .item .panel-grey-j>cite>b,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>cite>b {
    color: #353535;
    font-style: normal;
    display: block;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase
}

#carousel-staff .carousel-inner .item .panel-grey>hr,
#carousel-staff .carousel-inner .item .panel-grey-a>hr,
#carousel-staff .carousel-inner .item .panel-grey-b>hr,
#carousel-staff .carousel-inner .item .panel-grey-c>hr,
#carousel-staff .carousel-inner .item .panel-grey-d>hr,
#carousel-staff .carousel-inner .item .panel-grey-e>hr,
#carousel-staff .carousel-inner .item .panel-grey-f>hr,
#carousel-staff .carousel-inner .item .panel-grey-g>hr,
#carousel-staff .carousel-inner .item .panel-grey-h>hr,
#carousel-staff .carousel-inner .item .panel-grey-h>hr,
#carousel-staff .carousel-inner .item .panel-grey-i>hr,
#carousel-staff .carousel-inner .item .panel-grey-j>hr,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>hr {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #dadada
}

#carousel-staff .carousel-inner .item .panel-grey>p,
#carousel-staff .carousel-inner .item .panel-grey-a>p,
#carousel-staff .carousel-inner .item .panel-grey-b>p,
#carousel-staff .carousel-inner .item .panel-grey-c>p,
#carousel-staff .carousel-inner .item .panel-grey-d>p,
#carousel-staff .carousel-inner .item .panel-grey-e>p,
#carousel-staff .carousel-inner .item .panel-grey-f>p,
#carousel-staff .carousel-inner .item .panel-grey-g>p,
#carousel-staff .carousel-inner .item .panel-grey-h>p,
#carousel-staff .carousel-inner .item .panel-grey-h>p,
#carousel-staff .carousel-inner .item .panel-grey-i>p,
#carousel-staff .carousel-inner .item .panel-grey-j>p,
#carousel-staff .carousel-inner .item #filter-static .panel-grey-coll>p {
    padding: .3em 1em;
    font-size: 15px;
    font-size: 1.5rem
}

#wpas div.lead-wrapper {
    display: table-row;
    height: 150px
}

#wpas div.lead-wrapper:before {
    content: "[";
    left: 10px;
    text-align: left
}

#wpas div.lead-wrapper:after {
    content: "]";
    right: 10px;
    text-align: right
}

#wpas div.lead-wrapper:before,
#wpas div.lead-wrapper:after {
    position: absolute;
    width: 40px;
    height: 150px;
    font-family: 'AvenirLTStd65Medium';
    font-size: 140px;
    font-size: 14rem;
    line-height: 150px;
    color: #a6a6a6
}

#wpas div.lead-wrapper>p {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    #wpas div.lead-wrapper>p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 3em
    }
}

@media (min-width:768px) {
    #wpas div.lead-wrapper>p {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 4em
    }
}

@media (min-width:992px) {
    #wpas div.lead-wrapper>p {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    #wpas div.lead-wrapper>p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#wpas div.cite-wrapper {
    margin-top: -20px;
    text-align: center
}

@media (max-width:767px) {
    #wpas div.cite-wrapper {
        margin-top: 0
    }
}

@media (min-width:768px) {
    #wpas div.cite-wrapper {
        margin-top: -20px
    }
}

#wpas div.cite-wrapper>cite {
    color: #a6a6a6;
    font-style: italic
}

@media (max-width:767px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:768px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:992px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px
    }
}

@media (min-width:1200px) {
    #wpas div.cite-wrapper>cite>img {
        width: 56px;
        height: 56px;
        margin-bottom: 10px
    }
}

#wpas div.cite-wrapper>cite>b {
    color: #353535;
    font-style: normal;
    display: block;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase
}

#filter-static .student-story-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid;
    margin-bottom: 12px
}

#filter-static .student-story-wrapper .cite-wrapper {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px
}

#filter-static .student-story-wrapper .cite-wrapper hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

#filter-static .student-story-wrapper .cite-wrapper h3 {
    color: white;
    padding: .5em 0 .2em
}

#filter-static .student-story-wrapper .cite-wrapper p {
    color: white;
    padding: .2em 0;
    font-size: 15px;
    font-size: 1.5rem
}

#filter-static .student-story-wrapper .cite-wrapper cite {
    display: block;
    text-align: center;
    color: white;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    width: 100%
}

#filter-static .student-story-wrapper .cite-wrapper cite b {
    display: block;
    font-style: normal;
    text-align: center
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 50;
    cursor: pointer
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    display: none
}

.formError .formErrorContent {
    position: absolute;
    width: 100%;
    background: #2dc489;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 220px;
    font-family: tahoma;
    font-size: 11px;
    padding: 6px 4px 32px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    margin-left: -130px;
    margin-left: 0px\9;
    height: 20px;
    margin-top: 34px
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006
}

.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    height: 1px;
    background: #2dc489;
    margin: 0 auto 0 -130px;
    margin: 0 auto\9;
    line-height: 0;
    font-size: 0;
    display: block
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 2px
}

.formError .formErrorArrow .line2 {
    width: 1px
}

.formError .formErrorArrow .line1 {
    width: 0
}

#mtcFrom #contact-us-form {
    margin-bottom: 0
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form {
        padding: 10px 20px 10px 20px
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form {
        padding: 10px 40px 10px 40px;
        margin-top: 40px
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form {
        padding: 10px 60px 10px 60px;
        margin-top: 90px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form {
        padding: 10px 80px 10px 80px
    }
}

#mtcFrom #contact-us-form .form-label {
    font-size: 1.6rem;
    padding: 15px 0 5px 0
}

#mtcFrom #contact-us-form #first_name,
#mtcFrom #contact-us-form #last_name {
    width: 100%
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #first_name,
    #mtcFrom #contact-us-form #last_name {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0 40px 0 20px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form #mtcFromRight {
        padding: 0 40px 0 20px
    }
}

@media (max-width:767px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0
    }
}

@media (min-width:768px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0
    }
}

@media (min-width:992px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0 20px 0 40px
    }
}

@media (min-width:1200px) {
    #mtcFrom #contact-us-form #mtcFromLeft {
        padding: 0 20px 0 40px
    }
}

#mtcBrdr:before,
#mtcBrdr:after {
    content: "";
    position: absolute;
    width: 3px;
    background: #dfdfdf
}

@media (max-width:767px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        display: none
    }
}

@media (min-width:768px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        display: none
    }
}

@media (min-width:992px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        height: 520px;
        display: block
    }
}

@media (min-width:1200px) {
    #mtcBrdr:before,
    #mtcBrdr:after {
        height: 480px
    }
}

#mtcBrdr:before {
    right: 50%
}

#mtcBrdr:after {
    left: 50%
}

@media (max-width:767px) {
    #mtcL {
        display: none
    }
}

@media (min-width:768px) {
    #mtcL {
        padding-right: 0
    }
}

@media (min-width:992px) {
    #mtcL {
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    #mtcL {
        padding-right: 50px
    }
}

@media (min-width:768px) {
    #mtcR {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #mtcR {
        padding-left: 50px
    }
}

@media (min-width:1200px) {
    #mtcR {
        padding-left: 50px
    }
}

#mtcR h3 {
    padding: 0 6px 1em 6px
}

p.mtc-sub {
    text-align: center;
    padding: 0 6px 1em
}

#contact-us-form, #enquiry-form {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

@media (max-width:767px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 80px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    #contact-us-form, #enquiry-form {
        padding: 30px 80px;
        margin-bottom: 80px
    }
}

#contact-us-form label, #enquiry-form label {
    display: inline-block;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'GustanBlack';
    text-transform: uppercase
}

    #contact-us-form textarea,
    #enquiry-form textarea,
    #contact-us-form select,
    #enquiry-form select,
    #contact-us-form input[type=text],
    #enquiry-form input[type=text],
    #contact-us-form input[type=email],
    #enquiry-form input[type=email],
    #contact-us-form #first_name,
    #enquiry-form #first_name,
    #contact-us-form #last_name,
    #enquiry-form #last_name,
    #contact-us-form #email,
    #enquiry-form #email,
    #contact-us-form #phone,
    #enquiry-form #phone {
    background-color: #fff;
    border: none;
    color: #a1a1a1;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

@media (max-width:767px) {
    #contact-us-form textarea,
    #enquiry-form textarea,
    #contact-us-form select,
    #enquiry-form select,
    #contact-us-form input[type=text],
    #enquiry-form input[type=text],
    #contact-us-form input[type=email],
    #enquiry-form input[type=email],
    #contact-us-form #first_name,
    #enquiry-form #first_name,
    #contact-us-form #last_name,
    #enquiry-form #last_name,
    #contact-us-form #email,
    #enquiry-form #email,
    #contact-us-form #phone,
    #enquiry-form #phone {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#contact-us-form .intl-tel-input,#enquiry-form .intl-tel-input  {
    width: 100%;
    height: 50px
}

#contact-us-form input[type=submit],#enquiry-form input[type=submit]{
    background-color: #2DC489;
    min-width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border: none;
    font-family: 'AvenirLTStd35Light';
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#contact-us-form input.error,
#contact-us-form select.error, 
#enquiry-form input.error, 
#enquiry-form select.error {
    border: 1px solid #2DC489 !important
}

#contact-us-form .error, #enquiry-form .error {
    color: #2DC489
}
#contact-us-form label.emailOptOut, #enquiry-form label.emailOptOut{width: 90%;vertical-align: top;}
#contact-us-form input[type="checkbox"], 
#enquiry-form input[type="checkbox"]{margin: 15px 5px !important;}
#filterForm {
    background-color: rgba(223, 223, 223, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

#filterForm .fltrGrpLbl {
    font-family: 'AvenirLTStd95Black';
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase
}

@media (max-width:767px) {
    #filterForm .fltrGrpLbl {
        padding: 22px 22px 0
    }
}

@media (min-width:768px) {
    #filterForm .fltrGrpLbl {
        text-align: left;
        padding: 22px 22px 0
    }
}

@media (min-width:992px) {
    #filterForm .fltrGrpLbl {
        text-align: center;
        padding: 38px 0
    }
}

@media (max-width:767px) {
    #filterForm .cllgSlctr {
        padding: 22px 22px 0
    }
}

@media (min-width:768px) {
    #filterForm .cllgSlctr {
        text-align: left;
        padding: 36px 22px 0
    }
}

@media (min-width:992px) {
    #filterForm .cllgSlctr {
        text-align: center;
        padding: 36px 22px
    }
}

#filterForm .fltrGrp {
    padding: 32px;
    position: relative
}

@media (min-width:768px) {
    #filterForm .fltrGrp {
        padding: 12px 22px
    }
}

@media (min-width:992px) {
    #filterForm .fltrGrp {
        padding: 32px 32px
    }
}

#filterForm .fltrClrBtn {
    position: absolute;
    right: 25px;
    top: 14px
}

@media (max-width:767px) {
    #filterForm .fltrClrBtn {
        position: relative;
        left: 0;
        top: 8px
    }
}

@media (min-width:768px) {
    #filterForm .fltrClrBtn {
        position: absolute;
        right: 25px;
        top: -21px
    }
}

@media (min-width:992px) {
    #filterForm .fltrClrBtn {
        position: absolute;
        right: 25px;
        top: 14px
    }
}

#filterForm hr {
    width: 98%;
    border: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 0 auto
}

#filterForm .select-wrap {
    position: relative;
    border: 1px solid #dfdfdf;
    width: 240px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#filterForm .select-wrap i.icon {
    position: absolute;
    top: 26px;
    right: 8px;
    line-height: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dfdfdf;
    pointer-events: none
}

#filterForm .select-wrap i.icon:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: -24px;
    right: 35px;
    height: 50px;
    width: 1px
}

#filterForm textarea,
#filterForm input,
#filterForm select {
    background-color: #fff;
    border: none;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 255px;
    margin: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

#filterForm input[type=checkbox].css-checkbox {
    display: none
}

#filterForm input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'AvenirLTStd35Light';
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0
}

@media (max-width:767px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        margin: 0 2em 1em 0
    }
}

@media (min-width:768px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        width: 48%
    }
}

@media (min-width:992px) {
    #filterForm input[type=checkbox].css-checkbox+label.css-label {
        width: 23%;
        margin: 5px 0
    }
}

#filterForm input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -16px
}

#filterForm label.css-label {
    background-image: url(../images/form/csschckbxGreen.png);
    background-position: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.business #filterForm label.css-label {
    background-image: url(../images/form/csschckbxRed.png)
}

body.design #filterForm label.css-label {
    background-image: url(../images/form/csschckbxPink.png)
}

body.health #filterForm label.css-label {
    background-image: url(../images/form/csschckbxPurple.png)
}

body.hospitality #filterForm label.css-label {
    background-image: url(../images/form/csschckbxBlue.png)
}

table.responsiveTable {
    width: 100%;
    margin: 0 5px 30px 5px
}

.courseFees .table-head .tableRow div:nth-child(1) {
    width: 30%
}

.courseFees .table-head .tableRow div:nth-child(2) {
    width: 20%
}

.courseFees .table-head .tableRow div:nth-child(3) {
    width: 20%
}

.courseFees .table-head .tableRow div:nth-child(4) {
    width: 10%
}

.courseFees .table-head .tableRow div:nth-child(5) {
    width: 10%
}

.table {
    display: table;
    margin: 30px 0
}

.table-head {
    display: table-header-group
}

.table-head .column {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd65Medium', sans-serif;
    text-align: left;
    letter-spacing: 1px;
    padding: 18px 5px
}

.tableRow {
    display: table-row
}

.column {
    display: table-cell;
    padding: 15px 3px;
    font-family: 'AvenirLTStd35Light', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: .03em;
    border-bottom: 1px solid #c1c3c2;
    vertical-align: middle
}

@media all and (max-width:640px) {
    table.responsiveTable {
        width: 98%;
        border-top: none;
        border-bottom: none
    }
    .tableRow {
        border-top: 4px solid #2dc489;
        border-bottom: 0 solid #2dc489;
        margin-bottom: 10px
    }
    .table {
        border-bottom: none;
        border-top: none
    }
    .table tbody {
        display: block;
        width: 100%
    }
    .table,
    .tableRow,
    .column,
    .column:before {
        display: block
    }
    .table,
    .tableRow .column:last-child {
        border-bottom: none
    }
    .table-head {
        position: absolute;
        top: -1000em;
        left: -1000em
    }
    tableRow .row {
        border: 1px solid #eeeeee;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        margin: 20px 0
    }
    .tableRow .column:nth-child(1) {
        border-left: none
    }
    .tableRow .column:last-child {
        border-right: none
    }
    .tableRow:last-child .column,
    .column {
        border-bottom: 1px solid #eeeeee
    }
    .column {
        padding: 20px 5px;
        height: auto;
        vertical-align: middle
    }
    .column:before {
        padding-right: 20px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: .4em;
        font-family: 'AvenirLTStd65Medium';
        font-weight: normal;
        content: " " attr(data-label) " "
    }
}

#section_front_our_courses>div {
    background: url('../images/textured_paper_transparent.png')
}

#section_front_our_courses>div>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_our_courses>div>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div {
        width: 1150px
    }
}

#section_front_our_courses>div>div>.navbar-header,
#section_front_our_courses>div>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>.navbar-header,
    #section_front_our_courses>div>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 30px 0
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 40px 0
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 50px 0
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div h1 {
        margin: 0 0 60px 0
    }
}

#section_front_our_courses>div>div>div {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div {
        float: left;
        width: 25%
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div {
        padding: 3px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div {
        padding: 4px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div {
        padding: 0 5px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div {
        padding: 0 6px
    }
}

#section_front_our_courses>div>div>div>div {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_our_courses>div>div>div>div,
    body.international #section_front_our_courses>div>div>div>div {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_our_courses>div>div>div>div,
    body.international #section_front_our_courses>div>div>div>div {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_our_courses>div>div>div>div a.think-btn,
    body.international #section_front_our_courses>div>div>div>div a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

#section_front_our_courses>div>div>div>div>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

#section_front_our_courses>div>div>div>div a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

#section_front_our_courses>div>div>div>div a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div a.ts-arrow-r {
        bottom: 16px
    }
}

#section_front_our_courses>div>div>div>div .rounded-int {
    border: none
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

#section_front_our_courses>div>div>div>div p {
    font-size: 14px;
    font-size: 1.4rem
}

#section_front_our_courses>div>div>div>div h3 {
    font-size: 16px;
    font-size: 1.6rem
}

#section_front_our_courses>div>div>div>div h2 {
    margin: 0;
    padding: 1em 0;
    position: relative
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div h2 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

#section_front_our_courses>div>div>div>div hr {
    width: 50%;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 0 auto
}

#section_front_our_courses>div>div>div>div p {
    margin: 0;
    padding: 1.2em;
    line-height: 1.6em;
    text-align: center
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div p {
        display: none
    }
}

#section_front_our_courses>div>div>div>div>div {
    margin: 0;
    padding: .8em 0 2em 0;
    text-align: center
}

#section_front_our_courses>div>div>div>div>div a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#section_front_our_courses>div>div>div>div>div a:focus,
#section_front_our_courses>div>div>div>div>div a:active:focus,
#section_front_our_courses>div>div>div>div>div a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#section_front_our_courses>div>div>div>div>div a:hover,
#section_front_our_courses>div>div>div>div>div a:focus {
    color: #333;
    text-decoration: none
}

#section_front_our_courses>div>div>div>div>div a:active,
#section_front_our_courses>div>div>div>div>div a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#section_front_our_courses>div>div>div>div>div a.disabled,
#section_front_our_courses>div>div>div>div>div a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div>div>div a {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div>div>div a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

#section_front_our_courses>div>div>div:nth-of-type(1) h2 {
    color: #ed1c8f
}

#section_front_our_courses>div>div>div:nth-of-type(1) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(1) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(1) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(1) a {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(1) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a:active,
#section_front_our_courses>div>div>div:nth-of-type(1) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(1) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(1) a.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

#section_front_our_courses>div>div>div:nth-of-type(1) a .badge {
    color: #ed1c8f;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(2) h2 {
    color: #873494
}

#section_front_our_courses>div>div>div:nth-of-type(2) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(2) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(2) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(2) a {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(2) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a:active,
#section_front_our_courses>div>div>div:nth-of-type(2) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(2) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(2) a.active {
    background-color: #873494;
    border-color: #873494
}

#section_front_our_courses>div>div>div:nth-of-type(2) a .badge {
    color: #873494;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(3) h2 {
    color: #c5203e
}

#section_front_our_courses>div>div>div:nth-of-type(3) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(3) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(3) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(3) a {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(3) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a:active,
#section_front_our_courses>div>div>div:nth-of-type(3) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(3) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(3) a.active {
    background-color: #c5203e;
    border-color: #c5203e
}

#section_front_our_courses>div>div>div:nth-of-type(3) a .badge {
    color: #c5203e;
    background-color: #fff
}

#section_front_our_courses>div>div>div:nth-of-type(4) h2 {
    color: #00bcd3
}

#section_front_our_courses>div>div>div:nth-of-type(4) a {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_front_our_courses>div>div>div:nth-of-type(4) a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_front_our_courses>div>div>div:nth-of-type(4) a {
        padding: 11px 20px
    }
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(4) a {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.active,
.open .dropdown-toggle#section_front_our_courses>div>div>div:nth-of-type(4) a {
    background-image: none
}

#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled],
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:hover,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:hover,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:focus,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:focus,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled]:active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a:active,
#section_front_our_courses>div>div>div:nth-of-type(4) a.disabled.active,
#section_front_our_courses>div>div>div:nth-of-type(4) a[disabled].active,
fieldset[disabled] #section_front_our_courses>div>div>div:nth-of-type(4) a.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

#section_front_our_courses>div>div>div:nth-of-type(4) a .badge {
    color: #00bcd3;
    background-color: #fff
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceStatic {
        display: none
    }
}

#section_front_think_difference #thinkDifferenceStatic .headings hr {
    margin-left: 0
}

#section_front_think_difference #thinkDifferenceStatic .headings h3 {
    padding-left: 0;
    text-align: left;
    cursor: pointer
}

#section_front_think_difference #thinkDifferenceStatic .headings h3:hover {
    color: #2dc489
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
    position: relative
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 156px
    }
}

@media (min-width:992px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 204px
    }
}

@media (min-width:1200px) {
    #section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper {
        height: 247px
    }
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper img {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease 200ms ease;
    -moz-transition: opacity .35s ease 200ms ease;
    -o-transition: opacity .35s ease 200ms ease;
    -ms-transition: opacity .35s ease 200ms linear;
    transition: opacity .35s ease 200ms ease ease
}

#section_front_think_difference #thinkDifferenceStatic #think_difference_img_wrapper .active-img {
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease 200ms ease;
    -moz-transition: opacity .35s ease 200ms ease;
    -o-transition: opacity .35s ease 200ms ease;
    -ms-transition: opacity .35s ease 200ms linear;
    transition: opacity .35s ease 200ms ease ease
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 18px 0 20px 0
    }
}

@media (min-width:992px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 20px 0 22px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_difference #thinkDifferenceStatic #img-difference {
        margin: 22px 0 26px 0
    }
}

#section_front_think_difference #thinkDifferenceCarousel {
    position: relative
}

#section_front_think_difference #thinkDifferenceCarousel:before {
    content: "";
    position: absolute;
    width: 81px;
    height: 46px;
    bottom: 0;
    right: 40px;
    background: url(../images/think_difference/swipe.png);
    background-repeat: no-repeat
}

#section_front_think_difference #thinkDifferenceCarousel .carousel-inner {
    height: 400px
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel .carousel-inner {
        height: 260px
    }
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel {
        display: block
    }
}

@media (min-width:768px) {
    #section_front_think_difference #thinkDifferenceCarousel {
        display: none
    }
}

#section_front_think_difference #thinkDifferenceCarousel .img-difference {
    margin: 14px 0 16px 0
}

#section_front_think_difference #thinkDifferenceCarousel h2 {
    font-family: 'AvenirLTStd95Black';
    font-size: 24px;
    font-size: 2.4rem
}

@media (max-width:767px) {
    #section_front_think_difference #thinkDifferenceCarousel h2 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#section_front_think_success {
    background: url('../images/textured_paper_transparent.png')
}

@media (max-width:767px) {
    #section_front_think_success {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #section_front_think_success {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    #section_front_think_success {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_success {
        padding: 60px 0
    }
}

#section_front_think_success>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_think_success>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div {
        width: 1150px
    }
}

#section_front_think_success>div>.navbar-header,
#section_front_think_success>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_think_success>div>.navbar-header,
    #section_front_think_success>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 10px 0
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>h1 {
        margin: 0 0 20px 0
    }
}

#section_front_think_success>div>hr {
    width: 10%;
    border: 0;
    border-top: 1px solid #949494;
    margin: 0 auto 30px auto
}

@media (max-width:767px) {
    #section_front_think_success>div>hr {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>hr {
        display: block
    }
}

#section_front_think_success>div>div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div {
        float: left;
        width: 50%
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>div {
        padding: 3px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div {
        padding: 0 4px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div {
        padding: 0 5px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div {
        padding: 0 6px
    }
}

#section_front_think_success>div>div>div {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_think_success>div>div>div,
    body.international #section_front_think_success>div>div>div {
        min-height: 430px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_think_success>div>div>div,
    body.international #section_front_think_success>div>div>div {
        min-height: 430px
    }
}

@media (max-width:767px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        position: relative;
        left: 4px;
        bottom: 5px
    }
}

@media (min-width:768px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        position: relative;
        left: 51%;
        bottom: 50px
    }
}

@media (min-width:992px) {
    body.colleges #section_front_think_success>div>div>div a.think-btn,
    body.international #section_front_think_success>div>div>div a.think-btn {
        left: 10px;
        bottom: 15px
    }
}

#section_front_think_success>div>div>div>img {
    padding: 0;
    border-radius: 5px 5px 0 0
}

#section_front_think_success>div>div>div a.ts-arrow-r {
    position: absolute;
    right: 10px;
    color: #dfdfdf;
    padding: 12px 30px;
    border-left: solid 1px #dfdfdf
}

#section_front_think_success>div>div>div a.ts-arrow-r:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms linear;
    transition: all 200ms ease-in ease-in;
    color: #2dc489
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 4px;
        right: 6px;
        padding: 12px 15px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 12px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        height: 39px;
        bottom: 14px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div a.ts-arrow-r {
        bottom: 16px
    }
}

#section_front_think_success>div>div>div .rounded-int {
    border: none
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div .rounded-int {
        height: 205px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div .rounded-int {
        height: 251px
    }
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 4px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 6px
    }
}

#section_front_think_success>div>div>div p {
    font-size: 14px;
    font-size: 1.4rem
}

#section_front_think_success>div>div>div h3 {
    font-size: 16px;
    font-size: 1.6rem
}

#section_front_think_success>div>div>div>div>img {
    border-radius: 5px 5px 0 0
}

#section_front_think_success>div>div>div>div>h2 {
    text-align: left
}

@media (max-width:767px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 10px
    }
}

@media (min-width:768px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 15px
    }
}

@media (min-width:992px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px
    }
}

@media (min-width:1200px) {
    #section_front_think_success>div>div>div>div>h2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px
    }
}

#section_front_whats_new img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#section_front_whats_new .infoBlock {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    position: absolute;
    color: white
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock {
        width: 250px;
        top: 5%;
        left: 5px;
        height: 90%;
        padding: 5px 10px
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock {
        width: 320px;
        top: 20px;
        left: 5px;
        padding: 5px 10px
    }
}

@media (min-width:992px) {
    #section_front_whats_new .infoBlock {
        width: 450px;
        top: 5px;
        left: 5px;
        padding: 15px 10px
    }
}

@media (min-width:1200px) {
    #section_front_whats_new .infoBlock {
        width: 480px;
        top: 39px;
        left: 5px
    }
}

#section_front_whats_new .infoBlock h3 {
    color: white
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock h3 {
        padding: 6px 0 2px 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock h3 {
        padding: 1em 0 .5em 0
    }
}

#section_front_whats_new .infoBlock .eventInfoBlock {
    font-style: italic
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconCalendar {
    margin-right: .2em
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconClock {
    margin-left: .4em;
    margin-right: .2em
}

#section_front_whats_new .infoBlock .eventInfoBlock .icon_iconLocation {
    margin-left: .4em;
    margin-right: .2em
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock .eventInfoBlock {
        line-height: 1.1
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock .eventInfoBlock {
        line-height: 1.42857143
    }
}

#section_front_whats_new .infoBlock hr {
    width: 50%;
    margin-right: 50%;
    border-top: 1px solid;
    border-color: rgba(238, 238, 238, 0.2);
    margin: 10px 0
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock hr {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock hr {
        display: block
    }
}

#section_front_whats_new .infoBlock p {
    color: white;
    padding: 0 5px .5em 5px;
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock p {
        display: none
    }
}

@media (min-width:768px) {
    #section_front_whats_new .infoBlock p {
        display: block
    }
}

@media (max-width:767px) {
    #section_front_whats_new .infoBlock>div a.btn-green {
        padding: 8px 24px
    }
}

#section_front_whats_new .infoBlock .icon {
    vertical-align: baseline
}

#section_front_whats_new .whatsNewEventList {
    border-bottom: 1px solid #a6a6a6
}

@media (min-width:768px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 5px 0
    }
}

@media (min-width:992px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 0 0
    }
}

@media (min-width:1200px) {
    #section_front_whats_new .whatsNewEventList {
        padding: 10px 0
    }
}

#section_front_whats_new .whatsNewEventList:nth-of-type(1) {
    border-top: 1px solid #a6a6a6
}

#section_front_whats_new .whatsNewEventList h3>a {
    text-transform: uppercase;
    color: #353535
}

#section_front_whats_new .whatsNewEventList h3>a:hover {
    color: #a6a6a6
}

#section_front_what_people_are_saying>div {
    background: url('../images/textured_paper_transparent.png')
}

#section_front_what_people_are_saying>div>div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #section_front_what_people_are_saying>div>div {
        width: 730px
    }
}

@media (min-width:992px) {
    #section_front_what_people_are_saying>div>div {
        width: 950px
    }
}

@media (min-width:1200px) {
    #section_front_what_people_are_saying>div>div {
        width: 1150px
    }
}

#section_front_what_people_are_saying>div>div>.navbar-header,
#section_front_what_people_are_saying>div>div>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #section_front_what_people_are_saying>div>div>.navbar-header,
    #section_front_what_people_are_saying>div>div>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#get_in_touch h3 {
    padding: 0 6px
}

@media (max-width:767px) {
    #get_in_touch h3 {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    #get_in_touch .git_contact {
        margin-top: 10px;
        margin-left: 0
    }
}

@media (min-width:768px) {
    #get_in_touch .git_contact {
        margin-top: 50px;
        margin-left: 30px
    }
}

#get_in_touch .icon_iconPhone {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    width: 100%
}

@media (max-width:767px) {
    #get_in_touch .icon_iconPhone {
        position: relative;
        right: 8px
    }
}

@media (min-width:768px) {
    #get_in_touch .icon_iconPhone {
        position: relative;
        right: 20px
    }
}

.kdates-table {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .kdates-table {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:992px) {
    .kdates-table {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .kdates-table {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    .kdates-table {
        margin: 6px;
        border-bottom: solid 8px #ebebeb
    }
}

@media (min-width:768px) {
    .kdates-table {
        min-width: 240px
    }
}

@media (min-width:992px) {
    .kdates-table {
        margin: 1em 13px 0 0;
        min-width: 300px
    }
}

@media (min-width:1200px) {
    .kdates-table {
        margin: 1em 0;
        min-width: 300px
    }
}

.kdates-table tr {
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem
}

.kdates-table tr:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .kdates-table tr:nth-child(2) {
        display: none
    }
}

.kdates-table th {
    display: none
}

.kdates-table td {
    display: block;
    padding: .25em .5em
}

@media (max-width:767px) {
    .kdates-table td {
        display: table-cell;
        width: 50%
    }
    .kdates-table td:first-child {
        padding-left: 0
    }
    .kdates-table td:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .kdates-table td {
        margin: .5em .2em
    }
}

@media (min-width:992px) {
    .kdates-table td {
        margin: .5em 0
    }
}

@media (min-width:1200px) {
    .kdates-table td {
        margin: .5em 1em
    }
}

.kdates-table td:nth-child(2) {
    border-bottom: solid 8px #ebebeb;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .kdates-table td:nth-child(2) {
        padding-bottom: 0
    }
}

.kdates-table td:before {
    content: attr(data-th) " ";
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width:767px) {
    .kdates-table td:before {
        display: block
    }
}

@media (min-width:768px) {
    .kdates-table td:before {
        width: 7.5em
    }
}

@media (min-width:992px) {
    .kdates-table td:before {
        width: 11.5em
    }
}

@media (min-width:1200px) {
    .kdates-table td:before {
        width: 13.5em
    }
}

.kdates-table th,
.kdates-table td:before {
    font-style: normal
}

.kdates-table hr {
    margin: 1em 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .kdates-table hr {
        width: 40%
    }
}

@media (min-width:768px) {
    .kdates-table hr {
        width: 30%
    }
}

@media (min-width:992px) {
    .kdates-table hr {
        width: 20%
    }
}

#section-tabs ul.nav-tabs {
    margin: 0;
    padding: 0
}

#section-tabs .nav-tabs>li {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    margin-right: 4px
}

@media (min-width:768px) {
    #section-tabs .nav-tabs>li {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section-tabs .nav-tabs>li {
        padding-left: 0;
        padding-right: 0
    }
}

#section-tabs .nav-tabs>li>a {
    background-color: #ebebeb;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media (min-width:768px) {
    #section-tabs .nav-tabs>li>a {
        width: 177px
    }
}

@media (min-width:992px) {
    #section-tabs .nav-tabs>li>a {
        width: 232px
    }
}

@media (min-width:1200px) {
    #section-tabs .nav-tabs>li>a {
        width: 282px
    }
}

#section-tabs .nav-tabs>li>a:hover {
    border: 1px solid #dfdfdf;
    border-bottom: none
}

#section-tabs .nav-tabs>li:nth-child(1)>a {
    color: #ed1c8f
}

#section-tabs .nav-tabs>li:nth-child(2)>a {
    color: #873494
}

#section-tabs .nav-tabs>li:nth-child(3)>a {
    color: #c5203e
}

#section-tabs .nav-tabs>li:nth-child(4) {
    margin-right: 0
}

#section-tabs .nav-tabs>li:nth-child(4)>a {
    color: #00bcd3
}

#section-tabs .nav-tabs>li.active>a {
    color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

#section-tabs .nav-tabs>li.active:nth-child(1)>a,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(1)>a:active {
    background-color: #ed1c8f;
    color: #ffffff
}

#section-tabs .nav-tabs>li.active:nth-child(2)>a,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(2)>a:active {
    color: #ffffff;
    background: #873494
}

#section-tabs .nav-tabs>li.active:nth-child(3)>a,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(3)>a:active {
    color: #ffffff;
    background: #c5203e
}

#section-tabs .nav-tabs>li.active:nth-child(4)>a,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:hover,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:focus,
#section-tabs .nav-tabs>li.active:nth-child(4)>a:active {
    color: #ffffff;
    background: #00bcd3
}

#section-tabs .tab-content {
    padding-top: 40px
}

#section-tabs .tab-content-colleges {
    padding-top: 40px
}

#section-tabs .panel {
    border: none
}

#section-tabs .panel-group .panel {
    border-radius: 0
}

#section-tabs .panel-heading {
    padding: 0
}

#section-tabs .panel-default>.panel-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #ffffff
}

#section-tabs .panel-default:nth-child(1)>.panel-heading {
    background: #ed1c8f
}

#section-tabs .panel-default:nth-child(2)>.panel-heading {
    background: #873494
}

#section-tabs .panel-default:nth-child(3)>.panel-heading {
    background: #c5203e
}

#section-tabs .panel-default:nth-child(4)>.panel-heading {
    background: #00bcd3
}

#section-tabs .panel-heading>.panel-title {
    padding: 0 0
}

#section-tabs .panel-heading>.panel-title a {
    color: #ffffff;
    text-transform: uppercase
}

#section-tabs .accordion-toggle {
    display: block;
    padding: 15px 10px
}

#section-tabs .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
    background: url(../images/textured_paper_transparent.png)
}

#section-tabs-international ul {
    margin: 0;
    padding: 0
}

#section-tabs-international .nav-tabs>li {
    font-family: 'GustanBlack', sans-serif;
    margin-right: 6px
}

@media (min-width:768px) {
    #section-tabs-international .nav-tabs>li {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:992px) {
    #section-tabs-international .nav-tabs>li {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

#section-tabs-international .nav-tabs>li>a {
    background-color: #ebebeb;
    margin-bottom: 0;
    padding: 10px 12px;
    display: table-cell;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    text-align: center;
    color: #000;
    vertical-align: middle
}

@media (min-width:768px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 175px
    }
}

@media (min-width:992px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 230px
    }
}

@media (min-width:1200px) {
    #section-tabs-international .nav-tabs>li>a {
        height: 60px;
        width: 280px
    }
}

#section-tabs-international .nav-tabs>li>a:hover {
    border: 1px solid #dfdfdf;
    border-bottom: none
}

#section-tabs-international .nav-tabs>li:nth-child(4) {
    margin-right: 0;
    margin-left: 1px
}

#section-tabs-international .nav-tabs>li:nth-child(2)>a {
    color: #000
}

#section-tabs-international .nav-tabs>li.active>a {
    color: #fff;
    cursor: pointer;
    background: #2dc489
}

#section-tabs-international .tab-content {
    padding-top: 40px
}

#section-tabs-international .tab-content-colleges {
    padding-top: 40px
}

#section-tabs-international .panel {
    border: none
}

#section-tabs-international .panel-group .panel {
    border-radius: 0
}

#section-tabs-international .panel-heading {
    padding: 0
}

#section-tabs-international .panel-title {
    padding: 0
}

#section-tabs-international .panel-default>.panel-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'GustanBlack', sans-serif;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #2dc489;
    color: #ffffff
}

#section-tabs-international .panel-default>.panel-heading:nth-child(2) {
    background: #873494
}

#section-tabs-international .panel-heading>.panel-title a {
    color: #ffffff;
    text-transform: uppercase
}

#section-tabs-international .accordion-toggle {
    display: block;
    padding: 15px 10px
}

#section-tabs-international .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
    background: url(../images/textured_paper_transparent.png)
}

#section-tabs-international ul.inner-list {
    margin: 0 20px;
    padding-top: 1em
}

#section-tabs-international ul.inner-list li {
    margin: 0 0 6px 0;
    padding: 6px 2px
}

#section-tabs-international ul.inner-list li span {
    color: #353535
}

#courses-and-colleges .panel-grey,
#courses-and-colleges .panel-grey-a,
#courses-and-colleges .panel-grey-b,
#courses-and-colleges .panel-grey-c,
#courses-and-colleges .panel-grey-d,
#courses-and-colleges .panel-grey-e,
#courses-and-colleges .panel-grey-f,
#courses-and-colleges .panel-grey-g,
#courses-and-colleges .panel-grey-h,
#courses-and-colleges .panel-grey-h,
#courses-and-colleges .panel-grey-i,
#courses-and-colleges .panel-grey-j,
#courses-and-colleges #filter-static .panel-grey-coll {
    position: relative
}

@media (max-width:767px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: initial
    }
}

@media (min-width:768px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 460px
    }
}

@media (min-width:992px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 490px
    }
}

@media (min-width:1200px) {
    #courses-and-colleges .panel-grey,
    #courses-and-colleges .panel-grey-a,
    #courses-and-colleges .panel-grey-b,
    #courses-and-colleges .panel-grey-c,
    #courses-and-colleges .panel-grey-d,
    #courses-and-colleges .panel-grey-e,
    #courses-and-colleges .panel-grey-f,
    #courses-and-colleges .panel-grey-g,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-h,
    #courses-and-colleges .panel-grey-i,
    #courses-and-colleges .panel-grey-j,
    #courses-and-colleges #filter-static .panel-grey-coll {
        min-height: 555px
    }
}

@media (max-width:767px) {
    #courses-and-colleges .logoWrapper {
        width: 230px;
        position: relative
    }
}

@media (min-width:768px) {
    #courses-and-colleges .logoWrapper {
        width: 190px;
        position: absolute;
        bottom: 82px
    }
}

@media (min-width:992px) {
    #courses-and-colleges .logoWrapper {
        width: 210px
    }
}

@media (min-width:1200px) {
    #courses-and-colleges .logoWrapper {
        width: 230px
    }
}

#courses-and-colleges .learnMore {
    position: absolute;
    bottom: 12px
}

@media (max-width:767px) {
    #courses-and-colleges .learnMore {
        position: relative
    }
}

@media (max-width:767px) {
    #why-think .crs-page {
        height: auto;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #why-think .whyThinkItem {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #why-think .whyThinkItem {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #why-think .wpr {
        text-align: left
    }
}

@media (min-width:768px) {
    #why-think .wpr {
        text-align: center
    }
}

@media (max-width:767px) {
    #why-think hr {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .moduletablesub-nav {
        display: block
    }
}

@media (min-width:768px) {
    .moduletablesub-nav {
        display: block
    }
}

@media (min-width:992px) {
    .moduletablesub-nav {
        display: block
    }
}

.moduletablesub-nav h3 {
    text-align: center;
    margin-bottom: 10px
}

ul.inpage-nav-list {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 40px
}

@media (max-width:767px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (min-width:768px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (min-width:992px) {
    ul.inpage-nav-list {
        display: block
    }
}

@media (max-width:767px) {
    ul.inpage-nav-list a {
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    ul.inpage-nav-list a {
        display: inline
    }
}

@media (min-width:768px) {
    body.international ul.inpage-nav-list {
        display: block;
        width: 100%
    }
}

@media (min-width:1200px) {
    body.international ul.inpage-nav-list {
        display: block;
        width: 100%
    }
}

body.campuses ul.inpage-nav-list,
body.colleges ul.inpage-nav-list,
body.early_entry_program ul.inpage-nav-list,
body.make_the_change ul.inpage-nav-list,
body.student-stories ul.inpage-nav-list {
    padding: 20px 0 40px 0
}

.inpage-nav-list li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    font-size: 1.2em;
    cursor: pointer;
    color: #000000;
    border-bottom: solid 1px transparent
}

body.business .inpage-nav-list li {
    color: #000000
}

body.design .inpage-nav-list li {
    color: #000000
}

body.health .inpage-nav-list li {
    color: #000000
}

body.hospitality .inpage-nav-list li {
    color: #000000
}

body.colleges .inpage-nav-list li,
body.early_entry_program .inpage-nav-list li,
body.make_the_change .inpage-nav-list li,
body.student-stories .inpage-nav-list li {
    margin-right: 10px
}

@media (max-width:767px) {
    body.colleges .inpage-nav-list li,
    body.early_entry_program .inpage-nav-list li,
    body.make_the_change .inpage-nav-list li,
    body.student-stories .inpage-nav-list li {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 6px
    }
}

@media (min-width:768px) {
    body.colleges .inpage-nav-list li,
    body.early_entry_program .inpage-nav-list li,
    body.make_the_change .inpage-nav-list li,
    body.student-stories .inpage-nav-list li {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .inpage-nav-list li {
        padding: 0 2px
    }
}

@media (min-width:992px) {
    .inpage-nav-list li {
        padding: 0 10px
    }
}

.inpage-nav-list li a {
    color: #000000
}

.inpage-nav-list li:after {
    content: "|";
    position: relative;
    height: 22px;
    color: #e5e5e5
}

@media (max-width:767px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: none
    }
}

@media (min-width:768px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: inline-block;
        left: 10px
    }
}

@media (min-width:992px) {
    body.colleges .inpage-nav-list li:after,
    body.early_entry_program .inpage-nav-list li:after,
    body.make_the_change .inpage-nav-list li:after,
    body.campuses .inpage-nav-list li:after,
    body.student-stories .inpage-nav-list li:after {
        display: inline-block;
        left: 20px
    }
}

.inpage-nav-list li:last-child:after {
    content: none
}

.inpage-nav-list li:hover,
.inpage-nav-list li.active {
    color: #2dc489;
    border-bottom: solid 1px #2dc489;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transition: all .35s ease 200ms ease;
    -moz-transition: all .35s ease 200ms ease;
    -o-transition: all .35s ease 200ms ease;
    -ms-transition: all .35s ease 200ms linear;
    transition: all .35s ease 200ms ease ease
}

body.business .inpage-nav-list li:hover,
body.business .inpage-nav-list li.active {
    color: #c5203e;
    border-bottom: solid 1px #c5203e
}

body.design .inpage-nav-list li:hover,
body.design .inpage-nav-list li.active {
    color: #ed1c8f;
    border-bottom: solid 1px #ed1c8f
}

body.health .inpage-nav-list li:hover,
body.health .inpage-nav-list li.active {
    color: #873494;
    border-bottom: solid 1px #873494
}

body.hospitality .inpage-nav-list li:hover,
body.hospitality .inpage-nav-list li.active {
    color: #00bcd3;
    border-bottom: solid 1px #00bcd3
}

ul#international-nav {
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #f0f0f0
}

@media (max-width:767px) {
    ul#international-nav {
        margin: 0 11px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    ul#international-nav {
        margin: 0 11px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    ul#international-nav {
        margin: 0 6px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    ul#international-nav {
        margin: 0 4px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

ul#international-nav li {
    width: auto;
    color: #5e5e5e;
    text-transform: uppercase;
    position: relative
}

@media (max-width:767px) {
    ul#international-nav li {
        display: block
    }
}

@media (min-width:768px) {
    ul#international-nav li {
        display: inline-block
    }
}

@media (min-width:992px) {
    ul#international-nav li {
        display: inline-block
    }
}

@media (min-width:1200px) {
    ul#international-nav li {
        display: inline-block
    }
}

body.business ul#international-nav li {
    color: #000000
}

body.design ul#international-nav li {
    color: #000000
}

body.health ul#international-nav li {
    color: #000000
}

body.hospitality ul#international-nav li {
    color: #000000
}

ul#international-nav li a {
    color: #5e5e5e;
    display: inline-block
}

@media (max-width:767px) {
    ul#international-nav li a {
        display: block
    }
}

@media (min-width:768px) {
    ul#international-nav li a {
        display: inline-block;
        padding: 10px 6px
    }
}

@media (min-width:992px) {
    ul#international-nav li a {
        padding: 10px 15px;
        display: inline-block
    }
}

@media (min-width:1200px) {
    ul#international-nav li a {
        padding: 10px 32px;
        display: inline-block
    }
}

ul#international-nav li a:hover,
ul#international-nav li a:active {
    color: #ffffff;
    background: #2dc489
}

body.business ul#international-nav li a:hover,
body.business ul#international-nav li a:active {
    color: #c5203e;
    border-bottom: solid 1px #c5203e
}

body.design ul#international-nav li a:hover,
body.design ul#international-nav li a:active {
    color: #ed1c8f;
    border-bottom: solid 1px #ed1c8f
}

body.health ul#international-nav li a:hover,
body.health ul#international-nav li a:active {
    color: #873494;
    border-bottom: solid 1px #873494
}

body.hospitality ul#international-nav li a:hover,
body.hospitality ul#international-nav li a:active {
    color: #00bcd3;
    border-bottom: solid 1px #00bcd3
}

ul#international-nav li.active {
    background: #2dc489
}

ul#international-nav li.active a {
    color: #ffffff
}

ul#international-nav li:last-child {
    margin-right: 0
}

#section_exec_team h1 {
    font-size: 34px;
    font-size: 3.4rem;
    color: #2dc489;
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-align: left
}

#section_exec_team h2 {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.5em
}

#section_exec_team p>i {
    font-family: 'AvenirLTStd45Book', sans-serif
}

#section_exec_team .heading-grey {
    color: #8d9091
}

#section_exec_team .exec_item {
    border-bottom: 3px solid #2dc489;
    margin-bottom: 20px;
    position: relative
}

#section_exec_team .exec_title {
    border-bottom: 3px solid #2dc489;
    padding-bottom: 30px
}

#section_exec_team .exec_item img {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width:767px) {
    #section_exec_team .exec_item img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    #section_exec_team .exec_item img {
        width: 320px
    }
}

@media (min-width:992px) {
    #section_exec_team .exec_item img {
        width: 520px
    }
}

@media (min-width:1200px) {
    #section_exec_team .exec_item img {
        width: 600px
    }
}

#section_exec_team .exec_copy {
    padding-left: 0;
    font-size: 18px
}

#section_exec_team .readmore-js-collapsed {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transition: ease-out 200ms ease;
    -moz-transition: ease-out 200ms ease;
    -o-transition: ease-out 200ms ease;
    -ms-transition: ease-out 200ms linear;
    transition: ease-out 200ms ease ease
}

#section_exec_team .readmore-js-expanded {
    -webkit-transition: ease-in;
    transition: ease-in;
    -webkit-transition: ease-in 200ms ease;
    -moz-transition: ease-in 200ms ease;
    -o-transition: ease-in 200ms ease;
    -ms-transition: ease-in 200ms linear;
    transition: ease-in 200ms ease ease
}

#section_exec_team .readmore-js-toggle {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    background-color: #8d9091
}

#section_exec_team .readmore-js-toggle:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #section_exec_team .readmore-js-toggle {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #section_exec_team .readmore-js-toggle {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

#section_exec_team .readmore-js-toggle:hover,
#section_exec_team .readmore-js-toggle:focus,
#section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.active,
.open .dropdown-toggle#section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.active,
.open .dropdown-toggle#section_exec_team .readmore-js-toggle {
    background-image: none
}

#section_exec_team .readmore-js-toggle.disabled,
#section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] #section_exec_team .readmore-js-toggle,
#section_exec_team .readmore-js-toggle.disabled:hover,
#section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] #section_exec_team .readmore-js-toggle:hover,
#section_exec_team .readmore-js-toggle.disabled:focus,
#section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] #section_exec_team .readmore-js-toggle:focus,
#section_exec_team .readmore-js-toggle.disabled:active,
#section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] #section_exec_team .readmore-js-toggle:active,
#section_exec_team .readmore-js-toggle.disabled.active,
#section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] #section_exec_team .readmore-js-toggle.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#section_exec_team .readmore-js-toggle .badge {
    color: #2dc489;
    background-color: #fff
}

body.business #section_exec_team .readmore-js-toggle,
#group-business #section_exec_team .readmore-js-toggle,
#collapse-group-business #section_exec_team .readmore-js-toggle,
.scholarships-business #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #c5203e;
    border-color: #c5203e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.business #section_exec_team .readmore-js-toggle,
    #group-business #section_exec_team .readmore-js-toggle,
    #collapse-group-business #section_exec_team .readmore-js-toggle,
    .scholarships-business #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.business #section_exec_team .readmore-js-toggle:hover,
#group-business #section_exec_team .readmore-js-toggle:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle:hover,
.scholarships-business #section_exec_team .readmore-js-toggle:hover,
body.business #section_exec_team .readmore-js-toggle:focus,
#group-business #section_exec_team .readmore-js-toggle:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle:focus,
.scholarships-business #section_exec_team .readmore-js-toggle:focus,
body.business #section_exec_team .readmore-js-toggle:active,
#group-business #section_exec_team .readmore-js-toggle:active,
#collapse-group-business #section_exec_team .readmore-js-toggle:active,
.scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.active,
#group-business #section_exec_team .readmore-js-toggle.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.active,
.scholarships-business #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-business #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #a21a33;
    border-color: #90172d;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.business #section_exec_team .readmore-js-toggle:active,
#group-business #section_exec_team .readmore-js-toggle:active,
#collapse-group-business #section_exec_team .readmore-js-toggle:active,
.scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.active,
#group-business #section_exec_team .readmore-js-toggle.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.active,
.scholarships-business #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-business #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-business #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.business #section_exec_team .readmore-js-toggle.disabled,
#group-business #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled,
body.business #section_exec_team .readmore-js-toggle[disabled],
#group-business #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled],
.scholarships-business #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle,
body.business #section_exec_team .readmore-js-toggle.disabled:hover,
#group-business #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:hover,
body.business #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-business #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:hover,
body.business #section_exec_team .readmore-js-toggle.disabled:focus,
#group-business #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:focus,
body.business #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-business #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:focus,
body.business #section_exec_team .readmore-js-toggle.disabled:active,
#group-business #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled:active,
body.business #section_exec_team .readmore-js-toggle[disabled]:active,
#group-business #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle:active,
body.business #section_exec_team .readmore-js-toggle.disabled.active,
#group-business #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-business #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-business #section_exec_team .readmore-js-toggle.disabled.active,
body.business #section_exec_team .readmore-js-toggle[disabled].active,
#group-business #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-business #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-business #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-business #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-business #section_exec_team .readmore-js-toggle.active {
    background-color: #c5203e;
    border-color: #c5203e
}

body.business #section_exec_team .readmore-js-toggle .badge,
#group-business #section_exec_team .readmore-js-toggle .badge,
#collapse-group-business #section_exec_team .readmore-js-toggle .badge,
.scholarships-business #section_exec_team .readmore-js-toggle .badge {
    color: #c5203e;
    background-color: #fff
}

body.design #section_exec_team .readmore-js-toggle,
#group-design #section_exec_team .readmore-js-toggle,
#collapse-group-design #section_exec_team .readmore-js-toggle,
.scholarships-design #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #ed1c8f;
    border-color: #ed1c8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.design #section_exec_team .readmore-js-toggle,
    #group-design #section_exec_team .readmore-js-toggle,
    #collapse-group-design #section_exec_team .readmore-js-toggle,
    .scholarships-design #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.design #section_exec_team .readmore-js-toggle:hover,
#group-design #section_exec_team .readmore-js-toggle:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle:hover,
.scholarships-design #section_exec_team .readmore-js-toggle:hover,
body.design #section_exec_team .readmore-js-toggle:focus,
#group-design #section_exec_team .readmore-js-toggle:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle:focus,
.scholarships-design #section_exec_team .readmore-js-toggle:focus,
body.design #section_exec_team .readmore-js-toggle:active,
#group-design #section_exec_team .readmore-js-toggle:active,
#collapse-group-design #section_exec_team .readmore-js-toggle:active,
.scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.active,
#group-design #section_exec_team .readmore-js-toggle.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.active,
.scholarships-design #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-design #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #d0107a;
    border-color: #bd0f6f;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.design #section_exec_team .readmore-js-toggle:active,
#group-design #section_exec_team .readmore-js-toggle:active,
#collapse-group-design #section_exec_team .readmore-js-toggle:active,
.scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.active,
#group-design #section_exec_team .readmore-js-toggle.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.active,
.scholarships-design #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-design #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-design #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.design #section_exec_team .readmore-js-toggle.disabled,
#group-design #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled,
body.design #section_exec_team .readmore-js-toggle[disabled],
#group-design #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled],
.scholarships-design #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle,
body.design #section_exec_team .readmore-js-toggle.disabled:hover,
#group-design #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:hover,
body.design #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-design #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:hover,
body.design #section_exec_team .readmore-js-toggle.disabled:focus,
#group-design #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:focus,
body.design #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-design #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:focus,
body.design #section_exec_team .readmore-js-toggle.disabled:active,
#group-design #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled:active,
body.design #section_exec_team .readmore-js-toggle[disabled]:active,
#group-design #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle:active,
body.design #section_exec_team .readmore-js-toggle.disabled.active,
#group-design #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-design #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-design #section_exec_team .readmore-js-toggle.disabled.active,
body.design #section_exec_team .readmore-js-toggle[disabled].active,
#group-design #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-design #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-design #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-design #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-design #section_exec_team .readmore-js-toggle.active {
    background-color: #ed1c8f;
    border-color: #ed1c8f
}

body.design #section_exec_team .readmore-js-toggle .badge,
#group-design #section_exec_team .readmore-js-toggle .badge,
#collapse-group-design #section_exec_team .readmore-js-toggle .badge,
.scholarships-design #section_exec_team .readmore-js-toggle .badge {
    color: #ed1c8f;
    background-color: #fff
}

body.health #section_exec_team .readmore-js-toggle,
#group-health #section_exec_team .readmore-js-toggle,
#collapse-group-health #section_exec_team .readmore-js-toggle,
.scholarships-health #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #873494;
    border-color: #873494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.health #section_exec_team .readmore-js-toggle,
    #group-health #section_exec_team .readmore-js-toggle,
    #collapse-group-health #section_exec_team .readmore-js-toggle,
    .scholarships-health #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.health #section_exec_team .readmore-js-toggle:hover,
#group-health #section_exec_team .readmore-js-toggle:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle:hover,
.scholarships-health #section_exec_team .readmore-js-toggle:hover,
body.health #section_exec_team .readmore-js-toggle:focus,
#group-health #section_exec_team .readmore-js-toggle:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle:focus,
.scholarships-health #section_exec_team .readmore-js-toggle:focus,
body.health #section_exec_team .readmore-js-toggle:active,
#group-health #section_exec_team .readmore-js-toggle:active,
#collapse-group-health #section_exec_team .readmore-js-toggle:active,
.scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.active,
#group-health #section_exec_team .readmore-js-toggle.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.active,
.scholarships-health #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-health #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #6b2976;
    border-color: #5e2467;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.health #section_exec_team .readmore-js-toggle:active,
#group-health #section_exec_team .readmore-js-toggle:active,
#collapse-group-health #section_exec_team .readmore-js-toggle:active,
.scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.active,
#group-health #section_exec_team .readmore-js-toggle.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.active,
.scholarships-health #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-health #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-health #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.health #section_exec_team .readmore-js-toggle.disabled,
#group-health #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled,
body.health #section_exec_team .readmore-js-toggle[disabled],
#group-health #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled],
.scholarships-health #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle,
body.health #section_exec_team .readmore-js-toggle.disabled:hover,
#group-health #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:hover,
body.health #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-health #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:hover,
body.health #section_exec_team .readmore-js-toggle.disabled:focus,
#group-health #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:focus,
body.health #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-health #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:focus,
body.health #section_exec_team .readmore-js-toggle.disabled:active,
#group-health #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled:active,
body.health #section_exec_team .readmore-js-toggle[disabled]:active,
#group-health #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle:active,
body.health #section_exec_team .readmore-js-toggle.disabled.active,
#group-health #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-health #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-health #section_exec_team .readmore-js-toggle.disabled.active,
body.health #section_exec_team .readmore-js-toggle[disabled].active,
#group-health #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-health #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-health #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-health #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-health #section_exec_team .readmore-js-toggle.active {
    background-color: #873494;
    border-color: #873494
}

body.health #section_exec_team .readmore-js-toggle .badge,
#group-health #section_exec_team .readmore-js-toggle .badge,
#collapse-group-health #section_exec_team .readmore-js-toggle .badge,
.scholarships-health #section_exec_team .readmore-js-toggle .badge {
    color: #873494;
    background-color: #fff
}

body.hospitality #section_exec_team .readmore-js-toggle,
#group-hospitality #section_exec_team .readmore-js-toggle,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    color: #fff !important;
    background-color: #00bcd3;
    border-color: #00bcd3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    body.hospitality #section_exec_team .readmore-js-toggle,
    #group-hospitality #section_exec_team .readmore-js-toggle,
    #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
    .scholarships-hospitality #section_exec_team .readmore-js-toggle {
        padding: 11px 20px
    }
}

body.hospitality #section_exec_team .readmore-js-toggle:hover,
#group-hospitality #section_exec_team .readmore-js-toggle:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:hover,
body.hospitality #section_exec_team .readmore-js-toggle:focus,
#group-hospitality #section_exec_team .readmore-js-toggle:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:focus,
body.hospitality #section_exec_team .readmore-js-toggle:active,
#group-hospitality #section_exec_team .readmore-js-toggle:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.active,
#group-hospitality #section_exec_team .readmore-js-toggle.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    color: #fff;
    background-color: #0098aa;
    border-color: #008596;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

body.hospitality #section_exec_team .readmore-js-toggle:active,
#group-hospitality #section_exec_team .readmore-js-toggle:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.active,
#group-hospitality #section_exec_team .readmore-js-toggle.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.active,
.open .dropdown-togglebody.hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle#collapse-group-hospitality #section_exec_team .readmore-js-toggle,
.open .dropdown-toggle.scholarships-hospitality #section_exec_team .readmore-js-toggle {
    background-image: none
}

body.hospitality #section_exec_team .readmore-js-toggle.disabled,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled,
body.hospitality #section_exec_team .readmore-js-toggle[disabled],
#group-hospitality #section_exec_team .readmore-js-toggle[disabled],
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled],
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled],
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:hover,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:hover,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:hover,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:hover,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:focus,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:focus,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:focus,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:focus,
body.hospitality #section_exec_team .readmore-js-toggle.disabled:active,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled:active,
body.hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled]:active,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle:active,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle:active,
body.hospitality #section_exec_team .readmore-js-toggle.disabled.active,
#group-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle.disabled.active,
body.hospitality #section_exec_team .readmore-js-toggle[disabled].active,
#group-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
.scholarships-hospitality #section_exec_team .readmore-js-toggle[disabled].active,
fieldset[disabled] body.hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #group-hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] #collapse-group-hospitality #section_exec_team .readmore-js-toggle.active,
fieldset[disabled] .scholarships-hospitality #section_exec_team .readmore-js-toggle.active {
    background-color: #00bcd3;
    border-color: #00bcd3
}

body.hospitality #section_exec_team .readmore-js-toggle .badge,
#group-hospitality #section_exec_team .readmore-js-toggle .badge,
#collapse-group-hospitality #section_exec_team .readmore-js-toggle .badge,
.scholarships-hospitality #section_exec_team .readmore-js-toggle .badge {
    color: #00bcd3;
    background-color: #fff
}

@media (max-width:767px) {
    #section_exec_team .readmore-js-toggle {
        width: 100%
    }
}

@media (min-width:768px) {
    #section_exec_team .readmore-js-toggle {
        width: 60%
    }
}

@media (min-width:992px) {
    #section_exec_team .readmore-js-toggle {
        width: 50%
    }
}

#section_exec_team .readmore-js-toggle:hover {
    background-color: #83898b
}

#section_scholarships hr.left {
    margin: 0 6px;
    border-top: 1px solid #c1c3c2;
    padding-bottom: 0;
    width: 20%
}

#section_scholarships hr.full {
    width: 99%;
    border-top: 10px solid #c1c3c2;
    opacity: .2
}

#section_scholarships .group-design h3 {
    color: #ed1c8f
}

#section_scholarships .group-business h3 {
    color: #c5203e
}

#section_scholarships .group-hospitality h3 {
    color: #00bcd3
}

#section_scholarships .group-health h3 {
    color: #873494
}

#section_scholarships h3 {
    font-family: 'AvenirLTStd95Black', sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

#section_scholarships h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'AvenirLTStd95Black', sans-serif;
    text-transform: uppercase
}

#section_scholarships .think-btn .icon {
    position: relative;
    vertical-align: baseline
}

#section_scholarships .inner-college-wrapper {
    margin-top: 40px
}

#section_early_entry_program--top {
    background: url(../images/epp-fImage2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 570px
}

@media (max-width:767px) {
    #section_early_entry_program--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_early_entry_program--top {
        display: block
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt h1,
#section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
    color: #848484;
    text-align: left;
    text-shadow: -4px 3px 5px rgba(204, 208, 210, 0.25)
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 23px;
        font-size: 2.3rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 27px;
        font-size: 2.7rem
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt h1,
    #section_early_entry_program--top .container #section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
        font-size: 30px;
        font-size: 3rem
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt h1.secondary {
    color: #fff;
    padding-top: 15px
}

#section_early_entry_program--top .container .section_early_entry_program--txt hr {
    margin: 30px auto 15px
}

#section_early_entry_program--top .container .section_early_entry_program--txt p {
    color: #fff;
    padding: 1em 6px 0
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt p {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        margin-top: 50px;
        width: 445px;
        margin-left: 37%
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        margin-top: 70px;
        width: 505px;
        margin-left: 47%
    }
}

@media (min-width:1200px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt {
        width: 565px;
        margin-left: 50%;
        margin-top: 90px
    }
}

#section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos>div a {
    display: inline-block;
    margin: 20px 0 10px
}

#section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
    color: #fff;
    line-height: .4;
    vertical-align: top
}

@media (min-width:768px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
        font-size: 157px;
        font-size: 15.7rem
    }
}

@media (min-width:992px) {
    #section_early_entry_program--top .container .section_early_entry_program--txt .section_early_entry_program--logos .icon {
        font-size: 177px;
        font-size: 17.7rem
    }
}

#section_early_entry_program {
    margin-top: 50px
}

#section_early_entry_program ol#eep-list {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0
}

#section_early_entry_program ol#eep-list li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 100%
}

@media (max-width:767px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 35px
    }
}

@media (min-width:768px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 35px;
        width: 205px;
        vertical-align: top
    }
}

@media (min-width:992px) {
    #section_early_entry_program ol#eep-list li {
        padding: 15px 45px;
        width: 277px;
        vertical-align: top
    }
}

@media (min-width:1200px) {
    #section_early_entry_program ol#eep-list li {
        width: 340px;
        vertical-align: top
    }
}

#section_early_entry_program ol#eep-list li:before {
    font-weight: bold;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    font-family: 'GustanBlack';
    font-size: 20px;
    font-size: 2rem;
    top: 12px;
    left: -1.3em;
    width: 2.1em;
    height: 2.1em;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: #353535;
    padding: 4px
}

#section_early_entry_program ol#eep-list li:after {
    clear: both
}

#section_early_entry_program .sub-heading {
    font-family: 'AvenirLTStd95Black';
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(2) {
        border-right: none;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(2) {
        border-right: solid 5px #ebebeb;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(1) {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-cols>div:nth-last-child(1) {
        padding-left: 35px
    }
}

#section_early_entry_program .section_early_entry_program-college-list {
    background: #ebebeb;
    border-radius: 5px;
    margin-top: 20px
}

@media (max-width:767px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        padding: 20px 20px
    }
}

@media (min-width:768px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        padding: 40px 20px;
        height: 380px
    }
}

@media (min-width:992px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        height: 440px
    }
}

@media (min-width:1200px) {
    #section_early_entry_program .section_early_entry_program-college-list {
        height: 370px
    }
}

#section_early_entry_program .section_early_entry_program-college-list .sub-heading {
    padding: 0
}

#section_early_entry_program .section_early_entry_program-college-list ul li {
    padding: 0 0 10px;
    color: #2dc489
}

#section_early_entry_program .section_early_entry_program-college-list ul li span {
    color: #000
}

#section_early_entry_program .section_early_entry_program-college-list ul>li>a {
    color: #000
}

#section_early_entry_program .section_early_entry_program-bottom-links {
    text-align: center;
    padding: 40px 0
}

#section_early_entry_program .section_early_entry_program-bottom-links span {
    padding: 0 13px
}

#section_early_entry_program .section_need_more_reasons {
    text-align: center;
    padding: 40px 0 20px
}

#section_early_entry_program .section_need_more_reasons h3 {
    display: inline-block
}

#section_early_entry_program .section_need_more_reasons p {
    display: inline-block
}

@media (max-width:767px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:768px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:992px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    body.early_entry_program #slideWrap {
        margin-top: 0
    }
}

body.early_entry_program #header {
    position: relative !important
}

@media (min-width:768px) {
    body.early_entry_program #header {
        height: 112px
    }
}

@media (min-width:992px) {
    body.early_entry_program #header {
        height: 76px
    }
}

@media (min-width:1200px) {
    body.early_entry_program #header {
        height: 96px
    }
}

#floatingForm .container {
    overflow: visible
}

#floatingFormWrapper {
    background: #2dc489;
    height: auto
}

#floatingFormWrapper h3 {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem
}

@media (min-width:768px) {
    #floatingFormWrapper h3 {
        padding: 1em 4px 1em 4px
    }
}

@media (min-width:992px) {
    #floatingFormWrapper h3 {
        padding: 2em 4px 1em 4px
    }
}

#floatingFormWrapper p {
    color: #fff;
    padding: 0 66px 1em 6px
}

#floatingFormWrapper p.lead {
    padding: 0 0 1em 6px
}

#floatingFormWrapper p.lead a {
    text-decoration: underline;
    color: #848484
}

#floatingFormWrapper p.entry {
    font-family: 'AvenirLTStd95Black'
}

@media (max-width:767px) {}

@media (min-width:768px) {
    #floatingFormWrapper {
        padding: 0
    }
}

@media (min-width:992px) {
    #floatingFormWrapper {
        padding: 10px
    }
}

@media (min-width:1200px) {}

#floatingFormWrapper #contact-us-form {
    margin: 0;
    padding: 16px 0;
    background: none;
    border: none
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #first_name {
        width: 98%
    }
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #last_name {
        width: 98%
    }
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 100%
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 100%
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form #email {
        width: 98%
    }
}

#floatingFormWrapper #contact-us-form .form-label {
    font-family: 'AvenirLTStd85Heavy';
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

#floatingFormWrapper #contact-us-form input[type="submit"] {
    border: none;
    padding: 16px 20px
}

@media (max-width:767px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        width: 100%;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        width: 30%;
        margin-top: 30px
    }
}

@media (min-width:992px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        padding: 16px 10px;
        width: 100%;
        margin-top: 43px
    }
}

@media (min-width:1200px) {
    #floatingFormWrapper #contact-us-form input[type="submit"] {
        padding: 16px 20px
    }
}

#floatingFormWrapper #contact-us-form .formError .formErrorContent {
    background: #8c8c8c
}

#floatingFormWrapper #contact-us-form .formError .formErrorArrow div {
    background: #8c8c8c
}

#floatingFormWrapper input {
    color: #a1a1a1
}

#floatingForm.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}

#anchor-colleges {
    position: absolute
}

@media (max-width:767px) {
    #anchor-colleges {
        top: 0
    }
}

@media (min-width:768px) {
    #anchor-colleges {
        top: 0
    }
}

@media (min-width:992px) {
    #anchor-colleges {
        top: -320px
    }
}

@media (min-width:1200px) {
    #anchor-colleges {
        top: -310px
    }
}

@media (max-width:767px) {
    #eep-featured {
        background: url(../images/eep/xs-banner-background.png) no-repeat center center
    }
}

@media (min-width:768px) {
    #eep-featured {
        min-height: 340px;
        background: url(../images/eep/epp-bgimage.jpg) no-repeat center center;
        background-size: cover
    }
}

@media (min-width:992px) {
    #eep-featured {
        min-height: 480px
    }
}

@media (min-width:1200px) {
    #eep-featured {
        min-height: 570px
    }
}

@media (max-width:767px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 190px
    }
}

@media (min-width:768px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 190px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 230px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel,
    #eep-featured .eep-featured-btn {
        margin-top: 310px
    }
}

#eep-featured .eep-featured-carousel .carousel-inner,
#eep-featured .eep-featured-btn .carousel-inner {
    opacity: .9;
    height: 225px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-inner,
    #eep-featured .eep-featured-btn .carousel-inner {
        width: 440px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-inner,
    #eep-featured .eep-featured-btn .carousel-inner {
        width: 560px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-inner .item,
    #eep-featured .eep-featured-btn .carousel-inner .item {
        padding: 40px 30px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-inner .item,
    #eep-featured .eep-featured-btn .carousel-inner .item {
        padding: 45px
    }
}

#eep-featured .eep-featured-carousel .carousel-inner .item img,
#eep-featured .eep-featured-btn .carousel-inner .item img {
    width: 135px;
    height: 135px
}

#eep-featured .eep-featured-carousel .carousel-caption,
#eep-featured .eep-featured-btn .carousel-caption {
    left: 200px;
    padding-bottom: 30px;
    text-align: left;
    color: #353535;
    text-shadow: none;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    bottom: 0;
    top: 32px
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .carousel-caption,
    #eep-featured .eep-featured-btn .carousel-caption {
        font-size: 14px;
        font-size: 1.4rem;
        right: 20px
    }
}

@media (min-width:1200px) {
    #eep-featured .eep-featured-carousel .carousel-caption,
    #eep-featured .eep-featured-btn .carousel-caption {
        font-size: 16px;
        font-size: 1.6rem;
        right: 40px
    }
}

#eep-featured .eep-featured-carousel .carousel-caption .caption-name,
#eep-featured .eep-featured-btn .carousel-caption .caption-name {
    font-family: 'AvenirLTStd85Heavy';
    margin-top: 10px
}

#eep-featured .eep-featured-carousel .carousel-control,
#eep-featured .eep-featured-btn .carousel-control {
    width: 35px;
    text-shadow: none;
    background: none;
    top: 40%;
    font-size: 40px;
    font-size: 4rem;
    opacity: 1
}

#eep-featured .eep-featured-carousel .think-btn,
#eep-featured .eep-featured-btn .think-btn {
    padding: 21px 40px
}

@media (min-width:768px) {
    #eep-featured .eep-featured-carousel .think-btn,
    #eep-featured .eep-featured-btn .think-btn {
        margin-left: 280px
    }
}

@media (min-width:992px) {
    #eep-featured .eep-featured-carousel .think-btn,
    #eep-featured .eep-featured-btn .think-btn {
        margin-left: 180px
    }
}

#eep-featured .eep-featured-carousel .think-btn .icon,
#eep-featured .eep-featured-btn .think-btn .icon {
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem
}

#eep-featured .eep-featured-btn {
    text-align: center
}

#eep-featured .eep-featured-btn button {
    border: none
}

#eep-featured .modal-header {
    display: none
}

#eep-featured .modal-body {
    padding: 0 20px 20px;
    margin: 0 20px;
    background: #fff
}

#eep-featured .modal-body h3.h3 {
    font-size: 23px;
    font-size: 2.3rem
}

#eep-featured .modal-body p {
    text-align: left
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner {
        width: 100%;
        height: 485px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner {
        width: 410px
    }
}

#eep-featured .modal-body .carousel-inner .item {
    padding: 40px 0 0
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner .item img {
        margin: 0 0 0 -60px;
        left: 50%
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner .item img {
        margin: 0;
        left: 0
    }
}

@media (max-width:767px) {
    #eep-featured .modal-body .carousel-inner .carousel-caption {
        left: 40px;
        top: 200px;
        text-align: center;
        padding: 0 10px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .carousel-inner .carousel-caption {
        left: 160px;
        right: 0
    }
}

#eep-featured .modal-body .carousel-control {
    color: #494949
}

#eep-featured .modal-body .think-btn {
    margin-left: 0;
    padding: 20px 70px
}

#eep-featured .modal-body .logos-lft {
    text-align: left;
    min-height: 50px
}

#eep-featured .modal-body .logos-lft img {
    height: auto;
    padding: 0;
    margin: 0
}

@media (max-width:767px) {
    #eep-featured .modal-body .logos-lft img {
        width: 100%
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .logos-lft img {
        width: 90%
    }
}

#eep-featured .modal-body .btn-gotit {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
    max-width: 260px
}

#eep-featured .modal-body .btn-gotit:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eep-featured .modal-body .btn-gotit {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eep-featured .modal-body .btn-gotit {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eep-featured .modal-body .btn-gotit {
        padding: 11px 20px
    }
}

#eep-featured .modal-body .btn-gotit:hover,
#eep-featured .modal-body .btn-gotit:focus,
#eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.active,
.open .dropdown-toggle#eep-featured .modal-body .btn-gotit {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.active,
.open .dropdown-toggle#eep-featured .modal-body .btn-gotit {
    background-image: none
}

#eep-featured .modal-body .btn-gotit.disabled,
#eep-featured .modal-body .btn-gotit[disabled],
fieldset[disabled] #eep-featured .modal-body .btn-gotit,
#eep-featured .modal-body .btn-gotit.disabled:hover,
#eep-featured .modal-body .btn-gotit[disabled]:hover,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:hover,
#eep-featured .modal-body .btn-gotit.disabled:focus,
#eep-featured .modal-body .btn-gotit[disabled]:focus,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:focus,
#eep-featured .modal-body .btn-gotit.disabled:active,
#eep-featured .modal-body .btn-gotit[disabled]:active,
fieldset[disabled] #eep-featured .modal-body .btn-gotit:active,
#eep-featured .modal-body .btn-gotit.disabled.active,
#eep-featured .modal-body .btn-gotit[disabled].active,
fieldset[disabled] #eep-featured .modal-body .btn-gotit.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eep-featured .modal-body .btn-gotit .badge {
    color: #2dc489;
    background-color: #fff
}

#eep-featured .modal-body .btn-gotit a {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 24px !important;
    display: block;
    height: 100%;
    width: 100%
}

#eep-featured .modal-content {
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none
}

@media (max-width:767px) {
    #eep-featured .bg-btn-bg {
        background: #f0f2f2
    }
}

@media (min-width:768px) {
    #eep-featured .bg-btn-bg {
        background: none
    }
}

#eep-featured .epp-featured-txt {
    position: absolute;
    margin: 20px 0 0 -110px;
    left: 50%
}

#eep-details .sectionWrapper {
    padding: 45px 0 75px
}

#eep-details h3.h3 {
    font-size: 23px;
    font-size: 2.3rem;
    text-transform: capitalize;
    padding: 0 6px 1em
}

#eep-details .eep-logos {
    margin-bottom: 50px
}

@media (min-width:992px) {
    #eep-details .eep-logos img {
        width: 90%
    }
}

@media (min-width:1200px) {
    #eep-details .eep-logos img {
        width: auto
    }
}

#eep-details .accordion {
    color: #ffffff;
    font-family: 'GustanBlack';
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase
}

#eep-details .accordion.active {
    background: none
}

#eep-details .accordion .collapse-control {
    padding: 14px 18px
}

#eep-details .accordion .collapse-control:after {
    font-family: "icons";
    content: "\f110";
    color: #fff;
    position: absolute;
    right: 30px
}

#eep-details .styled {
    margin: 0
}

#eep-details .styled ul {
    background: #f2f2f2;
    margin: 0;
    padding-top: 0;
    padding-left: 0
}

#eep-details .styled ul li {
    list-style-type: none;
    font-family: 'AvenirLTStd35Light';
    color: #353535;
    text-transform: capitalize;
    border-bottom: solid 1px #e6e6e6;
    position: relative
}

#eep-details .styled ul li a {
    color: #353535;
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
    text-transform: none
}

#eep-details .styled ul li a .icon {
    font-family: "icons";
    position: absolute;
    right: 26px;
    content: "\f116";
    font-size: 20px;
    font-size: 2rem
}

#eep-details .styled .coursesGap {
    height: 5px;
    background: #fff
}

#eep-details .eep-courses {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 32px
}

#eep-details .eep-courses .icon {
    color: #aeaeae;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: -1px;
    left: 20px
}

@media (max-width:767px) {
    #eep-details #content_items .modal-dialog {
        width: 100%;
        margin: 0
    }
}

@media (min-width:768px) {
    #eep-details #content_items .modal-dialog {
        width: 706px;
        margin: 10px auto
    }
}

@media (min-width:992px) {
    #eep-details #content_items .modal-dialog {
        width: 700px;
        margin: 10px auto
    }
}

#eep-details #content_items .modal-body {
    padding: 0;
    margin: 0 20px
}

#eep-details #content_items .modal-body p.title {
    text-align: center;
    font-family: 'AvenirLTStd85Heavy'
}

#eep-details #content_items .modal-content {
    background: #f2f2f2;
    border: 0;
    border-radius: 0
}

#eep-details #content_items .modal-content p {
    font-family: 'AvenirLTStd35Light';
    text-align: left;
    text-transform: none
}

#eep-details #content_items .modal-content .modal-featured {
    margin-bottom: 20px
}

#eep-details #content_items .modal-content .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

#eep-details #content_items .modal-content .embed-container iframe,
#eep-details #content_items .modal-content .embed-container object,
#eep-details #content_items .modal-content .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#eep-details #content_items .modal-header {
    border-bottom: 0
}

#eep-details #content_items .modal-header h4.modal-title {
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    font-family: 'GustanBlack'
}

#eep-details #content_items .modal-footer {
    text-align: center;
    border-top: solid 1px #4d4d4d;
    padding: 19px 0 20px
}

#eep-details #content_items .modal-footer .btn-register {
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px
}

#eep-details #content_items .modal-footer .btn-register:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eep-details #content_items .modal-footer .btn-register {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eep-details #content_items .modal-footer .btn-register {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eep-details #content_items .modal-footer .btn-register {
        padding: 11px 20px
    }
}

#eep-details #content_items .modal-footer .btn-register:hover,
#eep-details #content_items .modal-footer .btn-register:focus,
#eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.active,
.open .dropdown-toggle#eep-details #content_items .modal-footer .btn-register {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.active,
.open .dropdown-toggle#eep-details #content_items .modal-footer .btn-register {
    background-image: none
}

#eep-details #content_items .modal-footer .btn-register.disabled,
#eep-details #content_items .modal-footer .btn-register[disabled],
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register,
#eep-details #content_items .modal-footer .btn-register.disabled:hover,
#eep-details #content_items .modal-footer .btn-register[disabled]:hover,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:hover,
#eep-details #content_items .modal-footer .btn-register.disabled:focus,
#eep-details #content_items .modal-footer .btn-register[disabled]:focus,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:focus,
#eep-details #content_items .modal-footer .btn-register.disabled:active,
#eep-details #content_items .modal-footer .btn-register[disabled]:active,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register:active,
#eep-details #content_items .modal-footer .btn-register.disabled.active,
#eep-details #content_items .modal-footer .btn-register[disabled].active,
fieldset[disabled] #eep-details #content_items .modal-footer .btn-register.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eep-details #content_items .modal-footer .btn-register .badge {
    color: #2dc489;
    background-color: #fff
}

#eep-details #content_items .modal-footer .btn-register a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem
}

#eep-details .design {
    background: url(../images/eep/accordionDesign.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .design .icon {
    color: #ed1c8f
}

#eep-details .health {
    background: url(../images/eep/accordionHealth.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .health .icon {
    color: #873494
}

#eep-details .business {
    background: url(../images/eep/accordionBusiness.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .business .icon {
    color: #c5203e
}

#eep-details .hospitality {
    background: url(../images/eep/accordionHospitality.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#eep-details .hospitality .icon {
    color: #00bcd3
}

#eep-register {
    text-align: center
}

#eep-register .sectionWrapper {
    padding: 20px 0
}

#eep-register #eep-contact-form {
    position: relative;
    z-index: 14
}

@media (max-width:767px) {
    #eep-register #eep-contact-form {
        padding: 20px 6px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form {
        padding: 20px 0
    }
}

#eep-register #eep-contact-form textarea,
#eep-register #eep-contact-form select,
#eep-register #eep-contact-form input,
#eep-register #eep-contact-form #first_name,
#eep-register #eep-contact-form #email,
#eep-register #eep-contact-form #phone {
    background-color: #fff;
    border: 1px solid #e4e4e3;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px;
    margin-right: 15px
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #first_name {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #first_name {
        width: 27%;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #first_name {
        width: 18%;
        margin-bottom: auto
    }
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #phone {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #phone {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #phone {
        width: 20%;
        margin-bottom: auto
    }
}

@media (max-width:767px) {
    #eep-register #eep-contact-form #email {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #email {
        margin-bottom: auto
    }
}

@media (min-width:768px) {
    #eep-register #eep-contact-form #email {
        width: 57%
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form #email {
        width: 30%
    }
}

#eep-register #eep-contact-form input[type="submit"] {
    background-color: #2dc489;
    color: #ffffff;
    text-transform: uppercase
}

@media (min-width:768px) {
    #eep-register #eep-contact-form input[type="submit"] {
        width: 20%
    }
}

@media (min-width:992px) {
    #eep-register #eep-contact-form input[type="submit"] {
        width: 20%
    }
}

#eep-register #eep-contact-form .success {
    display: none
}

#eep-register #eep-contact-form .register-form-top {
    margin-bottom: 40px
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0)
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0)
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}

.modal.fade:not(.in).top-left .modal-dialog {
    -webkit-transform: translate3d(-25%, -25%, 0);
    transform: translate3d(-25%, -25%, 0)
}

.modal.fade:not(.in).top-right .modal-dialog {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0)
}

.modal.fade:not(.in).bottom-left .modal-dialog {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0)
}

.modal.fade:not(.in).bottom-right .modal-dialog {
    -webkit-transform: translate3d(25%, 25%, 0);
    transform: translate3d(25%, 25%, 0)
}

#section_make_the_change--top {
    background: url(../images/mtk-FImage.jpg) no-repeat center center;
    background-size: cover;
    min-height: 570px
}

@media (max-width:767px) {
    #section_make_the_change--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_make_the_change--top {
        display: block
    }
}

#section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
    font-family: 'AvenirLTStd45Book';
    line-height: 75%
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 89px;
        font-size: 8.9rem
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 102px;
        font-size: 10.2rem
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
        font-size: 111px;
        font-size: 11.1rem
    }
}

#section_make_the_change--top .container .section_make_the_change--txt h1 {
    color: #2dc389;
    text-align: left;
    font-family: 'AvenirLTStd45Book';
    line-height: 105%
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 104px;
        font-size: 10.4rem
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 121px;
        font-size: 12.1rem
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt h1 {
        font-size: 130px;
        font-size: 13rem
    }
}

#section_make_the_change--top .container .section_make_the_change--txt hr {
    margin: 30px auto 15px
}

#section_make_the_change--top .container .section_make_the_change--txt p {
    color: #898989;
    font-size: 24px;
    font-size: 2.4rem;
    padding: .5em 6px 0
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt p {
        padding: .5em 40px 0 6px
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt p {
        padding: .5em 6px 0
    }
}

@media (min-width:768px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        margin-top: 140px;
        width: 445px;
        margin-left: 37%
    }
}

@media (min-width:992px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        margin-top: 150px;
        width: 506px;
        margin-left: 47%
    }
}

@media (min-width:1200px) {
    #section_make_the_change--top .container .section_make_the_change--txt {
        width: 565px;
        margin-left: 50%;
        margin-top: 140px
    }
}

#section_make_the_change--top .container .section_make_the_change--txt .section_make_the_change--logos>div a {
    display: inline-block;
    margin: 20px 10px 0 0;
    vertical-align: top
}

#section_make_the_change {
    margin-top: 50px
}

#section_make_the_change ul li {
    padding: 0 0 13px;
    color: #2dc489
}

#section_make_the_change ul li span {
    color: #000
}

#section_make_the_change ul>li>a {
    color: #000
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
        border-right: none;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
        border-right: solid 5px #ebebeb;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
        padding-left: 0
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
        padding-left: 35px
    }
}

#section_make_the_change .section_make_the_change-list {
    background: #ebebeb;
    border-radius: 5px;
    margin-top: 20px
}

@media (max-width:767px) {
    #section_make_the_change .section_make_the_change-list {
        padding: 20px 20px
    }
}

@media (min-width:768px) {
    #section_make_the_change .section_make_the_change-list {
        padding: 40px 20px;
        height: 380px
    }
}

@media (min-width:992px) {
    #section_make_the_change .section_make_the_change-list {
        height: 440px
    }
}

@media (min-width:1200px) {
    #section_make_the_change .section_make_the_change-list {
        height: 370px
    }
}

#section_make_the_change .section_make_the_change-list .sub-heading {
    padding: 0
}

#section_make_the_change .section_make_the_change-list ul li {
    padding: 0 0 10px;
    color: #2dc489
}

#section_make_the_change .section_make_the_change-list ul li span {
    color: #000
}

#section_make_the_change .section_make_the_change-list ul>li>a {
    color: #000
}

#section_make_the_change .section_early_entry_program-bottom-links {
    text-align: center;
    padding: 40px 0
}

#section_make_the_change .section_early_entry_program-bottom-links span {
    padding: 0 13px
}

#section_make_the_change .section_need_more_reasons {
    text-align: center;
    padding: 40px 0 20px
}

#section_make_the_change .section_need_more_reasons h3 {
    display: inline-block
}

#section_make_the_change .section_need_more_reasons p {
    display: inline-block
}

body.make_the_change #filter-static>div>h1 {
    padding-top: 0
}

@media (max-width:767px) {
    .intro {
        min-height: none
    }
}

@media (min-width:768px) {
    .intro {
        min-height: 142px
    }
}

@media (min-width:992px) {
    .intro {
        min-height: 100px
    }
}

.newsAndBlogList,
.eventsList {
    position: relative
}

@media (max-width:767px) {
    .newsAndBlogList,
    .eventsList {
        min-height: initial
    }
}

@media (min-width:768px) {
    .newsAndBlogList,
    .eventsList {
        min-height: 660px
    }
}

@media (min-width:768px) {
    .newsEventBtn {
        position: relative;
        bottom: 0
    }
}

.newsTitle {
    font-weight: bold
}

@media (max-width:767px) {
    .newsTitle {
        padding: 10px 4px
    }
}

.newsBlock {
    min-height: 60px
}

.newsImage img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: none;
    width: 100%
}

.eventTitle {
    font-weight: bold
}

.eventInfo {
    color: #6d6d6d;
    margin-top: 10px;
    margin-bottom: 50px
}

.eventInfo>div>div {
    display: inline;
    padding: 0 10px 0 0
}

footer {
    position: relative
}

footer #footer_social {
    background-color: #202020;
    padding: 30px 0
}

@media (max-width:767px) {
    footer #footer_social {
        padding: 10px 0
    }
}

footer #footer_social .think-logo-wrapper {
    height: 50px;
    background-image: url(../images/think-logo-footer-png.png);
    background-repeat: no-repeat;
    background-position: 0 2px
}

@media (max-width:767px) {
    footer #footer_social .think-logo-wrapper {
        background-position: center
    }
}

footer #footer_social .think-social-wrapper {
    text-align: right;
    height: 52px;
    padding: 6px 0
}

footer #footer_social .think-social-wrapper a {
    padding: 11px 5px;
    display: inline-block
}

footer #footer_social .think-social-wrapper a .icon_iconTwitter_png {
    background: url(../images/iconTwitter_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconFacebook_png {
    background: url(../images/iconFacebook_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconYouTube_png {
    background: url(../images/iconYouTube_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer #footer_social .think-social-wrapper a .icon_iconLinkedin_png {
    background: url(../images/iconLinkedin_png.png) no-repeat;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    padding: 16px 20px
}

footer .footer_college_links {
    background-color: #202020
}

footer .footer_college_links__item {
    float: left;
    height: 200px;
    padding: 0 5px
}

@media (max-width:767px) {
    footer .footer_college_links__item {
        display: none
    }
}

@media (min-width:768px) {
    footer .footer_college_links__item {
        width: calc(25%);
        height: 80px;
        padding: 0 5px
    }
}

@media (min-width:992px) {
    footer .footer_college_links__item {
        width: calc(14.28571429%);
        height: 80px;
        padding: 0 7px
    }
}

@media (min-width:1200px) {
    footer .footer_college_links__item {
        width: calc(14.28571429%);
        height: 80px;
        padding: 0 10px
    }
}

footer .footer_college_links__link {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s ease ease;
    opacity: 1
}

footer .footer_college_links__link:hover {
    opacity: .7
}

footer .footer_college_links__link_wb {
    background-image: url(../images/footer-logos/wb_logo.png)
}

footer .footer_college_links__link_apm {
    background-image: url(../images/footer-logos/apm_logo.png)
}

footer .footer_college_links__link_acnt {
    background-image: url(../images/footer-logos/acnt_logo.png)
}

footer .footer_college_links__link_jni {
    background-image: url(../images/footer-logos/jni_logo.png)
}

footer .footer_college_links__link_ancb {
    background-image: url(../images/footer-logos/ancb_logo.png)
}

footer .footer_college_links__link_ssnt {
    background-image: url(../images/footer-logos/ssnt_logo.png)
}

footer .footer_college_links__link_catc {
    background-image: url(../images/footer-logos/catc_logo.png)
}

footer #footer_page_links {
    background-color: #303030
}

footer .footer-privacy-policy {
    text-align: center;
    border-top: solid 1px #454545;
    margin-top: 10px
}

footer .footer-privacy-policy p {
    font-size: 10px;
    font-size: 1rem;
    color: #a6a6a6;
    font-style: italic
}

footer .footer_social {
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    footer .footer_social {
        display: none
    }
}

footer .footer_social ul {
    list-style-type: none;
    font-size: 50px;
    font-size: 5rem;
    margin: 0 auto;
    width: 240px;
    padding: 0
}

footer .footer_social ul li {
    display: inline;
    color: #ffffff
}

footer .footer_social ul li a {
    color: #ffffff
}

footer .footer_social ul li a .icon {
    line-height: 0
}

#footer_page_links ul.nav {
    margin: 0;
    padding: 20px 10px
}

#footer_page_links ul.nav li.parent {
    margin: 0;
    padding: 9px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent {
        border-top: solid 1px #595959
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent {
        border-top: none
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:992px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:1200px) {
    #footer_page_links ul.nav li.parent {
        float: left;
        width: 16.66666667%
    }
}

#footer_page_links ul.nav li.parent>.separator {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'AvenirLTStd65Medium', sans-serif
}

#footer_page_links ul.nav li.parent>ul {
    margin: 0;
    padding: .5em
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent>ul {
        display: none
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent>ul {
        display: block
    }
}

#footer_page_links ul.nav li.parent>ul li {
    list-style-type: none;
    font-family: 'AvenirLTStd35Light', sans-serif;
    padding: 8px 0
}

#footer_page_links ul.nav li.parent>ul li a {
    color: #c4c4c4
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    right: 0
}

@media (max-width:767px) {
    #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
        display: block
    }
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
        display: none
    }
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle:after {
    content: "\f10f";
    color: #ffffff;
    font-family: icons;
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle.opened:after {
    content: "\f114"
}

#footer_page_links ul.nav li.parent:last-child {
    border-bottom: solid 1px #595959
}

@media (min-width:768px) {
    #footer_page_links ul.nav li.parent:last-child {
        border-bottom: none
    }
}

#filter-static .lgWrppr {
    width: 190px;
    position: absolute;
    bottom: 90px;
    padding: 0 0
}

@media (max-width:767px) {
    #filter-static .lgWrppr {
        position: static;
        padding: 10px 0
    }
}

#filter-static .cllgsBtn {
    position: absolute;
    bottom: 20px;
    text-align: center
}

@media (max-width:767px) {
    #filter-static .cllgsBtn {
        position: static;
        text-align: left
    }
}

#filter-static .mix {
    display: none
}

#filter-static .icon {
    margin: 0 10px 0 0
}

#filter-static .panel-grey,
#filter-static .panel-grey-a,
#filter-static .panel-grey-b,
#filter-static .panel-grey-c,
#filter-static .panel-grey-d,
#filter-static .panel-grey-e,
#filter-static .panel-grey-f,
#filter-static .panel-grey-g,
#filter-static .panel-grey-h,
#filter-static .panel-grey-h,
#filter-static .panel-grey-i,
#filter-static .panel-grey-j,
#filter-static #filter-static .panel-grey-coll {
    position: relative
}

@media (min-width:768px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 466px;
        padding-bottom: 66px
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 515px;
        padding-bottom: 66px
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey,
    #filter-static .panel-grey-a,
    #filter-static .panel-grey-b,
    #filter-static .panel-grey-c,
    #filter-static .panel-grey-d,
    #filter-static .panel-grey-e,
    #filter-static .panel-grey-f,
    #filter-static .panel-grey-g,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-h,
    #filter-static .panel-grey-i,
    #filter-static .panel-grey-j,
    #filter-static #filter-static .panel-grey-coll {
        min-height: 466px;
        padding-bottom: 66px
    }
}

#filter-static .panel-grey ul,
#filter-static .panel-grey-a ul,
#filter-static .panel-grey-b ul,
#filter-static .panel-grey-c ul,
#filter-static .panel-grey-d ul,
#filter-static .panel-grey-e ul,
#filter-static .panel-grey-f ul,
#filter-static .panel-grey-g ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-i ul,
#filter-static .panel-grey-j ul,
#filter-static #filter-static .panel-grey-coll ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0
}

#filter-static .panel-grey li,
#filter-static .panel-grey-a li,
#filter-static .panel-grey-b li,
#filter-static .panel-grey-c li,
#filter-static .panel-grey-d li,
#filter-static .panel-grey-e li,
#filter-static .panel-grey-f li,
#filter-static .panel-grey-g li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-i li,
#filter-static .panel-grey-j li,
#filter-static #filter-static .panel-grey-coll li {
    color: #353535
}

@media (min-width:768px) {
    #filter-static .panel-grey-coll {
        min-height: 517px;
        padding-bottom: 66px
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey-coll {
        min-height: 543px;
        padding-bottom: 66px
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey-coll {
        min-height: 520px;
        padding-bottom: 66px
    }
}

#filter-static .address {
    margin-bottom: 12px
}

@media (min-width:768px) {
    #filter-static .lead {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:992px) {
    #filter-static .lead {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #filter-static .lead {
        font-size: 15px;
        font-size: 1.5rem
    }
}

#filter-static .panel-grey-img-wrapper a {
    padding: 0 5px
}

@media (min-width:768px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (min-width:992px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (min-width:1200px) {
    #filter-static .panel-grey-img-wrapper a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    #filter-static .getDirection {
        position: static
    }
}

@media (min-width:768px) {
    #filter-static .getDirection {
        position: absolute;
        bottom: 12px
    }
}

.filter_generic h3 {
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    color: #2dc489;
    padding-top: 0
}

body.business .filter_generic h3 {
    color: #c5203e
}

body.design .filter_generic h3 {
    color: #ed1c8f
}

body.health .filter_generic h3 {
    color: #873494
}

body.hospitality .filter_generic h3 {
    color: #00bcd3
}

.filter_generic h5 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem
}

.filter_generic .fltr_rslt_itms {
    border-bottom: 12px solid rgba(223, 223, 223, 0.6);
    padding-bottom: 40px;
    padding-top: 40px
}

.filter_generic .fltr_rslt_itms .think-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 20px
}

@media (min-width:768px) {
    .filter_generic .fltr_crs_dtls {
        text-align: left
    }
}

@media (min-width:992px) {
    .filter_generic .fltr_crs_dtls {
        text-align: right
    }
}

.filter_generic .fltr_crs_dtls p {
    font-family: 'AvenirLTStd65Medium';
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 0
}

.filter_generic .fltr_crs_dtls .crs_strt {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 15px
}

.filter_generic .fltr_crs_info h4 {
    padding-bottom: 4px
}

.filter_generic .fltr_crs_info p {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 0
}

.filter_generic .process-mk-display-block {
    display: block
}

.filter_generic .process-mk-display-none {
    display: none
}

.filter_generic .no-records {
    display: none;
    text-align: center
}

@media (max-width:767px) {
    .filter_generic img {
        width: 180px
    }
}

@media (min-width:768px) {
    .filter_generic img {
        bwidth: 100%
    }
}

.filter_generic .mix {
    display: none
}

#upcoming_think_eventthinkevent h3 {
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    color: #2dc489
}

@media (max-width:767px) {
    #upcoming_think_eventthinkevent h3 {
        padding-top: 1em
    }
}

@media (min-width:768px) {
    #upcoming_think_eventthinkevent h3 {
        padding-top: 0
    }
}

#upcoming_think_eventthinkevent .evnt_rslt_itms {
    border-bottom: 12px solid #ebebeb;
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width:768px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r {
        text-align: left
    }
}

@media (min-width:992px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r {
        text-align: right
    }
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn {
    font-size: 16px;
    font-size: 1.6rem
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn .icon {
    vertical-align: baseline
}

#upcoming_think_eventthinkevent .evnt_dtls_r .cllgLnk {
    color: #2dc489;
    font-family: 'AvenirLTStd65Medium';
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width:767px) {
    #upcoming_think_eventthinkevent .evnt_dtls_r img {
        width: 150px
    }
}

#upcoming_think_eventthinkevent .eventInfoBlock {
    font-family: 'AvenirLTStd65Medium';
    color: #898989;
    font-style: italic;
    padding: 1em 6px 0 0
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-block {
    display: block
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-none {
    display: none
}

#upcoming_think_eventthinkevent .think-filter-news-event-row {
    display: none
}

#upcoming_think_eventthinkevent #no-records-filter-event-message {
    display: none;
    text-align: center
}

.upcoming_think_eventthinkevent .selectricWrapper {
    position: relative;
    margin: 0 0 6px;
    width: 200px;
    cursor: pointer
}

.upcoming_think_eventthinkevent .selectricDisabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.upcoming_think_eventthinkevent .selectricOpen {
    z-index: 9999
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
    display: block
}

.upcoming_think_eventthinkevent .selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.upcoming_think_eventthinkevent .selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none
}

.upcoming_think_eventthinkevent .selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: NaN a;
    background: none !important
}

.upcoming_think_eventthinkevent .selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.upcoming_think_eventthinkevent .selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
    display: block
}

.upcoming_think_eventthinkevent .selectric {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    position: relative
}

.upcoming_think_eventthinkevent .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #929191;
    min-height: 18px;
    text-shadow: 0 1px #FFF;
    text-align: left
}

.upcoming_think_eventthinkevent .selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    font: 0/0 a;
    border-left: 1px solid #D2D2D2
}

.upcoming_think_eventthinkevent .selectric .button:after {
    content: " ";
    zoom: 1;
    position: absolute;
    overflow: hidden;
    top: 13px;
    right: 12px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.upcoming_think_eventthinkevent .selectric .button:before {
    content: " ";
    float: left;
    height: 100%;
    border-right: 1px solid #FFF
}

.upcoming_think_eventthinkevent .selectricHover .selectric {
    border-color: #CCC
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button {
    color: #888
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button:after {
    border-top-color: #888
}

.upcoming_think_eventthinkevent .selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.upcoming_think_eventthinkevent .selectricItems ul,
.upcoming_think_eventthinkevent .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px
}

.upcoming_think_eventthinkevent .selectricItems li {
    padding: 5px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #666;
    border-top: 1px solid #FFF
}

.upcoming_think_eventthinkevent .selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0
}

.upcoming_think_eventthinkevent .selectricItems li:hover {
    background: #F0F0F0;
    color: #444
}

.upcoming_think_eventthinkevent .selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default
}

.icagenda-think-event-detail-page .selectricWrapper {
    position: relative;
    margin: 0 0 6px;
    width: 100%;
    cursor: pointer
}

.icagenda-think-event-detail-page .selectricDisabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icagenda-think-event-detail-page .selectricOpen {
    z-index: 9999
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
    display: block
}

.icagenda-think-event-detail-page .selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.icagenda-think-event-detail-page .selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none
}

.icagenda-think-event-detail-page .selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: NaN a;
    background: none !important
}

.icagenda-think-event-detail-page .selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.icagenda-think-event-detail-page .selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
    display: block
}

.icagenda-think-event-detail-page .selectric {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    position: relative
}

.icagenda-think-event-detail-page .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #dadada;
    min-height: 18px;
    text-align: left;
    font-weight: normal
}

.icagenda-think-event-detail-page .selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    font: 0/0 a;
    border-left: 1px solid #D2D2D2
}

.icagenda-think-event-detail-page .selectric .button:after {
    content: " ";
    zoom: 1;
    position: absolute;
    overflow: hidden;
    top: 17px;
    right: 14px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.icagenda-think-event-detail-page .selectric .button:before {
    content: " ";
    float: left;
    height: 100%;
    border-right: 1px solid #FFF
}

.icagenda-think-event-detail-page .selectricHover .selectric {
    border-color: #CCC
}

.icagenda-think-event-detail-page .selectricHover .selectric .button {
    color: #888
}

.icagenda-think-event-detail-page .selectricHover .selectric .button:after {
    border-top-color: #888
}

.icagenda-think-event-detail-page .selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.icagenda-think-event-detail-page .selectricItems ul,
.icagenda-think-event-detail-page .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px
}

.icagenda-think-event-detail-page .selectricItems li {
    padding: 5px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #666;
    border-top: 1px solid #FFF
}

.icagenda-think-event-detail-page .selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0
}

.icagenda-think-event-detail-page .selectricItems li:hover {
    background: #F0F0F0;
    color: #444
}

.icagenda-think-event-detail-page .selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default
}

.icagenda-think-event-detail-page .event-details {
    margin-bottom: 20px
}

.icagenda-think-event-detail-page .event-details .event-information h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 5px
}

.icagenda-think-event-detail-page .event-details .event-information .location p {
    display: inline-block;
    padding: 0
}

.icagenda-think-event-detail-page .event-details .event-information .location p strong {
    color: #2dc489
}

.icagenda-think-event-detail-page .event-details .event-information .icon {
    vertical-align: top;
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 5px;
    color: #c4c4c4
}

.icagenda-think-event-detail-page .event-details .event-information hr {
    width: 100px;
    margin-left: 0
}

.icagenda-think-event-detail-page .event-details .event-information .btn {
    margin-bottom: 0
}

.icagenda-think-event-detail-page #booking-form {
    background: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfdfdf
}

.icagenda-think-event-detail-page #booking-form .form-title {
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
    font-size: 65%
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form .form-title {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 80px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form {
        padding: 30px 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form {
        margin-bottom: 80px
    }
}

.icagenda-think-event-detail-page #booking-form .form-label {
    text-align: left;
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    color: #353535;
    text-transform: uppercase;
    margin: 0;
    margin-top: 0;
    padding: 0 0 5px 5px
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
    font-size: 65%
}

@media (max-width:767px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .icagenda-think-event-detail-page #booking-form .form-label {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

.icagenda-think-event-detail-page #booking-form .select-wrap {
    position: relative
}

.icagenda-think-event-detail-page #booking-form .select-wrap i.icon {
    position: absolute;
    top: 26px;
    right: 8px;
    line-height: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dfdfdf
}

.icagenda-think-event-detail-page #booking-form .select-wrap:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: 1px;
    right: 35px;
    height: 50px;
    width: 1px
}

.icagenda-think-event-detail-page #booking-form textarea,
.icagenda-think-event-detail-page #booking-form input,
.icagenda-think-event-detail-page #booking-form select {
    background-color: #fff;
    border: none;
    color: #535353;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 100%;
    margin: 0 0 16px 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px
}

.icagenda-think-event-detail-page #booking-form hr {
    width: 100%;
    height: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 4px 0 20px 0
}

.icagenda-think-event-detail-page #booking-form .submit-wrap {
    text-align: center
}

.icagenda-think-event-detail-page #booking-form .submit-wrap input {
    background-color: #2dc489;
    width: 50%
}

.icagenda-think-event-detail-page #booking-form #faculty {
    display: none
}

#eblog-wrapper {
    font-family: "AvenirLTStd35Light", sans-serif
}

#eblog-wrapper>div {
    margin-top: 60px
}

#eblog-wrapper>div>h2 {
    font-size: 24px;
    font-size: 2.4rem
}

#eblog-wrapper>hr {
    width: 10%
}

#eblog-wrapper>#ezblog-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body {
        width: 730px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body {
        width: 950px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body {
        width: 1150px
    }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.navbar-header,
    #eblog-wrapper>#ezblog-body>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts {
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts {
        float: left;
        width: 66.66666667%
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post {
    border-top: 0 none;
    padding-bottom: 0;
    padding-top: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-post-in {
    border-bottom: 1px solid #2dc489;
    margin-bottom: 20px
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2 {
    text-align: left
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a {
    color: #000;
    font-size: 30px;
    font-size: 3rem
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a:hover {
    color: #2dc489
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta>div.in {
    background-image: none;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta span {
    font-weight: normal
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text>a {
    border: 0 none;
    padding: 0;
    width: 100%
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text p {
    padding: 0 0 10px 0
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore {
    text-align: right
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    font-family: 'AvenirLTStd65Medium';
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #fff !important;
    background-color: #2dc489;
    border-color: #2dc489;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    padding: 5px 14px;
    font-size: 13px;
    font-size: 1.3rem
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 3px
    }
}

@media (min-width:768px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 4px
    }
}

@media (min-width:992px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 5px
    }
}

@media (min-width:1200px) {
    .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 0 0 6px
    }
}

@media (max-width:767px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 3px 0 0
    }
}

@media (min-width:768px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 4px 0 0
    }
}

@media (min-width:992px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 5px 0 0
    }
}

@media (min-width:1200px) {
    .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        margin: 0 6px 0 0
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
        padding: 11px 20px
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    color: #fff;
    background-color: #25a372;
    border-color: #229266;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear linear
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    background-image: none
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled],
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:hover,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:focus,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled.active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled].active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active {
    background-color: #2dc489;
    border-color: #2dc489
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a .badge {
    color: #2dc489;
    background-color: #fff
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post {
    margin-top: 15px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-title {
    color: #2dc489;
    margin: 10px 0
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer {
    margin-top: 20px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 5px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span:nth-of-type(2) {
    float: right
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span>i {
    color: #2dc489;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>div>a {
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header {
    font-family: 'AvenirLTStd85Heavy', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>div>a {
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body {
        width: 730px
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body {
        width: 950px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body {
        width: 1150px
    }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>.navbar-header,
    #eblog-wrapper>#ezblog-body>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
        float: left;
        width: 66.66666667%
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-head>h1 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container {
    text-align: left
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container img {
    margin: 0;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text {
    margin-top: 10px;
    margin-right: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text p {
    padding: 0;
    margin-top: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .ezblog-socialmedia-article {
    color: #3fbd87;
    font-size: 54px;
    font-size: 5.4rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #3fbd87;
    margin-bottom: 20px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul {
    margin: 0 20px 20px;
    padding: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul li {
    padding: 5px 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width:767px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post {
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 0
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul>li>a {
    color: #000;
    text-decoration: underline
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>div>a {
    text-decoration: underline;
    color: #000
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive {
    margin-top: 15px;
    border-bottom: 1px solid #2dc489;
    padding-bottom: 30px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header>span {
    color: #2dc489;
    font-size: 28px;
    font-size: 2.8rem
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>div>a {
    text-decoration: underline;
    color: #000
}

#ezblog-body .blog-meta>div.in {
    background-image: none;
    padding: 0
}

#ezblog-body .blog-meta span {
    font-weight: normal
}

#eblog-wrapper>#ezblog-body>.ezblog-category-title h2 {
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    margin-left: 5px
}

#eblog-wrapper>#ezblog-body #ezblog-label-archive {
    border-bottom: 0 none;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 5px
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2 {
    text-align: left
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a:hover {
    color: #2dc489
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div {
    background-image: none;
    padding: 0
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div span {
    font-weight: normal
}

.think-education-difference-wrapper {
    width: 90%;
    margin: 10px auto
}

#search_results .sectionWrapper {
    padding: 25px 0
}

#search_results dl {
    margin-bottom: 0
}

#search_results dl dt {
    font-weight: 400
}

#search_results dl dd {
    margin-bottom: 20px
}

#search_results dl dd:last-child {
    margin-bottom: 0
}

#search_results dl hr {
    width: 100%;
    border-top: 1px solid #797979;
    margin: 40px auto
}

#search_results .highlight {
    font-weight: 700;
    color: #2dc489
}

#search_results .info {
    text-align: center;
    margin-bottom: 20px
}

#search_results .panel-grey,
#search_results .panel-grey-a,
#search_results .panel-grey-b,
#search_results .panel-grey-c,
#search_results .panel-grey-d,
#search_results .panel-grey-e,
#search_results .panel-grey-f,
#search_results .panel-grey-g,
#search_results .panel-grey-h,
#search_results .panel-grey-h,
#search_results .panel-grey-i,
#search_results .panel-grey-j,
#search_results #filter-static .panel-grey-coll {
    margin-bottom: 20px
}

#search_results .panel-grey .form-group,
#search_results .panel-grey-a .form-group,
#search_results .panel-grey-b .form-group,
#search_results .panel-grey-c .form-group,
#search_results .panel-grey-d .form-group,
#search_results .panel-grey-e .form-group,
#search_results .panel-grey-f .form-group,
#search_results .panel-grey-g .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-i .form-group,
#search_results .panel-grey-j .form-group,
#search_results #filter-static .panel-grey-coll .form-group {
    margin-bottom: 5px
}

#search_results .panel-grey .form-group .btn-green,
#search_results .panel-grey-a .form-group .btn-green,
#search_results .panel-grey-b .form-group .btn-green,
#search_results .panel-grey-c .form-group .btn-green,
#search_results .panel-grey-d .form-group .btn-green,
#search_results .panel-grey-e .form-group .btn-green,
#search_results .panel-grey-f .form-group .btn-green,
#search_results .panel-grey-g .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-i .form-group .btn-green,
#search_results .panel-grey-j .form-group .btn-green,
#search_results #filter-static .panel-grey-coll .form-group .btn-green {
    margin: 0;
    text-align: center
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px;
        margin-top: 7px
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 7px 8px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group .btn-green,
    #search_results .panel-grey-a .form-group .btn-green,
    #search_results .panel-grey-b .form-group .btn-green,
    #search_results .panel-grey-c .form-group .btn-green,
    #search_results .panel-grey-d .form-group .btn-green,
    #search_results .panel-grey-e .form-group .btn-green,
    #search_results .panel-grey-f .form-group .btn-green,
    #search_results .panel-grey-g .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-h .form-group .btn-green,
    #search_results .panel-grey-i .form-group .btn-green,
    #search_results .panel-grey-j .form-group .btn-green,
    #search_results #filter-static .panel-grey-coll .form-group .btn-green {
        padding: 11px 24px
    }
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 34px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group input.form-control,
    #search_results .panel-grey-a .form-group input.form-control,
    #search_results .panel-grey-b .form-group input.form-control,
    #search_results .panel-grey-c .form-group input.form-control,
    #search_results .panel-grey-d .form-group input.form-control,
    #search_results .panel-grey-e .form-group input.form-control,
    #search_results .panel-grey-f .form-group input.form-control,
    #search_results .panel-grey-g .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-h .form-group input.form-control,
    #search_results .panel-grey-i .form-group input.form-control,
    #search_results .panel-grey-j .form-group input.form-control,
    #search_results #filter-static .panel-grey-coll .form-group input.form-control {
        height: 42px
    }
}

@media (max-width:767px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 0
    }
}

@media (min-width:768px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 7px
    }
}

@media (min-width:992px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 11px
    }
}

@media (min-width:1200px) {
    #search_results .panel-grey .form-group .control-label,
    #search_results .panel-grey-a .form-group .control-label,
    #search_results .panel-grey-b .form-group .control-label,
    #search_results .panel-grey-c .form-group .control-label,
    #search_results .panel-grey-d .form-group .control-label,
    #search_results .panel-grey-e .form-group .control-label,
    #search_results .panel-grey-f .form-group .control-label,
    #search_results .panel-grey-g .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-h .form-group .control-label,
    #search_results .panel-grey-i .form-group .control-label,
    #search_results .panel-grey-j .form-group .control-label,
    #search_results #filter-static .panel-grey-coll .form-group .control-label {
        padding-top: 11px
    }
}

#search_results .panel-grey .phrases,
#search_results .panel-grey-a .phrases,
#search_results .panel-grey-b .phrases,
#search_results .panel-grey-c .phrases,
#search_results .panel-grey-d .phrases,
#search_results .panel-grey-e .phrases,
#search_results .panel-grey-f .phrases,
#search_results .panel-grey-g .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-i .phrases,
#search_results .panel-grey-j .phrases,
#search_results #filter-static .panel-grey-coll .phrases {
    text-align: center
}

#search_results .panel-grey .phrases .controls .radio,
#search_results .panel-grey-a .phrases .controls .radio,
#search_results .panel-grey-b .phrases .controls .radio,
#search_results .panel-grey-c .phrases .controls .radio,
#search_results .panel-grey-d .phrases .controls .radio,
#search_results .panel-grey-e .phrases .controls .radio,
#search_results .panel-grey-f .phrases .controls .radio,
#search_results .panel-grey-g .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-i .phrases .controls .radio,
#search_results .panel-grey-j .phrases .controls .radio,
#search_results #filter-static .panel-grey-coll .phrases .controls .radio {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

#search_results .pagination-think {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    #search_results .pagination-think {
        margin-bottom: 0
    }
}

#search_results .pagination-think ul {
    margin: auto;
    padding: 0
}

#search_results .pagination-think ul li {
    font-weight: bold;
    display: inline-block
}

#search_results .pagination-think ul li.pagination-start,
#search_results .pagination-think ul li.pagination-end {
    display: none
}

#search_results .pagination-think ul li.pagination-prev span.pagenav {
    display: none
}

#search_results .pagination-think ul li.pagination-next span.pagenav {
    display: none
}

@media (max-width:767px) {
    #search_results .pagination-think ul li {
        margin: 0 2px
    }
}

@media (min-width:768px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

@media (min-width:992px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    #search_results .pagination-think ul li {
        margin: 0 5px
    }
}

#livechat {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999999999
}

#livechat div {
    cursor: pointer;
    text-align: center
}

.liveChatClose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 3px;
    cursor: pointer
}

.liveChatClose:after {
    content: "x";
    color: #1f5127;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 0;
    left: 0
}

#livechat img {
    margin-top: 5px
}

@media screen and (max-width:760px) {
    #livechat {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999999999;
        background: #2dc489;
        width: 100%;
        height: 50px
    }
}

#thankyou {
    min-height: 600px
}

#thankyou p {
    margin-bottom: 75px
}

#thankyou .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #thankyou .logoWrapper {
        min-height: initial;
        width: 100%;
        padding: 20px 20%
    }
}

@media (min-width:768px) {
    #thankyou .logoWrapper {
        min-height: 85px;
        padding: 0 80px
    }
}

@media (min-width:992px) {
    #thankyou .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #thankyou .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#thankyou .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #thankyou .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #thankyou .logoWrapper>a {
        text-align: center
    }
}

#filter-static .logoWrapper {
    display: table;
    margin: 5px 0
}

@media (max-width:767px) {
    #filter-static .logoWrapper {
        min-height: initial;
        width: 100%;
        padding: 20px 20%
    }
}

@media (min-width:768px) {
    #filter-static .logoWrapper {
        min-height: 85px;
        padding: 0 80px
    }
}

@media (min-width:992px) {
    #filter-static .logoWrapper {
        min-height: 110px;
        padding: 30px 30px
    }
}

@media (min-width:1200px) {
    #filter-static .logoWrapper {
        min-height: 145px;
        padding: 45px 45px
    }
}

#filter-static .logoWrapper>a {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:768px) {
    #filter-static .logoWrapper>a {
        text-align: left
    }
}

@media (min-width:992px) {
    #filter-static .logoWrapper>a {
        text-align: center
    }
}

.page-not-found {
    text-align: center;
    min-height: 750px
}

.page-not-found h5 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-top: 3.5em
}

@media (max-width:767px) {
    .page-not-found h5 {
        margin-top: 10px
    }
}

.page-not-found h6 {
    font-size: 37px;
    font-size: 3.7rem
}

.page-not-found h1 {
    font-size: 193px;
    font-size: 19.3rem;
    color: #2dc489;
    padding-top: 0;
    -webkit-text-stroke: 0 !important;
    margin-top: -0.2em
}

@media (max-width:767px) {
    .page-not-found h1 {
        font-size: 49vw;
        margin-left: -5px;
        margin-right: -5px
    }
}

.page-not-found h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: .4em
}

.page-not-found .btn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

@media (max-width:767px) {
    .page-not-found .btn-row {
        flex-direction: column
    }
}

.page-not-found .btn-row .think-btn {
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .page-not-found .btn-row .think-btn {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .page-not-found .btn-row .think-btn {
        width: 150px
    }
}

@media (min-width:992px) {
    .page-not-found .btn-row .think-btn {
        width: 180px
    }
}

section#block__banner .panel-banner img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width:767px) {
    section#block__banner .panel-banner .lead {
        padding: 15px 6px 1em 6px
    }
}

@media (min-width:768px) {
    section#block__banner .panel-banner .lead {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 15px 6px 1em 6px
    }
}

@media (min-width:992px) {
    section#block__banner .panel-banner .lead {
        font-size: 20px;
        font-size: 2rem;
        padding: 15px 6px 0 6px
    }
}

@media (min-width:1200px) {
    section#block__banner .panel-banner .lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 10px 6px .5em 6px
    }
}

section#block__banner .panel-banner span {
    font-family: 'AvenirLTStd85Heavy'
}

@media (min-width:768px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 5px 0
    }
}

@media (min-width:992px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0 6px 0 6px
    }
}

@media (min-width:1200px) {
    section#block__banner .panel-banner ul.check>li {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 0 5px 0
    }
}

section#block__banner .panel-banner ul.check>li span {
    font-family: 'AvenirLTStd85Heavy'
}

section#block__banner .panel-banner iframe {
    width: 100%
}

@media (max-width:767px) {
    section#block__choose_cities h2 {
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    section#block__choose_cities h2 {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px
    }
}

@media (min-width:992px) {
    section#block__choose_cities img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

section#block__choose_cities .panel-white {
    border: solid 1px #ececec;
    box-shadow: none
}

@media (max-width:767px) {
    section#block__choose_cities .bottom_links {
        padding: 10px
    }
}

@media (min-width:768px) {
    section#block__choose_cities .bottom_links {
        padding: 0
    }
}

@media (min-width:992px) {
    section#block__choose_cities .bottom_links {
        padding: 15px
    }
}

section#block__choose_cities .bottom_links .think-btn {
    padding: 15px 20px;
    margin-bottom: 20px
}

section#block__sponsor .i {
    font-size: 22px;
    font-size: 2.2rem;
    font-style: italic;
    margin-bottom: 30px
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-top {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-top {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-top img {
        padding: 0 20px 20px
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-top img {
        padding: 0
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-bottom {
        margin-top: 0
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-bottom {
        margin-top: 70px
    }
}

@media (max-width:767px) {
    section#block__sponsor .block__sponsor-bottom img {
        padding: 0 20px 20px
    }
}

@media (min-width:768px) {
    section#block__sponsor .block__sponsor-bottom img {
        padding: 0
    }
}

section#block__sponsor .block__question h2 {
    padding-top: 75px
}

section#block__event__info {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

body.foc-syd section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-syd.jpg)
}

body.foc-mel section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-mel.jpg)
}

body.foc-bris section#block__event__info {
    background-image: url(../images/block__event-wrapper-bg-bris.jpg)
}

@media (max-width:767px) {
    section#block__event__info .block__event-logo {
        padding: 40px 10px 0;
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-logo {
        padding: 40px 0;
        margin-bottom: 70px
    }
}

section#block__event__info .block__event-wrapper {
    background: rgba(254, 254, 246, 0.8);
    padding: 10px 30px
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper {
        min-height: 1630px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper {
        min-height: 1335px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-wrapper {
        min-height: 950px
    }
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper p {
        font-size: 18px;
        font-size: 1.8rem
    }
}

section#block__event__info .block__event-wrapper .lead {
    font-size: 24px;
    font-size: 2.4rem
}

section#block__event__info .block__event-wrapper .lead-secondary {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 18px;
    font-size: 1.8rem
}

@media (max-width:767px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        padding: 1em 4px 1em 4px;
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-wrapper .block__event-top h3 {
        padding: 1em 4px 1em 4px
    }
}

body.foc-syd section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #ec098a
}

body.foc-mel section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #8e22ae
}

body.foc-bris section#block__event__info .block__event-wrapper .block__event-top h3 span {
    color: #c74d26
}

@media (max-width:767px) {
    section#block__event__info .mel {
        min-height: 1300px
    }
}

@media (min-width:768px) {
    section#block__event__info .mel {
        min-height: 950px
    }
}

@media (max-width:767px) {
    section#block__event__info .bris {
        min-height: 1330px
    }
}

@media (min-width:768px) {
    section#block__event__info .bris {
        min-height: 1130px
    }
}

@media (min-width:992px) {
    section#block__event__info .bris {
        min-height: 950px
    }
}

section#block__event__info .block__event-bottom {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 35px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 35px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 105px
    }
}

@media (min-width:1200px) {
    section#block__event__info .block__event-bottom>div:first-child {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 150px
    }
}

@media (min-width:992px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    body.foc-mel section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    body.foc-bris section#block__event__info .block__event-bottom>div:last-child {
        margin-top: 30px
    }
}

section#block__event__info .block__event-bottom span {
    font-family: 'AvenirLTStd85Heavy'
}

section#block__event__info .block__event-bottom .think-btn {
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 20px;
    border: 0
}

section#block__event__info .block__event-bottom .think-btn span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: lowercase
}

section#block__event__info .block__event-bottom .block__event-map {
    margin-top: 10px
}

section#block__event__info .block__event-bottom .block__event-map #map_canvas {
    height: 140px
}

section#block__event__info_tabs .responsive-tabs__heading {
    display: none
}

section#block__event__info_tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer
}

@media (max-width:767px) {
    section#block__event__info_tabs .responsive-tabs__list {
        display: none
    }
    section#block__event__info_tabs .responsive-tabs__heading {
        display: block;
        cursor: pointer
    }
    section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
        display: none
    }
}

@media (min-width:768px) {
    section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
        display: block !important
    }
}

section#block__event__info_tabs .responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
    margin-top: 30px
}

section#block__event__info_tabs .responsive-tabs-wrapper:before,
section#block__event__info_tabs .responsive-tabs-wrapper:after {
    content: "";
    display: table
}

section#block__event__info_tabs .responsive-tabs-wrapper:after {
    clear: both
}

section#block__event__info_tabs .responsive-tabs__heading:focus,
section#block__event__info_tabs .responsive-tabs__list__item:focus {
    outline: 1px solid #ccc
}

section#block__event__info_tabs .responsive-tabs__heading--active:focus,
section#block__event__info_tabs .responsive-tabs__list__item--active:focus {
    outline: none !important
}

section#block__event__info_tabs .responsive-tabs__list {
    margin: 0;
    padding: 0;
    font-family: 'GustanBlack', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #ddd
}

section#block__event__info_tabs .responsive-tabs__list__item {
    margin-right: 6px;
    background-color: #dbdcd5;
    color: #000;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: none;
    text-align: center;
    vertical-align: middle
}

@media (min-width:768px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 236px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 309px;
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:1200px) {
    section#block__event__info_tabs .responsive-tabs__list__item {
        width: 376px;
        font-size: 25px;
        font-size: 2.5rem
    }
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
    border-bottom: none
}

section#block__event__info_tabs .responsive-tabs__list__item:last-child {
    margin-right: 0
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
    background-color: #dbdcd5;
    color: #000
}

section#block__event__info_tabs .responsive-tabs__list__item--active,
section#block__event__info_tabs .responsive-tabs__list__item--active:hover {
    color: #fff;
    background: #231f20
}

section#block__event__info_tabs .responsive-tabs__panel {
    margin-bottom: 30px
}

@media (max-width:767px) {
    section#block__event__info_tabs .responsive-tabs__heading {
        color: #ffffff;
        padding: 20px 10px;
        background: #000;
        transition: all .3s linear;
        position: relative;
        margin-bottom: 5px;
        font-size: 17px;
        font-size: 1.7rem
    }
    section#block__event__info_tabs .responsive-tabs__heading:after {
        font-family: "icons";
        content: "\f10a";
        color: #fff;
        position: absolute;
        right: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        transition: all .3s linear;
        bottom: 23px
    }
    section#block__event__info_tabs .responsive-tabs__heading--active {
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        background: #c9c9c3;
        transition: all .3s linear
    }
    section#block__event__info_tabs .responsive-tabs__heading--active:after {
        font-family: "icons";
        content: "\f109";
        color: #fff;
        position: absolute;
        right: 15px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (max-width:767px) {
    .block__event__info-dates {
        padding: 0 0;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .block__event__info-dates {
        padding: 40px 0
    }
}

.block__event__info-dates .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both
}

.block__event__info-dates ul {
    list-style-type: none
}

.block__event__info-dates li {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem
}

.block__event__info-dates ul.block__event__info-dates-lft {
    text-align: right
}

.block__event__info-dates ul.block__event__info-dates-lft li {
    padding: 0 5px 0 0
}

.block__event__info-dates dl {
    padding: 0;
    width: 100%
}

@media (max-width:767px) {
    .block__event__info-dates dl {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .block__event__info-dates dl {
        margin-bottom: 0
    }
}

.block__event__info-dates dt {
    text-align: right
}

@media (max-width:767px) {
    .block__event__info-dates dt {
        width: 100%;
        clear: both;
        text-align: center;
        float: none;
        margin-bottom: .5em
    }
}

@media (min-width:768px) {
    .block__event__info-dates dt {
        width: 100%;
        clear: both;
        text-align: right;
        margin-bottom: .5em
    }
}

@media (min-width:992px) {
    .block__event__info-dates dt {
        width: 110px;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: right;
        white-space: nowrap;
        margin-bottom: 1em;
        float: left
    }
}

@media (min-width:1200px) {
    .block__event__info-dates dt {
        width: 140px;
        font-size: 14px;
        font-size: 1.4rem;
        white-space: nowrap;
        margin-bottom: 1em
    }
}

@media (max-width:767px) {
    .block__event__info-dates dd {
        width: 100%;
        margin: 0 0 2em 0;
        text-align: center
    }
}

@media (min-width:768px) {
    .block__event__info-dates dd {
        width: 100%;
        margin: 0 0 1.5em 0;
        text-align: left
    }
}

@media (min-width:992px) {
    .block__event__info-dates dd {
        width: 195px;
        margin: 0 0 1em 132px;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left
    }
}

@media (min-width:1200px) {
    .block__event__info-dates dd {
        width: 210px;
        margin: 0 0 1em 150px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper {
    clear: both
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
    padding: 25px 0 0 5px;
    font-family: 'AvenirLTStd85Heavy'
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
        display: block
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
        display: none
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
    background: #fff;
    border: solid 1px #e7e7e2;
    padding: 7px;
    margin-top: 20px;
    position: relative
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
        height: 245px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
        height: 290px
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
    padding: 15px 0 5px;
    font-family: 'AvenirLTStd85Heavy';
    text-align: center
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom a {
    color: #000
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
    background: #fff;
    padding: 10px 20px 0;
    cursor: default
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
        display: none
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 0
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        padding: 10px 0 5px
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 0 10px
    }
}

@media (max-width:767px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px 0
    }
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 4px 0
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 4px 15px
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
    font-family: 'AvenirLTStd85Heavy'
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
        position: absolute;
        right: 10px;
        bottom: 11px
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
        position: absolute;
        right: 10px;
        bottom: 10px
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
    font-family: 'AvenirLTStd85Heavy';
    padding-left: 5px
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .overlay {
    opacity: .9
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
    color: #fff
}

@media (min-width:768px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
        opacity: 1
    }
}

@media (min-width:992px) {
    .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
        opacity: 0
    }
}

@media (max-width:767px) {
    .block__sponsor-bottom img {
        padding: 20px 0
    }
}

.sponsors-left-first {
    padding-top: 30px
}

.sponsors-left {
    padding-top: 30px;
    margin-left: 40px
}

.sponsors-right {
    margin-left: 80px
}

section#block__event__cta .think-btn {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 20px;
    width: 100%
}

section#block__event__cta .think-btn span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: lowercase
}

.down {
    padding: 12px 0;
    font-size: 14px;
    font-size: 1.4rem
}

#map_canvas_foc_ultm,
#map_canvas_foc_pyrmnt,
#map_canvas_foc_nrthsyd,
#map_canvas_foc_ltlcllns,
#map_canvas_foc_ftzry,
#map_canvas_foc_brsbn,
#map_canvas_foc_brsbnWLC {
    width: 100%;
    height: 228px
}

#replayVideoFOC {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 998;
    padding: 10px 20px;
    top: 100px;
    right: 30px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy'
}

#FOCvideoPly {
    display: none;
    cursor: pointer
}

#skipVideoFOC {
    color: white;
    background-color: grey;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    padding: 10px 20px;
    bottom: 40px;
    right: 20px;
    border: 1px solid #ddd;
    font-family: 'AvenirLTStd85Heavy';
    display: none
}

#skipVideoFOC.show {
    bottom: 40px;
    display: block
}

#tAndC {
    margin-top: 5em;
    text-align: left
}

#tAndC p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #353535
}

#tAndC p sup {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: .5em;
    top: 0
}

#tAndC p strong {
    font-family: 'AvenirLTStd85Heavy'
}

#tAndC ul li {
    color: #353535;
    font-size: 12px;
    font-size: 1.2rem
}

#tablist1-panel1 dl,
#tablist1-panel2 dl,
#tablist1-panel3 dl {
    width: 100%;
    margin-bottom: 3em;
    margin-top: 2em
}

#tablist1-panel1 dl dt,
#tablist1-panel2 dl dt,
#tablist1-panel3 dl dt {
    width: 50%;
    padding-right: .5em;
    float: left
}

@media (max-width:767px) {
    #tablist1-panel1 dl dt,
    #tablist1-panel2 dl dt,
    #tablist1-panel3 dl dt {
        width: 100%;
        clear: both;
        float: none
    }
}

#tablist1-panel1 dl dd,
#tablist1-panel2 dl dd,
#tablist1-panel3 dl dd {
    width: 50%;
    margin-left: 50%;
    padding-left: .5em
}

@media (max-width:767px) {
    #tablist1-panel1 dl dd,
    #tablist1-panel2 dl dd,
    #tablist1-panel3 dl dd {
        width: 100%;
        clear: both;
        float: none;
        margin-left: 0
    }
}

.foc-confirmation {
    margin-top: 15px;
    margin-bottom: 15px
}

.foc-confirmation .col-md-12 {
    background-image: url('../images/form/foc-location-confirmation-icon.jpg');
    background-repeat: no-repeat;
    background-position: 18px;
    background-color: #36b77f;
    padding: 25px 76px;
    color: #fff
}

.foc-confirmation span {
    font-family: 'AvenirLTStd85Heavy'
}

.panel-featured-events {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 50px
}

.panel-featured-events .lead-secondary {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 22px;
    text-transform: uppercase
}

.panel-featured-events .speaker-foc {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -15px;
    padding-top: 0
}

.panel-featured-events .foc-event {
    padding: 10px;
    border-top: 1px solid #c1c3c2;
    border-bottom: 1px solid #c1c3c2
}

.panel-featured-events .foc-event .details {
    margin: 10px 0
}

.panel-featured-events .foc-event .right {
    text-align: right
}

.panel-featured-events .foc-event .think-btn {
    margin: 0
}

.panel-featured-events span {
    font-family: 'AvenirLTStd85Heavy'
}

.panel-featured-events .small-text-italic {
    font-size: 14px;
    font-style: italic
}

#block_speakers_details .panel-white {
    padding: 12px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

@media (max-width:767px) {
    #block_speakers_details .panel-white {
        min-height: 480px
    }
}

@media (min-width:480px) {
    #block_speakers_details .panel-white {
        min-height: 680px
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white {
        min-height: 440px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white {
        min-height: 450px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white {
        min-height: 450px
    }
}

#block_speakers_details .panel-white .overlay {
    margin-left: 5px;
    margin-right: 0;
    background: #222;
    padding: 20px 20px 0;
    cursor: default
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay {
        opacity: 1;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: relative;
        display: none
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay {
        display: none;
        opacity: 1;
        width: 690px;
        left: 0;
        top: 0;
        height: 100%;
        position: relative
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay {
        display: block;
        opacity: 0;
        width: 306px;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay {
        opacity: 0;
        width: 374px;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute
    }
}

#block_speakers_details .panel-white .overlay .center {
    font-family: 'AvenirLTStd85Heavy';
    margin-bottom: 0
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay .center {
        padding: 10px 0 5px
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 0 5px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .center {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 0 10px
    }
}

#block_speakers_details .panel-white .overlay p {
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 1em 3px 0
    }
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 0 4px 0
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay p {
        padding: 0 4px 15px
    }
}

#block_speakers_details .panel-white .overlay .think-btn {
    border: none;
    width: 100%
}

#block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
    font-family: 'AvenirLTStd85Heavy';
    padding-left: 5px
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
        font-size: 14px;
        font-size: 1.4rem
    }
}

#block_speakers_details .panel-white .overlay .overlay-cont {
    height: 100%;
    cursor: default
}

#block_speakers_details .panel-white .overlay .overlay-cont p:first-child {
    margin-bottom: -36px;
    line-height: 24px
}

#block_speakers_details .panel-white .overlay .overlay-cont p {
    color: #ffffff;
    text-align: center;
    margin-top: 30px
}

#block_speakers_details .panel-white .overlay .overlay-cont p .name {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 20px
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
        bottom: 0
    }
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
    border: none
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white .speakers_details_area {
    position: relative
}

#block_speakers_details .panel-white .speakers_details_area .speakers_details {
    font-family: 'AvenirLTStd85Heavy';
    text-align: center;
    margin: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

#block_speakers_details .panel-white .speakers_details_area .btn_area {
    text-align: center;
    position: absolute;
    width: 100%
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 80px
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 110px
    }
}

@media (min-width:1200px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area {
        top: 80px
    }
}

#block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
    border: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white .speakers_details_area .think-btn {
    border: 0
}

@media (min-width:768px) {
    #block_speakers_details .panel-white .speakers_details_area .think-btn {
        width: 50%
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white .speakers_details_area .think-btn {
        width: 80%
    }
}

#block_speakers_details .panel-white img {
    border-radius: 0;
    margin-bottom: 15px
}

#block_speakers_details .panel-white:hover .overlay {
    opacity: .9
}

#block_speakers_details .panel-white:hover .center_bottom {
    color: #fff
}

@media (min-width:768px) {
    #block_speakers_details .panel-white:hover .center_bottom {
        opacity: 1
    }
}

@media (min-width:992px) {
    #block_speakers_details .panel-white:hover .center_bottom {
        opacity: 0
    }
}

#block_speakers_details .mg-bottom {
    margin-bottom: 20px
}

\ #eblog-wrapper {
    margin-bottom: 0
}

@media (min-width:992px) {
    #ezblog-posts {
        padding-left: 15px;
        padding-top: 22px
    }
}

@media (min-width:1200px) {
    #ezblog-posts {
        padding-left: 15px;
        padding-top: 22px
    }
}

#ezblog-posts .blog-post {
    padding: 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 40px
}

@media (min-width:992px) {
    #ezblog-posts .blog-post {
        width: 330px
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post {
        width: 410px
    }
}

#ezblog-posts .blog-post .blog-title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    text-transform: inherit;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px
}

#ezblog-posts .blog-post .blog-title a {
    text-transform: inherit
}

#ezblog-posts .blog-post .blog-header {
    margin: 0 0 0
}

#ezblog-posts .blog-post .blog-header ul {
    padding: 0 10px;
    margin-bottom: 5px
}

#ezblog-posts .blog-post .blog-image {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#ezblog-posts .blog-post .post-image {
    padding: 18px;
    margin-bottom: 10px
}

#ezblog-posts .blog-post .blog-content {
    padding: 0 28px
}

#ezblog-posts .blog-post .blog-meta {
    margin: 15px 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #a3a2a2
}

#ezblog-posts .blog-post p {
    font-size: 16px;
    font-size: 1.6rem
}

#ezblog-posts .blog-post .social-bottom {
    margin: 20px 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul {
    list-style-type: none;
    display: inline;
    padding: 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li {
    display: inline;
    width: 50px;
    height: 50px;
    padding: 0
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li:before {
    content: none
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon {
    color: #d0d0d0;
    font-size: 40px;
    font-size: 4rem
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore {
    text-transform: uppercase;
    text-align: right
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore a.think-btn {
    margin: 0
}

#ezblog-posts .blog-post+.blog-post {
    border-top: none
}

#ezblog-posts #paginate {
    display: none;
    text-decoration: none
}

#ezblog-posts #loadWrap {
    height: 0;
    background: url('../images/ajax-loader2.gif') top center no-repeat;
    background-size: auto 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s linear;
    transition: height .5s ease ease
}

#ezblog-posts #loadWrap.loading {
    height: 32px
}

#ezblog-body .blog-content img {
    height: auto
}

#post-wrapper>article:first-child {
    border-top: 1px solid #ddd
}

.easyblog-right-sidebar {
    position: static
}

@media (min-width:992px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 228px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 278px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .easyblog-right-sidebar .sticky {
        position: fixed;
        top: 66px
    }
    .easyblog-right-sidebar .stickBot {
        position: absolute;
        bottom: 43px
    }
}

.easyblog-right-sidebar .easyblog-recent-post .blog-sidebar-hr,
.easyblog-right-sidebar .easyblog-categories .blog-sidebar-hr {
    margin: 0 auto 18px;
    border-top: 4px solid #EEE;
    width: 100%
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-family: inherit;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'GustanBlack';
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    color: #353535;
    text-transform: uppercase;
    line-height: 3
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
    font-size: 65%
}

@media (max-width:767px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 1em 3px
    }
}

@media (min-width:768px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2em 4px 1em 4px
    }
}

@media (min-width:992px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1em 5px
    }
}

@media (min-width:1200px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        font-size: 20px;
        font-size: 2rem;
        padding: 1em 6px
    }
}

@media (max-width:992px) {
    .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
    .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
        text-align: left
    }
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title {
    margin-bottom: 1em
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title a {
    font-size: 16px;
    font-size: 1.6rem
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title .blog-hit {
    color: #a3a2a2;
    font-size: 16px;
    font-size: 1.6rem
}

.easyblog-right-sidebar .easyblog-categories {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right
}

@media (max-width:992px) {
    .easyblog-right-sidebar .easyblog-categories {
        text-align: left;
        padding: 20px 0
    }
    .easyblog-right-sidebar .easyblog-categories .h3 {
        display: inline-block;
        padding-right: 15px;
        margin-bottom: 20px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown {
        width: 60%;
        text-align: left;
        position: relative;
        display: inline-block
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul {
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
        padding: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button {
        position: relative;
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button p {
        margin-bottom: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
        position: absolute;
        top: 19px;
        right: 13px;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
}

@media (max-width:1200px) {
    .easyblog-right-sidebar .easyblog-categories .h3 {
        font-size: 1.2em;
        text-align: right;
        margin-bottom: 15px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown {
        width: 100%;
        text-align: left;
        position: relative;
        display: inline-block;
        padding-bottom: 20px
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul {
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
        padding: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button {
        position: relative;
        width: 100%
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button p {
        margin-bottom: 0
    }
    .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
        position: absolute;
        top: 19px;
        right: 13px;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
}

#eblog-wrapper .blog-image-container {
    margin-top: 20px
}

@media (max-width:991px) {
    #eblog-wrapper #social-left {
        width: 100%
    }
}

@media (max-width:991px) {
    #eblog-wrapper #social-right {
        width: 100%
    }
}

#eblog-wrapper #social-right ul {
    list-style-type: none;
    display: inline
}

#eblog-wrapper #social-right ul li {
    display: inline;
    padding: 0 0 0 0
}

#eblog-wrapper #social-right ul li:before {
    content: none
}

#eblog-wrapper #social-right ul li .icon {
    color: #d0d0d0;
    font-size: 50px;
    font-size: 5rem
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
        color: #41abe1
    }
}

@media (max-width:425px) {
    #eblog-wrapper #social-right p {
        top: 0 !important
    }
}

@media (max-width:991px) {
    #eblog-wrapper #social-right p {
        text-align: left;
        line-height: inherit;
        top: 20px
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right p {
        right: 170px
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right p {
        right: 170px
    }
}

#eblog-wrapper #social_facebook,
#eblog-wrapper #social_linkedin,
#eblog-wrapper #social_twitter {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-left: 5px;
    background-size: cover;
    background-repeat: no-repeat
}

#eblog-wrapper #social_facebook {
    background-image: url(../images/svg_facebook_blog.svg)
}

#eblog-wrapper #social_linkedin {
    background-image: url(../images/svg_linkedin_blog.svg)
}

#eblog-wrapper #social_twitter {
    background-image: url(../images/svg_twitter_blog.svg)
}

#eblog-wrapper #social_facebook:hover {
    background-image: url(../images/svg_facebook_blog_hover.svg)
}

#eblog-wrapper #social_linkedin:hover {
    background-image: url(../images/svg_linkedin_blog_hover.svg)
}

#eblog-wrapper #social_twitter:hover {
    background-image: url(../images/svg_twitter_blog_hover.svg)
}

@media (max-width:767px) {
    #eblog-wrapper #social-right,
    #eblog-wrapper #social-left {
        float: none
    }
}

#eblog-wrapper .blogReadTitle {
    text-align: left
}

@media (min-width:992px) {
    .blog-article {
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .blog-article {
        padding-left: 15px
    }
}

.kaltura_player_wrapper {
    padding: 50px 0;
    height: 420px
}

.kaltura_player_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

#section_openday-design--top,
#section_openday-health--top,
#section_openday-business--top,
#section_openday-hospitality--top {
    background: url(../images/Think_ODay_CarouselImage.jpg) no-repeat center center;
    background-size: cover
}

@media (max-width:767px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        display: none
    }
}

@media (min-width:768px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        display: block;
        min-height: 360px
    }
}

@media (min-width:992px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        min-height: 460px
    }
}

@media (min-width:1200px) {
    #section_openday-design--top,
    #section_openday-health--top,
    #section_openday-business--top,
    #section_openday-hospitality--top {
        min-height: 570px
    }
}

#section_openday-design--top .section_openday-design--txt h1,
#section_openday-health--top .section_openday-design--txt h1,
#section_openday-business--top .section_openday-design--txt h1,
#section_openday-hospitality--top .section_openday-design--txt h1 {
    color: #fff;
    text-align: left;
    text-shadow: -4px 3px 5px rgba(204, 208, 210, 0.25)
}

@media (min-width:768px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 100px;
        font-size: 40px;
        font-size: 4rem
    }
}

@media (min-width:992px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 150px;
        font-size: 44px;
        font-size: 4.4rem
    }
}

@media (min-width:1200px) {
    #section_openday-design--top .section_openday-design--txt h1,
    #section_openday-health--top .section_openday-design--txt h1,
    #section_openday-business--top .section_openday-design--txt h1,
    #section_openday-hospitality--top .section_openday-design--txt h1 {
        margin-top: 190px;
        font-size: 50px;
        font-size: 5rem
    }
}

#section_openday-health--top {
    background: url(../images/Think_ODay_Health_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

#section_openday-business--top {
    background: url(../images/Think_ODay_Business_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

#section_openday-hospitality--top {
    background: url(../images/Think_ODay_Hospitality_TopCarouselImage.jpg) no-repeat center center;
    background-size: cover
}

.logos {
    width: 250px
}

.item {
    margin: 10px auto 0
}

.item p {
    padding: 1em 1.5em
}

.gray-bg {
    background: #F5F5F5
}

.divider-lg-w80 {
    width: 90%;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 auto
}

.bold {
    font-weight: 800
}

.careersattorrens_jobapi .container {
    padding: 0 50px
}

.careersattorrens_jobapi #ja-jobs-widget .job {
    margin: 20px 0 50px 0;
    border-top: solid 5px #f3f3f3;
    padding-top: 30px
}

.careersattorrens_jobapi #ja-jobs-widget .job h2.title {
    text-align: left;
    text-transform: none;
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 8px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form {
    width: 100%;
    display: inline-block;
    margin: 75px 0 80px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    float: left;
    display: inline-block;
    margin-right: 15px
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 100%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 20%
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 21%
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
        width: 231px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14313"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14315"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14313,
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14315 {
    display: none
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
    margin-right: 0
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
        width: 62%
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    float: left;
    height: auto
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 38%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 13%
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 10%
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
        width: 80px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
.careersattorrens_jobapi #ja-jobs-widget .ja-form input,
.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    height: 60px;
    background-color: #fff;
    border: none;
    color: #a1a1a1;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px;
    border: 1px solid #e4e4e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 20px
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 8px
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        padding: 13px 20px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background: url("../images/arrows/arrow-top-job-adder.png") no-repeat
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 95%
    }
}

@media (min-width:768px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 90% 20px
    }
}

@media (min-width:992px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 90% 20px
    }
}

@media (min-width:1200px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
        background-position: 221px 20px
    }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
    width: 100%;
    padding: 15px 10px;
    background-color: #2dc489;
    border-top-right-radius: 5;
    border-bottom-right-radius: 5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
    position: relative;
    top: 26px;
    box-shadow: none;
    height: 62px;
    color: #FFF
}

@media (max-width:767px) {
    .careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
        min-width: 100%
    }
}

.careersattorrens_jobapi .ja-pager-summary {
    display: none
}

.careersattorrens_jobapi .ja-pager {
    margin-top: 100px;
    text-align: center;
    border-top: solid 1px #2dc489
}

.careersattorrens_jobapi .ja-pager .page,
.careersattorrens_jobapi .ja-pager .next,
.careersattorrens_jobapi .ja-pager .previous {
    position: relative;
    top: 1px;
    margin-right: 15px
}

.careersattorrens_jobapi .current-page {
    margin: 0 10px;
    padding: 5px 6px;
    border-top: solid 5px #777777
}

.careersattorrens_jobapi .page {
    margin: 0 10px
}

.careersattorrens_jobapi .powered-by-jobadder {
    display: none
}

.careersattorrens_jobapi h2.title {
    text-align: left;
    text-transform: none;
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 8px
}

.careersattorrens_jobapi .classifications {
    display: block;
    margin-top: 15px;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: solid 5px #f3f3f3
}

.careersattorrens_jobapi .bullet-points {
    padding-left: 20px
}

.careersattorrens_jobapi .description {
    padding: 20px
}

.careersattorrens_jobapi .description ul {
    padding-top: 20px;
    padding-left: 3px
}

.careersattorrens_jobapi .description p {
    margin: -20px !important
}

.ja-job-list-container {
    padding-bottom: 200px
}

.ja-job-list-container .view-details {
    display: none
}

.ja-job-list-container .meta p.date-posted:before {
    content: "Date listed:";
    color: #353535;
    font-weight: bold
}

.ja-job-details .meta p.date-posted:before {
    content: "Date listed:";
    color: #353535
}

.ja-job-details .apply {
    background: #f3f3f3;
    margin-bottom: 75px;
    text-align: center
}

@media (max-width:767px) {
    .ja-job-details .apply {
        padding: 23px 0 40px
    }
}

@media (min-width:768px) {
    .ja-job-details .apply {
        padding: 50px
    }
}

@media (min-width:992px) {
    .ja-job-details .apply {
        padding: 40px
    }
}

.ja-job-details .apply .back-link {
    color: #2dc489;
    text-transform: uppercase;
    margin: 0 20px;
    font-family: 'AvenirLTStd95Black'
}

.ja-job-details .apply .back-link:before {
    font-family: "icons";
    content: "\f113";
    position: relative;
    top: 5px;
    font-size: 22px;
    font-size: 2.2rem
}

.ja-job-details .ja-button {
    width: 212px;
    height: 55px;
    background-color: #2dc489;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: 'AvenirLTStd95Black';
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 20px;
    text-transform: uppercase
}

.ja-job-details .ja-button:focus {
    color: #FFF !important
}

@font-face {
    font-family: 'wallaby';
    src: url('../fonts/wallaby.eot?');
    src: url('../fonts/wallaby.eot?#iefix') format('embedded-opentype'), url('../fonts/wallaby.woff?') format('woff'), url('../fonts/wallaby.ttf?') format('truetype'), url('../fonts/wallaby.svg?#wallaby') format('svg');
    font-weight: normal;
    font-style: normal
}

.icon-apm:before {
    content: '\e800'
}

.icon-catc:before {
    content: '\e801'
}

.icon-torrens:before {
    content: '\e802'
}

.icon-jni:before {
    content: '\e803'
}

.icon-ssnt:before {
    content: '\e804'
}

.icon-ancb:before {
    content: '\e805'
}

.icon-wb:before {
    content: '\e806'
}

.icon-acnt:before {
    content: '\e807'
}

.icon-bb-wallaby:before {
    content: '\e808'
}

.wallaby-icon {
    font-family: "wallaby";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 100%;
    margin-right: .2em;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer_wallaby {
    background-color: #202020
}

.footer_wallaby .wallaby-icon {
    color: #fff
}

@media (min-width:768px) {
    .footer_wallaby .wallaby-icon {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .wallaby-icon {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .wallaby-icon {
        font-size: 20px;
        font-size: 2rem
    }
}

.footer_wallaby .top-row {
    padding: 0 0 30px
}

.footer_wallaby .sub-row {
    border-top: solid 1px #fff;
    padding: 30px 0 40px
}

@media (min-width:768px) {
    .footer_wallaby .icon-torrens {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-torrens {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-torrens {
        font-size: 40px;
        font-size: 4rem
    }
}

.footer_wallaby .icon-torrens:after {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    right: 16px
}

@media (max-width:767px) {
    .footer_wallaby .icon-torrens:after {
        content: none
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-torrens:after {
        content: ""
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-catc {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-catc {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-catc {
        font-size: 20px;
        font-size: 2rem
    }
}

.footer_wallaby .icon-bb-wallaby {
    padding-top: 5px
}

@media (min-width:768px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 32px;
        font-size: 3.2rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-bb-wallaby {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-apm {
        font-size: 51px;
        font-size: 5.1rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-apm {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-apm {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 40px;
        font-size: 4rem;
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 0
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-wb,
    .footer_wallaby .icon-acnt,
    .footer_wallaby .icon-jni,
    .footer_wallaby .icon-ancb {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .footer_wallaby .icon-ssnt {
        font-size: 40px;
        font-size: 4rem
    }
}

@media (min-width:992px) {
    .footer_wallaby .icon-ssnt {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width:1200px) {
    .footer_wallaby .icon-ssnt {
        font-size: 34px;
        font-size: 3.4rem
    }
}

#diploma-nursing section {
    padding: 30px;
    margin: 30px 0;
    display: block
}

#diploma-nursing .bg-light-grey {
    background: #E2E2E2
}

#diploma-nursing .bg-grey {
    background: #5C5C5C
}

#diploma-nursing .bg-primary {
    background: #8F308B
}

@media (max-width:767px) {
    #diploma-nursing .desktop {
        display: none
    }
}

@media (min-width:768px) {
    #diploma-nursing .desktop {
        display: none
    }
}

@media (min-width:992px) {
    #diploma-nursing .desktop {
        display: inline
    }
}

@media (min-width:1200px) {
    #diploma-nursing .desktop {
        display: inline
    }
}

@media (max-width:767px) {
    #diploma-nursing .mobile {
        display: inline
    }
}

@media (min-width:768px) {
    #diploma-nursing .mobile {
        display: inline
    }
}

@media (min-width:992px) {
    #diploma-nursing .mobile {
        display: none
    }
}

@media (min-width:1200px) {
    #diploma-nursing .mobile {
        display: none
    }
}

#diploma-nursing h3.large {
    font-size: 2.5rem
}

#diploma-nursing h3.small {
    font-size: 1.75rem
}

#diploma-nursing .text-left {
    text-align: left
}

#diploma-nursing .text-center {
    text-align: center
}

#diploma-nursing .primary {
    color: #8F308B
}

#diploma-nursing .white * {
    color: #fff
}

#diploma-nursing .black * {
    color: #353535
}

#diploma-nursing .grey {
    color: #898888
}

#diploma-nursing .strong {
    font-family: 'GustanBlack', arial, serif
}

#diploma-nursing ul li {
    font-size: 1.6em;
    font-size: 16px
}

#diploma-nursing a:hover {
    color: currentColor
}

#diploma-nursing .btn-generic {
    background: #2dc489;
    color: white;
    height: 60px;
    border: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-generic {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-generic {
        min-width: 300px
    }
}

#diploma-nursing .btn-primary {
    background: #8F308B;
    color: white;
    height: 60px;
    border: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-primary {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-primary {
        min-width: 300px
    }
}

#diploma-nursing .btn-primary-alt {
    color: #8F308B !important;
    border: 2px solid #8F308B;
    background-color: white;
    height: 60px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px 20px
}

@media (max-width:767px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:768px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:992px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 235px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .btn-primary-alt {
        min-width: 300px
    }
}

@media (max-width:767px) {
    #diploma-nursing .right-cta {
        display: block;
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .right-cta {
        display: block;
        height: inherit;
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .right-cta {
        display: table-cell;
        vertical-align: middle;
        height: 320px
    }
}

@media (min-width:1200px) {
    #diploma-nursing .right-cta {
        display: table-cell;
        vertical-align: middle;
        height: 320px
    }
}

@media (max-width:767px) {
    #diploma-nursing .why-study {
        height: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .why-study {
        height: 580px
    }
}

#diploma-nursing .core-units>div {
    background: #3E8FF2;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    height: 85px
}

#diploma-nursing .elective-units>div {
    border: 1px dashed #3E8FF2;
    color: #3E8FF2;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    height: 85px
}

@media (max-width:767px) {
    #diploma-nursing .course-pdf {
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .course-pdf {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .course-pdf {
        text-align: inherit
    }
}

#diploma-nursing .location {
    border-radius: 5px
}

#diploma-nursing #domestic-cost>div,
#diploma-nursing #international-cost>div {
    background: #fff
}

#diploma-nursing .how-much {
    margin-top: 40px
}

@media (max-width:767px) {
    #diploma-nursing .how-much {
        border-radius: 5px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much {
        border-radius: 5px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much {
        border-radius: none
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much {
        border-radius: none
    }
}

#diploma-nursing .how-much.bg-primary {
    background: #8F308B !important
}

@media (max-width:767px) {
    #diploma-nursing .how-much img {
        margin-left: 0;
        padding-top: 10px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much img {
        margin-left: 0;
        padding-top: 10px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much img {
        margin-left: -10px;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much img {
        margin-left: -10px;
        padding-top: 0
    }
}

@media (max-width:767px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 10px
    }
}

@media (min-width:768px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 10px
    }
}

@media (min-width:992px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 0
    }
}

@media (min-width:1200px) {
    #diploma-nursing .how-much .col-md-7 {
        padding: 6% 0
    }
}

@media (max-width:767px) {
    #diploma-nursing .know-more {
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .know-more {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .know-more {
        text-align: inherit
    }
}

@media (max-width:767px) {
    #diploma-nursing .fee-payment-box {
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .fee-payment-box {
        height: inherit;
        text-align: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .fee-payment-box {
        height: 385px;
        text-align: inherit
    }
}

@media (min-width:992px) {
    #diploma-nursing .fee-payment-box {
        height: 365px;
        text-align: inherit
    }
}

@media (max-width:767px) {
    #diploma-nursing .ready-apply-box {
        height: inherit;
        text-align: center
    }
}

@media (min-width:768px) {
    #diploma-nursing .ready-apply-box {
        text-align: center
    }
}

@media (min-width:992px) {
    #diploma-nursing .ready-apply-box {
        height: 320px;
        text-align: inherit
    }
}

#diploma-nursing .ready-apply-box ul li {
    list-style-type: none
}

#diploma-nursing ul.nav-tabs li a {
    color: #898888
}

#diploma-nursing ul.nav-tabs li.active a {
    color: #8F308B
}

/*# sourceMappingURL=css/style.css.map */

#main_nav .think-btn{
    position: absolute;
    right: 128px;
    top: 10px;
}

#main_nav .menu li:last-child{
    margin-left: 0px;
}

#main_nav>ul>li.student-hub>a{
    color: #2dc489;
}

#main_nav>ul>li.item-contact{
    display: none;
}


 @media (max-width:767px){
    #main_nav .think-btn{
        display: none;
    }
    #main_nav>ul>li.item-contact{
        display:block;
    } 
    #mobileMenu .nav>li.student-hub>a{
        color: #2dc489;
    } 

    #mobileMenu .nav>li.item-contact > a{
        background-color: #2dc489;
    padding-top: 13px;
    padding-bottom: 12px;
    }
 }

 @media (min-width:1024px) and (max-width: 1124px){
      nav#main_nav>ul{
        width: auto !important;
    }   
    #main_nav .think-btn{
        position: absolute;
        right: 110px;
        top: 0px;
    }
     #main_nav .menu{
/*        padding-top: 60px;*/
        padding-left: 10px;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
     #main_nav .think-btn{
        position: absolute;
        right: 85px;
        top: 0px;
    }
     #main_nav .menu{
        padding-top: 0px;
        padding-left: 10px;
        margin-left: 0px;
    }
}
@media (min-width: 1400px){
    nav#main_nav>ul {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 0;
        width: auto;
    }
    nav#main_nav {
        height:96px;
        transition: height .3s ease-in-out;
        -webkit-transition: height .3s ease-in-out;
        -moz-transition: height .3s ease-in-out;
        -o-transition: height .3s ease-in-out;
        -ms-transition: height .3s ease-in-out;
    }
    header.minimize nav#main_nav {
        height:60px
    }
    header.minimize nav#main_nav .think-btn{
        top: 0;
        margin-top: 10px;
    }
}