@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 300ms ease;
    -moz-transition: all .2s ease-in-out 300ms ease;
    -o-transition: all .2s ease-in-out 300ms ease;
    -ms-transition: all .2s ease-in-out 300ms linear;
    transition: all .2s ease-in-out 300ms 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: 15px;
    padding-right: 15px
}

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

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

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

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

.row {
    margin-left: -7.5px;
    margin-right: -7.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: 7.5px;
    padding-right: 7.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 300ms ease;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 300ms ease;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 300ms ease;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 300ms linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 300ms 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: -7.5px;
    margin-right: -7.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: 7.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 300ms ease;
    -moz-transition: opacity .15s linear 300ms ease;
    -o-transition: opacity .15s linear 300ms ease;
    -ms-transition: opacity .15s linear 300ms linear;
    transition: opacity .15s linear 300ms 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 300ms ease;
    -moz-transition: height .35s ease 300ms ease;
    -o-transition: height .35s ease 300ms ease;
    -ms-transition: height .35s ease 300ms linear;
    transition: height .35s ease 300ms 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: 7px;
    padding-left: 7px;
    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: -7px;
    margin-left: -7px
}

@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 7px;
    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: -7px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 7px;
    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 -7px
}

.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: -7px
    }
}

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

.navbar-form {
    margin-left: -7px;
    margin-right: -7px;
    padding: 10px 7px;
    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: -7px
    }
}

.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: 7px;
        margin-right: 7px
    }
    .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>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.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 300ms ease;
    -moz-transition: all .2s ease-in-out 300ms ease;
    -o-transition: all .2s ease-in-out 300ms ease;
    -ms-transition: all .2s ease-in-out 300ms linear;
    transition: all .2s ease-in-out 300ms 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 300ms ease;
    -moz-transition: width .6s ease 300ms ease;
    -o-transition: width .6s ease 300ms ease;
    -ms-transition: width .6s ease 300ms linear;
    transition: width .6s ease 300ms 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=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.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: #444444;
    text-align: center;
    text-decoration: none;
    background-color: #f4f4f4;
    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: #f4f4f4
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #f4f4f4
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #f4f4f4
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #f4f4f4
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #f4f4f4
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #f4f4f4
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #f4f4f4
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #f4f4f4
}

.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 {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    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 {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    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 {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    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 {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    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 {
    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 300ms ease;
    -moz-transition: .6s ease-in-out left 300ms ease;
    -o-transition: .6s ease-in-out left 300ms ease;
    -ms-transition: .6s ease-in-out left 300ms linear;
    transition: .6s ease-in-out left 300ms 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,
.search:before,
.search:after,
.footerLinks>ul:before,
.footerLinks>ul: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,
.search:after,
.footerLinks>ul: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
    }
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (max-width:420px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left
    }
    .col-xxs-1 {
        width: 8.33333333%
    }
    .col-xxs-2 {
        width: 16.66666667%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-xxs-4 {
        width: 33.33333333%
    }
    .col-xxs-5 {
        width: 41.66666667%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-xxs-7 {
        width: 58.33333333%
    }
    .col-xxs-8 {
        width: 66.66666667%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-xxs-10 {
        width: 83.33333333%
    }
    .col-xxs-11 {
        width: 91.66666667%
    }
    .col-xxs-12 {
        width: 100%
    }
    .col-xxs-push-1 {
        left: 8.33333333%
    }
    .col-xxs-push-2 {
        left: 16.66666667%
    }
    .col-xxs-push-3 {
        left: 25%
    }
    .col-xss-push-4 {
        left: 33.33333333%
    }
    .col-xxs-push-5 {
        left: 41.66666667%
    }
    .col-xxs-push-6 {
        left: 50%
    }
    .col-xxs-push-7 {
        left: 58.33333333%
    }
    .col-xxs-push-8 {
        left: 66.66666667%
    }
    .col-xxs-push-9 {
        left: 75%
    }
    .col-xxs-push-10 {
        left: 83.33333333%
    }
    .col-xxs-push-11 {
        left: 91.66666667%
    }
    .col-xxs-pull-1 {
        right: 8.33333333%
    }
    .col-xxs-pull-2 {
        right: 16.66666667%
    }
    .col-xxs-pull-3 {
        right: 25%
    }
    .col-xxs-pull-4 {
        right: 33.33333333%
    }
    .col-xxs-pull-5 {
        right: 41.66666667%
    }
    .col-xxs-pull-6 {
        right: 50%
    }
    .col-xxs-pull-7 {
        right: 58.33333333%
    }
    .col-xxs-pull-8 {
        right: 66.66666667%
    }
    .col-xxs-pull-9 {
        right: 75%
    }
    .col-xxs-pull-10 {
        right: 83.33333333%
    }
    .col-xxs-pull-11 {
        right: 91.66666667%
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xxs-offset-3 {
        margin-left: 25%
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xxs-offset-6 {
        margin-left: 50%
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xxs-offset-9 {
        margin-left: 75%
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%
    }
}

@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 {
    font-family: "icons";
    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_000_arrow_A_down:before {
    content: "\f101"
}

.icon_001_arrow_A_left:before {
    content: "\f102"
}

.icon_002_arrow_A_right:before {
    content: "\f103"
}

.icon_003_arrow_A_up:before {
    content: "\f104"
}

.icon_004_arrow_B_down:before {
    content: "\f105"
}

.icon_005_arrow_B_left:before {
    content: "\f106"
}

.icon_006_arrow_B_right:before {
    content: "\f107"
}

.icon_007_arrow_B_up:before {
    content: "\f108"
}

.icon_008_arrow_C_down:before {
    content: "\f109"
}

.icon_009_arrow_C_left:before {
    content: "\f10a"
}

.icon_010_arrow_C_right:before {
    content: "\f10b"
}

.icon_011_arrow_C_up:before {
    content: "\f10c"
}

.icon_012_arrow:before {
    content: "\f10d"
}

.icon_013_download:before {
    content: "\f10e"
}

.icon_014_external_link:before {
    content: "\f10f"
}

.icon_015_home:before {
    content: "\f110"
}

.icon_016_list_check:before {
    content: "\f111"
}

.icon_017_list_circle_a:before {
    content: "\f112"
}

.icon_018_list_circle_b:before {
    content: "\f113"
}

.icon_019_search:before {
    content: "\f114"
}

.icon_020_search_close:before {
    content: "\f115"
}

.icon_021_acnt_logo:before {
    content: "\f116"
}

.icon_022_ancb_logo:before {
    content: "\f117"
}

.icon_023_apm_logo:before {
    content: "\f118"
}

.icon_024_bb_logo:before {
    content: "\f119"
}

.icon_025_catc_logo:before {
    content: "\f11a"
}

.icon_026_jni_logo:before {
    content: "\f11b"
}

.icon_027_ssnt_logo:before {
    content: "\f11c"
}

.icon_028_wb_logo:before {
    content: "\f11d"
}

.icon_029_secondNavArrow:before {
    content: "\f11e"
}

.icon_030_slideLeft:before {
    content: "\f11f"
}

.icon_031_slideRight:before {
    content: "\f120"
}

.icon_032_slideUp:before {
    content: "\f121"
}

.icon_033_slideDown:before {
    content: "\f122"
}

.icon_034_slideLeft:before {
    content: "\f123"
}

.icon_035_slideRight:before {
    content: "\f124"
}

.icon_036_think_logo_footer:before {
    content: "\f125"
}

.icon_037_phone:before {
    content: "\f126"
}

.icon_038_clock:before {
    content: "\f127"
}

.icon_039_addrtess:before {
    content: "\f128"
}

.icon_040_youtube:before {
    content: "\f129"
}

.icon_041_linkedin:before {
    content: "\f12a"
}

.icon_042_instagram:before {
    content: "\f12b"
}

.icon_043_facebook:before {
    content: "\f12c"
}

.icon_044_apply01:before {
    content: "\f12d"
}

.icon_045_apply02:before {
    content: "\f12e"
}

.icon_046_apply03:before {
    content: "\f12f"
}

.icon_047_apply04:before {
    content: "\f130"
}

.icon_048_apply05:before {
    content: "\f131"
}

.icon_049_home:before {
    content: "\f132"
}

.icon_050_Zoom:before {
    content: "\f133"
}

.icon_051_slideUp:before {
    content: "\f134"
}

.icon_052_slideDown:before {
    content: "\f135"
}

.icon_053_courseDetail01:before {
    content: "\f136"
}

.icon_054_courseDetail02:before {
    content: "\f137"
}

.icon_055_courseDetail03:before {
    content: "\f138"
}

.icon_056_courseDetail04:before {
    content: "\f139"
}

.icon_057_courseDetail05:before {
    content: "\f13a"
}

.icon_058_courseDetail06:before {
    content: "\f13b"
}

.icon_059_FullTime:before {
    content: "\f13c"
}

.icon_060_PartTime:before {
    content: "\f13d"
}

.icon_061_menu:before {
    content: "\f13e"
}

.icon_061_twitter_circle_black:before {
    content: "\f13f"
}

.icon_062_arrow_left:before {
    content: "\f140"
}

.icon_063_facebook_white:before {
    content: "\f141"
}

.icon_064_instagram_white:before {
    content: "\f142"
}

.icon_065_linkedin_white:before {
    content: "\f143"
}

.icon_066_youtube_white:before {
    content: "\f144"
}

.icon_068_twitter:before {
    content: "\f145"
}

.icon_069_industryprojects:before {
    content: "\f146"
}

.icon_070_lifeaftercatc:before {
    content: "\f147"
}

.icon_071_pp_individuals:before {
    content: "\f148"
}

.icon_072_globe:before {
    content: "\f149"
}

.icon_073_pp_contact:before {
    content: "\f14a"
}

.icon_084_facebook_blog:before {
    content: "\f14b"
}

.icon_085_linkedin_blog:before {
    content: "\f14c"
}

.icon_086_twitter_blog:before {
    content: "\f14d"
}

.icon_087_arrowLeft:before {
    content: "\f14e"
}


/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%
}

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1
}

.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left
}

.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.modal-backdrop.in {
    -webkit-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    background-color: #333333
}

.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent
}

.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right
}

.ekko-lightbox .modal-header h4 {
    text-align: left
}

.ekko-lightbox .modal-header .close {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
    float: none;
    font-size: 40px;
    font-size: 4rem
}

.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0
}

.ekko-lightbox .modal-body {
    padding: 0
}

.ekko-lightbox .modal-footer {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0
}

.ekko-lightbox-nav-overlay a {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    text-shadow: none
}

.glyphicon-chevron-left {
    padding-left: 15px;
    float: left;
    left: 0;
    text-align: left
}

.glyphicon-chevron-left:before {
    content: "\f106";
    position: absolute;
    left: 0
}

.glyphicon-chevron-right {
    padding-right: 15px;
    float: right;
    right: 0;
    text-align: right
}

.glyphicon-chevron-right:before {
    content: "\f107";
    position: absolute;
    right: 0
}

.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #515151;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.73);
    width: 100%;
    padding: 5px
}

h1,
.h1 {
    background-color: #e4007b;
    color: white;
    font-family: 'GustanBlack';
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    clear: both;
    padding: 18px 0
}

@media (max-width:767px) {
    h1,
    .h1 {
        font-size: 22px;
        font-size: 2.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: 38px;
        font-size: 3.8rem;
        padding: 42px 0
    }
}

h2,
.h2 {
    font-family: 'GustanBlack';
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px
}

@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
    }
}

@media (min-width:768px) {
    h2,
    .h2 {
        padding-bottom: 68px
    }
    h2:after,
    .h2:after {
        content: '';
        background: #c5c5c5;
        width: 50px;
        height: 8px;
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -25px
    }
}

h2.addtional {
    padding-bottom: 0
}

h2.addtional:after {
    display: none
}

p.subtitle {
    font-family: "minion-pro";
    font-style: italic;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    color: #929191
}

@media (max-width:767px) {
    p.subtitle {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    p.subtitle {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    p.subtitle {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    p.subtitle {
        font-size: 24px;
        font-size: 2.4rem
    }
}

p.subtitle:after {
    content: '';
    background: #c5c5c5;
    width: 50px;
    height: 8px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px
}

h3,
.h3 {
    font-family: 'GustanBlack';
    text-transform: uppercase;
    padding: 36px 0;
    margin: 0
}

@media (max-width:767px) {
    h3,
    .h3 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    h3,
    .h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:992px) {
    h3,
    .h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    h3,
    .h3 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

h4,
.h4 {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0
}

@media (max-width:767px) {
    h4,
    .h4 {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    h4,
    .h4 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    h4,
    .h4 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    h4,
    .h4 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

p {
    color: #444444;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 0 30px;
    margin: 0
}

@media (max-width:767px) {
    p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

strong {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    font-weight: normal
}

.lead {
    color: #929191;
    line-height: 1.6;
    padding: 0 0 20px;
    margin: 0
}

@media (max-width:767px) {
    .lead {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .lead {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (min-width:1200px) {
    .lead {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.pink {
    color: #e4007b
}

ul,
ol {
    margin: 0;
    padding: 1em 0 1em 0;
    list-style-type: none
}

ul.featuresListItem li,
ul.basicListItem li,
ul.basicAltListItem2 li,
ul.basicAltListItem li,
ul.actionListItem li {
    line-height: 1.8em;
    padding-bottom: 10px;
    padding-left: 2.4em;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    ul.featuresListItem li,
    ul.basicListItem li,
    ul.basicAltListItem2 li,
    ul.basicAltListItem li,
    ul.actionListItem li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

ul.basicAlt2ListItem li {
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 2.4em;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem
}

@media (max-width:767px) {
    ul.basicAlt2ListItem li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

ul.featuresListItem li:before {
    font-family: "icons";
    content: "\f111";
    color: #e4007b;
    position: absolute;
    left: 6px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    ul.featuresListItem li:before {
        font-size: 14px;
        font-size: 1.4rem
    }
}

ul.basicListItem li:before {
    font-family: "icons";
    content: "\f113";
    color: #c5c5c5;
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 10px;
    font-size: 1rem
}

ul.basicAltListItem2 li:before {
    font-family: "icons";
    content: "\f113";
    color: #e4007b;
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 10px;
    font-size: 1rem
}

ul.basicAltListItem li:before {
    font-family: "icons";
    content: "\f112";
    color: #e4007b;
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 10px;
    font-size: 1rem
}

ul.basicAlt2ListItem li:before {
    font-family: "icons";
    content: "\f113";
    color: #e4007b;
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 10px;
    font-size: 1rem
}

ul.actionListItem li:before {
    font-family: "icons";
    content: "\f103";
    color: #e4007b;
    position: absolute;
    left: 4px;
    font-size: 18px;
    font-size: 1.8rem
}

@media (max-width:767px) {
    ul.actionListItem li:before {
        font-size: 16px;
        font-size: 1.6rem
    }
}

ul.noStyle>li:before {
    content: ""
}

ul.noPadding {
    padding: 0 0 20px 0
}

ol.numberedItem {
    list-style-type: none;
    margin: 0;
    padding: 0 0 2em 0;
    counter-reset: li-counter
}

ol.numberedItem>li {
    position: relative;
    padding-left: 4em;
    line-height: 1.5em;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

ol.numberedItem>li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 2.2em;
    height: 2.2em;
    font-size: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #f5f5f5;
    font-family: 'GustanBlack';
    font-size: 20px;
    font-size: 2rem;
    border-radius: 50%;
    background-color: #2c2b2b;
    content: counter(li-counter);
    counter-increment: li-counter
}

.think-nav-left {
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    z-index: 999
}

.think-nav-left nav#think-nav-left-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    float: left;
    border-right: solid 1px #4e4e4e
}

.think-nav-left nav#think-nav-left-menu ul li {
    text-transform: uppercase;
    margin: 0;
    height: 40px;
    border-left: solid 1px #4e4e4e;
    border-right: solid 1px #2d2d2d;
    display: inline-block;
    float: left
}

@media (min-width:768px) {
    .think-nav-left nav#think-nav-left-menu ul li {
        padding-top: 9px
    }
}

@media (min-width:992px) {
    .think-nav-left nav#think-nav-left-menu ul li {
        padding-top: 11px
    }
}

@media (min-width:768px) {
    body.error .think-nav-left nav#think-nav-left-menu ul li {
        padding-top: 15px
    }
}

@media (min-width:992px) {
    body.error .think-nav-left nav#think-nav-left-menu ul li {
        padding-top: 13px
    }
}

.think-nav-left nav#think-nav-left-menu ul li a {
    color: #8a8889;
    text-decoration: none
}

@media (min-width:768px) {
    .think-nav-left nav#think-nav-left-menu ul li a {
        padding: 14px 10px;
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .think-nav-left nav#think-nav-left-menu ul li a {
        padding: 14px 15px;
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    .think-nav-left nav#think-nav-left-menu ul li a {
        padding: 14px 15px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

.think-nav-left nav#think-nav-left-menu ul li a:hover,
.think-nav-left nav#think-nav-left-menu ul li a .hover {
    background: #2c2c2c;
    color: #c71c3a
}

.think-nav-left nav#think-nav-left-menu ul li a:active,
.think-nav-left nav#think-nav-left-menu ul li a:visited {
    background: #2c2c2c
}

.think-nav-left nav#think-nav-left-menu ul li:hover,
.think-nav-left nav#think-nav-left-menu ul li .hover {
    background: #2c2c2c;
    color: #c71c3a
}

.think-nav-left nav#think-nav-left-menu ul li:active,
.think-nav-left nav#think-nav-left-menu ul li:visited {
    background: #2c2c2c
}

.think-nav-left nav#think-nav-left-menu ul li ul {
    display: none;
    background: #2c2c2c
}

.think-nav-left nav#think-nav-left-menu ul li ul>li>a {
    text-transform: none;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    color: red;
    font-size: 12px;
    font-size: 1.2rem
}

.think-nav-left nav#think-nav-left-menu ul li ul>li>a:hover,
.think-nav-left nav#think-nav-left-menu ul li ul>li>a .hover {
    color: #428bca;
    text-decoration: none
}

.think-nav-left nav#think-nav-left-menu ul li ul>li.item-190,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-193,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-194,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-195 {
    position: relative;
    background-image: -webkit-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.1) 40%, rgba(59, 59, 59, 0.1) 60%, rgba(59, 59, 59, 0));
    background-image: -webkit-linear-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.1) 40%, rgba(59, 59, 59, 0.1) 60%, rgba(59, 59, 59, 0));
    background-image: -moz-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0));
    background-image: -ms-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0));
    background-image: -o-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0))
}

.think-nav-left nav#think-nav-left-menu ul li ul>li.item-190:after,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-193:after,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-194:after,
.think-nav-left nav#think-nav-left-menu ul li ul li.item-195:after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: -webkit-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.8) 40%, rgba(59, 59, 59, 0.8) 60%, rgba(59, 59, 59, 0));
    background-image: -webkit-linear-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.8) 40%, rgba(59, 59, 59, 0.8) 60%, rgba(59, 59, 59, 0));
    background-image: -moz-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0));
    background-image: -ms-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0));
    background-image: -o-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0))
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-apm {
    display: block;
    background: url(../images/menu-logos/apm_logo.png) no-repeat 25px 4px;
    text-indent: -19999px;
    background-size: 70%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-bbcd {
    display: block;
    background: url(../images/menu-logos/bb_logo.png) no-repeat 16px 8px;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-catc {
    display: block;
    background: url(../images/menu-logos/catc_logo.png) no-repeat 16px 0;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-acnt {
    display: block;
    background: url(../images/menu-logos/acnt_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-ancb {
    display: block;
    background: url(../images/menu-logos/ancb_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-jni {
    display: block;
    background: url(../images/menu-logos/jni_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-ssnt {
    display: block;
    background: url(../images/menu-logos/ssnt_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

.think-nav-left nav#think-nav-left-menu ul li ul>li .col-wb {
    display: block;
    background: url(../images/menu-logos/wb_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 85%
}

.think-nav-left nav#think-nav-left-menu ul li:nth-of-type(2)>a {
    color: #f00d90
}

.think-nav-left nav#think-nav-left-menu ul li:nth-of-type(3)>a:hover,
.think-nav-left nav#think-nav-left-menu ul li:nth-of-type(3)>a .hover {
    color: #892f96
}

.think-nav-left nav#think-nav-left-menu ul li:nth-of-type(4)>a:hover,
.think-nav-left nav#think-nav-left-menu ul li:nth-of-type(4)>a .hover {
    color: #00bcd4
}

.think-nav-left nav#think-nav-left-menu ul li.item-197 {
    border-right: solid 1px #4e4e4e;
    position: relative
}

.think-nav-left nav#think-nav-left-menu ul li.item-197:after {
    content: "";
    border-right: solid 1px #2d2d2d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.think-nav-left nav#think-nav-left-menu ul li:hover ul,
.think-nav-left nav#think-nav-left-menu ul li.hover ul {
    z-index: 99999;
    display: list-item;
    position: absolute;
    margin-top: 8px;
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    box-shadow: 0 4px 0 #c71c3a
}

@media (min-width:768px) {
    .think-nav-left nav#think-nav-left-menu ul li:hover ul,
    .think-nav-left nav#think-nav-left-menu ul li.hover ul {
        width: 165px
    }
}

@media (min-width:992px) {
    .think-nav-left nav#think-nav-left-menu ul li:hover ul,
    .think-nav-left nav#think-nav-left-menu ul li.hover ul {
        width: 205px
    }
}

.think-nav-left nav#think-nav-left-menu ul li:hover:nth-of-type(2) ul {
    box-shadow: 0 5px 0 #f00d90
}

.think-nav-left nav#think-nav-left-menu ul li:hover:nth-of-type(3) ul {
    box-shadow: 0 5px 0 #892f96
}

.think-nav-left nav#think-nav-left-menu ul li:hover:nth-of-type(4) ul {
    box-shadow: 0 5px 0 #00bcd4
}

.think-nav-left nav#think-nav-left-menu ul li:hover ul li,
.think-nav-left nav#think-nav-left-menu ul li.hover ul li {
    float: none;
    height: 68px;
    border: none;
    background: none;
    width: 100%
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-187 ul {
        height: 65px
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-187 ul {
        height: 75px
    }
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-189 ul {
    height: 130px
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-192 ul {
    height: 270px
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-197 ul {
        height: 57px
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-197 ul {
        height: 67px
    }
}

.think-nav-right .searchbox-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000
}

.think-nav-right .searchbox-wrapper .drop_menu {
    background: #505050;
    padding: 0;
    margin: 0 50px 2px 0;
    list-style-type: none;
    height: 40px;
    float: left
}

.think-nav-right .searchbox-wrapper .drop_menu li {
    float: left;
    border-right: 1px solid #777777;
    padding: 4px 15px 0;
    padding: 7px 15px 0
}

.think-nav-right .searchbox-wrapper .drop_menu li:last-child {
    border: 0
}

.think-nav-right .searchbox-wrapper .drop_menu li a {
    padding: 9px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font: 12px arial, verdana, sans-serif
}

.think-nav-right .searchbox-wrapper .drop_menu ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    list-style-type: none
}

.think-nav-right .searchbox-wrapper .drop_menu li:hover {
    position: relative;
    background: #3e3e3e
}

.think-nav-right .searchbox-wrapper .drop_menu li:hover ul {
    left: 0;
    top: 30px;
    background: #3e3e3e;
    padding: 0
}

.think-nav-right .searchbox-wrapper .drop_menu li:hover ul li a {
    padding: 5px;
    display: block;
    width: 140px;
    text-indent: 15px;
    background-color: #3e3e3e;
    border: 0
}

.think-nav-right .searchbox-wrapper .drop_menu li:hover ul li a:hover {
    background: #505050
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu {
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    padding: 10px 10px;
    float: left;
    height: 40px;
    background: #505050;
    margin-right: 50px
}

@media (min-width:768px) {
    .think-nav-right .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .think-nav-right .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    .think-nav-right .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li {
    display: inline-block;
    border-right: 1px solid #777777
}

@media (min-width:768px) {
    .think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li {
        padding: 4px 10px 0
    }
}

@media (min-width:992px) {
    .think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li {
        padding: 4px 15px 0
    }
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li:last-child {
    border: 0
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li a {
    color: #d2d2d2
}

.think-nav-right .searchbox-wrapper nav#think-nav-right-menu ul li a:hover {
    color: #ffffff;
    text-decoration: none
}

.think-nav-right .searchbox {
    position: absolute;
    right: 0;
    min-width: 50px;
    width: 0;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

body.error .think-nav-right .searchbox span>div {
    padding-top: 12px
}

.think-nav-right .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 15px;
    color: #9d9c9a;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif
}

.think-nav-right .searchbox-input::-webkit-input-placeholder {
    color: #9d9c9a
}

.think-nav-right .searchbox-input:-moz-placeholder {
    color: #9d9c9a
}

.think-nav-right .searchbox-input::-moz-placeholder {
    color: #9d9c9a
}

.think-nav-right .searchbox-input:-ms-input-placeholder {
    color: #9d9c9a
}

.think-nav-right .searchbox-icon,
.think-nav-right .searchbox-submit {
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 20px;
    font-size: 2rem;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #2c2c2c
}

.think-nav-right .searchbox-icon:hover,
.think-nav-right .searchbox-submit:hover {
    background: #121212
}

.think-nav-right .searchbox-open {
    width: 100%;
    display: block
}

.think-nav-right .searchbox-open span.searchbox-icon {
    display: none
}

.catc-sub-nav-container {
    clear: both
}

@media (max-width:767px) {
    .catc-sub-nav-container {
        padding: 0
    }
}

.catc-sub-nav {
    float: left;
    text-align: justify
}

@media (max-width:767px) {
    .catc-sub-nav {
        padding: 15px 0 15px 15px;
        width: 100%;
        height: 70px
    }
}

@media (min-width:768px) {
    .catc-sub-nav {
        padding: 15px 5px 25px 0
    }
}

@media (min-width:992px) {
    .catc-sub-nav {
        padding: 35px 10px 35px 1px
    }
}

@media (min-width:1200px) {
    .catc-sub-nav {
        padding: 35px 40px 35px 2px
    }
}

@media (max-width:375px) {
    .catc-sub-nav {
        height: 59px
    }
}

@media (max-width:767px) {
    .catc-sub-nav .homeLink {
        display: block
    }
}

@media (min-width:768px) {
    .catc-sub-nav .homeLink {
        display: block
    }
}

.catc-sub-nav ul {
    padding: 0;
    list-style: none
}

@media (max-width:767px) {
    .catc-sub-nav ul>li {
        float: left;
        max-width: 200px;
        width: 50%;
        padding-right: 15px;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .catc-sub-nav ul>li {
        display: inline-block;
        width: 200px;
        padding-right: 10px;
        border-right: 1px solid black
    }
}

@media (min-width:992px) {
    .catc-sub-nav ul>li {
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 4px;
        border-right: 2px solid black
    }
}

@media (min-width:1200px) {
    .catc-sub-nav ul>li {
        padding-right: 20px
    }
}

@media (max-width:430px) {
    .catc-sub-nav ul li:last-child {
        display: none
    }
}

@media (max-width:767px) {
    .catc-sub-nav ul li:last-child {
        padding-left: 10px;
        margin-top: 10px;
        max-width: 140px
    }
}

@media (min-width:768px) {
    .catc-sub-nav ul li:last-child {
        max-width: 125px;
        display: inline-block;
        padding: 0 0 8px 10px;
        border: 0
    }
}

@media (min-width:992px) {
    .catc-sub-nav ul li:last-child {
        max-width: 165px;
        padding: 0 0 12px 15px
    }
}

@media (min-width:1200px) {
    .catc-sub-nav ul li:last-child {
        padding: 0 0 12px 20px
    }
}

.catc-sub-nav-right {
    float: right;
    text-align: right;
    position: relative
}

@media (max-width:375px) {
    .catc-sub-nav-right {
        height: 60px
    }
}

@media (max-width:767px) {
    .catc-sub-nav-right {
        text-align: left;
        width: 100%;
        background-color: #f6f6f7;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .catc-sub-nav-right {
        padding: 0;
        margin-right: 40px
    }
}

@media (min-width:992px) {
    .catc-sub-nav-right {
        padding: 19px 0;
        margin-right: 2px
    }
}

@media (min-width:1200px) {
    .catc-sub-nav-right {
        padding: 19px 0;
        margin-right: 15px
    }
}

.catc-sub-nav-right>div {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    display: inline-block
}

@media (min-width:768px) {
    .catc-sub-nav-right>div {
        padding: 0 3px
    }
}

@media (min-width:992px) {
    .catc-sub-nav-right>div {
        padding: 0 6px
    }
}

@media (min-width:1200px) {
    .catc-sub-nav-right>div {
        padding: 0 8px
    }
}

@media (max-width:767px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask {
        float: left
    }
}

.catc-sub-nav-right>div.catc-sub-nav-ask a {
    border-radius: 3px;
    text-shadow: none;
    padding: 14px 15px;
    position: relative;
    top: -2px
}

@media (max-width:767px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask a {
        margin: 12px 0;
        font-size: 12px;
        font-size: 1.2rem;
        top: 0
    }
}

@media (max-width:375px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask a {
        margin: 10px 0 6px;
        top: -2px
    }
}

@media (min-width:768px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask a {
        padding: 16px 15px;
        font-size: 12px;
        font-size: 1.2rem;
        top: -2px
    }
}

@media (min-width:992px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask a {
        padding: 16px 30px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:1200px) {
    .catc-sub-nav-right>div.catc-sub-nav-ask a {
        padding: 16px 30px
    }
}

@media (max-width:375px) {
    .contact-number>span {
        padding: 22px 20px !important
    }
}

.contact-number,
.catc-sub-nav-left-number {
    color: #3f3f3f;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif
}

@media (min-width:767px) {
    .contact-number,
    .catc-sub-nav-left-number {
        display: none
    }
}

@media (min-width:768px) {
    .contact-number,
    .catc-sub-nav-left-number {
        display: inline-block
    }
}

@media (max-width:767px) {
    .contact-number>span,
    .catc-sub-nav-left-number>span {
        font-size: 25px;
        font-size: 2.5rem;
        display: block;
        color: #353535;
        padding: 16px 20px
    }
}

@media (max-width:500px) {
    .contact-number>span,
    .catc-sub-nav-left-number>span {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 22px 20px
    }
}

@media (max-width:375px) {
    .contact-number>span,
    .catc-sub-nav-left-number>span {
        padding: 0
    }
}

@media (min-width:768px) {
    .contact-number>span,
    .catc-sub-nav-left-number>span {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (min-width:992px) {
    .contact-number>span,
    .catc-sub-nav-left-number>span {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.contact-number>span.hidden-xs,
.catc-sub-nav-left-number>span.hidden-xs {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif
}

.contact-number>span.number,
.catc-sub-nav-left-number>span.number {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif
}

.contact-number>span.number a,
.catc-sub-nav-left-number>span.number a {
    color: #3f3f3f
}

.contact-number>span.number a.mobile-number i,
.catc-sub-nav-left-number>span.number a.mobile-number i {
    display: none
}

@media (max-width:375px) {
    .contact-number>span.number a.mobile-number,
    .catc-sub-nav-left-number>span.number a.mobile-number {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-size: 2rem;
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding-top: 9px;
        margin-top: 10px;
        margin-left: 25px
    }
    .contact-number>span.number a.mobile-number i,
    .catc-sub-nav-left-number>span.number a.mobile-number i {
        display: block;
        text-align: center
    }
    .contact-number>span.number a.mobile-number span,
    .catc-sub-nav-left-number>span.number a.mobile-number span {
        display: none
    }
}

#catc_header {
    background-color: #fff;
    z-index: 99;
    position: relative
}

@media (max-width:767px) {
    #catc_header .container {
        padding-right: 0;
        padding-left: 0;
        overflow: visible
    }
}

#catc_header:before,
#catc_header:after {
    content: " ";
    display: table
}

#catc_header:after {
    clear: both
}

#catc_header:before,
#catc_header:after {
    content: " ";
    display: table
}

#catc_header:after {
    clear: both
}

#catc_header>div {
    display: block
}

@media (max-width:767px) {
    #catc_header>div {
        height: auto
    }
}

@media (min-width:768px) {
    #catc_header>div {
        height: 69px
    }
}

@media (min-width:992px) {
    #catc_header>div {
        height: 150px
    }
}

@media (min-width:1200px) {
    #catc_header>div {
        height: 150px
    }
}

#catc_header>div .catc-top-nav {
    background: #3e3e3e;
    height: 40px;
    font-family: "AvenirLTStd-Heavy", Helvetica, Arial, sans-serif;
    z-index: 999
}

@media (max-width:767px) {
    #catc_header>div .catc-top-nav {
        display: none
    }
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav {
        display: none
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav {
        display: block
    }
}

@media (min-width:1200px) {
    #catc_header>div .catc-top-nav {
        display: block
    }
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    float: left;
    border-right: solid 1px #4e4e4e
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li {
    text-transform: uppercase;
    margin: 0;
    height: 40px;
    border-left: solid 1px #4e4e4e;
    border-right: solid 1px #2d2d2d;
    display: inline-block;
    float: left
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li {
        padding-top: 9px
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li {
        padding-top: 11px
    }
}

@media (min-width:768px) {
    body.error #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li {
        padding-top: 15px
    }
}

@media (min-width:992px) {
    body.error #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li {
        padding-top: 13px
    }
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a {
    color: #8a8889;
    text-decoration: none
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a {
        padding: 14px 10px;
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a {
        padding: 14px 15px;
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a {
        padding: 14px 15px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a:hover,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a .hover {
    background: #2c2c2c;
    color: #c71c3a
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a:active,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li a:visited {
    background: #2c2c2c
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li .hover {
    background: #2c2c2c;
    color: #c71c3a
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:active,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:visited {
    background: #2c2c2c
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul {
    display: none;
    background: #2c2c2c
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li>a {
    text-transform: none;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    color: red;
    font-size: 12px;
    font-size: 1.2rem
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li>a:hover,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li>a .hover {
    color: #428bca;
    text-decoration: none
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li.item-190,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-193,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-194,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-195 {
    position: relative;
    background-image: -webkit-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.1) 40%, rgba(59, 59, 59, 0.1) 60%, rgba(59, 59, 59, 0));
    background-image: -webkit-linear-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.1) 40%, rgba(59, 59, 59, 0.1) 60%, rgba(59, 59, 59, 0));
    background-image: -moz-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0));
    background-image: -ms-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0));
    background-image: -o-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.1) 40%, rgba(68, 68, 68, 0.1) 60%, rgba(44, 44, 44, 0))
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li.item-190:after,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-193:after,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-194:after,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul li.item-195:after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: -webkit-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.8) 40%, rgba(59, 59, 59, 0.8) 60%, rgba(59, 59, 59, 0));
    background-image: -webkit-linear-gradient(left, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.8) 40%, rgba(59, 59, 59, 0.8) 60%, rgba(59, 59, 59, 0));
    background-image: -moz-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0));
    background-image: -ms-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0));
    background-image: -o-linear-gradient(left, rgba(44, 44, 44, 0), rgba(68, 68, 68, 0.8) 40%, rgba(68, 68, 68, 0.8) 60%, rgba(44, 44, 44, 0))
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-apm {
    display: block;
    background: url(../images/menu-logos/apm_logo.png) no-repeat 25px 4px;
    text-indent: -19999px;
    background-size: 70%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-bbcd {
    display: block;
    background: url(../images/menu-logos/bb_logo.png) no-repeat 16px 8px;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-catc {
    display: block;
    background: url(../images/menu-logos/catc_logo.png) no-repeat 16px 0;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-acnt {
    display: block;
    background: url(../images/menu-logos/acnt_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-ancb {
    display: block;
    background: url(../images/menu-logos/ancb_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-jni {
    display: block;
    background: url(../images/menu-logos/jni_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-ssnt {
    display: block;
    background: url(../images/menu-logos/ssnt_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 80%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li ul>li .col-wb {
    display: block;
    background: url(../images/menu-logos/wb_logo.png) no-repeat 16px 4px;
    text-indent: -19999px;
    background-size: 85%
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:nth-of-type(2)>a {
    color: #f00d90
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:nth-of-type(3)>a:hover,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:nth-of-type(3)>a .hover {
    color: #892f96
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:nth-of-type(4)>a:hover,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:nth-of-type(4)>a .hover {
    color: #00bcd4
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-197 {
    border-right: solid 1px #4e4e4e;
    position: relative
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.item-197:after {
    content: "";
    border-right: solid 1px #2d2d2d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover ul,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.hover ul {
    z-index: 99999;
    display: list-item;
    position: absolute;
    margin-top: 8px;
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    box-shadow: 0 4px 0 #c71c3a
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover ul,
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.hover ul {
        width: 165px
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover ul,
    #catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.hover ul {
        width: 205px
    }
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover:nth-of-type(2) ul {
    box-shadow: 0 5px 0 #f00d90
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover:nth-of-type(3) ul {
    box-shadow: 0 5px 0 #892f96
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover:nth-of-type(4) ul {
    box-shadow: 0 5px 0 #00bcd4
}

#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li:hover ul li,
#catc_header>div .catc-top-nav nav#think-nav-left-menu ul li.hover ul li {
    float: none;
    height: 68px;
    border: none;
    background: none;
    width: 100%
}

#catc_header>div .catc-top-nav .searchbox-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu {
    background: #505050;
    padding: 0;
    margin: 0 50px 2px 0;
    list-style-type: none;
    height: 40px;
    float: left
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li {
    float: left;
    border-right: 1px solid #777777;
    padding: 4px 15px 0;
    padding: 7px 15px 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li:last-child {
    border: 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li a {
    padding: 9px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font: 12px arial, verdana, sans-serif
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    list-style-type: none
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li:hover {
    position: relative;
    background: #3e3e3e
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li:hover ul {
    left: 0;
    top: 30px;
    background: #3e3e3e;
    padding: 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li:hover ul li a {
    padding: 5px;
    display: block;
    width: 140px;
    text-indent: 15px;
    background-color: #3e3e3e;
    border: 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper .drop_menu li:hover ul li a:hover {
    background: #505050
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu {
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    padding: 10px 10px;
    float: left;
    height: 40px;
    background: #505050;
    margin-right: 50px
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:1200px) {
    #catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li {
    display: inline-block;
    border-right: 1px solid #777777
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li {
        padding: 4px 10px 0
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li {
        padding: 4px 15px 0
    }
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li:last-child {
    border: 0
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li a {
    color: #d2d2d2
}

#catc_header>div .catc-top-nav .searchbox-wrapper nav#think-nav-right-menu ul li a:hover {
    color: #ffffff;
    text-decoration: none
}

#catc_header>div .catc-top-nav .searchbox {
    position: absolute;
    right: 0;
    min-width: 50px;
    width: 0;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

body.error #catc_header>div .catc-top-nav .searchbox span>div {
    padding-top: 12px
}

#catc_header>div .catc-top-nav .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 15px;
    color: #9d9c9a;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif
}

#catc_header>div .catc-top-nav .searchbox-input::-webkit-input-placeholder {
    color: #9d9c9a
}

#catc_header>div .catc-top-nav .searchbox-input:-moz-placeholder {
    color: #9d9c9a
}

#catc_header>div .catc-top-nav .searchbox-input::-moz-placeholder {
    color: #9d9c9a
}

#catc_header>div .catc-top-nav .searchbox-input:-ms-input-placeholder {
    color: #9d9c9a
}

#catc_header>div .catc-top-nav .searchbox-icon,
#catc_header>div .catc-top-nav .searchbox-submit {
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 20px;
    font-size: 2rem;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #2c2c2c
}

#catc_header>div .catc-top-nav .searchbox-icon:hover,
#catc_header>div .catc-top-nav .searchbox-submit:hover {
    background: #121212
}

#catc_header>div .catc-top-nav .searchbox-open {
    width: 100%;
    display: block
}

#catc_header>div .catc-top-nav .searchbox-open span.searchbox-icon {
    display: none
}

#catc_header>div .catc-top-nav .thinkLogo {
    display: block;
    position: relative;
    height: 40px;
    background: url(../images/think-logo.png) no-repeat center 9px;
    background-size: 90%;
    text-indent: -9999px;
    border-right: solid 1px #2d2d2d;
    float: left
}

@media (min-width:768px) {
    #catc_header>div .catc-top-nav .thinkLogo {
        width: 180px
    }
}

@media (min-width:992px) {
    #catc_header>div .catc-top-nav .thinkLogo {
        width: 220px;
        background-size: 70%
    }
}

@media (min-width:1200px) {
    #catc_header>div .catc-top-nav .thinkLogo {
        top: 0;
        left: 0;
        width: 245px
    }
}

#catc_header>div label {
    display: block
}

div.search-top {
    position: relative
}

@media (max-width:767px) {
    div.search-top {
        content: "mobile";
        position: relative;
        left: 0;
        top: 80px;
        z-index: 99999999;
        width: 187px
    }
}

@media (min-width:768px) {
    div.search-top {
        content: "tablet";
        position: relative;
        top: 0;
        right: 0
    }
}

@media (min-width:992px) {
    div.search-top {
        content: "desktop";
        position: relative;
        top: 0;
        right: 0
    }
}

@media (min-width:1200px) {
    div.search-top {
        content: "desktop-xl";
        position: relative;
        top: 0;
        right: 0
    }
}

div.search-top .button {
    text-indent: -9999px;
    background: url(../images/iconSearch.png) no-repeat;
    width: 36px;
    height: 40px;
    margin: 0;
    border: 0;
    padding: 0;
    margin-top: 2px;
    margin-left: 0;
    vertical-align: bottom;
    float: none;
    position: absolute;
    top: 0
}

@media (max-width:767px) {
    div.search-top .button {
        content: "mobile";
        left: 150px
    }
}

@media (min-width:768px) {
    div.search-top .button {
        content: "tablet";
        right: 0
    }
}

@media (min-width:992px) {
    div.search-top .button {
        content: "desktop";
        right: 0
    }
}

@media (min-width:1200px) {
    div.search-top .button {
        content: "desktop-xl";
        right: 0
    }
}

div.search-top #mod-search-searchword {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 185px;
    height: 34px;
    border: 1px solid #ECEBEB;
    color: #ECEBEB;
    padding-left: 10px
}

.contact-numbers-dl {
    position: absolute;
    background: #f6f6f7;
    width: 200px;
    right: 0;
    top: 0
}

.contact-numbers-dl .content {
    padding: 10px 10px 10px 20px
}

.contact-numbers-dl .content ul li {
    position: relative;
    margin-bottom: 1em
}

.contact-numbers-dl .content ul li a {
    color: #202020;
    width: 100%;
    height: 100%;
    display: block
}

.contact-numbers-dl .content ul li:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/phone.svg) no-repeat;
    top: 4px;
    right: 8px;
    background-size: contain
}

.contact-numbers-dl .collapse-control {
    text-transform: uppercase;
    display: block;
    height: 60px;
    width: 120px;
    margin-left: 80px;
    padding: 20px 0 0 55px;
    position: relative;
    color: #020202
}

.contact-numbers-dl .collapse-control:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/closex_big.svg) no-repeat;
    background-size: contain;
    top: 14px;
    left: 15px
}

.contact-numbers-dl .collapse-control.collapsed:before {
    background: url(../images/phone.svg) no-repeat;
    background-size: contain
}


/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
    display: none
}

@media (max-width:767px) {
    .mean-container {
        display: none
    }
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f7f5f2;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: -9999em;
    line-height: 22px;
    display: block;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #2a2a2a;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background-color: #f7f5f2;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #292929;
    border-bottom: 1px solid #FAF1D0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #428bca
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'AvenirLTStd35Light';
    color: #444444
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0
}

#slideWrap {
    background: #fff
}

a {
    color: #e4007b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #B1005F
}

.grey {
    color: #959595
}

.nowrap {
    white-space: nowrap
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.pd5 {
    padding: 5px
}

.container {
    overflow: hidden
}

@media (max-width:991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

body.home #pageHeader,
.page-header {
    display: none
}

section.grey {
    color: #444444;
    background-color: #f6f6f7
}

.callOut {
    background-color: #172ad6;
    -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: 15px 20px
}

.callOutBlue {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #172ad6
}

.panel-transparent {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

a.aLink {
    position: relative
}

a.aLink:after {
    font-size: 28px;
    font-size: 2.8rem;
    content: "\f10d";
    color: #444444;
    margin-left: 13px;
    position: absolute
}

.col-padding {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:992px) {
    .col-padding {
        padding: 20px
    }
    .col-padding:first-child {
        padding-left: 0
    }
    .col-padding:last-child {
        padding-right: 0
    }
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.custom {
    vertical-align: top;
    display: block;
    width: 100%
}

.container .custom {
    max-height: initial;
    overflow: initial
}

@media (max-width:767px) {
    section#thinkStartPodcasts audio {
        width: 100%
    }
}

@media (max-width:767px) {
    .ctas {
        width: 200px;
        margin: 20px auto
    }
}

@media (min-width:768px) {
    .ctas {
        margin: 50px auto
    }
}

@media (min-width:768px) {
    .ctas.column {
        margin: 20px auto 0;
        display: inline-block;
        width: 100%;
        text-align: center !important
    }
}

@media (min-width:992px) {
    .ctas.column {
        margin: 0 auto;
        display: table-cell;
        width: inherit;
        text-align: left
    }
}

@media (min-width:768px) {
    .ctas a {
        margin: 0 10px
    }
}

@media (min-width:992px) {
    .ctas a {
        margin: 0 10px
    }
}

@media (min-width:1200px) {
    .ctas a {
        margin: 0 15px
    }
}

.ctas .pink-btn,
.ctas .blue-btn {
    min-width: 180px
}

@media (max-width:767px) {
    .ctas .pink-btn,
    .ctas .blue-btn {
        width: 100%;
        margin: 10px 0;
        padding: 11px 0
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 0
}

.flWd {
    width: 100%
}

.circle {
    background-color: #353535;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'GustanBlack', Helvetica, Arial, sans-serif;
    padding: 7px;
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -3px
}

@media (max-width:1199px) {
    .circle {
        padding: 5px;
        width: 45px;
        height: 45px
    }
}

@media (max-width:991px) {
    .circle {
        padding: 0;
        width: 35px;
        height: 35px;
        margin-top: -5px;
        margin-bottom: 10px
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

section {
    position: relative
}

section>div.container {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width:1199px) {
    section>div.container {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:991px) {
    section>div.container {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width:767px) {
    section>div.container {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.nextSection {
    background-color: rgba(53, 53, 53, 0.35);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out 300ms ease;
    -moz-transition: background-color .2s ease-in-out 300ms ease;
    -o-transition: background-color .2s ease-in-out 300ms ease;
    -ms-transition: background-color .2s ease-in-out 300ms linear;
    transition: background-color .2s ease-in-out 300ms ease ease;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    display: none;
    width: 52px;
    font-size: 52px;
    height: 52px;
    cursor: pointer
}

.nextSection:hover {
    background-color: #353535
}

.nextSection .icon {
    position: absolute
}

.nextSection:after {
    font-size: 54px;
    font-size: 5.4rem;
    font-family: "icons";
    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: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f122";
    color: white;
    position: absolute;
    top: 0;
    left: 0
}

section.bg-grey {
    background-color: #f6f6f7
}

#secondNav {
    background-color: #212121;
    width: 100%
}

@media (max-width:767px) {
    #secondNav {
        display: none
    }
}

@media (min-width:768px) {
    #secondNav {
        display: block
    }
}

#secondNav a {
    text-align: center;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: none 300ms ease;
    -moz-transition: none 300ms ease;
    -o-transition: none 300ms ease;
    -ms-transition: none 300ms linear;
    transition: none 300ms ease ease
}

@media (max-width:767px) {
    #secondNav a {
        height: 92px
    }
}

@media (min-width:768px) {
    #secondNav a {
        height: 80px
    }
}

@media (min-width:992px) {
    #secondNav a {
        height: 100px
    }
}

@media (min-width:1200px) {
    #secondNav a {
        height: 110px
    }
}

#secondNav ul {
    padding: 0
}

#secondNav ul li {
    width: 16.66666667%;
    display: block;
    float: left;
    position: relative
}

#secondNav ul a {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    color: #c8c7c7;
    cursor: pointer;
    background-color: #2c2b2b
}

@media (min-width:768px) {
    #secondNav ul a {
        padding: 16px 10px 0 10px;
        font-size: 10px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #secondNav ul a {
        padding: 18px 20px 0 20px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    #secondNav ul a {
        padding: 20px 40px 0 40px;
        font-size: 14px;
        font-size: 1.4rem
    }
}

#secondNav ul a:after {
    color: #fff;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    content: "\f11e";
    font-family: "icons"
}

#secondNav ul a:hover {
    color: #fff;
    background-color: #e4007b
}

@media (min-width:768px) {
    #secondNav ul a:hover {
        padding: 16px 10px 0 10px
    }
}

@media (min-width:992px) {
    #secondNav ul a:hover {
        padding: 18px 20px 0 20px
    }
}

@media (min-width:1200px) {
    #secondNav ul a:hover {
        padding: 20px 40px 0 40px
    }
}

#secondNav.stuck {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%
}

#mainNav {
    background-color: #f5f6f7;
    position: relative;
    z-index: 98
}

@media (max-width:767px) {
    #mainNav {
        display: none
    }
}

@media (min-width:768px) {
    #mainNav {
        display: none
    }
}

@media (min-width:992px) {
    #mainNav {
        display: block
    }
}

#mainNav .container {
    overflow: visible
}

#mainNav ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    display: table
}

#mainNav ul>li {
    position: relative;
    display: block;
    text-transform: uppercase;
    float: left;
    font-family: 'AvenirLTStd95Black';
    height: 52px;
    line-height: 50px
}

@media (min-width:768px) {
    #mainNav ul>li {
        margin: 0 12px 0 0;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #mainNav ul>li {
        margin: 0 30px 0 0;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    #mainNav ul>li {
        margin: 0 60px 0 0
    }
}

#mainNav ul>li>a {
    color: #3f3f3f;
    text-decoration: none
}

#mainNav ul>li:hover {
    cursor: pointer
}

#mainNav ul>li:hover>a {
    color: #e4007b
}

#mainNav ul>li.item-101 {
    font-family: "icons";
    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
}

@media (min-width:768px) {
    #mainNav ul>li.item-101 {
        margin: 0 10px 0 0;
        width: 30px
    }
}

@media (min-width:992px) {
    #mainNav ul>li.item-101 {
        margin: 0 1px 0 0;
        width: 50px
    }
}

@media (min-width:1200px) {
    #mainNav ul>li.item-101 {
        margin: 0 30px 0 0
    }
}

#mainNav ul>li.item-101 a {
    text-indent: -9999px;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0
}

#mainNav ul>li.item-101:before {
    content: "\f132";
    position: absolute
}

@media (min-width:768px) {
    #mainNav ul>li.item-101:before {
        font-size: 20px;
        font-size: 2rem;
        top: 13px;
        left: 11px
    }
}

@media (min-width:992px) {
    #mainNav ul>li.item-101:before {
        font-size: 26px;
        font-size: 2.6rem;
        top: 10px;
        left: 12px
    }
}

@media (min-width:1200px) {
    #mainNav ul>li.item-101:before {
        font-size: 26px;
        font-size: 2.6rem;
        top: 10px;
        left: 16px
    }
}

#mainNav ul>li.item-102.active:after,
#mainNav ul>li.item-103.active:after,
#mainNav ul>li.item-104.active:after,
#mainNav ul>li.item-105.active:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 30px;
    z-index: 100;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e4007b
}

#mainNav ul>li.item-102>ul {
    width: 300px
}

#mainNav ul>li.item-103>ul {
    width: 500px
}

#mainNav ul>li.item-104>ul {
    display: none !important;
    width: 400px
}

#mainNav ul>li.item-105>ul {
    width: 300px
}

#mainNav ul>li.item-308>ul {
    width: 300px
}

#mainNav ul>li>ul {
    height: 0;
    overflow: hidden;
    display: none;
    position: absolute;
    margin-top: 0;
    margin-left: -40px;
    z-index: 1000;
    background-color: #fafafa;
    border-top: none;
    list-style: none;
    padding: 25px 0 25px 40px;
    opacity: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out 300ms ease;
    -moz-transition: opacity .2s ease-in-out 300ms ease;
    -o-transition: opacity .2s ease-in-out 300ms ease;
    -ms-transition: opacity .2s ease-in-out 300ms linear;
    transition: opacity .2s ease-in-out 300ms ease ease
}

#mainNav ul>li>ul>li {
    font-family: 'AvenirLTStd35Light';
    float: none;
    margin: 0;
    height: 40px;
    line-height: 40px
}

#mainNav ul>li>ul>li>a {
    display: block
}

#mainNav ul>li>ul>li>a:hover {
    color: #e4007b
}

#mainNav ul>li>ul>li>a:before {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "icons";
    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: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    content: "\f10d";
    color: #e4007b;
    margin-right: 5px
}

#mainNav ul>li>ul>li.item-110>ul,
#mainNav ul>li>ul>li.item-112>ul,
#mainNav ul>li>ul>li.item-298>ul,
#mainNav ul>li>ul>li.item-109>ul,
#mainNav ul>li>ul>li.item-116,
#mainNav ul>li>ul>li.item-172,
#mainNav ul>li>ul>li.item-174,
#mainNav ul>li>ul>li.item-125,
#mainNav ul>li>ul>li.item-126,
#mainNav ul>li>ul>li.item-128,
#mainNav ul>li>ul>li.item-273 {
    display: none
}

#mainNav ul>li:hover ul,
#mainNav ul>li.hover ul {
    height: auto;
    display: block;
    opacity: 1
}

#mainNav .blogLink {
    padding: 10px 30px;
    float: right;
    display: none;
    height: 52px
}

#mainNav .blogLink:hover {
    background-color: #e4007b
}

@media (min-width:768px) {
    #mainNav .blogLink {
        width: 106px;
        padding: 16px 10px;
        display: block;
        margin: 0 12px 0 0
    }
}

@media (min-width:992px) {
    #mainNav .blogLink {
        width: 144px;
        display: block;
        margin: 0 24px 0 0
    }
}

@media (min-width:1200px) {
    #mainNav .blogLink {
        width: 142px;
        margin: 0 32px 0 0
    }
}

#mainNav .secondaryLink {
    padding: 10px 30px;
    float: right;
    margin: 5px 24px 5px 0;
    display: none;
    background-color: transparent
}

#mainNav .secondaryLink:hover {
    background-color: #e4007b
}

@media (min-width:768px) {
    #mainNav .secondaryLink {
        margin-right: 12px;
        padding: 10px 10px;
        display: block
    }
}

@media (min-width:992px) {
    #mainNav .secondaryLink {
        width: 171px;
        display: block
    }
}

@media (min-width:1200px) {
    #mainNav .secondaryLink {
        width: 171px;
        margin: 5px 30px 5px 0
    }
}

#drawerMenuTgl {
    background: url(../images/drawerOpen.svg) no-repeat 50% 50%;
    background-size: 40%;
    cursor: pointer
}

html.mm-opened #drawerMenuTgl {
    background: url(../images/drawerClose.svg) no-repeat 50% 50%;
    background-size: 40%;
    cursor: pointer
}

#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 300ms ease;
    -moz-transition: .3s ease-in-out right 300ms ease;
    -o-transition: .3s ease-in-out right 300ms ease;
    -ms-transition: .3s ease-in-out right 300ms linear;
    transition: .3s ease-in-out right 300ms ease ease
}

@media (max-width:767px) {
    #slideWrap {
        margin-top: 0;
        background: white
    }
}

#slideWrap.active {
    -webkit-transition: .3s ease-in-out right;
    transition: .3s ease-in-out right;
    -webkit-transition: .3s ease-in-out right 300ms ease;
    -moz-transition: .3s ease-in-out right 300ms ease;
    -o-transition: .3s ease-in-out right 300ms ease;
    -ms-transition: .3s ease-in-out right 300ms linear;
    transition: .3s ease-in-out right 300ms 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: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99998
}

@media (max-width:767px) {
    #mobileMenu {
        display: block;
        position: absolute;
        width: 260px;
        right: 0;
        height: auto;
        z-index: 0
    }
}

@media (min-width:768px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:992px) {
    #mobileMenu {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileMenu {
        display: none
    }
}

#mobileMenu .pink-btn {
    margin: 30px 15px;
    display: block
}

#mobileTgl {
    cursor: pointer;
    z-index: 999999;
    height: 69px;
    width: 69px;
    position: absolute;
    top: 0;
    right: 0;
    background: #3f3f3f;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 300ms ease;
    -moz-transition: background .35s ease 300ms ease;
    -o-transition: background .35s ease 300ms ease;
    -ms-transition: background .35s ease 300ms linear;
    transition: background .35s ease 300ms ease ease
}

@media (min-width:992px) {
    #mobileTgl {
        display: none
    }
}

@media (min-width:1200px) {
    #mobileTgl {
        display: none
    }
}

@media (max-width:375px) {
    #mobileTgl {
        height: 60px;
        width: 60px
    }
}

#mobileTgl.active {
    background: #ed1c8f;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    -webkit-transition: background .35s ease 300ms ease;
    -moz-transition: background .35s ease 300ms ease;
    -o-transition: background .35s ease 300ms ease;
    -ms-transition: background .35s ease 300ms linear;
    transition: background .35s ease 300ms ease ease
}

#mobileTgl.active #drawerMenuTgl i {
    display: none
}

#mobileTgl.active #drawerMenuTgl:after {
    content: 'x';
    display: block;
    position: absolute;
    top: 11px;
    left: 27px;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem
}

@media (max-width:375px) {
    #mobileTgl.active #drawerMenuTgl:after {
        top: 7px;
        left: 22px
    }
}

#mobileTgl a:hover {
    text-decoration: none
}

#mobileTgl #drawerMenuTgl {
    width: 100%;
    height: 100%
}

#mobileTgl #drawerMenuTgl i {
    line-height: 1;
    position: absolute;
    color: white;
    top: 17px;
    left: 18px;
    font-size: 34px;
    font-size: 3.4rem
}

#mobileTgl #drawerMenuTgl i:hover {
    text-decoration: none
}

@media (max-width:375px) {
    #mobileTgl #drawerMenuTgl i {
        font-size: 30px;
        font-size: 3rem;
        top: 14px;
        left: 15px
    }
}

@media (max-width:767px) {
    #mobileTgl #drawerMenuTgl {
        display: block
    }
}

@media (min-width:768px) {
    #mobileTgl #drawerMenuTgl {
        display: block
    }
}

#mobileMenu {
    background: #202020
}

#mobileMenu>ul {
    padding: 10px 10px 0 10px
}

#mobileMenu>ul>li {
    position: relative;
    font-family: 'AvenirLTStd65Medium';
    padding: 0;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #4d4d4d
}

#mobileMenu>ul>li>a {
    color: white;
    display: block;
    padding: 18px 0 18px 5px
}

#mobileMenu>ul>li>ul {
    display: none;
    padding: 12px 0 0 0
}

#mobileMenu>ul>li>ul>li {
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #4d4d4d;
    text-transform: capitalize
}

#mobileMenu>ul>li>ul>li>a {
    padding: 14px 0 14px 14px;
    display: block;
    color: #eee;
    font-size: 15px;
    font-size: 1.5rem
}

#mobileMenu .item-116,
#mobileMenu .item-172,
#mobileMenu .item-125,
#mobileMenu .item-126,
#mobileMenu .item-128,
#mobileMenu .item-174,
#mobileMenu .item-273 {
    display: none
}

#mobileMenu .addDeeperSlideToggle {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer
}

#mobileMenu .addDeeperSlideToggle:after {
    content: "+";
    color: white;
    position: absolute;
    left: 16px;
    top: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: .3
}

#mobileMenu .opened>a {
    font-style: italic
}

#mobileMenu .opened .addDeeperSlideToggle {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer
}

#mobileMenu .opened .addDeeperSlideToggle:after {
    content: "-";
    color: white;
    position: absolute;
    left: 19px;
    top: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: 1
}

#mobileMenu .searchbox #mod-search-searchword-mobile {
    width: 80%;
    padding: 25px 10px 20px 20px;
    height: 69px;
    border: 0;
    background-color: #303030;
    color: #eee;
    font-size: 18px;
    font-size: 1.8rem
}

@media (max-width:375px) {
    #mobileMenu .searchbox #mod-search-searchword-mobile {
        height: 60px
    }
}

#mobileMenu .searchbox .searchbox-submit {
    display: block;
    border: 0;
    background-color: #000;
    color: #fff;
    width: 20%;
    float: right;
    height: 69px;
    font-size: 30px;
    font-size: 3rem
}

@media (max-width:767px) {
    #mobileMenu .searchbox .searchbox-submit {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (max-width:375px) {
    #mobileMenu .searchbox .searchbox-submit {
        height: 60px
    }
}

#thinkGlobalHeaderMenu {
    background: #212121;
    height: 38px
}

@media (max-width:767px) {
    #thinkGlobalHeaderMenu {
        display: none
    }
}

@media (min-width:768px) {
    #thinkGlobalHeaderMenu {
        display: block
    }
}

#thinkGlobalHeaderMenu .thinkLogo {
    display: block;
    background: url(../images/think-logo.png) no-repeat;
    text-indent: -99999px;
    width: 245px;
    height: 38px;
    background-size: 70%;
    background-position: -2px 8px
}

#thinkGlobalHeaderMenu .think-nav-lft {
    display: none
}

#thinkGlobalHeaderMenu .think-nav-rgt {
    display: none
}

.breadcrumb {
    font-family: 'AvenirLTStd65Medium';
    font-size: 10px;
    font-size: 1rem;
    padding: 18px 0 18px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border: none;
    text-transform: uppercase
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li>a {
    color: #353535
}

.breadcrumb>.active span {
    color: #a6a6a6
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0
}

.btn-config {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center
}

.btn-config:hover {
    text-decoration: none
}

.outline-btn {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    border: solid 2px;
    padding: 15px 45px 15px 45px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background-color: transparent
}

.outline-btn:hover {
    text-decoration: none
}

.outline-btn:hover,
.outline-btn:focus,
.outline-btn:active,
.outline-btn.active {
    border: solid 2px;
    background-color: white
}

.pink-btn {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: white;
    background-color: #ff198b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff198b), to(#d70174));
    background: -webkit-linear-gradient(top, #ff198b, #d70174);
    background: -moz-linear-gradient(top, #ff198b, #d70174);
    background: -ms-linear-gradient(top, #ff198b, #d70174);
    background: -o-linear-gradient(top, #ff198b, #d70174);
    border-color: #d70174;
    background-size: 1px 150%;
    background-position: 0 -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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)
}

.pink-btn:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .pink-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .pink-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .pink-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .pink-btn {
        padding: 18px 20px
    }
}

.pink-btn:hover,
.pink-btn:focus,
.pink-btn:active,
.pink-btn.active,
.open .dropdown-toggle.pink-btn {
    color: white;
    border-color: #9a0153;
    background-position: 0 0;
    -webkit-transition: background-position 200ms linear;
    -moz-transition: background-position 200ms linear;
    -o-transition: background-position 200ms linear;
    -ms-transition: background-position 200ms linear;
    transition: background-position 200ms linear linear
}

.pink-btn.disabled,
.pink-btn[disabled],
fieldset[disabled] .pink-btn,
.pink-btn.disabled:hover,
.pink-btn[disabled]:hover,
fieldset[disabled] .pink-btn:hover,
.pink-btn.disabled:focus,
.pink-btn[disabled]:focus,
fieldset[disabled] .pink-btn:focus,
.pink-btn.disabled:active,
.pink-btn[disabled]:active,
fieldset[disabled] .pink-btn:active,
.pink-btn.disabled.active,
.pink-btn[disabled].active,
fieldset[disabled] .pink-btn.active {
    background-color: #ff198b;
    border-color: #d70174
}

.pink-btn .badge {
    color: #ff198b;
    background-color: white
}

.blue-btn {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: white;
    background-color: #0178fd;
    background: -webkit-gradient(linear, left top, left bottom, from(#0178fd), to(#0151c9));
    background: -webkit-linear-gradient(top, #0178fd, #0151c9);
    background: -moz-linear-gradient(top, #0178fd, #0151c9);
    background: -ms-linear-gradient(top, #0178fd, #0151c9);
    background: -o-linear-gradient(top, #0178fd, #0151c9);
    border-color: #0151c9;
    background-size: 1px 150%;
    background-position: 0 -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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)
}

.blue-btn:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .blue-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .blue-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .blue-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .blue-btn {
        padding: 18px 20px
    }
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active,
.blue-btn.active,
.open .dropdown-toggle.blue-btn {
    color: white;
    border-color: #01388c;
    background-position: 0 0;
    -webkit-transition: background-position 200ms linear;
    -moz-transition: background-position 200ms linear;
    -o-transition: background-position 200ms linear;
    -ms-transition: background-position 200ms linear;
    transition: background-position 200ms linear linear
}

.blue-btn.disabled,
.blue-btn[disabled],
fieldset[disabled] .blue-btn,
.blue-btn.disabled:hover,
.blue-btn[disabled]:hover,
fieldset[disabled] .blue-btn:hover,
.blue-btn.disabled:focus,
.blue-btn[disabled]:focus,
fieldset[disabled] .blue-btn:focus,
.blue-btn.disabled:active,
.blue-btn[disabled]:active,
fieldset[disabled] .blue-btn:active,
.blue-btn.disabled.active,
.blue-btn[disabled].active,
fieldset[disabled] .blue-btn.active {
    background-color: #0178fd;
    border-color: #0151c9
}

.blue-btn .badge {
    color: #0178fd;
    background-color: white
}

.grey-btn {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: #2c2b2b;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c2c2c2));
    background: -webkit-linear-gradient(top, #ffffff, #c2c2c2);
    background: -moz-linear-gradient(top, #ffffff, #c2c2c2);
    background: -ms-linear-gradient(top, #ffffff, #c2c2c2);
    background: -o-linear-gradient(top, #ffffff, #c2c2c2);
    border-color: #c2c2c2;
    background-size: 1px 150%;
    background-position: 0 -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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)
}

.grey-btn:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .grey-btn {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .grey-btn {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .grey-btn {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .grey-btn {
        padding: 18px 20px
    }
}

.grey-btn:hover,
.grey-btn:focus,
.grey-btn:active,
.grey-btn.active,
.open .dropdown-toggle.grey-btn {
    color: #2c2b2b;
    border-color: #a3a3a3;
    background-position: 0 0;
    -webkit-transition: background-position 200ms linear;
    -moz-transition: background-position 200ms linear;
    -o-transition: background-position 200ms linear;
    -ms-transition: background-position 200ms linear;
    transition: background-position 200ms linear linear
}

.grey-btn.disabled,
.grey-btn[disabled],
fieldset[disabled] .grey-btn,
.grey-btn.disabled:hover,
.grey-btn[disabled]:hover,
fieldset[disabled] .grey-btn:hover,
.grey-btn.disabled:focus,
.grey-btn[disabled]:focus,
fieldset[disabled] .grey-btn:focus,
.grey-btn.disabled:active,
.grey-btn[disabled]:active,
fieldset[disabled] .grey-btn:active,
.grey-btn.disabled.active,
.grey-btn[disabled].active,
fieldset[disabled] .grey-btn.active {
    background-color: #ffffff;
    border-color: #c2c2c2
}

.grey-btn .badge {
    color: #ffffff;
    background-color: #2c2b2b
}

.pink-btn .icon_013_download,
.blue-btn .icon_013_download {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -8px
}

.secondaryLink {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid #e4007b;
    color: #e4007b;
    background-color: white
}

.secondaryLink:hover {
    text-decoration: none
}

.secondaryLink .icon_012_arrow {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -2px;
    line-height: 0
}

.secondaryLink .icon_014_external_link {
    font-size: 18px;
    margin-left: 16px;
    margin-top: -3xxpx;
    line-height: 0
}

.secondaryLink:hover,
.secondaryLink:focus,
.secondaryLink:active,
.secondaryLink.active {
    border: 1px solid #e4007b;
    color: white;
    background-color: #e4007b;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear linear
}

.blogLink {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    padding: 11px 20px;
    color: #e4007b;
    background-color: #e5e5e6
}

.blogLink:hover {
    text-decoration: none
}

.blogLink .icon_012_arrow {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -2px;
    line-height: 0
}

.blogLink .icon_014_external_link {
    font-size: 18px;
    margin-left: 16px;
    margin-top: -3xxpx;
    line-height: 0
}

.blogLink:hover,
.blogLink:focus,
.blogLink:active,
.blogLink.active {
    border: 1px solid #e4007b;
    color: white;
    background-color: #e4007b;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear linear
}

.tertiaryLink {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid white;
    color: white
}

.tertiaryLink:hover {
    text-decoration: none
}

.tertiaryLink .icon_012_arrow {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -2px;
    line-height: 0
}

.tertiaryLink .icon_014_external_link {
    font-size: 18px;
    margin-left: 16px;
    margin-top: -3px;
    line-height: 0
}

.tertiaryLink:hover,
.tertiaryLink:focus,
.tertiaryLink:active,
.tertiaryLink.active {
    color: #2c2b2b;
    background-color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear linear
}

.quaternaryLink {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid white;
    color: #4d4d4f;
    background-color: white
}

.quaternaryLink:hover {
    text-decoration: none
}

.quaternaryLink .icon_012_arrow {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -2px;
    line-height: 0
}

.quaternaryLink .icon_014_external_link {
    font-size: 18px;
    margin-left: 16px;
    margin-top: -3px;
    line-height: 0
}

.quaternaryLink:hover,
.quaternaryLink:focus,
.quaternaryLink:active,
.quaternaryLink.active {
    border: 1px solid #4d4d4f;
    color: white;
    background-color: #4d4d4f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear linear
}

.quinaryLink {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid #172ad6;
    color: #172ad6
}

.quinaryLink:hover {
    text-decoration: none
}

.quinaryLink .icon_012_arrow {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -2px;
    line-height: 0
}

.quinaryLink .icon_014_external_link {
    font-size: 18px;
    margin-left: 16px;
    margin-top: -3px;
    line-height: 0
}

.quinaryLink:hover,
.quinaryLink:focus,
.quinaryLink:active,
.quinaryLink.active {
    border: 1px solid #172ad6;
    color: white;
    background-color: #172ad6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear linear
}

.pink-btn-ext {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 1em auto;
    text-align: center;
    color: white;
    background-color: #ff198b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff198b), to(#d70174));
    background: -webkit-linear-gradient(top, #ff198b, #d70174);
    background: -moz-linear-gradient(top, #ff198b, #d70174);
    background: -ms-linear-gradient(top, #ff198b, #d70174);
    background: -o-linear-gradient(top, #ff198b, #d70174);
    border-color: #d70174;
    background-size: 1px 150%;
    background-position: 0 -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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)
}

.pink-btn-ext:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .pink-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:768px) {
    .pink-btn-ext {
        padding: 8px 15px
    }
}

@media (min-width:992px) {
    .pink-btn-ext {
        padding: 11px 24px
    }
}

@media (min-width:1200px) {
    .pink-btn-ext {
        padding: 18px 20px
    }
}

.pink-btn-ext:hover,
.pink-btn-ext:focus,
.pink-btn-ext:active,
.pink-btn-ext.active,
.open .dropdown-toggle.pink-btn-ext {
    color: white;
    border-color: #9a0153;
    background-position: 0 0;
    -webkit-transition: background-position 200ms linear;
    -moz-transition: background-position 200ms linear;
    -o-transition: background-position 200ms linear;
    -ms-transition: background-position 200ms linear;
    transition: background-position 200ms linear linear
}

.pink-btn-ext.disabled,
.pink-btn-ext[disabled],
fieldset[disabled] .pink-btn-ext,
.pink-btn-ext.disabled:hover,
.pink-btn-ext[disabled]:hover,
fieldset[disabled] .pink-btn-ext:hover,
.pink-btn-ext.disabled:focus,
.pink-btn-ext[disabled]:focus,
fieldset[disabled] .pink-btn-ext:focus,
.pink-btn-ext.disabled:active,
.pink-btn-ext[disabled]:active,
fieldset[disabled] .pink-btn-ext:active,
.pink-btn-ext.disabled.active,
.pink-btn-ext[disabled].active,
fieldset[disabled] .pink-btn-ext.active {
    background-color: #ff198b;
    border-color: #d70174
}

.pink-btn-ext .badge {
    color: #ff198b;
    background-color: white
}

.pink-btn-ext .icon_013_download {
    font-size: 26px;
    margin-left: 16px;
    margin-top: -8px
}

.pink-btn-ext .icon {
    vertical-align: baseline;
    position: relative;
    left: 5px
}

.img-wrapper {
    position: relative
}

.img-wrapper p {
    font-family: 'AvenirLTStd95Black';
    color: white;
    text-align: center;
    position: absolute;
    background-color: rgba(43, 43, 43, 0.9);
    bottom: 0;
    padding: 16px;
    width: 100%
}

table.responsiveTable {
    width: 100%;
    border-top: 4px solid #444444;
    border-bottom: 2px solid #444444;
    margin: 30px 0
}

.table-head .tableRow div:nth-child(1) {
    width: 20%
}

.table-head .tableRow div:nth-child(2) {
    width: 20%
}

.table-head .tableRow div:nth-child(3) {
    width: 20%
}

.table-head .tableRow div:nth-child(4) {
    width: 20%
}

.table {
    display: table;
    font-size: 14px;
    color: #8d8d8d;
    margin: 30px 0;
    border-top: 4px solid #002EA7;
    border-bottom: 5px solid #002EA7
}

.table-head {
    display: table-header-group
}

.table-head .column {
    font-family: 'AvenirLTStd95Black';
    color: #444444;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 18px 5px;
    background-color: #f4f4f4;
    line-height: 1.5em
}

@media (max-width:767px) {
    .table-head .column {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .table-head .column {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .table-head .column {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.tableRow {
    display: table-row
}

.column {
    display: table-cell;
    padding: 40px 5px;
    line-height: 1.5em;
    vertical-align: middle
}

.column p {
    line-height: 1.6em;
    font-family: 'AvenirLTStd35Light';
    font-size: 15px;
    font-size: 1.5rem;
    color: #444444;
    letter-spacing: .03em;
    padding: 0
}

.eventsTable .column a.linkMore {
    text-align: right
}

@media all and (max-width:640px) {
    table.responsiveTable {
        width: 100%;
        border-top: none;
        border-bottom: none
    }
    .tableRow {
        border-top: solid 4px #e4007b;
        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
    }
    .column {
        padding: 0 0;
        height: auto;
        vertical-align: middle
    }
    .column p {
        line-height: 1.2em;
        font-family: 'AvenirLTStd35Light';
        font-size: 15px;
        font-size: 1.5rem;
        color: #444444;
        letter-spacing: .03em
    }
    .column:before {
        font-size: 16px;
        font-size: 1.6rem;
        font-family: 'AvenirLTStd95Black';
        text-transform: uppercase;
        color: #444444;
        content: " " attr(data-label) " ";
        background-color: #f4f4f4
    }
}

@media all and (max-width:640px) and (max-width:767px) {
    .column p {
        padding: 14px 20px
    }
}

@media all and (max-width:640px) and (min-width:768px) {
    .column p {
        padding: 30px 20px
    }
}

@media all and (max-width:640px) and (max-width:767px) {
    .column:before {
        padding: 14px 20px
    }
}

@media all and (max-width:640px) and (min-width:768px) {
    .column:before {
        padding: 20px
    }
}

@media all and (max-width:640px) and (max-width:767px) {
    .column:before {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media all and (max-width:640px) and (min-width:768px) {
    .column:before {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media all and (max-width:640px) and (min-width:992px) {
    .column:before {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.accordion button {
    position: relative;
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    color: #444444;
    text-align: left;
    background-color: #f4f4f4;
    border: none;
    outline: none;
    cursor: pointer
}

.accordionAllow {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 7px;
    background: url(../images/accordionArrow.png) no-repeat 0 0
}

.allowDown {
    background-position: 0 -29px
}

#Basic_callout {
    padding: 50px 0 80px 0
}

#Basic_callout h2 {
    color: white
}

#Basic_callout #accordionTogle {
    font-family: 'AvenirLTStd35Light';
    font-size: 15px;
    font-size: 1.5rem;
    color: white;
    text-align: right;
    padding-right: 3px;
    padding-bottom: 11px
}

#Basic_callout .openall,
#Basic_callout .closeall {
    cursor: pointer
}

#Basic_callout .openall:hover,
#Basic_callout .closeall:hover {
    color: #91b1e1
}

#Basic_callout .accordion button {
    position: relative;
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    color: white;
    text-align: left;
    background-color: rgba(246, 244, 239, 0.3);
    border: none;
    outline: none;
    cursor: pointer
}

#Basic_callout .accordion div.noClick {
    position: relative;
    width: 100%;
    padding: 8px 12px;
    margin-top: 12px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase;
    color: white;
    text-align: left;
    border: none;
    outline: none
}

@media (min-width:768px) {
    #Basic_callout .accordion div.noClick {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#Basic_callout .accordion p {
    background-color: #FFFFFF;
    font-family: 'AvenirLTStd35Light';
    font-size: 15px;
    font-size: 1.5rem;
    color: #444444;
    padding: 30px
}

#Basic_callout .accordionAllow {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 7px;
    background: url(../images/accordionArrowWhite.png) no-repeat 0 0
}

#Basic_callout .allowDown {
    background-position: 0 -29px
}

.ctaCourseGuide {
    background: white;
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px -7.5px;
    padding: 30px 35px;
    color: #e4007b;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    display: block
}

@media (max-width:991px) {
    .ctaCourseGuide {
        width: 90%;
        margin: 40px 0 40px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 20px 70px 20px 25px
    }
}

@media (max-width:375px) {
    .ctaCourseGuide {
        padding: 20px 100px 18px 25px
    }
}

.ctaCourseGuide i {
    font-size: 28px;
    font-size: 2.8rem;
    margin: -10px 0 0 10px
}

@media (max-width:991px) {
    .ctaCourseGuide i {
        display: none
    }
}

.ctaCourseGuide span {
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    float: right;
    color: #444444
}

@media (max-width:1199px) {
    .ctaCourseGuide span {
        font-size: 16px;
        font-size: 1.6rem;
        padding-top: 3px
    }
}

@media (max-width:991px) {
    .ctaCourseGuide span {
        display: none
    }
}

.ctaCourseGuide img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    border: 4px solid #f3f2ee
}

@media (max-width:991px) {
    .ctaCourseGuide img {
        position: absolute;
        right: -36px;
        height: 100px;
        width: 100px;
        margin-top: -60px
    }
}

@media (max-width:375px) {
    .ctaCourseGuide img {
        margin-top: -66px
    }
}

@media (min-width:992px) {
    .ctaCourseGuide img {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 6px solid #f3f2ee
    }
}

@media (min-width:1200px) {
    .ctaCourseGuide img {
        width: 170px;
        height: 170px
    }
}

.ctaCourseGuideSmall {
    width: 90%;
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    border-left: 1px solid #f2f2f3;
    background-color: #ffffff;
    margin: 40px auto;
    padding: 20px 90px 15px 20px;
    color: #e4007b;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    display: block;
    text-decoration: none
}

@media (max-width:992px) {
    .ctaCourseGuideSmall {
        width: 70%
    }
}

@media (max-width:768px) {
    .ctaCourseGuideSmall {
        width: 90%
    }
}

@media (min-width:768px) {
    .ctaCourseGuideSmall {
        width: 70%;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 90px auto
    }
}

@media (min-width:992px) {
    .ctaCourseGuideSmall {
        width: 95%;
        padding: 40px 20px
    }
}

.ctaCourseGuideSmall:hover {
    color: #e4007b
}

.ctaCourseGuideSmall:hover img {
    border: 2px solid #f3f2ee
}

.ctaCourseGuideSmall i {
    font-size: 28px;
    font-size: 2.8rem;
    margin: -10px 0 0 10px
}

@media (max-width:767px) {
    .ctaCourseGuideSmall i {
        display: none
    }
}

.ctaCourseGuideSmall img {
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 6px solid #f6f6f6;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    -o-transition: border .2s ease;
    -ms-transition: border .2s linear;
    transition: border .2s ease ease
}

@media (min-width:768px) {
    .ctaCourseGuideSmall img {
        right: -50px;
        width: 150px;
        height: 150px
    }
}

@media (min-width:992px) {
    .ctaCourseGuideSmall img {
        right: -35px;
        width: 190px;
        height: 190px
    }
}

@media (min-width:1200px) {
    .ctaCourseGuideSmall img {
        right: -100px
    }
}

.ctaCourseGuideSmall.note {
    z-index: 1
}

@media (min-width:992px) {
    .ctaCourseGuideSmall.note {
        padding: 35px 20px 25px
    }
}

.ctaCourseGuideSmall.note span {
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    color: #444444;
    line-height: 38px
}

@media (max-width:991px) {
    .ctaCourseGuideSmall.note span {
        display: none
    }
}

@media (min-width:992px) {
    .ctaCourseGuideSmall.single.note img {
        right: -75px
    }
}

@media (min-width:1200px) {
    .ctaCourseGuideSmall.single.note img {
        right: -150px
    }
}

#aboutUs {
    background: #f6f6f7
}

@media (min-width:639px) and (max-width:1199px) {
    #courseCredit table .tableRow .column:first-of-type {
        width: 10%
    }
    #courseCredit table .tableRow .column:nth-of-type(2),
    #courseCredit table .tableRow .column:nth-of-type(3),
    #courseCredit table .tableRow .column:nth-of-type(4) {
        width: 5%
    }
    #courseCredit table .tableRow .column:nth-of-type(5),
    #courseCredit table .tableRow .column:nth-of-type(6) {
        width: 5%
    }
    #courseCredit table .column p,
    #courseCredit table .table-head .column {
        font-size: 13px;
        font-size: 1.3rem
    }
    #courseCredit table a.secondaryLink {
        padding: 5px 10px
    }
}

@media (min-width:639px) and (max-width:760px) {
    #courseCredit table .tableRow .column p,
    #courseCredit table .tableRow .table-head .column {
        font-size: 11px;
        font-size: 1.1rem
    }
}

@media (min-width:639px) and (max-width:760px) {
    .courseCredit {
        padding: 0;
        overflow-x: scroll
    }
}

.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%
}

#homeCarousel {
    display: block;
    overflow: visible;
    z-index: 1;
    position: relative;
    clear: both
}

#homeCarousel .carousel-control {
    text-shadow: none;
    z-index: 99
}

#homeCarousel .left.carousel-control {
    left: 0
}

@media (max-width:767px) {
    #homeCarousel .left.carousel-control {
        background-image: none
    }
}

#homeCarousel .right.carousel-control {
    right: 0
}

@media (max-width:767px) {
    #homeCarousel .right.carousel-control {
        background-image: none;
        padding-bottom: 20px
    }
}

#homeCarousel .icon_030_slideLeft {
    background-color: white;
    color: #353535;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 56px;
    font-size: 56px;
    height: 56px;
    cursor: pointer
}

#homeCarousel .icon_031_slideRight {
    background-color: white;
    color: #353535;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 56px;
    font-size: 56px;
    height: 56px;
    cursor: pointer
}

@media (max-width:767px) {
    #homeCarousel .container {
        padding: 0;
        margin: 0
    }
}

.carousel-indicators {
    bottom: -60px
}

@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: #929191
}

.carousel-indicators .active {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    background-color: #e4007b;
    border-color: #e4007b
}

.carousel-captionL {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: right
}

@media (max-width:767px) {
    .carousel-captionL h2 {
        padding: 1em 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .carousel-captionL h2 {
        padding: 4px 0;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

@media (min-width:992px) {
    .carousel-captionL h2 {
        padding: 6px 0;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

@media (min-width:1200px) {
    .carousel-captionL h2 {
        padding: 17px 0;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.carousel-captionL h2 a {
    color: white
}

.carousel-captionL p {
    color: white;
    padding: 0 3em 1em 3em;
    text-align: center
}

.carousel-captionL h2:after {
    display: none
}

@media (max-width:767px) {
    .carousel-captionL {
        position: relative;
        width: 100%;
        right: 0
    }
}

@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 {
        position: relative;
        right: 0;
        top: 100%;
        width: 100%
    }
}

@media (min-width:768px) {
    .carousel-captionL>div {
        right: 220px;
        top: 50%;
        width: 0
    }
}

@media (min-width:992px) {
    .carousel-captionL>div {
        right: 330px;
        top: 47%
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div {
        right: 430px;
        top: 48%
    }
}

.carousel-captionL>div>div {
    display: block;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6)
}

@media (max-width:767px) {
    .carousel-captionL>div>div {
        position: relative;
        background-color: #2c2c2c;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0
    }
}

@media (min-width:768px) {
    .carousel-captionL>div>div {
        background-color: rgba(0, 0, 0, 0.6);
        width: 520px;
        top: -107px;
        left: -160px
    }
}

@media (min-width:992px) {
    .carousel-captionL>div>div {
        background-color: rgba(0, 0, 0, 0.6);
        width: 540px;
        top: -119px;
        left: -70px
    }
}

@media (min-width:1200px) {
    .carousel-captionL>div>div {
        background-color: rgba(0, 0, 0, 0.6);
        width: 580px;
        top: -150px;
        left: -150px
    }
}

.carousel-captionL>div>div div.cta {
    text-align: center;
    margin: 0 auto
}

@media (max-width:767px) {
    .carousel-captionL>div>div div.cta {
        position: relative
    }
}

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

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

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

.carousel .item {
    height: auto;
    background-color: transparent;
    padding: 0
}

.carousel img {
    position: relative;
    top: 0;
    left: 0;
    min-height: none
}

#next {
    background: green
}

#next .container {
    background: pink
}

#homeOurCourses {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f7
}

@media (max-width:767px) {
    #homeOurCourses>.container>.row>div {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:768px) {
    #homeOurCourses>.container>.row>div {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:768px) and (min-width:768px) {
    #homeOurCourses>.container>.row>div {
        padding: 10px
    }
    #homeOurCourses>.container>.row>div:first-child {
        padding-left: 0
    }
    #homeOurCourses>.container>.row>div:last-child {
        padding-right: 0
    }
}

@media (min-width:992px) {
    #homeOurCourses>.container>.row>div {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:992px) and (min-width:992px) {
    #homeOurCourses>.container>.row>div {
        padding: 15px
    }
    #homeOurCourses>.container>.row>div:first-child {
        padding-left: 0
    }
    #homeOurCourses>.container>.row>div:last-child {
        padding-right: 0
    }
}

@media (max-width:767px) {
    #homeOurCourses .panel-white {
        height: auto
    }
}

@media (min-width:768px) {
    #homeOurCourses .panel-white {
        height: 390px
    }
}

@media (min-width:992px) {
    #homeOurCourses .panel-white {
        padding: 10px
    }
}

#homeOurCourses .panel-white h3 {
    text-align: center
}

#homeOurCourses .panel-white p {
    border-bottom: 1px solid #eee;
    padding: 5px 0 11px 20px;
    margin-bottom: 15px;
    position: relative
}

#homeOurCourses .panel-white p:after {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "icons";
    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;
    display: inline;
    content: "\0000a0\f10d";
    color: #444444
}

@media (max-width:767px) {
    #homeOurCourses .panel-white p:after {
        display: none
    }
}

#homeOurCourses .panel-white p:last-child {
    border: none
}

@media (max-width:767px) {
    #homeOurCourses .panel-white img.img-responsive {
        display: none
    }
}

.home .panel-white h3,
.home #homeCampuses h3 {
    padding: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem
}

@media (max-width:767px) {
    .home .panel-white h3,
    .home #homeCampuses h3 {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 20px
    }
}

#homeCampuses {
    background-color: white
}

#homeCampuses .tertiaryLink {
    margin: 0
}

#homeCampuses #campusImgSydney {
    background-image: url("../images/home/campuses_syd.jpg")
}

#homeCampuses #campusImgMelbourne {
    background-image: url("../images/home/campuses_mel.jpg")
}

#homeCampuses #campusImgBrisbane {
    background-image: url("../images/home/campuses_bris.jpg")
}

#homeCampuses #campusImgGoldCoast {
    background-image: url("../images/home/campuses_gc.jpg")
}

@media (max-width:767px) {
    #homeCampuses .col-sm-12>.row>.col-xs-6:first-child {
        padding-right: 2px
    }
}

@media (max-width:767px) {
    #homeCampuses .col-sm-12>.row>.col-xs-6:last-child {
        padding-left: 2px
    }
}

@media (max-width:767px) {
    #homeCampuses .col-sm-12>.row>.col-xs-6>div {
        margin-bottom: 4px
    }
}

#homeCampuses .campusPanel {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    #homeCampuses .campusPanel {
        margin-bottom: 12px
    }
}

@media (min-width:768px) {
    #homeCampuses .campusPanel {
        height: 200px;
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    #homeCampuses .campusPanel {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    #homeCampuses .campusPanel {
        margin-bottom: 15px
    }
}

#homeCampuses .campusPanel.on_hover .campusName {
    background-color: rgba(0, 0, 0, 0)
}

#homeCampuses .campusPanel.on_hover .campusName h3 {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#homeCampuses .campusPanel.on_hover .campusName .campusLink {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out 300ms ease;
    -moz-transition: opacity .3s ease-in-out 300ms ease;
    -o-transition: opacity .3s ease-in-out 300ms ease;
    -ms-transition: opacity .3s ease-in-out 300ms linear;
    transition: opacity .3s ease-in-out 300ms ease ease
}

#homeCampuses .campusPanel .campusName {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
    width: 100%;
    -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-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out 300ms ease;
    -moz-transition: background-color .3s ease-in-out 300ms ease;
    -o-transition: background-color .3s ease-in-out 300ms ease;
    -ms-transition: background-color .3s ease-in-out 300ms linear;
    transition: background-color .3s ease-in-out 300ms ease ease
}

#homeCampuses .campusPanel .campusName .campusLink {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out 300ms ease;
    -moz-transition: opacity .3s ease-in-out 300ms ease;
    -o-transition: opacity .3s ease-in-out 300ms ease;
    -ms-transition: opacity .3s ease-in-out 300ms linear;
    transition: opacity .3s ease-in-out 300ms ease ease;
    width: 54px;
    height: 54px;
    background: white;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#homeCampuses .campusPanel .campusName .campusLink:hover {
    background: rgba(255, 255, 255, 0.9)
}

#homeCampuses .campusPanel .campusName .campusLink:after {
    font-family: "icons";
    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;
    content: "\f103";
    font-size: 29px;
    font-size: 2.9rem;
    position: absolute;
    left: 12px;
    top: 12px
}

#homeCampuses .callOut h3,
#homeCampuses .campusPanel .campusName h3 {
    position: relative;
    color: white;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 32px 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out 300ms ease;
    -moz-transition: opacity .3s ease-in-out 300ms ease;
    -o-transition: opacity .3s ease-in-out 300ms ease;
    -ms-transition: opacity .3s ease-in-out 300ms linear;
    transition: opacity .3s ease-in-out 300ms ease ease
}

@media (min-width:768px) {
    #homeCampuses .callOut h3,
    #homeCampuses .campusPanel .campusName h3 {
        padding-top: 60px
    }
}

#homeCampuses .callOut h3:after,
#homeCampuses .campusPanel .campusName h3:after {
    content: '';
    background: white;
    width: 40px;
    height: 4px;
    position: absolute;
    top: 92px;
    left: 50%;
    margin-left: -20px
}

@media (max-width:767px) {
    #homeCampuses .callOut h3:after,
    #homeCampuses .campusPanel .campusName h3:after {
        display: none
    }
}

#homeCampuses .callOut h3 span,
#homeCampuses .campusPanel .campusName h3 span {
    margin-top: 25px;
    display: block;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: capitalize;
    font-size: 20px;
    font-size: 2rem
}

@media (max-width:991px) {
    #homeCampuses .callOut h3 span,
    #homeCampuses .campusPanel .campusName h3 span {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    #homeCampuses .callOut h3 span,
    #homeCampuses .campusPanel .campusName h3 span {
        display: none
    }
}

#homeCampuses .callOut {
    padding: 0 20px;
    text-align: center
}

@media (max-width:767px) {
    #homeCampuses .callOut {
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    #homeCampuses .callOut {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    #homeCampuses .callOut {
        min-height: 415px
    }
}

@media (min-width:1200px) {
    #homeCampuses .callOut {
        min-height: 415px
    }
}

#homeCampuses .callOut p {
    color: #c0cfe5
}

#homeCampuses .callOut p:last-child {
    padding-bottom: 5px
}

#homeCampuses .callOut p:last-child a {
    color: #fff
}

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

#homeCampuses .callOut h3:after {
    top: auto;
    bottom: 15px
}

#thinkEducationBottom,
#homeNewsAndEvents {
    background-image: url("../images/prlxBghomeNewsAndEvens.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black
}

#thinkEducationBottom h2,
#homeNewsAndEvents h2 {
    color: #444
}

#thinkEducationBottom .panel-white,
#homeNewsAndEvents .panel-white {
    text-align: center
}

#thinkEducationBottom .panel-white p,
#homeNewsAndEvents .panel-white p {
    text-align: left
}

#thinkEducationBottom .panel-white ul li,
#homeNewsAndEvents .panel-white ul li {
    text-align: left
}

#thinkEducationBottom .panel-white ul li a,
#homeNewsAndEvents .panel-white ul li a {
    text-align: left
}

@media (max-width:767px) {
    #thinkEducationBottom .panel-white:nth-child(1),
    #homeNewsAndEvents .panel-white:nth-child(1) {
        min-height: 280px
    }
}

@media (min-width:768px) {
    #thinkEducationBottom .panel-white:nth-child(1),
    #homeNewsAndEvents .panel-white:nth-child(1) {
        min-height: 400px
    }
}

#thinkEducationBottom .panel-white {
    min-height: 375px
}

@media (max-width:768px) {
    #thinkEducationBottom .panel-white {
        min-height: 0
    }
}

#homeStudentLife {
    position: relative
}

#homeStudentLife .carousel-indicators {
    height: 20px
}

#homeStudentLife .carousel-indicators li {
    background-color: #edebe6;
    border: 1px solid #edebe6
}

#homeStudentLife .carousel-indicators li.active {
    background-color: #e4007b;
    border: 1px solid #e4007b
}

@media (max-width:767px) {
    #homeStudentLife .carousel-indicators {
        top: 325px
    }
}

@media (min-width:768px) {
    #homeStudentLife .carousel-indicators {
        top: 325px
    }
}

@media (min-width:992px) {
    #homeStudentLife .carousel-indicators {
        top: 325px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .carousel-indicators {
        top: 415px
    }
}

#homeStudentLife .carousel-control {
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    top: inherit;
    background-image: none;
    font-family: "icons";
    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;
    font-size: 42px;
    font-size: 4.2rem;
    color: #2c2b2b;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

@media (max-width:767px) {
    #homeStudentLife .carousel-control {
        width: 80px
    }
}

@media (max-width:767px) {
    #homeStudentLife .carousel-control {
        font-size: 52px;
        font-size: 5.2rem
    }
}

#homeStudentLife .carousel-control:hover {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out 300ms ease;
    -moz-transition: color .3s ease-in-out 300ms ease;
    -o-transition: color .3s ease-in-out 300ms ease;
    -ms-transition: color .3s ease-in-out 300ms linear;
    transition: color .3s ease-in-out 300ms ease ease;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #929191
}

#homeStudentLife .carousel-control.left {
    left: inherit;
    right: 50.5%
}

#homeStudentLife .carousel-control.right {
    left: inherit;
    left: 50.5%
}

#homeStudentLife .item {
    padding: 0 10px
}

#homeStudentLife .item .row .item-innerSingle {
    text-align: center;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    #homeStudentLife .item .row .item-innerSingle {
        height: 300px
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .row .item-innerSingle {
        height: 300px
    }
}

@media (min-width:992px) {
    #homeStudentLife .item .row .item-innerSingle {
        height: 300px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .item .row .item-innerSingle {
        height: 420px
    }
}

#homeStudentLife .item .row .item-innerSingle img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#homeStudentLife .item .row .item-innerDoubleTop {
    position: relative;
    background-color: red;
    overflow: hidden
}

@media (max-width:767px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        display: none
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        height: 120px
    }
}

@media (min-width:992px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        height: 120px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        height: 185px
    }
}

#homeStudentLife .item .row .item-innerDoubleTop img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        margin-bottom: 6px
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .item .row .item-innerDoubleTop {
        margin-bottom: 15px
    }
}

#homeStudentLife .item .row .item-innerDoubleBottom {
    position: relative;
    background-color: red;
    overflow: hidden
}

@media (max-width:767px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        display: none
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        height: 120px
    }
}

@media (min-width:992px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        height: 120px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        height: 185px
    }
}

#homeStudentLife .item .row .item-innerDoubleBottom img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        margin-top: 6px
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        margin-top: 8px
    }
}

@media (min-width:992px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        margin-top: 10px
    }
}

@media (min-width:1200px) {
    #homeStudentLife .item .row .item-innerDoubleBottom {
        margin-top: 15px
    }
}

#homeStudentLife .item .carousel_lowerItem {
    position: relative;
    height: 90px;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 80px
}

@media (max-width:480px) {
    #homeStudentLife .item .carousel_lowerItem {
        margin-top: 0;
        margin-bottom: 60px
    }
}

#homeStudentLife .item .carousel_lowerItem:before {
    content: "[";
    left: -40px;
    text-align: center
}

@media (max-width:480px) {
    #homeStudentLife .item .carousel_lowerItem:before {
        display: none
    }
}

@media (max-width:767px) {
    #homeStudentLife .item .carousel_lowerItem:before {
        left: 0
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .carousel_lowerItem:before {
        left: -40px
    }
}

#homeStudentLife .item .carousel_lowerItem:after {
    content: "]";
    right: -40px;
    text-align: center
}

@media (max-width:480px) {
    #homeStudentLife .item .carousel_lowerItem:after {
        display: none
    }
}

@media (max-width:767px) {
    #homeStudentLife .item .carousel_lowerItem:after {
        right: 0
    }
}

@media (min-width:768px) {
    #homeStudentLife .item .carousel_lowerItem:after {
        right: -40px
    }
}

#homeStudentLife .item .carousel_lowerItem:before,
#homeStudentLife .item .carousel_lowerItem:after {
    position: absolute;
    height: 110px;
    top: 63px;
    font-family: 'AvenirLTStd95Black';
    font-size: 120px;
    font-size: 12rem;
    line-height: 0;
    color: #cbcbc8
}

#homeStudentLife .item .carousel_lowerItem cite {
    display: block;
    height: 2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-style: normal
}

#homeStudentLife .item .carousel_lowerItem cite b {
    display: block;
    font-family: 'AvenirLTStd95Black';
    font-size: 17px;
    font-size: 1.7rem
}

#homeStudentLife .showcaseButton {
    text-align: center;
    padding-top: 40px;
    width: 100%;
    display: block
}

#homeStudentLife .showcaseButton a {
    margin: auto
}

#campusListing {
    background-color: #f6f6f7
}

#campusListing .panel-white {
    text-align: center
}

#campusListing .panel-white h3 {
    padding: 30px 0 5px 0
}

#campusListing .panel-white .telephone,
#campusListing .panel-white .openingHours {
    text-align: left;
    padding-left: 30px;
    position: relative;
    font-family: "icons";
    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
}

#campusListing .panel-white .telephone:before,
#campusListing .panel-white .openingHours:before {
    font-size: 16px;
    font-size: 1.6rem;
    content: "\f126";
    position: absolute;
    top: 6px;
    left: 6px;
    color: #444444
}

#campusListing .panel-white .telephone p,
#campusListing .panel-white .openingHours p {
    font-family: 'AvenirLTStd45Book';
    padding: 3px
}

#campusListing .panel-white .openingHours:before {
    content: "\f127"
}

#locationOnlineStudy>div.row {
    height: 100%
}

#locationOnlineStudy>div.row>div {
    height: 100%
}

#locationOnlineStudy p,
#locationStudyPathways p,
#locationInternationalStudents p {
    text-align: left;
    padding: 1em
}

@media (min-width:480px) {
    .onlineStudy h3 {
        padding-bottom: 25px
    }
    .onlineStudy .pink-btn {
        margin-top: 30px;
        margin-bottom: 67px
    }
}

@media (min-width:992px) {
    .onlineStudy h3 {
        padding-bottom: 25px
    }
    .onlineStudy .pink-btn {
        margin-top: 0;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .onlineStudy h3 {
        padding-bottom: 30px
    }
    .onlineStudy .pink-btn {
        margin-top: 12px;
        margin-bottom: 68px
    }
}

#campusListingTestimonial {
    background-image: url("../images/gradTestimonials/brandon.jpg");
    height: 555px;
    background-repeat-x: no-repeat;
    background-size: cover;
    position: relative
}

#campusListingTestimonial .tstmnlBox {
    text-align: center;
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 760px;
    height: 350px;
    background-color: #0139c9;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

#campusListingTestimonial .tstmnlBox em {
    display: block;
    text-align: left;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    font-size: 30px;
    font-size: 3rem;
    color: white
}

#campusListingTestimonial .tstmnlBox p {
    text-align: left;
    color: white;
    padding: 10px 0
}

#campusListingTestimonial .tstmnlBox cite {
    font-weight: bold
}

#campusComeToAnOpenDay h4 {
    padding: 26px 0 16px 0
}

#campusDetail .address,
#campusDetail .telephone,
#campusDetail .openingHours {
    padding-left: 30px;
    position: relative;
    line-height: 1.8em
}

#campusDetail .address:before,
#campusDetail .telephone:before,
#campusDetail .openingHours:before {
    font-family: "icons";
    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;
    font-size: 20px;
    font-size: 2rem;
    content: "\f128";
    position: absolute;
    top: 0;
    left: 0;
    color: #444444
}

#campusDetail .address p,
#campusDetail .telephone p,
#campusDetail .openingHours p {
    font-family: 'AvenirLTStd35Light';
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px
}

#campusDetail .telephone:before {
    font-size: 18px;
    font-size: 1.8rem;
    content: "\f126";
    top: 3px
}

#campusDetail .openingHours:before {
    font-size: 18px;
    font-size: 1.8rem;
    content: "\f127";
    top: 3px
}

#campusDetail b {
    font-family: 'AvenirLTStd85Heavy'
}

#campusDetail span {
    padding: 0 0
}

@media (max-width:767px) {
    #campusDetail p.center a {
        display: block
    }
}

#campusDetail p.center span {
    padding: 0 2em
}

@media (max-width:767px) {
    #campusDetail p.center span {
        display: none
    }
}

#campusDetail .column {
    vertical-align: top
}

#campusDetail .alternate {
    padding: 20px
}

#campusDetail .alternate .text {
    padding-left: 18px
}

#campusDetail .alternate h3 {
    padding-top: 20px
}

#campusDetail .even {
    margin-top: 40px
}

#campusDetail .odd {
    background-color: #f6f6f7
}

#campusDetail .othercampuses img {
    margin-bottom: 40px
}

.vt-wrapper {
    position: relative
}

@media (max-width:767px) {
    .vt-wrapper img {
        height: 200px
    }
}

.vt-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.vt-mobile ol {
    padding-bottom: 0
}

.vt-mobile h3 {
    color: white;
    padding: 20px 0 0 0
}

.vt-mobile p {
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0 0 0
}

#campusDetailFeatures {
    background-color: #172ad6;
    background-repeat-x: no-repeat;
    background-size: cover
}

#campusDetailFeatures h2 {
    color: white
}

#campusDetailFeatures li {
    color: white
}

#campusDetailFeatures li:before {
    color: #e1e25f
}

#campusDetailFeatures .panel-transparent {
    padding: 36px 0;
    text-align: center
}

#campusDetailFeatures .panel-transparent h3 {
    color: white;
    padding: 0 0 26px 0
}

#campusDetailFeatures .panel-transparent p {
    color: white;
    padding: 0 2em 1em 2em
}

@media screen and (max-width:1199px) {
    #campusDetailFeatures ul {
        padding: 0
    }
    #campusDetailFeatures .col-lg-4:nth-of-type(2) ul {
        padding-bottom: 1em
    }
}

.campusMap {
    height: 333px
}

#whyCATC {
    background-color: #f6f6f7
}

@media (max-width:767px) {
    #whyCATC .panel-white {
        padding-bottom: 24px
    }
}

@media (min-width:768px) {
    #whyCATC .panel-white {
        height: 550px
    }
}

@media (min-width:992px) {
    #whyCATC .panel-white {
        height: 530px
    }
}

@media (min-width:1200px) {
    #whyCATC .panel-white {
        height: 550px
    }
}

#whyCATC .panel-white h3 {
    position: relative
}

@media (max-width:767px) {
    #whyCATC .panel-white h3 {
        padding-left: 60px
    }
}

@media (min-width:768px) {
    #whyCATC .panel-white h3 {
        padding-left: 70px
    }
}

@media (min-width:992px) {
    #whyCATC .panel-white h3 {
        padding-left: 80px
    }
}

@media (min-width:1200px) {
    #whyCATC .panel-white h3 {
        padding-left: 100px
    }
}

#whyCATC .panel-white h3 span {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0;
    height: 0
}

@media (max-width:767px) {
    #whyCATC .panel-white h3 span {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:768px) {
    #whyCATC .panel-white h3 span {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:992px) {
    #whyCATC .panel-white h3 span {
        font-size: 80px;
        font-size: 8rem
    }
}

@media (min-width:1200px) {
    #whyCATC .panel-white h3 span {
        font-size: 100px;
        font-size: 10rem
    }
}

#whyCATC .panel-white h3 span:before {
    content: "#";
    position: absolute;
    left: -20px;
    top: -14px
}

@media (max-width:767px) {
    #whyCATC .panel-white h3 span:before {
        font-size: 16px;
        font-size: 1.6rem;
        left: -20px;
        top: -14px
    }
}

@media (min-width:768px) {
    #whyCATC .panel-white h3 span:before {
        font-size: 20px;
        font-size: 2rem;
        left: -20px;
        top: -14px
    }
}

@media (min-width:992px) {
    #whyCATC .panel-white h3 span:before {
        font-size: 22px;
        font-size: 2.2rem;
        left: -20px;
        top: -8px
    }
}

@media (min-width:1200px) {
    #whyCATC .panel-white h3 span:before {
        font-size: 26px;
        font-size: 2.6rem;
        left: -20px;
        top: -14px
    }
}

@media (max-width:767px) {
    #whyCATC .panel-white p {
        padding: 0 1em
    }
}

@media (min-width:768px) {
    #whyCATC .panel-white p {
        margin-top: 1em;
        padding: 0 1em
    }
}

@media (min-width:992px) {
    #whyCATC .panel-white p {
        margin-top: 1.5em;
        padding: 0 1em
    }
}

@media (min-width:1200px) {
    #whyCATC .panel-white p {
        margin-top: 2em;
        padding: 0 1em
    }
}

@media (max-width:767px) {
    #whyCATC .callOutBlue {
        padding: 10px;
        text-align: center
    }
}

@media (min-width:768px) {
    #whyCATC .callOutBlue {
        padding: 10px;
        height: 550px
    }
}

@media (min-width:992px) {
    #whyCATC .callOutBlue {
        padding: 10px;
        height: 530px
    }
}

@media (min-width:1200px) {
    #whyCATC .callOutBlue {
        padding: 25px;
        height: 550px
    }
}

#whyCATC .callOutBlue h3 {
    color: white;
    text-align: center
}

@media (max-width:767px) {
    #whyCATC .callOutBlue h3 {
        font-size: 20px;
        font-size: 2rem;
        padding: 16px 0
    }
}

@media (min-width:768px) {
    #whyCATC .callOutBlue h3 {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 26px 0
    }
}

@media (min-width:992px) {
    #whyCATC .callOutBlue h3 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 30px 0
    }
}

@media (min-width:1200px) {
    #whyCATC .callOutBlue h3 {
        font-size: 30px;
        font-size: 3rem;
        padding: 36px 0
    }
}

#whyCATC .callOutBlue .panel-transparent {
    margin: 12px 0;
    font-family: 'AvenirLTStd95Black'
}

@media (max-width:767px) {
    #whyCATC .callOutBlue .panel-transparent {
        padding: 12px
    }
}

@media (min-width:1200px) {
    #whyCATC .callOutBlue .panel-transparent {
        height: 110px
    }
}

@media (max-width:767px) {
    #whyCATC .callOutBlue .panel-transparent p {
        padding-bottom: 0
    }
}

#whyCATC .callOutBlue .panel-transparent .quaternaryLink {
    text-align: left;
    position: relative
}

@media (max-width:767px) {
    #whyCATC .callOutBlue .panel-transparent .quaternaryLink {
        width: 200px
    }
}

@media (min-width:768px) {
    #whyCATC .callOutBlue .panel-transparent .quaternaryLink {
        margin-left: 20px;
        width: 200px
    }
}

@media (min-width:992px) {
    #whyCATC .callOutBlue .panel-transparent .quaternaryLink {
        margin-top: 20px;
        margin-left: 0;
        width: 200px
    }
}

@media (min-width:1200px) {
    #whyCATC .callOutBlue .panel-transparent .quaternaryLink {
        margin-top: 31px;
        width: 230px
    }
}

#whyCATC .callOutBlue .panel-transparent .quaternaryLink .icon_012_arrow {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%
}

#whyCATC .callOutBlue .panel-transparent>div.row>p {
    color: white
}

@media (min-width:768px) {
    #whyCATC .callOutBlue .panel-transparent>div.row>p {
        padding: .4em 1.5em;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    #whyCATC .callOutBlue .panel-transparent>div.row>p {
        padding: 20px;
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    #whyCATC .callOutBlue .panel-transparent>div.row>p {
        padding: 30px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

.search {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:767px) {
    .search {
        margin: 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .search {
        width: 735px
    }
}

@media (min-width:992px) {
    .search {
        width: 955px
    }
}

@media (min-width:1200px) {
    .search {
        width: 1155px
    }
}

#pagination-catc {
    width: 100%;
    text-align: center;
    margin-top: 80px
}

#pagination-catc ul {
    margin: auto
}

#pagination-catc ul li {
    font-weight: bold;
    display: inline-block
}

@media (max-width:767px) {
    #pagination-catc ul li {
        margin: 0 2px
    }
}

@media (min-width:768px) {
    #pagination-catc ul li {
        margin: 0 5px
    }
}

@media (min-width:992px) {
    #pagination-catc ul li {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    #pagination-catc ul li {
        margin: 0 5px
    }
}

#pagination-catc ul li.pagination-start,
.search .pagination ul li.pagination-end {
    display: none
}

#pagination-catc ul li:before {
    content: "\00a0"
}

.icon-previous,
.icon-next {
    font-style: normal;
    margin: 0 0
}

i.icon-previous span:after {
    content: "\f060";
    padding: 0 10px
}

i.icon-next span:after {
    content: "\f061";
    padding: 0 10px
}

#searchForm {
    background-color: #0151c9;
    text-align: center
}

@media (max-width:767px) {
    #searchForm {
        padding: 10px 0 15px 0;
        margin: 10px 0
    }
}

@media (min-width:768px) {
    #searchForm {
        padding: 30px 0 40px 0;
        margin: 30px 0
    }
}

@media (min-width:992px) {
    #searchForm {
        padding: 30px 0 40px 0;
        margin: 30px 0
    }
}

@media (min-width:1200px) {
    #searchForm {
        padding: 30px 0 40px 0;
        margin: 30px 0
    }
}

#searchForm label {
    color: #fefcfc;
    font-size: 16px;
    margin-right: 16px
}

#searchForm input.inputbox {
    margin: 0 18px 0 0
}

.ordering-box,
.form-limit {
    display: none
}

#searchForm .phrases-box .radio {
    display: inline-block
}

#searchForm .phrases-box .checkbox {
    display: inline-block
}

#searchForm .phrases legend {
    display: none
}

#searchForm .only {
    display: none
}

#searchForm input[type=submit] {
    background: #151451 url(../images/arrowWhiteAcross.png) no-repeat 95% 14px;
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    line-height: 20px;
    font-size: 22px;
    margin: 20px 0 20px 0;
    padding-left: 0;
    Border: 0;
    text-align: center
}

@media (max-width:767px) {
    #searchForm input[type=submit] {
        height: 40px;
        width: 250px
    }
}

@media (min-width:768px) {
    #searchForm input[type=submit] {
        height: 50px;
        width: 250px
    }
}

@media (min-width:992px) {
    #searchForm input[type=submit] {
        height: 50px;
        width: 250px
    }
}

@media (min-width:1200px) {
    #searchForm input[type=submit] {
        height: 50px;
        width: 250px
    }
}

.searchintro p strong {
    font-weight: normal;
    font-style: normal;
    font-size: 19px
}

dl.search-results {
    border-bottom: 1px solid #d5d3d3;
    padding-bottom: 20px
}

dl.search-results .highlight {
    background: blue;
    color: white
}

dl.search-results dt {
    border-top: 1px solid #d5d3d3;
    padding-top: 20px;
    margin-top: 20px;
    text-transform: uppercase
}

.search .pagination {
    width: 100%;
    text-align: center;
    margin-top: 80px
}

.search .pagination ul {
    margin: auto;
    width: 100%
}

.search .pagination ul li {
    margin: 0 5px;
    font-weight: bold;
    display: inline-block
}

.search .pagination ul li.pagination-start,
.search .pagination ul li.pagination-end {
    display: none
}

li.pagination-prev a {
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/arrowsearchR.png) no-repeat 0 0;
    padding-left: 15px;
    display: inline-block;
    width: 80px;
    font-weight: bold
}

li.pagination-prev a:hover {
    background: url(../images/arrowsearchR.png) no-repeat 0 -42px
}

li.pagination-prev span.pagenav {
    color: #c2c2c2;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/arrowsearchR.png) no-repeat 0 -82px;
    padding-left: 15px;
    display: inline-block;
    width: 80px;
    font-weight: bold
}

li.pagination-next a {
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/arrowsearch.png) no-repeat 60px 0;
    padding-right: 15px;
    display: inline-block;
    width: 80px
}

li.pagination-next a:hover {
    background: url(../images/arrowsearch.png) no-repeat 60px -42px
}

li.pagination-next span.pagenav {
    color: #c2c2c2;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/arrowsearch.png) no-repeat 80px -82px;
    padding-right: 15px;
    display: inline-block;
    width: 80px;
    font-weight: bold
}

@media (max-width:767px) {
    #apply #applyIcons {
        height: auto
    }
}

@media (min-width:768px) {
    #apply #applyIcons {
        height: 117px
    }
}

@media (min-width:992px) {
    #apply #applyIcons {
        height: 147px
    }
}

@media (min-width:1200px) {
    #apply #applyIcons {
        height: 177px
    }
}

#apply #applyIcons>div {
    position: relative
}

@media (min-width:768px) {
    #apply #applyIcons>div {
        height: 100%
    }
}

#apply #applyIcons>div>div.applyCircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background-color: #2c2b2b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: white;
    cursor: pointer
}

@media (max-width:767px) {
    #apply #applyIcons>div>div.applyCircle {
        height: 100px;
        width: 100px;
        position: relative;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #apply #applyIcons>div>div.applyCircle {
        height: 100px;
        width: 100px
    }
}

@media (min-width:992px) {
    #apply #applyIcons>div>div.applyCircle {
        height: 124px;
        width: 124px
    }
}

@media (min-width:1200px) {
    #apply #applyIcons>div>div.applyCircle {
        height: 144px;
        width: 144px
    }
}

#apply #applyIcons>div>div.applyCircle:hover {
    color: #e4007b
}

#apply #applyIcons>div>div.applyCircle:before {
    font-family: "icons";
    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;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px
}

@media (max-width:767px) {
    #apply #applyIcons>div>div.applyCircle:before {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (min-width:768px) {
    #apply #applyIcons>div>div.applyCircle:before {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (min-width:992px) {
    #apply #applyIcons>div>div.applyCircle:before {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:1200px) {
    #apply #applyIcons>div>div.applyCircle:before {
        font-size: 60px;
        font-size: 6rem
    }
}

@media (max-width:767px) {}

@media (min-width:768px) {
    #apply #applyIcons>div>div.applyCircle:after {
        right: -17px;
        margin-top: -4px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #dbdada;
        position: absolute;
        top: 50%
    }
}

@media (min-width:992px) {
    #apply #applyIcons>div>div.applyCircle:after {
        right: -23px;
        margin-top: -4px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #dbdada;
        position: absolute;
        top: 50%
    }
}

@media (min-width:1200px) {
    #apply #applyIcons>div>div.applyCircle:after {
        right: -30px;
        margin-top: -4px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #dbdada;
        position: absolute;
        top: 50%
    }
}

#apply #applyIcons>div>div.applyCircle p {
    color: white;
    font-family: 'AvenirLTStd45Book';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    line-height: 1.2em
}

@media (max-width:767px) {
    #apply #applyIcons>div>div.applyCircle p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #apply #applyIcons>div>div.applyCircle p {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #apply #applyIcons>div>div.applyCircle p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    #apply #applyIcons>div>div.applyCircle p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

#apply #apply01:before {
    content: "\f12d"
}

#apply #apply02:before {
    content: "\f12e"
}

#apply #apply03:before {
    content: "\f12f"
}

#apply #apply04:before {
    content: "\f130"
}

#apply #apply05:before {
    content: "\f131"
}

#apply #apply05:after {
    opacity: 0
}

#apply .tooltip-inner {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    font-family: 'AvenirLTStd35Light';
    width: 500px
}

#applyPrepare {
    background-image: url("../images/prlxBgApplyPrepare.jpg");
    background-repeat-x: no-repeat;
    background-size: cover;
    position: relative
}

#applyPrepare .panel {
    background-color: rgba(255, 255, 255, 0.9);
    -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: 10px 40px
}

@media (max-width:767px) {
    #applyPrepare .leftPnl,
    #applyPrepare .rightPnl {
        height: auto
    }
}

@media (max-width:991px) {
    #applyPrepare .leftPnl,
    #applyPrepare .rightPnl {
        height: auto
    }
}

@media (min-width:992px) {
    #applyPrepare .leftPnl,
    #applyPrepare .rightPnl {
        height: auto;
        min-height: 612px
    }
}

@media (min-width:1200px) {
    #applyPrepare .leftPnl,
    #applyPrepare .rightPnl {
        height: auto
    }
}

#applyPrepare h3 {
    position: relative
}

@media (max-width:767px) {
    #applyPrepare h3 {
        padding: 0 0 1em 3em;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    #applyPrepare h3 {
        padding: 0 0 1em 2em;
        margin-top: 30px
    }
}

#applyPrepare h3 span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: red;
    display: inline-block;
    text-align: center;
    left: 0;
    top: -7px;
    border-radius: 50%;
    background-color: #2c2b2b;
    color: white
}

@media (max-width:767px) {
    #applyPrepare h3 span {
        width: 30px;
        height: 30px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    #applyPrepare h3 span {
        width: 30px;
        height: 30px;
        line-height: 26px
    }
}

@media (min-width:992px) {
    #applyPrepare h3 span {
        width: 34px;
        height: 34px;
        line-height: 30px
    }
}

@media (min-width:1200px) {
    #applyPrepare h3 span {
        width: 40px;
        height: 40px;
        line-height: 35px
    }
}

#applyPrepare p.lead {
    color: #4c4d4f;
    font-family: 'AvenirLTStd85Heavy';
    font-size: 16px;
    font-size: 1.6rem
}

#applyPrepare .blue-btn {
    width: 100%
}

@media (max-width:991px) {
    #applyPrepare .blue-btn {
        padding: 11px 0
    }
}

@media (min-width:768px) {
    #applyPrepare .blue-btn {
        width: 230px;
        margin: 60px 10px
    }
}

#applyPrepare p.note {
    font-family: 'AvenirLTStd35Light';
    color: #949393;
    font-style: italic
}

#applyPrepare p.note span {
    font-family: 'AvenirLTStd85Heavy'
}

#applyFaq {
    padding-bottom: 70px
}

#showcase {
    background-color: #f6f6f7
}

@media (max-width:560px) {
    #showcase .item {
        width: 100%
    }
}

#showcase .panel-sc {
    border: 5px solid #fff;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

#showcase .panel-sc p {
    z-index: 1;
    font-style: normal;
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 30px
}

#showcase .panel-sc p strong {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif
}

#showcase .panel-sc p span {
    color: #e4007b
}

@media (max-width:767px) {
    #showcase .panel-sc p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px
    }
}

#showcase .panel-sc a:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out 300ms ease;
    -moz-transition: background-color .2s ease-in-out 300ms ease;
    -o-transition: background-color .2s ease-in-out 300ms ease;
    -ms-transition: background-color .2s ease-in-out 300ms linear;
    transition: background-color .2s ease-in-out 300ms ease ease
}

#showcase .panel-sc a:after {
    font-family: "icons";
    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;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "\f133";
    position: absolute;
    color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    z-index: 3;
    font-size: 80px;
    font-size: 8rem;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease
}

#showcase .panel-sc a:hover:before {
    background: rgba(0, 0, 0, 0.3)
}

#showcase .panel-sc a:hover:after {
    color: #fff
}

#showcase .panel-sc img {
    width: 100%;
    height: auto;
    display: block
}

#showcase .pagination-wrapper {
    text-align: center
}

#showcase .pagination-wrapper a {
    display: none
}

#showcase #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
}

#showcase #loadWrap.loading {
    height: 70px
}

.toggle-nav {
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .toggle-nav {
        margin-bottom: 0
    }
}

.toggle-nav li {
    display: inline-block
}

@media (max-width:767px) {
    .toggle-nav li {
        padding-bottom: 5px
    }
}

.toggle-nav li a {
    display: block;
    padding: 10px 20px;
    background-color: #e4007b;
    color: #fff;
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.toggle-nav li a.active {
    background-color: #172ad6
}

.toggle-nav li a.active:hover {
    background-color: #1525bf
}

.toggle-nav li a.active:hover:before {
    border-color: #1525bf transparent transparent transparent
}

.toggle-nav li a.active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #172ad6 transparent transparent transparent
}

.toggle-nav li a:hover {
    background-color: #cb006d
}

.toggle-nav li a:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #cb006d transparent transparent transparent
}

@media (min-width:768px) {
    .toggle-nav li a:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(40%);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e4007b transparent transparent transparent
    }
}

.toggle-nav li a.all {
    padding: 10px 40px
}

#showcaseWrapper {
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    -ms-transition: height .3s linear;
    transition: height .3s ease ease
}

#infscr-loading {
    text-align: center
}

.navigation {
    text-align: center
}

.ekko-lightbox .modal-content .glyphicon:before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px
}

.ekko-lightbox .modal-content .glyphicon:hover:before {
    background-color: rgba(0, 0, 0, 0.9)
}

.ekko-lightbox .modal-content .glyphicon.glyphicon-chevron-right {
    right: 10px
}

.ekko-lightbox .modal-content .glyphicon.glyphicon-chevron-right:before {
    background-image: url(../images/modal/arrow_right.svg)
}

.ekko-lightbox .modal-content .glyphicon.glyphicon-chevron-left {
    left: 10px
}

.ekko-lightbox .modal-content .glyphicon.glyphicon-chevron-left:before {
    background-position: 40% 50%;
    background-image: url(../images/modal/arrow_left.svg)
}

#team.active .item-content:hover {
    background-color: white
}

#team.active .item-content:hover .icon {
    display: none
}

#team.active .item-content.active:hover {
    background-color: #f6f6f7;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out 300ms ease;
    -moz-transition: background-color .2s ease-in-out 300ms ease;
    -o-transition: background-color .2s ease-in-out 300ms ease;
    -ms-transition: background-color .2s ease-in-out 300ms linear;
    transition: background-color .2s ease-in-out 300ms ease ease
}

#team.active .item-content.active:hover .icon {
    text-align: center;
    display: block;
    color: #e4007b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease;
    font-size: 50px
}

@media (max-width:767px) {
    #team.active .item-content.active:hover .icon {
        display: none
    }
}

#team .modalBg {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none
}

#team .modalBg.active {
    display: block
}

#team h2 {
    float: left;
    width: 100%
}

@media (max-width:768px) {
    #team h2 {
        float: none
    }
}

@media (max-width:767px) {
    #team h3 {
        padding: 0 0 20px 0
    }
}

#team h4 {
    padding: 0 0 20px
}

@media (min-width:768px) {
    #team h4 {
        margin-top: 30px;
        padding: 0 3em 0
    }
}

#team .item {
    position: static;
    padding: 10px;
    margin-bottom: 0;
    transition: background-color .5s ease
}

@media (max-width:767px) {
    #team .item p {
        padding-left: 115px
    }
}

@media (max-width:767px) {
    #team .item .expand-content p {
        padding-left: 0
    }
}

.item-content {
    background-color: white;
    padding: 20px;
    height: 520px;
    cursor: pointer;
    -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) {
    .item-content {
        position: relative;
        background-color: #f6f6f7;
        height: auto;
        min-height: 120px;
        padding: 5px
    }
    .item-content:before {
        content: "+";
        color: #e4007b;
        right: 30px;
        font-size: 40px;
        font-size: 4rem;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center
    }
    .item-content.active:before {
        content: "-"
    }
}

.item-content.active,
.item-content:hover {
    background-color: #f6f6f7;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out 300ms ease;
    -moz-transition: background-color .2s ease-in-out 300ms ease;
    -o-transition: background-color .2s ease-in-out 300ms ease;
    -ms-transition: background-color .2s ease-in-out 300ms linear;
    transition: background-color .2s ease-in-out 300ms ease ease
}

.item-content.active .icon,
.item-content:hover .icon {
    text-align: center;
    display: block;
    color: #e4007b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease;
    font-size: 50px
}

@media (max-width:767px) {
    .item-content.active .icon,
    .item-content:hover .icon {
        display: none
    }
}

.item-content img {
    border-radius: 50%;
    width: 230px;
    height: 230px;
    display: block;
    margin: auto
}

@media (max-width:767px) {
    .item-content img {
        width: 100px;
        height: 100px;
        margin: 5px 15px 0 0;
        float: left
    }
}

.item-content h3 {
    text-align: center;
    padding: 24px 0 0 0
}

@media (max-width:767px) {
    .item-content h3 {
        text-align: left;
        padding: 10px 0 7px 0
    }
}

.item-content hr {
    width: 50px
}

@media (max-width:767px) {
    .item-content hr {
        display: none
    }
}

.item-content p {
    text-transform: uppercase;
    text-align: center;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    color: #929191
}

@media (max-width:767px) {
    .item-content p {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0;
        max-width: 85%;
        word-break: break-word
    }
}

@media (min-width:768px) {
    .item-content p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.item-content p b {
    display: block;
    font-family: 'AvenirLTStd95Black';
    color: #444444;
    font-style: normal;
    line-height: 16px
}

.item-content .icon {
    display: block;
    color: white;
    font-size: 50px;
    font-size: 5rem;
    text-align: center
}

@media (max-width:767px) {
    .item-content .icon {
        display: none
    }
}

@media (max-width:1199px) {
    .item-content .icon {
        color: #E7E7E7
    }
}

.item-content.cursor {
    cursor: initial
}

.expand-content {
    margin-top: 0;
    box-sizing: border-box;
    overflow: hidden
}

@media (max-width:767px) {
    .expand-content {
        position: relative;
        opacity: 1;
        left: 0;
        height: 0;
        padding: 0 10px
    }
}

@media (min-width:768px) {
    .expand-content {
        position: absolute;
        opacity: 0;
        left: -10000px;
        display: block;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease 300ms ease;
        -moz-transition: opacity .5s ease 300ms ease;
        -o-transition: opacity .5s ease 300ms ease;
        -ms-transition: opacity .5s ease 300ms linear;
        transition: opacity .5s ease 300ms ease ease;
        z-index: 1;
        padding: 0 10px 10px
    }
}

.expand-content h3 {
    font-size: 12px;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .expand-content h3 {
        margin-top: 70px;
        position: relative;
        padding: 0 0 36px 0;
        font-size: 16px;
        font-size: 1.6rem
    }
    .expand-content h3:before {
        content: '';
        background: #000;
        width: 80%;
        height: 3px;
        position: absolute;
        top: -20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .expand-content h3 {
        margin-top: 70px;
        padding: 0 3.4rem
    }
    .expand-content h3:before {
        width: 84%
    }
}

@media (min-width:768px) and (max-width:767px) {
    .expand-content h3:before {
        width: 94%;
        top: 34px
    }
}

@media (min-width:768px) {
    .expand-content p {
        padding: 1em 3em 1em
    }
    .expand-content p:first-of-type {
        padding-top: 3em
    }
    .expand-content p:last-of-type {
        padding-bottom: 3em
    }
}

@media (min-width:768px) {
    .expand-content p.funfact {
        padding: 1em 2.4em 1em
    }
    .expand-content p.funfact:first-of-type {
        padding-top: 1em
    }
    .expand-content p.funfact:last-of-type {
        padding-bottom: 1em
    }
}

.expand-content ul {
    padding: 0 3em 0 0
}

@media (min-width:768px) {
    .expand-content ul {
        padding: 1em 3em 6em 3em
    }
}

@media (max-width:767px) {
    .expand-content ul {
        padding: 0 1em 0 0
    }
}

@media (min-width:768px) {
    .expand-content ul li {
        padding: 10px 0 10px 2.4em
    }
}

.item-expand-content {
    background-color: #f6f6f7
}

@media (max-width:767px) {
    .item-expand-content {
        background-color: white;
        padding: 30px 0
    }
}

.item-expand-content .closeBtn {
    cursor: pointer;
    background: #e4007b;
    width: 160px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: 'AvenirLTStd65Medium';
    color: white;
    padding: 13px 0 0 21px
}

@media (max-width:767px) {
    .item-expand-content .closeBtn {
        display: none
    }
}

@media (min-width:768px) {
    .item-expand-content .closeBtn {
        display: block
    }
}

.item-expand-content .closeBtn:after {
    line-height: 32px;
    font-size: 18px;
    content: "X";
    position: absolute;
    text-align: center;
    top: 9px;
    right: 11px;
    color: black;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block
}

.item-content.active+.expand-content {
    opacity: 1;
    left: 0;
    right: 0;
    margin-top: -4px
}

@media (max-width:767px) {
    .item-content.active+.expand-content {
        margin-top: 0
    }
}

#team .dummy {
    background: rgba(0, 0, 0, 0.7);
    z-index: 0
}

#thinkStartBottom {
    background-color: #f6f6f7
}

#thinkStartBottom .pink-btn {
    min-width: 190px
}

@media (min-width:768px) {
    #thinkStartBottom .panel-white {
        height: 490px
    }
}

@media (min-width:992px) {
    #thinkStartBottom .panel-white {
        height: 530px
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .panel-white {
        height: 550px
    }
}

#thinkStartBottom .panel-white h3 {
    position: relative
}

@media (max-width:767px) {
    #thinkStartBottom .panel-white h3 {
        padding-left: 60px
    }
}

@media (min-width:768px) {
    #thinkStartBottom .panel-white h3 {
        padding-left: 70px
    }
}

@media (min-width:992px) {
    #thinkStartBottom .panel-white h3 {
        padding-left: 80px
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .panel-white h3 {
        padding-left: 100px
    }
}

#thinkStartBottom .panel-white h3 span {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0;
    height: 0
}

@media (max-width:767px) {
    #thinkStartBottom .panel-white h3 span {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:768px) {
    #thinkStartBottom .panel-white h3 span {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:992px) {
    #thinkStartBottom .panel-white h3 span {
        font-size: 80px;
        font-size: 8rem
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .panel-white h3 span {
        font-size: 100px;
        font-size: 10rem
    }
}

#thinkStartBottom .panel-white h3 span:before {
    content: "#";
    position: absolute;
    left: -20px;
    top: -14px
}

@media (max-width:767px) {
    #thinkStartBottom .panel-white h3 span:before {
        font-size: 16px;
        font-size: 1.6rem;
        left: -20px;
        top: -14px
    }
}

@media (min-width:768px) {
    #thinkStartBottom .panel-white h3 span:before {
        font-size: 20px;
        font-size: 2rem;
        left: -20px;
        top: -14px
    }
}

@media (min-width:992px) {
    #thinkStartBottom .panel-white h3 span:before {
        font-size: 22px;
        font-size: 2.2rem;
        left: -20px;
        top: -8px
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .panel-white h3 span:before {
        font-size: 26px;
        font-size: 2.6rem;
        left: -20px;
        top: -14px
    }
}

@media (max-width:767px) {
    #thinkStartBottom .panel-white p {
        margin-top: 2em;
        padding: 0 1em
    }
}

@media (min-width:768px) {
    #thinkStartBottom .panel-white p {
        margin-top: 1em;
        padding: 0 1em
    }
}

@media (min-width:992px) {
    #thinkStartBottom .panel-white p {
        margin-top: 1.5em;
        padding: 0 1em
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .panel-white p {
        margin-top: 2em;
        padding: 0 1em
    }
}

@media (max-width:767px) {
    #thinkStartBottom .callOutBlue {
        padding: 10px
    }
}

@media (min-width:768px) {
    #thinkStartBottom .callOutBlue {
        padding: 10px
    }
}

@media (min-width:992px) {
    #thinkStartBottom .callOutBlue {
        padding: 10px
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .callOutBlue {
        padding: 30px
    }
}

#thinkStartBottom .callOutBlue p {
    color: white
}

#thinkStartBottom .callOutBlue ul {
    padding: 0
}

#thinkStartBottom .callOutBlue h3 {
    color: white;
    text-align: center
}

@media (max-width:767px) {
    #thinkStartBottom .callOutBlue h3 {
        font-size: 20px;
        font-size: 2rem;
        padding: 16px 0
    }
}

@media (min-width:768px) {
    #thinkStartBottom .callOutBlue h3 {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 26px 0
    }
}

@media (min-width:992px) {
    #thinkStartBottom .callOutBlue h3 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 30px 0
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .callOutBlue h3 {
        font-size: 30px;
        font-size: 3rem;
        padding: 36px 0
    }
}

#thinkStartBottom .callOutBlue .panel-transparent {
    margin: 12px 0;
    font-family: 'AvenirLTStd95Black'
}

@media (max-width:767px) {
    #thinkStartBottom .callOutBlue .panel-transparent {
        padding: 12px
    }
}

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

#thinkStartBottom .callOutBlue .panel-transparent .quaternaryLink {
    text-align: left;
    position: relative
}

@media (min-width:768px) {
    #thinkStartBottom .callOutBlue .panel-transparent .quaternaryLink {
        margin-left: 20px;
        width: 200px
    }
}

@media (min-width:992px) {
    #thinkStartBottom .callOutBlue .panel-transparent .quaternaryLink {
        margin-top: 20px;
        margin-left: 0;
        width: 200px
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .callOutBlue .panel-transparent .quaternaryLink {
        margin-top: 31px;
        width: 230px
    }
}

#thinkStartBottom .callOutBlue .panel-transparent .quaternaryLink .icon_012_arrow {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%
}

#thinkStartBottom .callOutBlue .panel-transparent>div.row>p {
    text-transform: uppercase;
    color: white
}

@media (min-width:768px) {
    #thinkStartBottom .callOutBlue .panel-transparent>div.row>p {
        padding: .4em 1.5em;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    #thinkStartBottom .callOutBlue .panel-transparent>div.row>p {
        padding: 10px 20px;
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    #thinkStartBottom .callOutBlue .panel-transparent>div.row>p {
        padding: 20px 30px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

#thinkStartBottom .callOutBlue .panel-transparent>div.row>p a {
    color: white
}

#mod_testimonial {
    background-color: #1d1d1d;
    background-repeat-x: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width:991px) {
    #mod_testimonial {
        background-position: right -30px !important
    }
}

@media (max-width:767px) {
    #mod_testimonial {
        background-position: right top !important
    }
}

@media (min-width:992px) {
    #mod_testimonial {
        height: 520px
    }
}

#mod_testimonial .container {
    position: relative;
    overflow: visible
}

#mod_testimonial .tstmnlBox {
    text-align: center;
    padding: 40px;
    color: white;
    text-align: left;
    left: 0;
    margin: auto 0;
    max-width: 760px;
    background-color: rgba(228, 0, 123, 0.8);
    width: 100%
}

@media (max-width:991px) and (min-width:768px) {
    #mod_testimonial .tstmnlBox {
        width: 65%
    }
}

@media (min-width:992px) {
    #mod_testimonial .tstmnlBox {
        position: absolute
    }
}

#mod_testimonial .tstmnlBox em {
    display: block;
    text-align: left;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem
}

@media (min-width:992px) {
    #mod_testimonial .tstmnlBox em {
        font-size: 30px;
        font-size: 3rem
    }
}

#mod_testimonial .tstmnlBox p {
    color: #fff;
    padding: 10px 0
}

@media (max-width:991px) {
    #mod_testimonial .tstmnlBox p {
        display: none
    }
}

#mod_testimonial .tstmnlBox span {
    padding: 10px 0;
    display: block;
    text-transform: uppercase
}

#mod_testimonial .tstmnlBox cite {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif
}

@media (max-width:767px) {
    #mod_testimonial .tstmnlBox a i {
        display: none
    }
}

#mod_testimonial.blue .tstmnlBox {
    background-color: rgba(23, 42, 214, 0.8)
}

#mod_testimonial.right .tstmnlBox {
    left: initial;
    right: 0
}

#entryrequirements .column {
    vertical-align: top
}

#entryrequirements h3 {
    padding: 0;
    line-height: 1.5em
}

#entryrequirements h4 {
    margin-top: 4rem
}

#entryrequirements ul.featuresListItem li {
    font-size: 1.5rem
}

.entryRequirements {
    font-size: 16px;
    font-size: 1.6rem
}

.entryRequirements h2 {
    background-color: #353535;
    color: #fff;
    padding: 30px;
    text-align: left;
    border-radius: 10px 10px 0 0
}

.entryRequirements h2:after {
    display: none
}

.entryRequirements h3 {
    line-height: 1.6
}

.entryRequirements h4 {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    text-transform: initial;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0
}

.entryRequirements #entryRContainer {
    position: relative
}

.entryRequirements .item {
    transform: scale(.5);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s linear;
    transition: all .5s ease ease
}

.entryRequirements .item.single {
    height: 0
}

.entryRequirements .item.active {
    transform: scale(1);
    opacity: 1;
    height: auto
}

.entryRequirements .panel-white {
    padding: 0;
    margin-bottom: 50px
}

.entryRequirements .panel-white .content {
    padding: 36px 36px 10px 36px
}

.entryRequirements hr {
    margin-bottom: 40px;
    margin-top: 30px
}

@media (min-width:992px) {
    .entryRequirements .separated:first-child {
        padding-right: 30px
    }
    .entryRequirements .separated:last-child {
        border-left: 1px solid #eee;
        padding-left: 30px
    }
}

.entryRequirements .featuresListItem {
    padding-bottom: 0
}

.entryRequirements .ctas {
    margin-top: 10px
}

@media (min-width:992px) {
    .entryRequirements .ctas a:first-child:not(:last-child) {
        margin-right: 20px;
        padding-bottom: 9px
    }
}

.entryRequirements .ctas a:first-child:not(:last-child) i {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 10px
}

.entryRequirements .ctas a:last-child {
    margin-left: 0
}

@media (max-width:1199px) {
    .entryRequirements .ctas a:last-child.pink-btn {
        min-width: 140px;
        padding: 15px 10px
    }
}

@media (max-width:767px) {
    .entryRequirements .circle-wrapper {
        float: left
    }
}

@media (max-width:991px) {
    .entryRequirements .toggle-nav li .all {
        display: none
    }
    .entryRequirements .toggle-nav li:nth-child(2) a {
        border-left: 1px solid #e4007b;
        border-radius: 4px 0 0 4px
    }
    .entryRequirements .toggle-nav li:last-child a {
        border-right: 1px solid #e4007b;
        border-radius: 0 4px 4px 0
    }
    .entryRequirements .toggle-nav li a {
        background-color: transparent;
        border-top: 1px solid #e4007b;
        border-bottom: 1px solid #e4007b;
        color: #e4007b;
        font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
        margin-right: -5px
    }
    .entryRequirements .toggle-nav li a:hover,
    .entryRequirements .toggle-nav li a.active {
        background-color: #e4007b;
        color: #fff
    }
    .entryRequirements .toggle-nav li a:before,
    .entryRequirements .toggle-nav li a:after {
        display: none
    }
}

@media (max-width:991px) and (max-width:767px) {
    .entryRequirements .toggle-nav li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 16px
    }
}

#contact h4 {
    color: #e4007b
}

#form_title {
    text-align: center
}

#contact-us-form {
    background-color: #f4f4f4;
    -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;
    -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
}

@media (max-width:767px) {
    #contact-us-form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    #contact-us-form {
        padding: 30px 80px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    #contact-us-form {
        padding: 30px 60px;
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    #contact-us-form {
        padding: 30px 80px;
        margin-bottom: 80px
    }
}

#contact-us-form label {
    display: inline-block;
    margin: 10px 0 5px;
    font-weight: bold;
    font-family: 'AvenirLTStd95Black';
    font-size: 1.4rem;
    text-transform: uppercase
}

#contact-us-form .form-label {
    font-family: 'AvenirLTStd95Black';
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    padding: 22px 0 5px 5px
}

#contact-us-form .select-wrap {
    position: relative;
    border: 1px solid #dfdfdf;
    width: 100%;
    -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 .select-wrap i.icon {
    position: absolute;
    top: 26px;
    right: 12px;
    line-height: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dfdfdf;
    pointer-events: none
}

#contact-us-form .select-wrap:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: 0;
    right: 45px;
    height: 50px;
    width: 1px
}

#contact-us-form .intl-tel-input {
    width: 100%
}

#contact-us-form textarea,
#contact-us-form select,
#contact-us-form input[type=text],
#contact-us-form input[type=email],
#contact-us-form #first_name,
#contact-us-form #last_name,
#contact-us-form #email,
#contact-us-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,
    #contact-us-form select,
    #contact-us-form input[type=text],
    #contact-us-form input[type=email],
    #contact-us-form #first_name,
    #contact-us-form #last_name,
    #contact-us-form #email,
    #contact-us-form #phone {
        font-size: 12px;
        font-size: 1.2rem
    }
}

#contact-us-form textarea,
#contact-us-form #email,
#contact-us-form #phone {
    width: 100%;
    -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 .flag-container {
    height: 50px
}

#contact-us-form hr {
    width: 100%;
    height: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #f3f3f3;
    margin: 4px 0 20px 0
}

#contact-us-form input[type=submit] {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff198b), to(#d70174));
    background: -webkit-linear-gradient(top, #ff198b, #d70174);
    background: -moz-linear-gradient(top, #ff198b, #d70174);
    background: -ms-linear-gradient(top, #ff198b, #d70174);
    background: -o-linear-gradient(top, #ff198b, #d70174);
    margin-top: 20px;
    border: none;
    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;
    min-width: 50%;
    padding: 18px 20px;
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    margin: 1em auto;
    display: block
}

#contact-us-form .success {
    display: none
}

#contact-us-form.loading {
    background: #f4f4f4 url(../images/ajax-loader2.gif) no-repeat center center
}

#contact-us-form.loading .input {
    opacity: 0
}
#contact-us-form label.emailOptOut {width: 95%;vertical-align: top;}
#contact-us-form input[type="checkbox"]#emailOptOut{margin: 12px 0 0;}

#contact-us-form input.error,
#contact-us-form select.error {
    border: 1px solid #e4007b !important
}

#contact-us-form .error {
    color: #e4007b
}

.footerUpper {
    background-color: #353535
}

.footerUpper .container {
    position: relative;
    overflow: visible
}

#footerMenu h4 {
    font-family: 'AvenirLTStd65Medium', Helvetica, Arial, sans-serif;
    color: #f7f5f2;
    text-transform: capitalize
}

#footerMenu ul {
    padding: 0;
    line-height: 2em
}

#footerMenu ul li a {
    color: #cfcfcd
}

a.external:after {
    font-family: "icons";
    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;
    content: "\f10f";
    margin-left: 4px
}

.footerLinks {
    padding-top: 55px;
    padding-bottom: 20px
}

.footerRightColumn {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .footerRightColumn {
        padding-bottom: 75px
    }
}

@media (min-width:992px) {
    .footerRightColumn {
        padding-left: 45px;
        padding-top: 55px;
        background-color: #3f3f3f
    }
}

@media (min-width:1200px) {
    .footerRightColumn {
        padding-left: 85px
    }
}

.getInTouch {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .footer-contact {
        width: 250px;
        margin: auto
    }
}

@media (max-width:767px) {
    .footer-contact .pink-btn {
        margin-left: 11px;
        padding: 11px 9px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .footer-contact .pink-btn {
        padding: 18px 40px;
        margin-top: 30px
    }
}

.footerCl {
    margin-top: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    color: white
}

@media (max-width:767px) {
    .footerCl {
        float: left;
        text-align: right;
        margin-top: 9px
    }
}

.footerCl a {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    color: white;
    text-transform: uppercase
}

@media (max-width:767px) {
    #snsLnks {
        width: 220px;
        margin: auto
    }
}

@media (min-width:768px) {
    #snsLnks ul {
        margin-top: 20px
    }
}

#snsLnks ul li {
    width: 44px;
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    padding-top: 2px
}

#snsLnks ul li:last-child {
    margin-right: 0
}

#snsLnks ul li a {
    position: absolute;
    text-indent: -9999px;
    width: 50px
}

#snsLnksFB,
#snsLnksLnkdin,
#snsLnksYuTb,
#snsLnksInstgrm {
    font-family: "icons";
    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;
    font-size: 40px;
    font-size: 4rem;
    color: #aeada6;
    line-height: initial;
    padding-top: 2px
}

#snsLnksFB:hover,
#snsLnksLnkdin:hover,
#snsLnksYuTb:hover,
#snsLnksInstgrm:hover {
    color: #eee
}

#snsLnksFB:after {
    content: "\f141"
}

#snsLnksLnkdin:after {
    content: "\f143"
}

#snsLnksYuTb:after {
    content: "\f144"
}

#snsLnksInstgrm:after {
    content: "\f142"
}

.footer-Mobilelogo {
    background-color: #202020
}

.footer-Mobilelogo .footerCorpLogo {
    text-align: center;
    padding-top: 20px;
    height: 80px
}

@media (min-width:768px) {
    .footerCorpLogo {
        padding-top: 40px
    }
}

.footerCorpLogo img {
    height: 30px
}

.footerMiddle {
    background-color: #353535
}

@media (min-width:768px) {
    .footerMiddle {
        height: 115px;
        background-color: #202020
    }
}

.footerMiddle #think-copyright {
    padding: 20px;
    position: relative;
    border-top: 1px solid #595959
}

@media (min-width:768px) {
    .footerMiddle #think-copyright {
        border: none;
        height: 115px;
        padding: 0
    }
}

.footerMiddle #think-copyright p {
    padding: 0;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    color: #717171
}

@media (max-width:767px) {
    .footerMiddle #think-copyright p {
        color: #aeada6
    }
}

@media (min-width:768px) {
    .footerMiddle #think-copyright p {
        height: 1em;
        margin-top: 7%;
        text-align: right
    }
}

@media (min-width:992px) {
    .footerMiddle #think-copyright p {
        height: 1em
    }
}

.footerMiddle #think-copyright .policy-link {
    color: #ebebeb
}

@media (max-width:767px) {
    .footerMiddle #think-copyright .policy-link {
        text-transform: uppercase;
        font-style: italic;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        margin-top: 10px
    }
}

.footerMiddle #think-copyright .policy-link:hover {
    color: #e4007b
}

.footerBottom {
    display: none;
    background-color: #282828
}

@media (min-width:992px) {
    .footerBottom {
        display: block
    }
}

#footerIcons {
    height: 100px;
    position: relative
}

#footerIcons>div,
#footerIcons>div>div,
#footerIcons>div>div>div {
    height: 100%;
    position: relative
}

.ftrIcn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60%;
    width: 84%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.ftrIcn a {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0
}

#ftrIcnBBCD {
    background-image: url('../images/footerLogo/ftrLogoBBCD.png')
}

#ftrIcnBBCD:hover {
    background-image: url('../images/footerLogo/ftrLogoBBCDHover.png')
}

#ftrIcnWB {
    background-image: url('../images/footerLogo/ftrLogoWB.png')
}

#ftrIcnWB:hover {
    background-image: url('../images/footerLogo/ftrLogoWBHover.png')
}

#ftrIcnAPM {
    background-image: url('../images/footerLogo/ftrLogoAPM.png')
}

#ftrIcnAPM:hover {
    background-image: url('../images/footerLogo/ftrLogoAPMHover.png')
}

#ftrIcnANCB {
    background-image: url('../images/footerLogo/ftrLogoANCB.png')
}

#ftrIcnANCB:hover {
    background-image: url('../images/footerLogo/ftrLogoANCBHover.png')
}

#ftrIcnJNI {
    background-image: url('../images/footerLogo/ftrLogoJNI.png')
}

#ftrIcnJNI:hover {
    background-image: url('../images/footerLogo/ftrLogoJNIHover.png')
}

#ftrIcnACNT {
    background-image: url('../images/footerLogo/ftrLogoACNT.png')
}

#ftrIcnACNT:hover {
    background-image: url('../images/footerLogo/ftrLogoACNTHover.png')
}

#ftrIcnSSNT {
    background-image: url('../images/footerLogo/ftrLogoSSNT.png')
}

#ftrIcnSSNT:hover {
    background-image: url('../images/footerLogo/ftrLogoSSNTHover.png')
}

#ftrIcnCATC {
    background-image: url('../images/footerLogo/ftrLogoCATC.png')
}

#ftrIcnCATC:hover {
    background-image: url('../images/footerLogo/ftrLogoCATCHover.png')
}

.footerLinks>ul {
    margin: 0;
    padding: 0 10px 20px 0;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.footerLinks>ul li.parent {
    margin: 0;
    padding: 0 0 9px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media (max-width:767px) {
    .footerLinks>ul li.parent {
        border-top: solid 1px #595959;
        padding: 19px 0 17px 0
    }
}

@media (min-width:768px) {
    .footerLinks>ul li.parent {
        border-top: none
    }
}

@media (min-width:768px) {
    .footerLinks>ul li.parent {
        float: left;
        width: 25%
    }
}

@media (min-width:992px) {
    .footerLinks>ul li.parent {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .footerLinks>ul li.parent {
        float: left;
        width: 25%
    }
}

.footerLinks>ul li.parent>.separator {
    font-size: 16px;
    font-size: 1.6rem;
    color: #f7f5f2;
    font-family: 'AvenirLTStd65Medium', sans-serif;
    text-transform: capitalize
}

.footerLinks>ul li.parent>ul {
    margin: 0;
    padding: .5em
}

@media (max-width:767px) {
    .footerLinks>ul li.parent>ul {
        display: none
    }
}

@media (min-width:768px) {
    .footerLinks>ul li.parent>ul {
        display: block
    }
}

.footerLinks>ul li.parent>ul li {
    list-style-type: none;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    padding: 8px 0
}

.footerLinks>ul li.parent>ul li a {
    color: #c4c4c4
}

.footerLinks>ul li.parent>ul li a:hover {
    color: #f7f7f7
}

.footerLinks>ul li.parent .addDeeperSlideToggle {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 10px;
    right: 0
}

@media (max-width:767px) {
    .footerLinks>ul li.parent .addDeeperSlideToggle {
        display: block
    }
}

@media (min-width:768px) {
    .footerLinks>ul li.parent .addDeeperSlideToggle {
        display: none
    }
}

.footerLinks>ul li.parent .addDeeperSlideToggle:after {
    content: "\f105";
    color: #ffffff;
    font-family: icons;
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px
}

.footerLinks>ul li.parent .addDeeperSlideToggle.opened:after {
    content: "\f108"
}

.footerLinks>ul li.parent:last-child {
    border-bottom: solid 1px #595959
}

@media (min-width:768px) {
    .footerLinks>ul li.parent:last-child {
        border-bottom: none
    }
}

#Basic_callout,
.prlx-section-blue {
    background-color: #172ad6;
    background-repeat-x: no-repeat;
    background-size: cover
}

#featureCallout {
    background-image: url("../images/pattern2.jpg");
    height: 600px;
    background-repeat-x: no-repeat;
    background-size: cover
}

.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;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-shadow: inset 0 -2px 0 #edebe6;
    -moz-box-shadow: inset 0 -2px 0 #edebe6;
    box-shadow: inset 0 -2px 0 #edebe6
}

@media (max-width:767px) {
    .panel-white {
        margin-bottom: 12px;
        padding: 12px
    }
}

@media (min-width:768px) {
    .panel-white {
        margin-bottom: 16px;
        padding: 16px;
        -webkit-box-shadow: inset 0 -3px 0 #edebe6;
        -moz-box-shadow: inset 0 -3px 0 #edebe6;
        box-shadow: inset 0 -3px 0 #edebe6
    }
}

@media (min-width:992px) {
    .panel-white {
        margin-bottom: 20px;
        padding: 20px
    }
}

@media (min-width:1200px) {
    .panel-white {
        margin-bottom: 30px;
        padding: 30px
    }
}

.panel-grey {
    text-align: center;
    background-color: #f6f6f6;
    -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 {
        margin-bottom: 12px;
        padding: 12px
    }
}

@media (min-width:768px) {
    .panel-grey {
        margin-bottom: 16px;
        padding: 16px
    }
}

@media (min-width:992px) {
    .panel-grey {
        margin-bottom: 20px;
        padding: 20px
    }
}

@media (min-width:1200px) {
    .panel-grey {
        margin-bottom: 30px;
        padding: 30px
    }
}

.ctaCourseLeft {
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px 0;
    padding: 40px 0;
    color: #e4007b;
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative
}

.ctaCourseLeft i {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 10px
}

.ctaCourseLeft img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 6px solid #f3f2ee
}

.ctaCourseLeftSmall {
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px 0;
    padding: 40px 0;
    color: #e4007b;
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative
}

.ctaCourseLeftSmall i {
    font-size: 28px;
    font-size: 2.8rem;
    margin: -10px 0 0 10px
}

.ctaCourseLeftSmall img {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 6px solid #f3f2ee
}

.ctaCourseMiddle {
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px 0;
    padding: 40px 0;
    color: #e4007b;
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative
}

.ctaCourseMiddle i {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 10px
}

.ctaCourseMiddle img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 6px solid #f3f2ee
}

.ctaCourseMiddleSmall {
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px 0;
    padding: 40px 0;
    color: #e4007b;
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative
}

.ctaCourseMiddleSmall i {
    font-size: 28px;
    font-size: 2.8rem;
    margin: -10px 0 0 10px
}

.ctaCourseMiddleSmall img {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 6px solid #f3f2ee
}

.ctaCourseRight {
    margin: 90px 0;
    position: relative
}

.ctaCourseRight a {
    margin: 0 10px
}

.ctaCourseRightSmall {
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin: 90px 0;
    padding: 40px 0;
    color: #e4007b;
    font-family: 'AvenirLTStd95Black';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative
}

.ctaCourseRightSmall i {
    font-size: 28px;
    font-size: 2.8rem;
    margin: -10px 0 0 10px
}

.ctaCourseRightSmall img {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 6px solid #f3f2ee
}

@media (min-width:480px) {
    #diploma-level-courses .panel-grey {
        height: auto
    }
}

@media (min-width:768px) {
    #diploma-level-courses .panel-grey {
        height: 770px
    }
}

#diploma-level-courses .panel-grey ul li,
#diploma-level-courses .panel-grey p {
    text-align: left
}

#diploma-level-courses .panel-grey ul {
    padding-top: 0
}

#diploma-level-courses .panel-grey h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 12px
}

#diploma-level-courses .panel-grey h2:after,
#diploma-level-courses .panel-grey .h2:after {
    width: 0;
    height: 0
}

#diploma-level-courses .panel-grey h4 {
    padding-bottom: 36px
}

#short-courses h3 {
    padding-top: 0
}

@media (max-width:991px) {
    #short-courses h3 {
        padding-top: 15px
    }
}

#short-courses h3,
#short-courses p,
#short-courses ul li {
    text-align: left
}

#short-courses .learnMore {
    position: absolute;
    top: 230px;
    right: 0
}

#studyAndStudent {
    background-image: url("../images/pattern2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black
}

#studyAndStudent .panel-white {
    background: rgba(255, 255, 255, 0.95)
}

@media (max-width:991px) and (min-width:767px) {
    #studyAndStudent .panel-white {
        height: 400px
    }
}

#studyAndStudent .panel-white h3 {
    padding: 18px 0
}

#studyAndStudent .panel-white h4 {
    padding: 30px;
    color: #929191;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem
}

#studyAndStudent .panel-white p {
    text-align: left;
    padding: 20px 0 0 0
}

#courseDetailsIntro .intro {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0
}

#courseDetailsIntro table.responsiveTable {
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin: 0
}

#courseDetailsIntro .column {
    display: table-cell;
    padding: 5px;
    vertical-align: middle
}

#courseDetailsIntro .th {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: right;
    padding-right: 1em
}

#courseDetailsIntro p span {
    display: block;
    color: #8d8c8c;
    font-style: italic
}

#courseDetails>div.container {
    padding-top: 0;
    padding-bottom: 0
}

.courseDetailsUnfold {
    -moz-box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    -webkit-box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    background-color: #f1f1f0
}

@media (max-width:767px) {
    .courseDetailsUnfold {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: white
    }
}

.courseDetailsUnfold ul.basicAltListItem {
    padding-top: 0;
    padding-bottom: 30px
}

#item-unfold-content1 .item-unfold-inner .circle {
    font-family: 'GustanBlack';
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: white;
    background-color: #535252;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    margin: 0 0 40px
}

@media (min-width:992px) {
    #item-unfold-content1 .item-unfold-inner .circle {
        font-size: 30px;
        font-size: 3rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        margin: 140px 0 0;
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

#item-unfold-content2 img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    margin: auto
}

#item-unfold-content2 h5 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'AvenirLTStd95Black'
}

#item-unfold-content2 p {
    text-align: left;
    padding-bottom: 0
}

#item-unfold-content2 a.aLink {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px
}

#item-unfold-content3 ol {
    list-style-type: none
}

#item-unfold-content3 li:before {
    content: "(" counter(section, decimal) ") ";
    font-family: 'AvenirLTStd95Black'
}

#item-unfold-content3 li {
    counter-increment: section
}

#item-unfold-content4 h4 {
    text-transform: none;
    padding: 10px 0 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    #item-unfold-content4 .column p {
        padding: 10px 20px
    }
}

@media (max-width:767px) {
    #item-unfold-content4 .column:before {
        padding: 10px 20px
    }
}

.item-unfold-content {
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {}

.item-unfold-content h4 {
    margin-bottom: 2em
}

.item-unfold-content h4 span {
    text-transform: capitalize;
    padding: 0 0 2em
}

.item-unfold-content dt {
    font-family: 'AvenirLTStd85Heavy';
    position: relative;
    padding-left: 2em
}

.item-unfold-content dt.fulltime:before {
    font-family: "icons";
    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;
    font-size: 20px;
    font-size: 2rem;
    content: "\f13c";
    position: absolute;
    top: 0;
    left: 0;
    color: #535252
}

.item-unfold-content dt.parttime:before {
    font-family: "icons";
    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;
    font-size: 20px;
    font-size: 2rem;
    content: "\f13d";
    position: absolute;
    top: 0;
    left: 0;
    color: #535252
}

.item-unfold-content dd {
    color: #444444;
    padding: .8em 0 .8em 2em
}

.item-unfold-content .right {
    text-align: right
}

.item-unfold-content .closeBtn {
    line-height: 1em;
    cursor: pointer;
    background: #e4007b;
    width: 110px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: 'AvenirLTStd65Medium';
    color: white;
    padding: 13px 0 0 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.item-unfold-content .closeBtn:after {
    line-height: 30px;
    font-size: 16px;
    content: "X";
    position: absolute;
    text-align: center;
    top: 8px;
    right: 8px;
    color: black;
    background-color: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block
}

#item-unfold-content1 {
    height: 0
}

#item-unfold-content2 {
    height: 0
}

#item-unfold-content3 {
    height: 0
}

#item-unfold-content4 {
    height: 0
}

#item-unfold-content5 {
    height: 0
}

#item-unfold-content6 {
    height: 0
}

#graphic-design #Basic_callout,
#photo-imaging #Basic_callout {
    padding: 50px 0 0 0
}

@media (max-width:767px) {
    #graphic-design #Basic_callout,
    #photo-imaging #Basic_callout {
        padding: 0
    }
}

#graphic-design #Basic_callout .tertiaryLink,
#photo-imaging #Basic_callout .tertiaryLink {
    margin-top: 60px
}

@media (min-width:768px) {
    #graphic-design #courseDetails .panel,
    #creative-digital-photography #courseDetails .panel {
        height: 240px
    }
}

@media (min-width:992px) {
    #graphic-design #courseDetails .panel,
    #creative-digital-photography #courseDetails .panel {
        height: 240px
    }
}

@media (min-width:1200px) {
    #graphic-design #courseDetails .panel,
    #creative-digital-photography #courseDetails .panel {
        height: 240px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #graphic-design #courseDetails .panel h3,
    #creative-digital-photography #courseDetails .panel h3 {
        font-size: 23px;
        font-size: 2.3rem
    }
}

@media (max-width:991px) {
    #graphic-design #courseDetails .panel p,
    #creative-digital-photography #courseDetails .panel p {
        display: none
    }
}

@media (min-width:992px) {
    #graphic-design #courseDetails .panel p,
    #creative-digital-photography #courseDetails .panel p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1200px) {
    #graphic-design #courseDetails .panel p,
    #creative-digital-photography #courseDetails .panel p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:768px) {
    #graphic-design .courseDetailsUnfold .item-unfold-content .item-unfold-inner,
    #creative-digital-photography .courseDetailsUnfold .item-unfold-content .item-unfold-inner {
        padding-top: 20px
    }
}

@media (max-width:992px) {
    #graphic-design .courseDetailsUnfold #item-unfold-content2 img,
    #creative-digital-photography .courseDetailsUnfold #item-unfold-content2 img {
        width: 80px;
        height: 80px
    }
}

@media (max-width:768px) {
    #graphic-design .courseDetailsUnfold #item-unfold-content2 img,
    #creative-digital-photography .courseDetailsUnfold #item-unfold-content2 img {
        width: 120px;
        height: 120px
    }
}

#graphic-design .courseDetailsUnfold .closeBtn,
#creative-digital-photography .courseDetailsUnfold .closeBtn {
    top: auto !important;
    bottom: -50px !important
}

@media (min-width:768px) and (max-width:1199px) {
    #graphic-design #courseDetailsPartners .panel-white,
    #creative-digital-photography #courseDetailsPartners .panel-white {
        min-height: 280px
    }
}

@media (min-width:767px) and (max-width:991px) {
    #graphic-design #courseDetailsPartners .panel-white,
    #creative-digital-photography #courseDetailsPartners .panel-white {
        min-height: 280px
    }
}

@media (max-width:767px) {
    #graphic-design #courseDetailsPartners .panel-white,
    #creative-digital-photography #courseDetailsPartners .panel-white {
        min-height: 0
    }
}

#creative-digital-photography #courseDetailsPartners .panel-white {
    min-height: 310px
}

@media (min-width:992px) {
    #creative-digital-photography #courseDetailsPartners .panel-white {
        height: 310px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #courseDetails .container .panel h2 {
        font-size: 23px;
        font-size: 2.3rem
    }
}

@media (min-width:992px) {
    #courseDetails .container .panel h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

#courseDetails .container .panel h2:after {
    background: none
}

@media (max-width:767px) {
    #courseDetails .container h2 {
        color: white;
        text-align: left;
        padding-left: 20px;
        width: 80%;
        line-height: 3rem;
        padding-bottom: 12px
    }
}

@media (max-width:767px) {
    #courseDetails .container .panel {
        margin-bottom: 10px
    }
}

#courseDetailsInfo>div.container {
    padding-top: 30px
}

#courseDetailsInfo .info {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0
}

#courseDetailsInfo table.responsiveTable {
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin: 0
}

#courseDetailsInfo .column {
    text-align: left;
    padding: 10px 15px
}

#courseDetailsInfo .column:before {
    padding: 0
}

#courseDetailsInfo .column p {
    padding: 0
}

#courseDetailsInfo .th {
    font-family: 'AvenirLTStd95Black';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: right;
    padding-right: 1em
}

@media (max-width:767px) {
    #courseDetailsInfo .th {
        text-align: left
    }
}

#courseDetailsInfo p span {
    display: block;
    color: #8d8c8c;
    font-style: italic
}

@media (max-width:767px) {
    #courseDetailsInfo .tableRow {
        border-top: 1px solid #e4007b;
        padding-top: 10px
    }
}

@media (max-width:767px) {
    #courseDetailsInfo .tableRow .column {
        padding: 4px 15px
    }
}

#courseDetails>div.container {
    padding-top: 0;
    padding-bottom: 0
}

#courseDetails>div:nth-of-type(1) {
    position: relative
}

#courseDetails>div:nth-of-type(1):before {
    content: "";
    width: 50%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 25%;
    bottom: 0
}

#courseDetails #item_2,
#courseDetails #item_5 {
    position: relative
}

#courseDetails #item_2:before,
#courseDetails #item_5:before {
    content: "";
    width: 1px;
    height: 50%;
    background: #dadada;
    position: absolute;
    top: 25%;
    left: 0
}

#courseDetails #item_2:after,
#courseDetails #item_5:after {
    content: "";
    width: 1px;
    height: 50%;
    background: #dadada;
    position: absolute;
    top: 25%;
    right: 0
}

#courseDetails .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
    height: 280px;
    position: relative;
    cursor: pointer
}

@media (min-width:768px) and (max-width:992px) {
    #courseDetails .panel {
        height: 280px
    }
}

@media (max-width:767px) {
    #courseDetails .panel {
        height: auto;
        background: #212121;
        padding-right: 40px
    }
}

#courseDetails .panel .icon {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    text-align: center;
    margin: 30px 0 20px 0;
    color: #000
}

@media (max-width:767px) {
    #courseDetails .panel .icon {
        display: none
    }
}

#courseDetails .panel .icon.icon_052_slideDown {
    color: #dbd8d1;
    display: block;
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -0.5em
}

@media (max-width:767px) {
    #courseDetails .panel .icon.icon_052_slideDown {
        display: none
    }
}

@media (min-width:768px) and (max-width:992px) {
    #courseDetails .panel .icon.icon_052_slideDown {
        bottom: inherit
    }
}

#courseDetails .panel h3 {
    text-align: center;
    padding: 0 1.2em .5em
}

@media (max-width:767px) {
    #courseDetails .panel h3 {
        color: white;
        text-align: left;
        padding: 15px 50px 15px 15px
    }
}

@media (min-width:768px) {
    #courseDetails .panel h3 {
        font-size: 32px;
        font-size: 3.2rem
    }
}

#courseDetails .panel p {
    text-align: center;
    padding: 0 3em
}

@media (max-width:767px) {
    #courseDetails .panel p {
        display: none
    }
}

#courseDetails .panel:hover .icon,
#courseDetails .panel.active .icon {
    color: #e4007b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease
}

#courseDetails .panel:hover .icon.icon_052_slideDown,
#courseDetails .panel.active .icon.icon_052_slideDown {
    color: #e4007b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out 300ms ease;
    -moz-transition: color .2s ease-in-out 300ms ease;
    -o-transition: color .2s ease-in-out 300ms ease;
    -ms-transition: color .2s ease-in-out 300ms linear;
    transition: color .2s ease-in-out 300ms ease ease
}

#courseDetails .panel:before {
    content: "+";
    color: #fff;
    right: 30px;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

@media (max-width:767px) {
    #courseDetails .panel:before {
        display: block
    }
}

@media (min-width:768px) {
    #courseDetails .panel:before {
        display: none
    }
}

#courseDetails .panel.active:before {
    content: "-"
}

.courseDetailsUnfold {
    -moz-box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    -webkit-box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    box-shadow: inset 0 8px 18px -8px #696868, inset 0 -8px 18px -8px #696868;
    background-color: #f1f1f0
}

@media (max-width:767px) {
    .courseDetailsUnfold {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: white
    }
}

#item-unfold-content2 img {
    border-radius: 50%;
    display: block;
    margin: auto
}

@media (max-width:767px) {
    #item-unfold-content2 img {
        width: 120px;
        height: 120px
    }
}

@media (min-width:768px) {
    #item-unfold-content2 img {
        width: 90px;
        height: 90px
    }
}

@media (min-width:992px) {
    #item-unfold-content2 img {
        width: 120px;
        height: 120px
    }
}

#item-unfold-content2 h5 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'AvenirLTStd95Black'
}

#item-unfold-content2 p {
    text-align: left
}

#item-unfold-content3 ol {
    list-style-type: none;
    padding-top: 0
}

#item-unfold-content3 li:before {
    content: "(" counter(section, decimal) ") ";
    font-family: 'AvenirLTStd95Black'
}

#item-unfold-content3 li {
    counter-increment: section
}

@media (max-width:991px) {
    #item-unfold-content3 h3 {
        padding: 30px 0 20px
    }
}

#item-unfold-content4 h4 {
    text-transform: none;
    padding: 10px 0 0;
    margin-bottom: 0
}

.item-unfold-content {
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {}

@media (max-width:767px) {
    .item-unfold-content .item-unfold-inner {
        padding: 0 14px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .item-unfold-content .item-unfold-inner {
        padding: 0 10px 90px;
        margin-bottom: auto
    }
}

@media (min-width:768px) {
    .item-unfold-content .item-unfold-inner {
        padding: 50px 10px 90px;
        margin-bottom: auto
    }
}

@media (max-width:767px) {
    .item-unfold-content .item-unfold-inner h3 {
        padding: 0 0 36px
    }
}

@media (min-width:768px) {
    .item-unfold-content .item-unfold-inner h3 {
        padding: 0 0 36px
    }
}

@media (min-width:992px) {
    .item-unfold-content .item-unfold-inner h3 {
        padding: 36px 0
    }
}

@media (max-width:767px) {
    .item-unfold-content .item-unfold-inner .studyOnlin {
        text-align: center
    }
}

@media (min-width:768px) {
    .item-unfold-content .item-unfold-inner .studyOnlin {
        text-align: left
    }
}

.item-unfold-content h4 {
    margin-bottom: 2em
}

.item-unfold-content h4 span {
    text-transform: capitalize;
    padding: 0 0 2em
}

.item-unfold-content dt {
    font-family: 'AvenirLTStd85Heavy';
    position: relative;
    padding-left: 2em
}

.item-unfold-content dt.fulltime:before {
    font-family: "icons";
    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;
    font-size: 20px;
    font-size: 2rem;
    content: "\f13c";
    position: absolute;
    top: 0;
    left: 0;
    color: #535252
}

.item-unfold-content dt.parttime:before {
    font-family: "icons";
    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;
    font-size: 20px;
    font-size: 2rem;
    content: "\f13d";
    position: absolute;
    top: 0;
    left: 0;
    color: #535252
}

.item-unfold-content dd {
    color: #444444;
    padding: .8em 0 .8em 2em
}

.item-unfold-content .right {
    text-align: right
}

.item-unfold-content .closeBtn {
    line-height: 1em;
    cursor: pointer;
    background: #e4007b;
    width: 110px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: 'AvenirLTStd65Medium';
    color: white;
    padding: 13px 0 0 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.item-unfold-content .closeBtn:after {
    line-height: 30px;
    font-size: 16px;
    content: "X";
    position: absolute;
    text-align: center;
    top: 8px;
    right: 8px;
    color: black;
    background-color: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block
}

@media (max-width:767px) {
    .item-unfold-content .closeBtn {
        display: none
    }
}

@media (min-width:768px) {
    .item-unfold-content .closeBtn {
        display: block
    }
}

.item-unfold-content .studyOnlin .closeBtn {
    top: -60px
}

#item-unfold-content1 {
    height: 0
}

#item-unfold-content2 {
    height: 0
}

#item-unfold-content3 {
    height: 0
}

#item-unfold-content4 {
    height: 0
}

#item-unfold-content5 {
    height: 0
}

#item-unfold-content6 {
    height: 0
}

#courseDetailsPartners {
    background-image: url("../images/prlxBgCourseDetailPartner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black
}

#courseDetailsPartners h2 {
    color: #2c2b2b
}

#courseDetailsPartners .panel-white {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left
}

#courseDetailsPartners .panel-white h3 {
    padding: 10px 30px
}

#courseDetailsPartners .panel-white h4 {
    padding: 30px;
    color: #929191;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem
}

#courseDetailsPartners .panel-white p {
    padding: 10px 30px
}

@media (min-width:768px) {
    #courseDetailsPartners .left {
        min-height: 594px !important
    }
}

#courseDetailsPartners .gspot .panel-white h3 {
    padding: 10px 0
}

@media (min-width:992px) {
    #courseDetailsPartners .gspot .panel-white .quinaryLink {
        margin-top: 30px
    }
}

#courseDetailsPartners .gspot .panel-white .gspot_h3 {
    padding-bottom: 30px;
    text-align: center
}

@media (max-width:767px) {
    #courseDetailsPartners .gspot .panel-white .row {
        text-align: center
    }
}

#courseDetailsPartners .gspot img {
    max-width: 114px;
    margin: auto
}

@media (min-width:992px) {
    #courseDetailsPartners .gspot img {
        margin-left: 20px
    }
}

#courseDetailsWorkshop h2 {
    color: #2c2b2b
}

#courseDetailsWorkshop h2 span {
    color: #e4007b
}

#courseDetailsWorkshop .panel-white {
    min-height: 410px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left
}

#courseDetailsWorkshop .panel-white h3 {
    padding: 10px 30px
}

#courseDetailsWorkshop .panel-white h4 {
    padding: 30px;
    color: #929191;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem
}

#courseDetailsWorkshop .panel-white p {
    text-align: left;
    padding: 10px 30px
}

#Basic_callout.course-program {
    padding: 0
}

#Basic_callout.course-program .tertiaryLink {
    margin-top: 50px
}

#Basic_callout.course-program .accordion .col-md-4:last-of-type {
    border-right: none
}

@media (min-width:992px) {
    #Basic_callout.course-program .accordion .col-md-4 {
        border-right: 1px solid white;
        height: 290px
    }
}

#directEntryAndEAP {
    background-image: url("../images/pattern2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black
}

#directEntryAndEAP .panel-white {
    height: 560px
}

@media (max-width:1199px) {
    #directEntryAndEAP .panel-white {
        height: 650px
    }
}

@media (max-width:991px) {
    #directEntryAndEAP .panel-white {
        height: 770px
    }
}

@media (max-width:767px) {
    #directEntryAndEAP .panel-white {
        height: auto
    }
}

#directEntryAndEAP .panel-white h3 {
    padding: 18px 0
}

#directEntryAndEAP .panel-white h4 {
    padding: 30px;
    color: #929191;
    font-family: 'AvenirLTStd35Light';
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem
}

#directEntryAndEAP .panel-white p {
    text-align: left;
    padding: 20px 0 0 0
}

#upcomingEventsUpper {
    background-color: #f6f6f7
}

@media (max-width:480px) {
    #upcomingEventsUpper {
        display: table-footer-group
    }
}

#upcomingEventsUpper h3 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem
}

#upcomingEventsUpper nav {
    margin: 20px 0
}

#upcomingEventsUpper nav h3 {
    padding: 0;
    margin: 0;
    line-height: 30px
}

@media (max-width:767px) {
    #upcomingEventsUpper nav h3 {
        height: auto
    }
}

@media (min-width:768px) {
    #upcomingEventsUpper nav h3 {
        height: 30px
    }
}

#upcomingEventsUpper nav a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 18px
}

#upcomingEventsUpper .btn {
    background: #FFF;
    font-size: 18px;
    border: 1px solid #999999
}

#upcomingEventsUpper .dropdown-menu {
    position: inherit;
    float: inherit;
    z-index: inherit
}

#upcomingEventsUpper .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) {
    #upcomingEventsUpper .panel-white {
        margin-bottom: 12px;
        padding: 12px
    }
}

@media (min-width:768px) {
    #upcomingEventsUpper .panel-white {
        margin-bottom: 16px;
        padding: 16px;
        min-height: 565px
    }
}

@media (min-width:992px) {
    #upcomingEventsUpper .panel-white {
        margin-bottom: 20px;
        padding: 20px;
        min-height: 590px
    }
}

@media (min-width:1200px) {
    #upcomingEventsUpper .panel-white {
        margin-bottom: 30px;
        padding: 30px
    }
}

@media (max-width:480px) {
    #upcomingEventsLower {
        display: table-header-group
    }
}

#upcomingEventsLower .mb15 h3 {
    padding: 0
}

#upcomingEventsLower .row a {
    font-size: 18px;
    font-size: 1.8rem
}

#upcomingEventsLower h3 {
    padding: 36px 0 0 0
}

#upcomingEventsLower .tableRow {
    border-bottom: 1 px solid #E2E2E2
}

#upcomingEventsLower .btn {
    background: #FFFFFF;
    border: 1px solid #999999;
    font-size: 16px;
    font-size: 1.6rem
}

#upcomingEventsDetails ul.actionListItem li p {
    font-family: 'AvenirLTStd35Light'
}

#upcomingEventsDetails #contact-us-form {
    padding: 20px 30px;
    margin-bottom: 80px
}

#upcomingEventsDetails #contact-us-form.pink {
    background-color: #e4007b;
    border: 0;
    color: #fff
}

#upcomingEventsDetails #contact-us-form.pink input,
#upcomingEventsDetails #contact-us-form.pink .select-wrap,
#upcomingEventsDetails #contact-us-form.pink textarea {
    border: 0
}

#upcomingEventsDetails #contact-us-form.pink h3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem
}

#upcomingEventsDetails #contact-us-form.pink .grey-btn {
    width: 60%
}

.section-blue {
    padding: 50px 0 120px 0;
    color: #fff;
    background-color: #172ad6
}

.section-blue h2 {
    color: white
}

@media (max-width:991px) {
    .section-blue h3 {
        text-align: center
    }
}

.section-blue .heading-wrapper {
    text-align: center;
    position: relative
}

.section-blue .heading-wrapper h2 {
    padding-bottom: 0
}

.section-blue .heading-wrapper h2:after {
    display: none
}

.section-blue .heading-wrapper:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 7px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px
}

@media (max-width:767px) {
    .section-blue .heading-wrapper:after {
        display: none
    }
}

.section-blue .heading-wrapper em {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Minion Pro Italic", times, serif
}

@media (min-width:992px) {
    .section-blue .heading-wrapper em {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media (max-width:767px) {
    .section-blue .container {
        padding-top: 35px
    }
}

@media (min-width:1200px) {
    .section-blue .container .column-left {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .section-blue .container .column-right {
        padding-left: 30px
    }
}

.section-blue .table {
    border: 0;
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:992px) {
    .section-blue .table {
        width: 80%
    }
}

.section-blue .table td,
.section-blue .table th {
    border: 0
}

.section-blue .table th,
.section-blue .table td:first-child {
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    text-align: right
}

@media (max-width:991px) {
    .section-blue .table th,
    .section-blue .table td:first-child {
        width: 50%
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

#upcomingEventsLocations {
    background-color: #f6f6f7
}

#upcomingEventsLocations h3 {
    padding: 0 0 20px 0
}

@media (max-width:991px) {
    #upcomingEventsLocations h3 {
        padding-top: 18px
    }
}

#upcomingEventsLocations p {
    padding: 0
}

#upcomingEventsLocations h4 {
    padding-top: 50px;
    padding-bottom: 30px
}

@media (max-width:767px) {
    #upcomingEventsLocations h4 {
        padding-top: 18px;
        padding-bottom: 10px
    }
}

@media (max-width:991px) {
    #upcomingEventsLocations .panel-white>div:first-child {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    #upcomingEventsLocations .panel-white>div:last-child {
        padding-left: 15px
    }
    #upcomingEventsLocations .panel-white>div:last-child p {
        padding: 0 0 20px
    }
}

#upcomingEventsLocations .vDivider {
    padding: 0 30px 0 15px
}

#upcomingEventsLocations .vDivider:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #E0E0E0;
    padding: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0
}

@media (max-width:767px) {
    #upcomingEventsLocations .vDivider:after {
        display: none
    }
}

@media (min-width:768px) {
    #upcomingEventsLocations .vDivider:after {
        display: block;
        right: 8px
    }
}

@media (min-width:992px) {
    #upcomingEventsLocations .vDivider:after {
        right: 2px
    }
}

@media (min-width:1200px) {
    #upcomingEventsLocations .vDivider:after {
        right: 8px
    }
}

#moduleGotQuestion .container {
    overflow: visible
}

@media (max-width:767px) {
    #moduleGotQuestion .container h2 {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

#moduleGotQuestion .container .contactCTA-home {
    background: #fff;
    margin: 90px 0
}

#moduleGotQuestion .container .contactCTA-home .CTAtext-home {
    padding: 32px 0 26px 90px;
    color: #3b3b3b;
    font-size: 20px
}

#moduleGotQuestion .container .contactCTA {
    text-align: center
}

@media (min-width:992px) {
    #moduleGotQuestion .container .contactCTA {
        padding: 75px 0 40px 30px
    }
}

@media (min-width:1200px) {
    #moduleGotQuestion .container .contactCTA {
        padding: 108px 0 40px 85px
    }
}

@media (max-width:992px) {
    #moduleGotQuestion .container .contactCTA .row {
        padding-top: 20px
    }
}

@media (max-width:768px) {
    #moduleGotQuestion .container .contactCTA .row {
        padding-top: 40px
    }
    #moduleGotQuestion .container .contactCTA .row:before {
        content: ' ';
        display: block;
        position: absolute;
        height: 4px;
        width: 16%;
        background-color: #f7f5f2;
        left: 40%;
        top: 2px
    }
}

@media (min-width:768px) and (max-width:992px) {
    #moduleGotQuestion .container .contactCTA .col-sm-offset-1 {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    #moduleGotQuestion .container .contactCTA .blue-btn,
    #moduleGotQuestion .container .contactCTA .pink-btn {
        padding: 18px 47px
    }
}

@media (max-width:992px) {
    #moduleGotQuestion .container .contactCTA .blue-btn {
        width: 100%;
        margin: auto;
        display: block;
        padding: 11px 10px;
        max-width: 220px
    }
}

#moduleGotQuestion .container .contactCTA .blue-btn .icon_013_download:before {
    font-size: 20px
}

@media (max-width:767px) {
    #moduleGotQuestion .container .contactCTA .pink-btn {
        width: 80%;
        margin: auto;
        display: block
    }
}

#moduleGotQuestion .container .contactCTA .contact-number {
    position: relative;
    padding: 8px 32px
}

@media (max-width:767px) {
    #moduleGotQuestion .container .contactCTA .contact-number {
        width: 65%;
        margin: 20px auto;
        text-align: center
    }
}

@media (max-width:450px) {
    #moduleGotQuestion .container .contactCTA .contact-number {
        width: 100%
    }
}

@media (min-width:768px) {
    #moduleGotQuestion .container .contactCTA .contact-number {
        padding: 16px 0 16px 55px
    }
}

#moduleGotQuestion .container .contactCTA .contact-number .phone-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
    font-size: 20px;
    font-size: 2rem;
    border: 1px solid #444444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 45px;
    height: 45px;
    padding: 8px;
    text-align: center
}

@media (max-width:350px) {
    #moduleGotQuestion .container .contactCTA .contact-number .number {
        padding: 22px 0 !important
    }
}

@media (max-width:991px) {
    #moduleGotQuestion .container .mobile-offset {
        position: relative
    }
    #moduleGotQuestion .container .mobile-offset:first-child {
        top: 140px
    }
    #moduleGotQuestion .container .mobile-offset:last-child {
        top: -220px
    }
}

@media (max-width:991px) and (max-width:767px) {
    #moduleGotQuestion .container .mobile-offset:first-child {
        top: 170px
    }
}

@media (max-width:991px) and (max-width:450px) {
    #moduleGotQuestion .container .mobile-offset:last-child {
        top: -140px !important
    }
}

@media (max-width:991px) and (max-width:767px) {
    #moduleGotQuestion .container .mobile-offset:last-child {
        top: -110px
    }
}

.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%
}

#industryConnectionCarousel {
    display: block;
    overflow: hidden
}

#industryConnectionCarousel .carousel-control {
    text-shadow: none;
    z-index: 99
}

#industryConnectionCarousel .left.carousel-control {
    left: 0
}

@media (max-width:767px) {
    #industryConnectionCarousel .left.carousel-control {
        background-image: none
    }
}

#industryConnectionCarousel .right.carousel-control {
    right: 0
}

@media (max-width:767px) {
    #industryConnectionCarousel .right.carousel-control {
        background-image: none;
        padding-bottom: 20px
    }
}

#industryConnectionCarousel .icon_030_slideLeft {
    background-color: white;
    color: #353535;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 56px;
    font-size: 56px;
    height: 56px;
    cursor: pointer
}

#industryConnectionCarousel .icon_031_slideRight {
    background-color: white;
    color: #353535;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 56px;
    font-size: 56px;
    height: 56px;
    cursor: pointer
}

#industryConnectionCarousel .carouselInner {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%
}

#industryConnectionCarousel .carouselInner .container {
    height: 100%
}

#industryConnectionCarousel .carouselInner .leadContainer {
    height: 100%;
    position: relative
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer {
        height: 60%
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer {
        height: 100%
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerUpper {
    display: table
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper {
        height: 60%
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper {
        height: 60%
    }
}

@media (min-width:992px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper {
        height: 90%
    }
}

@media (min-width:1200px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper {
        height: 90%
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before {
    content: "[";
    left: 0;
    text-align: center
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before {
        left: 0
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before {
        left: 0
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
    content: "]";
    right: 0;
    text-align: center
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        right: 0
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        right: 0
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before,
#industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
    font-family: 'AvenirLTStd65Medium';
    position: absolute;
    height: 210px;
    font-size: 210px;
    font-size: 21rem;
    margin: auto;
    top: -10%;
    bottom: 0;
    line-height: 1em;
    color: white
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before,
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        height: 110px;
        font-size: 110px;
        font-size: 11rem;
        top: -37%
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before,
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        height: 140px;
        font-size: 140px;
        font-size: 14rem;
        top: -35%
    }
}

@media (min-width:992px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before,
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        height: 210px;
        font-size: 210px;
        font-size: 21rem;
        top: -10%
    }
}

@media (min-width:1200px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:before,
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper:after {
        height: 210px;
        font-size: 210px;
        font-size: 21rem;
        top: -10%
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerUpper p {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
    padding: 0 4em;
    margin: 0;
    color: white
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper p {
        line-height: 1.5em;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 2em
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper p {
        line-height: 1.3em;
        padding: 0 2em;
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper p {
        line-height: 1.5em;
        padding: 0 4em;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerUpper p {
        line-height: 1.5em;
        font-size: 16px;
        font-size: 1.6rem
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerLower {
    position: absolute;
    bottom: 28%;
    width: 100%
}

@media (max-width:480px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower {
        bottom: 5px !important
    }
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower {
        bottom: 18%
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower {
        bottom: 18%
    }
}

@media (min-width:992px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower {
        bottom: 20%
    }
}

@media (min-width:1200px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower {
        bottom: 28%
    }
}

#industryConnectionCarousel .carouselInner .leadContainer .containerLower p {
    text-align: center;
    padding: 0;
    color: white
}

#industryConnectionCarousel .carouselInner .leadContainer .containerLower p b {
    font-family: 'AvenirLTStd85Heavy'
}

@media (max-width:480px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower p {
        margin: 0 42px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower p {
        margin: 0 55px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .leadContainer .containerLower p {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem
    }
}

#industryConnectionCarousel .carouselInner .industryLogo {
    height: 100%;
    position: relative
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .industryLogo {
        height: 40%;
        bottom: 10px
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .industryLogo {
        height: 100%
    }
}

#industryConnectionCarousel .carouselInner .industryLogo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    #industryConnectionCarousel .carouselInner .industryLogo img {
        top: -35%
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carouselInner .industryLogo img {
        top: -10%
    }
}

#industryConnectionCarousel .carousel-indicators {
    bottom: 10px
}

@media (max-width:767px) {
    #industryConnectionCarousel .carousel-indicators {
        display: block
    }
}

@media (min-width:768px) {
    #industryConnectionCarousel .carousel-indicators {
        display: block
    }
}

#industryConnectionCarousel .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
}

#industryConnectionCarousel .carousel-indicators .active {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    background-color: #e4007b;
    border-color: #e4007b
}

.carousel .item {
    height: auto;
    background-color: transparent;
    padding: 0
}

.carousel img {
    position: relative;
    top: 0;
    left: 0;
    min-height: none
}

#next {
    background: green
}

#next .container {
    background: pink
}

#industryConnection .blue-btn {
    width: 200px
}

@media (max-width:767px) {
    #industryConnection .blue-btn {
        margin-right: 0
    }
}

@media (min-width:768px) {
    #industryConnection .blue-btn {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #industryConnection .blue-btn {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    #industryConnection .blue-btn {
        margin-right: 7.5px;
        margin-bottom: 0
    }
}

#industryConnection .pink-btn {
    width: 200px
}

@media (max-width:767px) {
    #industryConnection .pink-btn {
        margin-left: 0
    }
}

@media (min-width:768px) {
    #industryConnection .pink-btn {
        margin-left: -3px
    }
}

@media (min-width:992px) {
    #industryConnection .pink-btn {
        margin-left: -3px
    }
}

@media (min-width:1200px) {
    #industryConnection .pink-btn {
        margin-left: 7.5px
    }
}

#industryConnection .col-xs-15 {
    width: 20%;
    padding: 3px
}

#industryConnection .logo {
    padding: 5px
}

#industryConnection .logo div {
    background: #f6f6f7;
    height: 190px;
    vertical-align: middle;
    display: table-cell
}

#industryConnectionEventsCarousel .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 28%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: rebeccapurple
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel-indicators {
        height: 470px;
        display: none
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel-indicators {
        height: 287px;
        display: none
    }
}

@media (min-width:992px) {
    #industryConnectionEventsCarousel .carousel-indicators {
        height: 382px
    }
}

@media (min-width:1200px) {
    #industryConnectionEventsCarousel .carousel-indicators {
        height: 465px
    }
}

#industryConnectionEventsCarousel .carousel-indicators li {
    background-color: #2c2b2b;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    height: 20%;
    margin: 0 0;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    border-left: none;
    border-right: none;
    text-indent: 0
}

#industryConnectionEventsCarousel .carousel-indicators li.first {
    border-top: none
}

#industryConnectionEventsCarousel .carousel-indicators li.last {
    border-bottom: none
}

#industryConnectionEventsCarousel .carousel-indicators li:hover {
    background-color: #e4007b;
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms ease ease
}

#industryConnectionEventsCarousel .carousel-indicators li h4 {
    font-family: 'AvenirLTStd85Heavy';
    color: white;
    text-align: left;
    padding-bottom: 0
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel-indicators li h4 {
        padding-top: 26px;
        padding-left: 20px
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel-indicators li h4 {
        padding-top: 8px;
        padding-left: 8px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #industryConnectionEventsCarousel .carousel-indicators li h4 {
        padding-top: 12px;
        padding-left: 20px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    #industryConnectionEventsCarousel .carousel-indicators li h4 {
        padding-top: 26px;
        padding-left: 20px
    }
}

#industryConnectionEventsCarousel .carousel-indicators li p {
    color: white;
    text-align: left;
    padding: 0
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel-indicators li p {
        padding-left: 20px
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel-indicators li p {
        padding-left: 8px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    #industryConnectionEventsCarousel .carousel-indicators li p {
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    #industryConnectionEventsCarousel .carousel-indicators li p {
        padding-left: 20px
    }
}

#industryConnectionEventsCarousel .carousel-indicators .active {
    background-color: #e4007b;
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms ease ease;
    width: 100%;
    height: 20%;
    margin: 0 0
}

#industryConnectionEventsCarousel .carousel_lowerItem {
    text-align: center;
    height: 220px;
    position: relative
}

#industryConnectionEventsCarousel .carousel_lowerItem .no_p {
    padding-top: 30px
}

#industryConnectionEventsCarousel .carousel_lowerItem .quote {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100px
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote {
        width: 100%
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote {
        width: 370px
    }
}

@media (min-width:992px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote {
        width: 370px
    }
}

@media (min-width:1200px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote {
        width: 370px
    }
}

#industryConnectionEventsCarousel .carousel_lowerItem .quote:before {
    content: "[";
    left: -40px;
    text-align: center
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote:before {
        display: none
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote:before {
        left: -40px
    }
}

#industryConnectionEventsCarousel .carousel_lowerItem .quote:after {
    content: "]";
    right: -40px;
    text-align: center
}

@media (max-width:767px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote:after {
        display: none
    }
}

@media (min-width:768px) {
    #industryConnectionEventsCarousel .carousel_lowerItem .quote:after {
        right: -40px
    }
}

#industryConnectionEventsCarousel .carousel_lowerItem .quote:before,
#industryConnectionEventsCarousel .carousel_lowerItem .quote:after {
    color: #cbcbc8;
    position: absolute;
    height: 110px;
    top: 30px;
    font-family: 'AvenirLTStd95Black';
    font-size: 120px;
    font-size: 12rem;
    line-height: 0
}

#industryConnectionEventsCarousel .carousel_lowerItem .quote p {
    padding: 0 2em
}

#industryConnectionEventsCarousel .carousel-control {
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    top: inherit;
    background-image: none;
    font-family: "icons";
    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;
    font-size: 30px;
    font-size: 3rem;
    color: #929191;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#industryConnectionEventsCarousel .carousel-control:hover {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out 300ms ease;
    -moz-transition: color .3s ease-in-out 300ms ease;
    -o-transition: color .3s ease-in-out 300ms ease;
    -ms-transition: color .3s ease-in-out 300ms linear;
    transition: color .3s ease-in-out 300ms ease ease;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #2c2b2b
}

#industryConnectionEventsCarousel .carousel-control.left {
    left: inherit;
    right: 50%
}

#industryConnectionEventsCarousel .carousel-control.right {
    left: inherit;
    left: 50%
}

#industryAdvisors .panel {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

#industryAdvisors .panel h3 {
    color: #e4007b
}

#industryAdvisors .panel h4 {
    font-size: 2rem;
    padding: 30px 0 10px
}

#industryAdvisors .panel img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

#industryAdvisors .panel .slideDown {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 14px;
    background-image: url("../images/slideDown.svg");
    background-size: contain
}

#industryAdvisors .panel:hover img,
#industryAdvisors .panel.active img {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none
}

#industryAdvisors .panel:hover .slideDown,
#industryAdvisors .panel.active .slideDown {
    background-image: url("../images/slideDownHover.svg");
    background-size: contain
}

@media (min-width:768px) {
    #industryAdvisors .panel img {
        width: 170px
    }
}

@media (min-width:992px) {
    #industryAdvisors .panel img {
        width: 200px
    }
}

@media (min-width:1200px) {
    #industryAdvisors .panel img {
        width: 230px
    }
}

@media (max-width:767px) {
    #industryAdvisors .panel {
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        background-color: grey;
        position: relative;
        overflow: hidden;
        height: 90px;
        background: #f6f6f7
    }
    #industryAdvisors .panel h3 {
        color: #e4007b;
        position: absolute;
        left: 139px;
        top: 10px;
        padding: 0;
        font-size: 1.6em
    }
    #industryAdvisors .panel img {
        position: absolute;
        top: -25px;
        left: -16px;
        width: 140px
    }
    #industryAdvisors .panel h4 {
        font-size: 2rem;
        padding: 0;
        position: absolute;
        left: 138px;
        top: 41px;
        width: 144px
    }
    #industryAdvisors .panel .slideDown {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 22px;
        background-image: url("../images/slideDown.svg");
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 10px
    }
    #industryAdvisors .panel.active .slideDown {
        background-image: url("../images/slideDownHover.svg");
        background-size: contain
    }
}

@media (min-width:992px) {
    #feeAssistance .divider-left {
        border-right: 1px solid #e6e6e6;
        padding-right: 80px
    }
}

@media (min-width:992px) {
    #feeAssistance .divider-right {
        padding-left: 80px
    }
}

#feeAssistance ul.basicAltListItem li {
    margin-bottom: 30px
}

@media (min-width:992px) {
    #feeAssistance .buttons {
        text-align: right;
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    #feeAssistance .buttons {
        padding-top: 10px
    }
}

@media (max-width:768px) {
    #feeAssistance .buttons {
        margin: 0 auto
    }
}

#feeAssistance .ctas {
    width: 100%
}

#feeAssistance .ctas p {
    text-align: left
}

@media (max-width:768px) {
    #feeAssistance .ctas .pink-btn,
    #feeAssistance .ctas .blue-btn {
        max-width: 200px
    }
}

@media (min-width:992px) {
    #feeAssistance .call {
        text-align: left
    }
}

#feeAssistance .call .contact-number {
    position: relative;
    padding: 8px 32px
}

@media (max-width:767px) {
    #feeAssistance .call .contact-number {
        width: 270px;
        margin: 20px auto;
        text-align: center
    }
    #feeAssistance .call .contact-number:before {
        content: ' ';
        display: block;
        position: absolute;
        height: 4px;
        width: 20%;
        background-color: #f7f5f2;
        left: 40%;
        top: 2px
    }
}

@media (max-width:350px) {
    #feeAssistance .call .contact-number {
        width: 100%
    }
}

@media (min-width:768px) {
    #feeAssistance .call .contact-number {
        padding: 16px 0 16px 55px
    }
}

#feeAssistance .call .contact-number .phone-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
    font-size: 20px;
    font-size: 2rem;
    border: 1px solid #444444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 45px;
    height: 45px;
    padding: 8px;
    text-align: center
}

@media (max-width:350px) {
    #feeAssistance .call .contact-number .number {
        padding: 22px 0 !important
    }
}

#perks {
    background: #f6f6f7
}

#perks .content {
    padding-left: 30px
}

#internationalstudent_second {
    background-color: #f6f6f7
}

#internationalstudent_second .panel-white {
    text-align: center
}

#internationalstudent_second .panel-white p {
    text-align: left;
    padding: 1em
}

#onlinecourses .online_why {
    background-color: #f6f6f7;
    padding: 80px 0
}

#onlinecourses .online_why .panel-white img {
    max-width: 120px;
    margin: auto
}

@media (min-width:992px) {
    #onlinecourses .online_why .panel-white {
        min-height: 470px
    }
}

.privacypolicy h3 {
    position: relative;
    padding-left: 60px
}

.privacypolicy h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: red;
    top: 36px;
    left: 0
}

.privacypolicy h3#visitors:before {
    background: url("../images/pp_visitors.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#purpose:before {
    background: url("../images/pp_purpose.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#anonymity:before {
    background: url("../images/pp_anonymous.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#security:before {
    background: url("../images/pp_security.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#information:before {
    background: url("../images/pp_public.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#marketing:before {
    background: url("../images/pp_cookies.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#overseas:before {
    background: url("../images/pp_disclosure.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#access:before {
    background: url("../images/pp_access.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy h3#enquiries:before {
    background: url("../images/pp_contact.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.privacypolicy p {
    padding: 0 30px 30px 0
}

#privacy-detail h3 {
    position: relative;
    padding-left: 60px
}

#privacy-detail h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: red;
    top: 36px;
    left: 0
}

#privacy-detail h3#visitors_full:before {
    background: url("../images/pp_visitors.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#purpose_full:before {
    background: url("../images/pp_purpose.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#anonymity_full:before {
    background: url("../images/pp_anonymous.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#security_full:before {
    background: url("../images/pp_security.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#use_full:before {
    background: url("../images/pp_public.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#direct_full:before {
    background: url("../images/pp_cookies.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#disclosure_full:before {
    background: url("../images/pp_disclosure.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#access_full:before {
    background: url("../images/pp_access.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#privacy-detail h3#enquiries_full:before {
    background: url("../images/pp_contact.svg");
    background-size: contain;
    background-repeat: no-repeat
}

#studyPathwaysFeatured {
    background: url("../images/studyPathwaysFeaturebg.jpg") repeat 0 0;
    background-repeat-x: no-repeat;
    background-size: cover
}

#studyPathwaysFeatured h2 {
    color: white;
    padding-bottom: 36px
}

#studyPathwaysFeatured h2:after {
    display: none
}

#studyPathwaysFeatured .panel-white {
    background-color: rgba(255, 255, 255, 0.95)
}

@media (max-width:767px) {
    #studyPathwaysFeatured .panel-white {
        padding: 15px;
        height: auto
    }
}

@media (min-width:768px) {
    #studyPathwaysFeatured .panel-white {
        padding: 15px;
        height: 850px
    }
}

@media (min-width:992px) {
    #studyPathwaysFeatured .panel-white {
        padding: 30px;
        height: 720px
    }
}

@media (min-width:1200px) {
    #studyPathwaysFeatured .panel-white {
        padding: 50px;
        height: 770px
    }
}

#studyPathwaysFeatured .panel-white h3 {
    padding: 0 0 36px 0
}

#studyPathwaysFeatured .panel-white img {
    padding-bottom: 36px;
    max-width: 300px
}

ul.billaryblueListItem {
    margin: 0 auto;
    padding: 0
}

#studyPathwaysFigure blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
    position: relative;
    margin-top: 70px
}

#studyPathwaysFigure blockquote p {
    font-family: 'AvenirLTStd35Light';
    font-size: 20px;
    font-size: 2rem;
    padding: 0 3em;
    font-style: italic;
    color: #424242;
    text-align: center
}

@media (max-width:767px) {
    #studyPathwaysFigure blockquote p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    #studyPathwaysFigure blockquote p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    #studyPathwaysFigure blockquote p {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    #studyPathwaysFigure blockquote p {
        font-size: 20px;
        font-size: 2rem
    }
}

#studyPathwaysFigure blockquote div.name {
    text-align: center;
    margin-top: 2em
}

#studyPathwaysFigure blockquote div.name b {
    font-family: 'AvenirLTStd95Black'
}

#studyPathwaysFigure blockquote:before {
    content: "[";
    left: -30px;
    text-align: center
}

@media (max-width:767px) {
    #studyPathwaysFigure blockquote:before {
        left: 0
    }
}

@media (min-width:768px) {
    #studyPathwaysFigure blockquote:before {
        left: -30px
    }
}

#studyPathwaysFigure blockquote:after {
    content: "]";
    right: -30px;
    text-align: center
}

@media (max-width:767px) {
    #studyPathwaysFigure blockquote:after {
        right: 0
    }
}

@media (min-width:768px) {
    #studyPathwaysFigure blockquote:after {
        right: -30px
    }
}

#studyPathwaysFigure blockquote:before,
#studyPathwaysFigure blockquote:after {
    color: #cbcbc8;
    position: absolute;
    top: 50%;
    font-family: 'AvenirLTStd35Light';
    font-size: 330px;
    font-size: 33rem;
    line-height: 0;
    display: block
}

@media (max-width:767px) {
    #studyPathwaysFigure blockquote:before,
    #studyPathwaysFigure blockquote:after {
        display: none
    }
}

#studyPathwaysFigure .blue-btn {
    margin-top: 118px;
    margin-left: 50px;
    margin-right: 20px
}

#studyPathwaysBottomModule {
    background: url("../images/studyPathwayscoursecreditsbg.jpg") repeat 0 0;
    background-repeat-x: no-repeat;
    background-size: cover
}

#studyPathwaysBottomModule .panel-white {
    position: relative
}

@media (max-width:767px) {
    #studyPathwaysBottomModule .panel-white {
        padding: 15px;
        height: auto
    }
}

@media (min-width:768px) {
    #studyPathwaysBottomModule .panel-white {
        padding: 15px;
        height: 680px
    }
}

@media (min-width:992px) {
    #studyPathwaysBottomModule .panel-white {
        padding: 30px;
        height: 600px
    }
}

@media (min-width:1200px) {
    #studyPathwaysBottomModule .panel-white {
        padding: 50px;
        height: 680px
    }
}

#studyPathwaysBottomModule .panel-white .center {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto
}

@media (max-width:767px) {
    #studyPathwaysBottomModule .panel-white .center {
        position: relative;
        bottom: 0
    }
}

.studentStories .testimonial-carousel {
    margin-top: 20px
}

.studentStories .testimonial-carousel .testimonial-thumbnails {
    text-align: center
}

.studentStories .testimonial-carousel .testimonial-thumbnails li {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    margin: 10px;
    position: relative;
    width: 75px;
    height: 75px
}

@media (min-width:992px) {
    .studentStories .testimonial-carousel .testimonial-thumbnails li {
        width: 150px;
        height: 150px;
        margin: 20px
    }
}

.studentStories .testimonial-carousel .testimonial-thumbnails li .default {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s linear;
    transition: opacity .5s ease ease
}

.studentStories .testimonial-carousel .testimonial-thumbnails li img {
    width: 100%
}

.studentStories .testimonial-carousel .testimonial-thumbnails li:hover {
    cursor: pointer
}

.studentStories .testimonial-carousel .testimonial-thumbnails li.active .default,
.studentStories .testimonial-carousel .testimonial-thumbnails li:hover .default {
    opacity: 0
}

.studentStories .testimonial-carousel .carousel-wrap {
    margin: auto;
    max-width: 800px;
    padding: 20px 40px;
    position: relative
}

@media (min-width:768px) {
    .studentStories .testimonial-carousel .carousel-wrap {
        padding: 20px 80px
    }
}

.studentStories .testimonial-carousel .carousel-wrap:before,
.studentStories .testimonial-carousel .carousel-wrap:after {
    top: 0;
    display: block;
    font-size: 150px;
    font-size: 15rem;
    position: absolute;
    color: #c5c5c5;
    font-family: 'AvenirLTStd65Medium', Helvetica, Arial, sans-serif
}

@media (min-width:768px) {
    .studentStories .testimonial-carousel .carousel-wrap:before,
    .studentStories .testimonial-carousel .carousel-wrap:after {
        font-size: 200px;
        font-size: 20rem;
        top: -50px
    }
}

.studentStories .testimonial-carousel .carousel-wrap:before {
    content: '[';
    left: -10px
}

.studentStories .testimonial-carousel .carousel-wrap:after {
    content: ']';
    right: -10px
}

.studentStories .testimonial-carousel .carousel-wrap .item {
    text-align: center
}

.studentStories .testimonial-carousel .carousel-wrap .item .quote {
    font-size: 15px;
    font-size: 1.5rem;
    font-style: italic
}

@media (min-width:992px) {
    .studentStories .testimonial-carousel .carousel-wrap .item .quote {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.studentStories .testimonial-carousel .carousel-wrap .item .testimonial-info cite {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 10px
}

.studentStories .testimonial-carousel .testimonial-nav {
    text-align: center;
    margin-top: 30px
}

.studentStories .testimonial-carousel .testimonial-nav .arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/carousel-arrows.png');
    background-repeat: no-repeat
}

.studentStories .testimonial-carousel .testimonial-nav .arrow.left {
    background-position: top left
}

.studentStories .testimonial-carousel .testimonial-nav .arrow.right {
    background-position: top right
}

.studentStories .button-group {
    text-align: center;
    margin-top: 30px
}

@media (min-width:992px) {
    .studentStories .button-group {
        margin-top: 50px
    }
}

.studentStories .button-group a {
    width: 200px
}

@media (min-width:992px) {
    .studentStories .button-group a.blue-btn {
        margin-right: 15px
    }
}

.studentStories .button-group a .icon {
    margin-left: 5px
}

.designer-for-day h2:after {
    display: none
}

@media (max-width:991px) {
    .designer-for-day h2 {
        padding-bottom: 10px
    }
}

.designer-for-day h3 {
    padding-top: 0
}

.designer-for-day img {
    max-width: 100%
}

.careersAndIndustry.landing .panel-white {
    text-align: center;
    position: relative
}

@media (min-width:480px) {
    .careersAndIndustry.landing .panel-white {
        padding: 32px
    }
}

@media (min-width:992px) {
    .careersAndIndustry.landing .panel-white {
        min-height: 820px
    }
}

@media (min-width:1200px) {
    .careersAndIndustry.landing .panel-white {
        min-height: 820px
    }
}

.careersAndIndustry.landing .panel-white .content {
    text-align: left
}

.careersAndIndustry.landing .panel-white .cta {
    padding-top: 10px
}

@media (min-width:992px) {
    .careersAndIndustry.landing .panel-white .cta {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0
    }
}

@media (min-width:768px) {
    .careersAndIndustry.landing .panel-white .cta a.pink-btn {
        display: block;
        max-width: 50%;
        margin: auto
    }
}

.careersAndIndustry.landing .panel-white ul {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:992px) {
    .careersAndIndustry.landing .panel-white ul {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .careersAndIndustry.landing .panel-white.s2 .content {
        width: 80%;
        margin: auto
    }
}

.careersAndIndustry.connections .center.ctas {
    margin-top: 0
}

.careersAndIndustry.connections .separated {
    position: relative
}

@media (min-width:768px) {
    .careersAndIndustry.connections .separated:after {
        content: ' ';
        border-right: 1px solid #eee;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        display: block
    }
    .careersAndIndustry.connections .separated div>div:first-child {
        padding-right: 50px
    }
    .careersAndIndustry.connections .separated div>div:last-child {
        padding-left: 50px
    }
}

.careersAndIndustry.connections .industryPartners div>div {
    background-color: #f6f6f7;
    border: 3px #fff solid;
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    -o-transition: border .5s ease;
    -ms-transition: border .5s linear;
    transition: border .5s ease ease
}

.careersAndIndustry.connections .industryPartners div>div:hover {
    border: 10px #fff solid
}

.careersAndIndustry.connections #industryEvents .container {
    padding-top: 0
}

.careersAndIndustry .industryProjects .feature {
    position: relative
}

@media (max-width:991px) {
    .careersAndIndustry .industryProjects .feature {
        max-width: 500px;
        margin: auto
    }
}

.careersAndIndustry .industryProjects .feature .logo {
    position: absolute;
    bottom: 0;
    height: 80px;
    padding: 22px;
    left: 0;
    right: 0;
    background: rgba(40, 40, 40, 0.9);
    text-align: center
}

.careersAndIndustry .industryProjects .feature .logo img {
    height: 100%
}

@media (max-width:991px) {
    .careersAndIndustry .industryProjects .content {
        text-align: center
    }
}

@media (min-width:992px) {
    .careersAndIndustry .industryProjects .content {
        padding-left: 20px
    }
    .careersAndIndustry .industryProjects .content p {
        font-size: 20px;
        font-size: 2rem
    }
    .careersAndIndustry .industryProjects .content h3 {
        padding-top: 10px
    }
}

@media (min-width:1200px) {
    .careersAndIndustry .industryProjects .content h3 {
        padding-top: 20px
    }
}

.careersAndIndustry .industryProjects .content p {
    color: #6d6e70;
    font-family: "AvenirLTStd35Light", Helvetica, Arial, sans-serif;
    padding-bottom: 15px
}

.careersAndIndustry .industryProjects .content h3 {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .careersAndIndustry .industryProjects .content .cta a {
        margin-bottom: 0
    }
    .careersAndIndustry .industryProjects .content .cta a:first-child {
        margin-right: 15px
    }
}

@media (max-width:991px) {
    .careersAndIndustry .industryProjects .content .cta a:last-child {
        margin-top: 0
    }
}

.careersAndIndustry .industryProjects .loop {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    display: inline-block
}

.careersAndIndustry .industryProjects .loop:before {
    content: ' ';
    background: url(../images/loop.png) no-repeat top left;
    width: 44px;
    height: 34px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 10px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    -ms-transition: background .3s linear;
    transition: background .3s ease ease
}

.careersAndIndustry .industryProjects .loop:hover:before {
    background-position: bottom left
}

#studentOpportunities h3 {
    position: relative;
    text-align: center;
    padding-top: 90px
}

#studentOpportunities h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-repeat: no-repeat
}

#studentOpportunities h3.soCareers:before {
    background: url('../icons/070_lifeaftercatc.svg');
    background-size: contain
}

#studentOpportunities h3.soIndustry:before {
    background: url('../icons/069_industryprojects.svg');
    background-size: contain
}

#studentOpportunities h3.soPathways:before {
    background: url('../icons/039_addrtess.svg');
    background-size: contain
}

#studentOpportunities .learnMore {
    text-align: center
}

#studentOpportunities p {
    padding: 0 3em
}

@media (max-width:767px) {
    .mb {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .mb {
        margin-bottom: 0
    }
}

#studentOpportunitiesBlog {
    background-color: #f6f6f7
}

#studentOpportunitiesBlog h3 {
    padding-bottom: 26px
}

#studentOpportunitiesBlog hr {
    margin-top: 0
}

#studentOpportunitiesBlog .pink-btn {
    padding: 18px 40px
}

.blog_dates {
    position: relative
}

@media (max-width:767px) {
    .blog_dates {
        height: 90px;
        padding-top: 20px
    }
}

@media (min-width:768px) {
    .blog_dates {
        height: 100px;
        padding-top: 10px
    }
}

@media (min-width:992px) {
    .blog_dates {
        height: 100px;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    .blog_dates {
        height: 120px;
        padding-top: 0
    }
}

.news__date {
    font-family: 'GustanBlack'
}

@media (max-width:767px) {
    .news__date {
        font-size: 40px;
        font-size: 4rem
    }
}

@media (min-width:768px) {
    .news__date {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:992px) {
    .news__date {
        font-size: 70px;
        font-size: 7rem
    }
}

@media (min-width:1200px) {
    .news__date {
        font-size: 80px;
        font-size: 8rem
    }
}

.news__month {
    white-space: nowrap;
    position: absolute;
    display: block;
    bottom: 0;
    left: 4px
}

.blog-author {
    color: #929191
}

.articles_dates {
    display: block;
    color: #929191
}

#lifeAfterCATC_top .pagenation {
    text-align: center
}

#lifeAfterCATC_top h3 {
    text-align: center
}

#lifeAfterCATC .collapseBtn {
    cursor: pointer;
    background-color: #f4f4f4;
    margin: 0 0 10px;
    padding: 30px 0
}

#lifeAfterCATC .collapseBtn>div.container {
    position: relative
}

#lifeAfterCATC .collapseBtn>div.container:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url("../images/slideUpHover.svg");
    background-size: contain;
    margin: auto
}

@media (max-width:767px) {
    #lifeAfterCATC .collapseBtn>div.container:after {
        right: 20px;
        top: 18px;
        bottom: auto
    }
}

@media (min-width:768px) {
    #lifeAfterCATC .collapseBtn>div.container:after {
        right: 80px;
        top: 0;
        bottom: 0
    }
}

@media (max-width:767px) {
    #lifeAfterCATC .collapseBtn>div.container h3 {
        text-align: left
    }
}

@media (min-width:480px) {
    #lifeAfterCATC .collapseBtn>div.container h3 {
        text-align: center
    }
}

@media (min-width:768px) {
    #lifeAfterCATC .collapseBtn>div.container h3 {
        text-align: left
    }
}

#lifeAfterCATC .collapseBtn.collapsed>div.container:after {
    background-image: url("../images/slideDown.svg")
}

#lifeAfterCATC .collapseBtn.collapsed:hover>div.container:after {
    background-image: url("../images/slideDownHover.svg")
}

#lifeAfterCATC .panel-collapse {
    padding-bottom: 40px
}

@media (max-width:767px) {
    #lifeAfterCATC .panel-collapse {
        padding-bottom: 20px
    }
}

#lifeAfterCATC .panel-collapse>div.container {
    padding: 0 0
}

#lifeAfterCATC .panel-collapse .galleryImages img {
    margin: 0 0
}

@media (max-width:767px) {
    #lifeAfterCATC .panel-collapse .galleryImages img {
        margin: 7.5px 0
    }
}

#lifeAfterCATC .panel-collapse h4 {
    padding: 5px 0
}

@media (max-width:767px) {
    #lifeAfterCATC .panel-collapse h4 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    #lifeAfterCATC .panel-collapse h4 {
        font-size: 15px;
        font-size: 1.5rem
    }
}

#lifeAfterCATC .panel-collapse h5 {
    position: relative;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-size: 1.6rem
}

#lifeAfterCATC .panel-collapse h5:before {
    position: absolute;
    content: "";
    width: 370px;
    height: 3px;
    background: black;
    top: 0;
    left: 0
}

#lifeAfterCATC .panel-collapse .collapseBtn {
    cursor: pointer;
    background-color: #f4f4f4;
    margin: 0 0 10px;
    padding: 30px 0
}

#lifeAfterCATC .panel-collapse .collapseBtn>div.container {
    position: relative
}

#lifeAfterCATC .panel-collapse .collapseBtn>div.container:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/minus.svg");
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    #lifeAfterCATC .panel-collapse .collapseBtn>div.container:after {
        right: 20px
    }
}

@media (min-width:768px) {
    #lifeAfterCATC .panel-collapse .collapseBtn>div.container:after {
        right: 40px
    }
}

#lifeAfterCATC .panel-collapse .collapseBtn.collapsed>div.container:after {
    background-image: url("../images/plus.svg")
}

#lifeAfterCATC dl {
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    #lifeAfterCATC dl {
        margin-left: auto
    }
}

@media (min-width:480px) {
    #lifeAfterCATC dl {
        margin-left: 149px
    }
}

@media (min-width:768px) {
    #lifeAfterCATC dl {
        margin-left: auto
    }
}

#lifeAfterCATC dt {
    float: left;
    font-weight: bold;
    position: relative;
    font-family: 'AvenirLTStd85Heavy'
}

#lifeAfterCATC dt:before {
    content: "-";
    position: absolute;
    right: -16px;
    top: -1px
}

#lifeAfterCATC dd {
    margin-left: 50px;
    padding-left: 1em
}

#lifeAfterCATC_bottom {
    background-image: url("http://dummyimage.com/1400x800/e5e7ff/e4007b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

#lifeAfterCATC_bottom .panel-white {
    background-color: rgba(255, 255, 255, 0.9)
}

#lifeAfterCATC_bottom .pink-btn {
    margin: 10px
}

#lifeAfterCATC_bottom h4 {
    padding: 10px 0 10px
}

#industryOpportunitiesTop h2:after {
    display: none
}

#industryOpportunitiesSecond {
    background-image: url("../images/prlxBgDesignIndustryOpportunities.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black
}

#industryOpportunitiesSecond h2 {
    color: white
}

#industryOpportunitiesSecond h2:after {
    display: none
}

#industryOpportunitiesSecond h3 {
    padding-left: 60px;
    background-position: 0 24px;
    background-repeat: no-repeat
}

#industryOpportunitiesSecond .hone {
    background-image: url("../images/hbullet-one.svg")
}

#industryOpportunitiesSecond .htwo {
    background-image: url("../images/hbullet-two.svg")
}

#industryOpportunitiesSecond .hthree {
    background-image: url("../images/hbullet-three.svg")
}

#industryOpportunitiesThird .btn_wrap {
    float: left
}

@media (max-width:992px) {
    #industryOpportunitiesThird .btn_wrap {
        width: 100%
    }
    #industryOpportunitiesThird .btn_wrap .pink-btn,
    #industryOpportunitiesThird .btn_wrap .blue-btn {
        width: 200px
    }
}

@media (max-width:768px) {
    #industryOpportunitiesThird .btn_wrap {
        text-align: center
    }
}

@media (min-width:992px) {
    #industryOpportunitiesThird .pink-btn {
        margin-left: 40px
    }
}

#industryOpportunitiesThird .text {
    padding-left: 40px
}

#industryOpportunitiesThird h2:after {
    display: none
}

#industryOpportunitiesThird h3 {
    padding-top: 20px;
    font-size: 28px;
    font-size: 2.8rem
}

#industryOpportunitiesThird .bottomlead {
    padding-top: 40px
}

#industryOpportunitiesThird .bottomlead .logo_loop {
    padding-left: 10px
}

#industryOpportunitiesThird .bottomlead p {
    padding-bottom: 0
}

.formBlue {
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #172ad6
}

@media (min-width:992px) {
    .formBlue {
        padding: 40px 70px
    }
}

@media (max-width:991px) {
    .formBlue {
        padding: 30px 30px
    }
}

.formBlue .outline-btn:hover,
.formBlue .outline-btn:focus,
.formBlue .outline-btn:active,
.formBlue .outline-btn.active {
    color: #172ad6;
    -webkit-transition: background .3s;
    transition: background .3s
}

.formBlue .form-label {
    text-transform: uppercase;
    font-family: 'AvenirLTStd65Medium';
    padding: 10px 0 5px 8px
}

.formBlue h2 {
    padding-bottom: 30px
}

.formBlue h2:after {
    display: none
}

.formBlue p {
    color: white
}

.formBlue input[type="text"],
.formBlue input[type="tel"],
.formBlue input[type="email"],
.formBlue textarea {
    background-color: #fff;
    border: none;
    color: #444;
    letter-spacing: 0;
    font-family: 'AvenirLTStd35Light';
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: "";
    text-indent: .01px;
    width: 100%;
    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
}

.formBlue input[type="text"].error,
.formBlue input[type="tel"].error,
.formBlue input[type="email"].error,
.formBlue textarea.error {
    border: 2px solid #e47
}

.formBlue #message {
    height: 140px
}

.formBlue .submit-wrap {
    padding-top: 40px
}

.formBlue .input {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s linear;
    transition: opacity .5s ease ease
}

.formBlue .success {
    display: none
}

.formBlue .errorMessage {
    display: none;
    padding-top: 20px;
    margin-bottom: -20px
}

.formBlue form.loading {
    background-image: url(../images/ajax-loader-blue.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.formBlue form.loading .input {
    opacity: 0
}

body.error #think-nav-left-menu>ul>li {
    position: relative;
    top: -1px
}

body.error .error-404 {
    padding-bottom: 60px
}

body.error h2 {
    margin: 40px 0 20px;
    padding: 0;
    color: #353535
}

@media (min-width:992px) {
    body.error h2 {
        margin: 50px 0
    }
}

body.error h2:after {
    display: none
}

body.error .lead {
    margin: 22px 0
}

@media (min-width:992px) {
    body.error .right-content {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    body.error .left-border {
        border-left: 2px solid #f6f6f7;
        padding-left: 40px
    }
}

body.error .grey-box {
    padding: 30px 40px;
    background-color: #f6f6f7
}

body.error .grey-box h3 {
    padding-top: 0
}

body.error .grey-box p {
    padding-bottom: 10px
}

#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: 0
}

@media screen and (max-width:760px) {
    #livechat {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999999999;
        background: #4cbf62;
        width: 100%;
        height: 55px
    }
}

.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: #e4007b;
    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: 0 0 0 13px;
    position: relative;
    z-index: 5006
}

.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    height: 1px;
    background: #e4007b;
    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
}

#eblog-wrapper {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-size: 1.6rem
}

#eblog-wrapper :not(.blog-title a) {
    line-height: 2
}

.eb-header {
    display: none
}

#fd.eb img {
    max-width: 100% !important;
    width: 100%
}

#ezblog-posts .blog-post {
    padding: 18px;
    background-color: #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;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 40px;
    width: 100%
}

@media (min-width:992px) {
    #ezblog-posts .blog-post {
        width: 290px
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post {
        width: 350px
    }
}

#ezblog-posts .blog-post .blog-title {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: inherit;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left
}

#ezblog-posts .blog-post .blog-title a {
    line-height: 1.4;
    color: #000;
    text-transform: inherit
}

#ezblog-posts .blog-post .blog-title:hover a {
    color: #e4007b
}

#ezblog-posts .blog-post .blog-title:after {
    display: none
}

#ezblog-posts .blog-post .blog-header {
    margin: 0 0 0;
    padding: 0
}

#ezblog-posts .blog-post .blog-image {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#ezblog-posts .blog-post .post-image {
    margin-bottom: 10px
}

#ezblog-posts .blog-post .blog-content {
    padding: 0
}

#ezblog-posts .blog-post .blog-meta {
    margin: 15px 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a3a2a2
}

#ezblog-posts .blog-post p {
    font-size: 16px;
    font-size: 1.6rem
}

#ezblog-posts .blog-post .easyblog-button-readmore {
    padding-top: 10px
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul {
    list-style-type: none;
    display: inline
}

#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_084_facebook_blog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_084_facebook_blog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_084_facebook_blog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_084_facebook_blog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_085_linkedin_blog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_085_linkedin_blog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_085_linkedin_blog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_085_linkedin_blog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_086_twitter_blog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_086_twitter_blog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_086_twitter_blog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_086_twitter_blog:hover {
        color: #41abe1
    }
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: right
}

#ezblog-posts .blog-post+.blog-post {
    border-top: none
}

#ezblog-posts #paginate {
    display: none;
    width: 200px
}

#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 .main-heading {
    text-align: left;
    margin-bottom: 0
}

#ezblog-body #eblog-wrapper article section {
    border-bottom: solid 1px #ccc;
    margin-top: 20px
}

#ezblog-body span.cat-desc p {
    background-color: #e4007b;
    color: #fff;
    text-align: center
}

#ezblog-body .eb-image {
    position: relative;
    margin-top: 10px
}

#ezblog-body div#fd.eb .eb-image-figure {
    z-index: -1 !important
}

#ezblog-body .eb-image-viewport {
    border: 0 !important;
    padding: 0 !important
}

#ezblog-body .eb-image-caption {
    display: block;
    background-color: #333 !important;
    color: #fff;
    padding: 0 !important;
    z-index: 1;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#ezblog-body .eb-image-caption span {
    padding: 10px 0 !important;
    text-align: center;
    line-height: normal
}

#ezblog-body h1 {
    padding: 20px 0
}

#ezblog-body h2,
#ezblog-body h3 {
    padding-bottom: 10px;
    text-align: left
}

#ezblog-body h2:after {
    display: none !important
}

.easyblog-right-sidebar {
    position: static
}

@media (min-width:992px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 200px
    }
}

@media (min-width:1200px) {
    .easyblog-right-sidebar>div #stickySideBar {
        width: 335px
    }
}

@media (min-width:992px) {
    .easyblog-right-sidebar .sticky {
        position: fixed;
        top: 80px
    }
    .easyblog-right-sidebar .stickBot {
        position: absolute;
        bottom: 30px
    }
}

.easyblog-right-sidebar .dropdown .btn p {
    padding: 0 !important
}

.easyblog-right-sidebar .blog-sidebar-hr {
    border: 0;
    height: 4px;
    padding: 0;
    background-color: #edeaea;
    display: block;
    margin-top: 0;
    margin-bottom: 16px
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    color: #353535;
    text-transform: uppercase;
    line-height: 3
}

@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 a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2
}

.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 {
    text-align: right
}

.easyblog-right-sidebar .easyblog-categories a {
    font-size: 16px;
    font-size: 1.6rem
}

.easyblog-right-sidebar .easyblog-categories .h3 {
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

@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;
        padding-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
    }
}

.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;
    margin-bottom: 16px
}

#eblog-wrapper #social-left {
    width: 30%;
    height: 70px;
    float: left;
    padding: 20px 0;
    position: relative
}

@media (max-width:991px) {
    #eblog-wrapper #social-left {
        width: 100%
    }
}

#eblog-wrapper #social-right {
    width: 70%;
    height: 70px;
    float: right;
    text-align: right;
    padding: 13px 0;
    position: relative
}

@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_084_facebook_blog:active {
        color: #3b5998
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_084_facebook_blog:active {
        color: #3b5998
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_084_facebook_blog:hover {
        color: #3b5998
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_084_facebook_blog:hover {
        color: #3b5998
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_085_linkedin_blog:active {
        color: #007bb6
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_085_linkedin_blog:active {
        color: #007bb6
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_085_linkedin_blog:hover {
        color: #007bb6
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_085_linkedin_blog:hover {
        color: #007bb6
    }
}

@media (max-width:767px) {
    #eblog-wrapper #social-right ul li .icon_086_twitter_blog:active {
        color: #41abe1
    }
}

@media (min-width:768px) {
    #eblog-wrapper #social-right ul li .icon_086_twitter_blog:active {
        color: #41abe1
    }
}

@media (min-width:992px) {
    #eblog-wrapper #social-right ul li .icon_086_twitter_blog:hover {
        color: #41abe1
    }
}

@media (min-width:1200px) {
    #eblog-wrapper #social-right ul li .icon_086_twitter_blog:hover {
        color: #41abe1
    }
}

#eblog-wrapper #social-right p {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 170px;
    margin: auto;
    padding: 0;
    line-height: 70px
}

#eblog-wrapper #social-right p .nowrap {
    white-space: nowrap
}

@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: 140px
    }
}

@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
    }
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu,
.mm-menu>.mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px
}

.mm-menu>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-menu>.mm-panel:before,
.mm-menu>.mm-panel:after {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-vertical .mm-listview>li>.mm-next,
.mm-listview>li.mm-vertical>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-vertical .mm-listview>li>.mm-next:after,
.mm-listview>li.mm-vertical>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-vertical .mm-listview>li.mm-opened>.mm-next:after,
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-navbar {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-menu>.mm-panel>.mm-listview {
    margin-left: -20px;
    margin-right: -20px
}

.mm-menu>.mm-panel>.mm-listview.mm-first {
    margin-top: -20px
}

.mm-menu>.mm-panel>.mm-listview.mm-last {
    padding-bottom: 20px
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px
}

.mm-next:after,
.mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px
}

.mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview>li.mm-spacer {
    padding-top: 40px
}

.mm-listview>li.mm-spacer>.mm-next {
    top: 40px
}

.mm-listview>li.mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li:after {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview>li .mm-prev:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li .mm-prev:after,
.mm-menu .mm-listview>li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.5)
}

.mm-menu.mm-vertical .mm-listview li.mm-opened>a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    overflow: hidden;
    position: relative
}

html.mm-opened body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}

.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
    max-height: 80%
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    padding-left: 40px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top: 1px solid transparent;
    border-bottom: none;
    top: auto;
    bottom: 0
}

.mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panel {
    top: 40px
}

.mm-hasnavbar-top-1 .mm-indexer {
    top: 50px
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
    top: 40px
}

.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panel {
    top: 80px
}

.mm-hasnavbar-top-2 .mm-indexer {
    top: 90px
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
    top: 80px
}

.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panel {
    top: 120px
}

.mm-hasnavbar-top-3 .mm-indexer {
    top: 130px
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
    top: 120px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panel {
    bottom: 40px
}

.mm-hasnavbar-bottom-1 .mm-indexer {
    bottom: 50px
}

.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panel {
    bottom: 80px
}

.mm-hasnavbar-bottom-2 .mm-indexer {
    bottom: 90px
}

.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panel {
    bottom: 120px
}

.mm-hasnavbar-bottom-3 .mm-indexer {
    bottom: 130px
}

.mm-close {
    text-align: right
}

.mm-close:after {
    content: 'x'
}

.mm-navbar-2>*,
.mm-navbar-3>*,
.mm-navbar-4>*,
.mm-navbar-5>*,
.mm-navbar-6>* {
    display: block;
    float: left
}

.mm-navbar-2>* {
    width: 50%
}

.mm-navbar-3>* {
    width: 33.33%
}

.mm-navbar-4>* {
    width: 25%
}

.mm-navbar-5>* {
    width: 20%
}

.mm-navbar-6>* {
    width: 16.66%
}

.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px
}

.mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 40px 0
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, 0.3)
}

input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2
}

label.mm-toggle:before,
label.mm-check:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
    bottom: auto;
    margin-top: 0
}

li.mm-vertical label.mm-toggle {
    top: 5px
}

li.mm-vertical label.mm-check {
    top: 5px
}

label.mm-toggle,
label.mm-check {
    right: 20px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-toggle,
a.mm-next+label.mm-check {
    right: 60px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span,
a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-toggle,
em.mm-counter+a.mm-next+label.mm-check {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span,
em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.7)
}

.mm-menu.mm-border-none .mm-listview>li:after,
.mm-listview.mm-border-none>li:after {
    content: none
}

.mm-menu.mm-border-full .mm-listview>li:after,
.mm-listview.mm-border-full>li:after {
    left: 0 !important
}

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    -moz-transition-property: -moz-transform, left;
    -ms-transition-property: -ms-transform, left;
    -o-transition-property: -o-transform, left;
    transition-property: transform, left
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0)
    }
}

.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span {
    text-overflow: clip;
    white-space: normal
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
    content: none;
    display: none
}

.mm-menu.mm-pageshadow:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

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

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important
}

.mm-menu.mm-front {
    z-index: 1
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-theme-dark {
    background: #333333;
    color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-navbar {
    border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview>li:after {
    border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: white;
    color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview>li:after {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: white
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: black;
    color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-navbar {
    border-color: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview>li:after {
    border-color: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.3)
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: black
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

html.mm-opened #mobilemenu {
    display: block
}

.header a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px
}

#mobilemenu {
    background: #202020;
    color: white;
    display: none;
    font-family: 'AvenirLTStd65Medium';
    text-transform: uppercase
}

#mobilemenu .mm-panel {
    top: 140px
}

@media (max-width:375px) {
    #mobilemenu .mm-panel {
        top: 120px
    }
}

#mobilemenu .mm-navbar {
    height: 59px;
    padding: 0 30px
}

@media (max-width:375px) {
    #mobilemenu .mm-navbar {
        height: 49px
    }
}

#mobilemenu .mm-listview {
    margin-top: 0
}

@media (max-width:375px) {
    #mobilemenu .mm-listview {
        margin-top: -10px
    }
}

#mobilemenu .mm-prev {
    margin-top: 8px
}

#mobilemenu .mm-title {
    padding: 20px 0 20px 10px;
    text-align: center;
    color: white;
    font-family: 'AvenirLTStd65Medium'
}

@media (max-width:375px) {
    #mobilemenu .mm-title {
        padding: 12px 0 12px 10px
    }
}

#mobilemenu .mm-listview>li>a,
#mobilemenu .mm-listview>li>span {
    padding: 20px 20px 20px 30px
}

@media (max-width:375px) {
    #mobilemenu .mm-listview>li>a,
    #mobilemenu .mm-listview>li>span {
        padding: 12px 20px 12px 30px
    }
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-navbar,
.mm-menu .mm-listview>li .mm-prev:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after,
.mm-navbar,
#mobilemenu .mm-listview li:after,
.mm-menu .mm-listview>li .mm-prev:after,
.mm-menu .mm-listview>li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.5)
}

.searchbox-mobile {
    position: static;
    display: block;
    width: 100%;
    float: none;
    height: 69px
}

@media (max-width:375px) {
    .searchbox-mobile {
        height: 60px
    }
}

.searchbox-mobile input {
    padding-left: 1em;
    border: 0;
    width: 80%;
    display: block;
    float: left;
    position: static;
    font-size: 20px;
    font-size: 2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 69px;
    background-color: rgba(255, 255, 255, 0.2)
}

@media (max-width:375px) {
    .searchbox-mobile input {
        height: 60px
    }
}

.searchbox-mobile .searchbox-submit {
    cursor: pointer;
    z-index: 999999;
    height: 69px;
    width: 20%;
    position: absolute;
    border: 0;
    background: url(../images/search.svg) no-repeat center center;
    top: 0;
    right: 0;
    background-size: 26%
}

@media (min-width:768px) {
    .searchbox-mobile .searchbox-submit {
        font-size: 40px;
        font-size: 4rem
    }
    .searchbox-mobile .searchbox-submit .icon {
        line-height: 2.2
    }
}

.mobileMenuTwoColumns {
    background: #363636;
    width: 100%;
    position: absolute;
    top: 69px
}

@media (max-width:375px) {
    .mobileMenuTwoColumns {
        top: 60px;
        height: 59px
    }
}

.mobileMenuTwoColumns ul {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    padding: 0
}

.mobileMenuTwoColumns ul li {
    display: block;
    border-right: solid 1px #4d4d4d;
    float: left;
    width: 50%
}

.mobileMenuTwoColumns ul li a {
    display: block;
    text-align: center;
    padding: 22px
}

@media (max-width:375px) {
    .mobileMenuTwoColumns ul li a {
        padding: 20px
    }
}

.mobileMenuTwoColumns ul li a:after {
    content: none
}

.mobileMenuTwoColumns ul li:nth-child(2) {
    border-right: none
}

section#studentOpportunitiesBlog {
    background-color: #f6f6f7
}

section#studentOpportunitiesBlog .sopportunities_section {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -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) {
    section#studentOpportunitiesBlog .sopportunities_section .news__date {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (min-width:768px) {
    section#studentOpportunitiesBlog .sopportunities_section .news__date {
        font-size: 60px;
        font-size: 6rem
    }
}

section#studentOpportunitiesBlog .sopportunities_section .news__month {
    font-size: 17px;
    font-size: 1.7rem;
    bottom: -9px
}

@media (max-width:767px) {
    section#studentOpportunitiesBlog .sopportunities_section .news__month {
        left: 10px
    }
}

@media (min-width:768px) {
    section#studentOpportunitiesBlog .sopportunities_section .news__month {
        left: 20px
    }
}

section#studentOpportunitiesBlog .sopportunities_section h2 {
    text-align: left;
    font-size: 32px;
    font-size: 3.2rem;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    padding-top: 0;
    line-height: 1.4;
    text-transform: inherit
}

section#studentOpportunitiesBlog .sopportunities_section h2:after {
    content: none
}

section#studentOpportunitiesBlog .sopportunities_section a {
    color: #444
}

section#studentOpportunitiesBlog .sopportunities_section a:hover {
    color: #e4007b
}

section#studentOpportunitiesBlog .sopportunities_section p {
    padding: 0 0 0 0
}

section#studentOpportunitiesBlog .sopportunities_section .ebd-block {
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px
}

section#studentOpportunitiesBlog .sopportunities_section .align-ctr {
    text-align: center
}

section#studentOpportunitiesBlog .sopportunities_section .easyblog-button-readmore {
    margin: 0 9px;
    text-align: right
}

section#studentOpportunitiesBlog .sopportunities_section .easyblog-button-readmore a {
    color: #fff
}

section#studentOpportunitiesBlog .featured-image {
    height: 221px
}

@media (max-width:767px) {
    section#studentOpportunitiesBlog .featured-image {
        background-position: 50% 50%
    }
}

@media (min-width:768px) {
    section#studentOpportunitiesBlog .featured-image {
        background-position: inherit
    }
}

section#studentOpportunitiesBlog .career_blog_sidebar .eb-rp-header {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "AvenirLTStd95Black", Helvetica, Arial, sans-serif;
    color: #353535;
    text-transform: uppercase;
    line-height: 3
}

section#studentOpportunitiesBlog .career_blog_sidebar ul {
    padding: 1em 0 1em 22px
}

section#studentOpportunitiesBlog .career_blog_sidebar ul li {
    list-style-type: circle;
    font-size: 16px;
    font-size: 1.6rem
}

section#gdoe .container {
    padding-top: 0
}

section#gdoe .banner-top {
    padding-top: 40px
}

section#gdoe .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

section#gdoe .embed-container iframe,
section#gdoe .embed-container object,
section#gdoe .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    section#gdoe .info-wrapper {
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media (min-width:768px) {
    section#gdoe .info-wrapper {
        padding-bottom: 30px;
        border-bottom: solid 1px #D1D1D1
    }
}

@media (min-width:992px) {
    section#gdoe .info-wrapper {
        padding-bottom: 30px;
        border-bottom: solid 1px #D1D1D1
    }
}

@media (min-width:1200px) {
    section#gdoe .info-wrapper {
        padding-bottom: 30px;
        border-bottom: solid 1px #D1D1D1
    }
}

section#gdoe .info-wrapper .entering-wrapper {
    background: #F4F4F4;
    border-radius: 8px;
    text-align: center;
    border: solid 1px #DFDFDF;
    padding: 20px
}

@media (max-width:767px) {
    section#gdoe .info-wrapper .entering-wrapper {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    section#gdoe .info-wrapper .entering-wrapper {
        margin: 0 10px
    }
}

@media (min-width:992px) {
    section#gdoe .info-wrapper .entering-wrapper {
        margin: 0 10px
    }
}

@media (min-width:1200px) {
    section#gdoe .info-wrapper .entering-wrapper {
        margin: 0 10px
    }
}

section#gdoe .info-wrapper .entering-wrapper p {
    padding-bottom: 0
}

section#gdoe .info-wrapper .entering-wrapper .pink-btn {
    width: 100%
}

section#gdoe .img-wrapper {
    text-align: center
}

section#gdoe .info {
    padding-top: 20px
}

section#gdoe .info .link-bottom a {
    color: #F41285
}

section#gdoe .notes {
    font-size: 12px
}


/*# sourceMappingURL=css/style.css.map */