@font-face {
  font-family: 'INSEAD-Campaign';
  src: url('../fonts/INSEAD-Campaign-Regular.eot');
  src: url('../fonts/INSEAD-Campaign-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/INSEAD-Campaign-Regular.woff2') format('woff2'),
       url('../fonts/INSEAD-Campaign-Regular.woff') format('woff'),
       url('../fonts/INSEAD-Campaign-Regular.ttf') format('truetype'),
       url('../fonts/INSEAD-Campaign-Regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
    color: #444444;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #006e51;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.slim-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.slim-scrollbar::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 40px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.slim-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.3);
}

h1 {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 1;
}

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.1;
}

@media only screen and (max-width: 960px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    h2 {
        font-size: 24px;
    }
}

h3, .heading3 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.3;
}

@media only screen and (max-width: 960px) {
    h3, .heading3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    h3, .heading3 {
        font-size: 16px;
    }
}

h4, .heading4 {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 1.5;
}

h5, .heading5 {
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

h6, .heading6 {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 1;
}

.heading3, .heading4, .heading5, .heading6 {
    color: #006e51;
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

blockquote {
    border: 0;
    color: #666666;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -0.5px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.7;
}

blockquote:before, blockquote:after {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 36px;
}

blockquote:before {
    background: transparent url(../img/icon-quote-left.png) no-repeat;
    left: -10px;
    top: 1px;
}

blockquote:after {
    background: transparent url(../img/icon-quote-right.png) no-repeat;
    right: -10px;
    top: 15px;
}

blockquote.text-lgreen {
    line-height: 1.2 !important;
}

blockquote.text-lgreen:before, blockquote.text-lgreen:after {
    background-size: 70% !important;
    height: 20px;
    top: 4px;
    width: 24px;
}

blockquote.text-lgreen:before {
    background: transparent url(../img/icon-quote-lgreen-left.png) no-repeat;
    left: 4px;
}

blockquote.text-lgreen:after {
    background: transparent url(../img/icon-quote-lgreen-right.png) no-repeat;
    right: -6px;
}

p {
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

p a {
    color: #d14e1c;
}

p a:hover {
    color: #444444;
}

a {
    color: #d14e1c;
    padding-top: 2px;
    text-decoration: none !important;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

a:focus {
    outline: none;
}

ol {
    margin-bottom: 20px;
}

ul {
    padding: 0 0 0 20px;
}

ul.list-clear {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
ul.list-clear li {
    margin-bottom: 10px;
}


/* Component: Generic */
.mobile-header {
    display: none;
    display: none \9;
}

@media only screen and (max-width: 960px) {
    .mobile-header {
        background: #ffffff;
        border-bottom: 1px solid #dadada;
        display: block;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 8888;
    }

    .mobile-header > div {
        height: 50px;
        top: 0;
    }

    .mobile-header > div.menu {
        position: absolute;
        left: 0;
        z-index: 100;
        width: auto;
    }

    .mobile-header > div.menu > a {
        display: block;
        float: none;
        margin: 8px 5px;
    }

    .mobile-header > .menu .icon-bar {
        background-color: #888;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-header > div.logo {
        padding: 0 101px 0 50px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 50;
    }

    .mobile-header > div.logo a {
        display: block;
        background: none;
        float: left;
        height: 50px;
        margin: 0 auto;
        margin-left: 55px;
        text-align: left;
        text-indent: 0;
        width: auto;
    }

    .mobile-header > div.logo .img-logo {
        position: relative;
        top: 2px;
        border: 0;
        height: 60px;
        padding: 4px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
                    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

    .mobile-header > div.logo .img-strapline {
        height: 18px;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-header > div.login {
        position: absolute;
        right: 0;
        width: 50px;
        z-index: 100;
    }


}


@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .mobile-header > div.login > a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-header > div.login > a span {
        background: #d14e1c;
        color: #ffffff;
        display: block;
        font-size: 10px;
        height: 14px;
        padding: 0;
        position: absolute;
        right: 8px;
        text-align: center;
        text-indent: 0;
        top: 5px;
        width: 14px;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .mobile-header > div.search {
        position: absolute;
        right: 51px;
        width: 50px;
        z-index: 100;
    }

    .mobile-header > div.search > a {
        background-position: -100px -350px;
        display: block;
        height: 50px;
        width: 50px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .mobile-header > div.search > a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .mobile-header > div.search > a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-header .panel-search {
        background: #333333;
        color: #ffffff;
        display: none;
        height: auto;
        margin-top: 1px;
        padding: 20px;
        width: 100%;
    }

    .mobile-header .panel-search .forms {
        margin: 0;
    }

    .mobile-header .panel-search .forms label {
        display: none;
    }

    .mobile-header .panel-search .forms input.form-text {
        width: 100%;
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #a0ce67;
        border-left: 1px solid #a0ce67;
        border-radius: 4px 0 0 4px;
        border-top: 1px solid #a0ce67;
        color: #999;
        display: inline-block;
        height: 38px;
        padding: 10px 14px;
    }

    .mobile-header .panel-search .forms input[type="submit"] {
        margin-left: -6px;
    }

    .mobile-header .panel-search .forms .form-actions {
        display: inline-block;
        vertical-align: top;
    }

    .mobile-header .panel-search .forms .form-item {
        display: inline-block;
        width: 87%;
    }

    .mobile-header .panel-login {
        background: #333333;
        color: #ffffff;
        display: none;
        height: auto;
        margin-top: 1px;
        padding: 10px;
        width: 100%;
    }

    .mobile-header .panel-login .btn-secondary {
        display: block;
    }

    .mobile-header .panel-login .help {
        padding-bottom: 5px;
        position: relative;
    }

    .mobile-header .panel-login .help a {
        background-repeat: no-repeat;
        background-position: -300px 0;
        display: inline-block;
        height: 18px;
        position: absolute;
        right: 0;
        width: 18px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .mobile-header .panel-login .help a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .mobile-header .panel-login .help a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-header .panel-login .help a:hover {
        background-position: -300px -50px;
    }

    .mobile-header .panel-login .social-email {
        border-bottom: 1px solid #444444;
        border-top: 1px solid #444444;
        margin-bottom: 10px;
        padding: 5px 0;
        text-align: center;
    }

    .mobile-header .panel-login .social-email p {
        color: #a0ce67;
        font-size: 17px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-header .panel-login .social-email .box {
        margin: 0 auto 3px;
    }

    .mobile-header .panel-login .social-email .box a {
        display: inline-block;
        height: 34px;
        margin: 0 2px;
        width: 34px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 992px) and (min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (min-resolution: 192dpi), only screen and (max-width: 992px) and (min-resolution: 2dppx) {
    .mobile-header .panel-login .social-email .box a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 992px) and (min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (min-resolution: 192dpi), only screen and (max-width: 992px) and (min-resolution: 2dppx) {
    .mobile-header .panel-login .social-email .box a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 992px) {
    .mobile-header .panel-login .social-email .box a.linkedin {
        background-position: -350px -500px;
    }

    .mobile-header .panel-login .social-email .box a.facebook {
        background-position: -350px -550px;
    }

    .mobile-header .panel-login .social-email .box a.gplus {
        background-position: -350px -600px;
    }

    .mobile-header .panel-login .social-email .or {
        background: url(../img/spacer-black.jpg) center 7px repeat-x;
        margin-bottom: 5px;
    }

    .mobile-header .panel-login .social-email .or span {
        background: #333333;
        display: inline-block;
        color: #a0ce67;
        font-size: 15px;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-header .panel-login .current p {
        margin-bottom: 5px;
    }

    .mobile-header .panel-login .list-loggedin {
        list-style: none !important;
        float: none !important;
        margin: 0 0 0 -40px !important;
    }

    .mobile-header .panel-login .list-loggedin li {
        border-bottom: 1px solid #484848;
        float: none !important;
        margin: 0 0 10px !important;
        padding: 0 0 10px !important;
    }

    .mobile-header .panel-login .list-loggedin li > a {
        background-image: none !important;
        color: #a0ce67;
        font-size: 15px;
        height: auto !important;
        text-indent: 0 !important;
        text-transform: uppercase;
        width: 100% !important;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-header .panel-login .list-loggedin li > a:hover {
        color: #ffffff;
    }

    .mobile-header .panel-login .list-loggedin li > a.chevron-logout {
        background-position: right 7px;
        background-repeat: no-repeat;
        color: #d14e1c;
        display: inline;
        font-size: 14px;
        font-family: Arial !important;
        height: 7px;
        padding-right: 10px;
        width: 5px;
        text-transform: none;
        background-image: url(/resources/images/v2/chevron-right-orange.png) !important;
    }

    .mobile-header .panel-login .list-loggedin li > a span {
        background: #d14e1c;
        color: #ffffff;
        display: inline-block;
        font-size: 10px;
        height: 14px;
        line-height: 1.2;
        padding: 0;
        position: relative;
        right: 0;
        text-align: center;
        top: -2px;
        width: 14px;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .mobile-header .panel-login .list-loggedin li:last-child {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }

    .panel-menu {
        background: #444444;
        color: #ffffff;
        top: 0 !important;
    }

    .panel-menu aside {
        display: none;
    }

    .panel-menu .nav-first ul.extra {
        list-style: none;
        margin: 20px;
        padding: 0;
    }

    .panel-menu .nav-first ul.extra li a {
        color: #ffffff;
    }

    .panel-menu .nav-first ul.extra li a:hover {
        color: #d14e1c;
    }
}

.panel-submenu {
    background: #eeeeee;
    left: -100%;
    max-height: none;
    min-height: 100%;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
}

.panel-submenu .panel-close {
    background: #444444;
    background-repeat: no-repeat;
    border-bottom: 1px solid #7c7c7c;
    color: #a0ce67;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 20px 20px 16px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.panel-submenu.ui-sub-panel-open {
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.panel-submenu.ui-sub-panel-close {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.panel-submenu.ui-sub-panel-animate {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    transition: transform 500ms ease;
}

.root-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.root-menu > li > a {
    background-color: transparent;
    border-bottom: 1px solid #7c7c7c;
    color: #a0ce67;
    display: block;
    font-size: 17px;
    margin: 0;
    padding: 20px 20px 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.root-menu li > a span {
    background-position: -50px -250px;
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    margin-top: -20px;
    position: absolute;
    right: 20px;
    width: 14px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu > li > a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.root-menu > li > a:hover {
    color: #d14e1c;
}

.root-menu > li > a:hover span {
    background-position: -50px -300px;
}

.root-menu .panel-submenu-body > p {
    padding: 10px 20px;
    margin: 0;
}

.root-menu .panel-submenu-body > p strong {
    color: #d14e1c;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.root-menu .panel-submenu-body aside.nav-l4 > ul > li > a {
    text-transform: none !important;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.root-menu .panel-submenu-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.root-menu .panel-submenu-body ul li {
    background: none;
    border: 0;
    border-top: 1px solid #dadada !important;
}

.root-menu .panel-submenu-body ul li a {
    display: block;
    color: #037053;
    padding: 10px 40px 10px 20px;
    position: relative;
}

.root-menu .panel-submenu-body ul li h5
a span {
    background-position: -400px -450px;
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    position: absolute;
    right: 23px;
    top: 12px;
    width: 14px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body ul li h5
    a span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body ul li h5
    a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.root-menu .panel-submenu-body ul li h5
a span.switch {
    background-position: -450px -450px;
}

.root-menu .panel-submenu-body ul li h5
a span.external {
    background-position: -300px -450px;
}

.root-menu .panel-submenu-body ul li h5
a:hover {
    color: #d14e1c;
}

.root-menu .panel-submenu-body ul li h5
a:hover span {
    background-position: -150px -300px;
}

.root-menu .panel-submenu-body ul li h5
a:hover span.switch {
    background-position: -200px -300px;
}

.root-menu .panel-submenu-body ul li.overview h5 a span {
    background-image: url("/resources/images/v2/arrow-right-circle-green.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body ul li.overview h5 a span {
        background-image: url("../img/arrow-right-circle-green2x.png") !important;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        -o-background-size: 15px 15px;
        -ms-background-size: 15px 15px;
        background-size: 15px 15px;
    }
}

.root-menu .panel-submenu-body ul li.overview h5 a:hover span {
    background-image: url("../img/arrow-right-circle-orange.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body ul li.overview h5 a:hover span {
        background-image: url("../img/arrow-right-circle-orange2x.png") !important;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        -o-background-size: 15px 15px;
        -ms-background-size: 15px 15px;
        background-size: 15px 15px;
    }
}

.root-menu .panel-submenu-body > ul > li h5 {
    margin: 0;
}

.root-menu .panel-submenu-body > ul > li.highlight > h5 > a {
    color: #d14e1c;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li h5 {
    font-size: 12px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li {
    background-color: #ddd;
    border-top: 1px solid #d3d3d3 !important;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li h5 {
    font-size: 11px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a {
    color: #444444;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
    background-position: -400px -350px;
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 8px;
    width: 14px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span.switch {
    background-position: -450px -350px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a:hover span {
    background-position: -400px -400px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a:hover span.switch {
    background-position: -450px -400px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
    background-position: -400px -250px;
    display: block;
    height: 14px;
    position: absolute;
    right: 23px;
    top: 8px;
    width: 14px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a:hover span {
    background-position: -450px -300px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li {
    background-color: #dadada;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a {
    font-size: 12px;
    padding: 5px 20px;
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
    background-position: -350px -400px;
    display: inline-block;
    height: 12px;
    margin-left: -4px;
    position: static;
    right: auto;
    top: 10px;
    width: 14px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a:hover span {
    background-position: -450px -300px;
}

.root-menu .panel-submenu-body .highlight h5 a.green {
    color: #006e51;
}

.root-menu .panel-submenu-body .highlight h5 a.green {
    color: #d14e1c;
}

.ui-panel-inner {
    padding: 0;
}

.ui-panel {
    width: 270px;
    min-height: 100%;
    max-height: none;
    border-width: 0;
    position: absolute;
    top: 0;
    display: block;
}

.ui-panel-closed {
    width: 0;
    max-height: 100%;
    overflow: hidden;
    visibility: hidden;
}

.ui-panel-fixed {
    position: fixed;
    bottom: -1px;
    /* Fixes gap on Chrome for Android */
    padding-bottom: 1px;
}

.ui-panel-display-reveal {
    z-index: 1;
}

.ui-panel-display-push {
    z-index: 999;
}

.ui-panel-display-overlay {
    z-index: 1001;
    /* Fixed toolbars have z-index 1000 */
}

.ui-panel-inner {
    padding: 0;
}

/* Container, page and wrapper */
/* Fixed toolbars */
.ui-panel-fixed-toolbar {
    overflow-x: hidden;
}

/* Dismiss */
.ui-panel-dismiss {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1002;
    display: none;
}

.ui-panel-dismiss-open {
    display: block;
}

/* Animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-duration: 300ms;
    -moz-transition: -moz-transform 300ms ease;
    transition: transform 300ms ease;
}

/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */
@media screen and (max-device-width: 768px) {


    /* We need a transitionend event ... */
    .ui-panel-animate.ui-panel-fixed-toolbar {
        -ms-transition: -ms-transform 1ms;
        -ms-transform: rotate(0deg);
    }
}

/* Hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

/* Panel positioning (for overlay and push) */
/* Panel left closed */
.ui-panel-position-left {
    left: -270px;
}

/* Panel left closed animated */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
    left: 0;
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
}

/* Panel left open */
.ui-panel-position-left.ui-panel-display-reveal,
.ui-panel-open.ui-panel-position-left {
    left: 0;
}

/* Panel left open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
}

/* Panel right closed */
.ui-panel-position-right {
    right: -270px;
}

/* Panel right closed animated */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
    right: 0;
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
}

/* Panel right open */
.ui-panel-position-right.ui-panel-display-reveal,
.ui-panel-position-right.ui-panel-open {
    right: 0;
}

/* Panel right open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
}

/* Wrapper and fixed toolbars positioning (for reveal and push) */
/* Panel left open */
.ui-panel-page-content-position-left {
    left: 270px;
    right: -270px;
}

/* Panel left open animated */
.ui-panel-animate.ui-panel-page-content-position-left {
    left: 0;
    right: 0;
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
}

/* Panel right open */
.ui-panel-page-content-position-right {
    left: -270px;
    right: 270px;
}

/* Panel right open animated */
.ui-panel-animate.ui-panel-page-content-position-right {
    left: 0;
    right: 0;
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
}

/* Dismiss model open */
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
    left: 270px;
}

.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
    right: 270px;
}

/* Shadows and borders */
.ui-panel-display-reveal {
    -webkit-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
}

.ui-panel-position-right.ui-panel-display-reveal {
    -webkit-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
}

.ui-panel-display-overlay {
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
}

.ui-panel-position-right.ui-panel-display-overlay {
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
}

.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
    border-right-width: 1px;
    margin-right: -1px;
}

.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
    margin-left: 1px;
    width: auto;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .ui-panel-page-content-position-left.ui-panel-page-content-display-push {
        margin-left: 0px;
    }
}

.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
    border-left-width: 1px;
    margin-left: -1px;
}

.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
    margin-right: 1px;
    width: auto;
}

/* Responsive: wrap on wide viewports once open */
@media (min-width: 55em) {
    .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left {
        margin-right: 270px;
    }

    .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right {
        margin-left: 270px;
    }

    .ui-responsive-panel .ui-panel-page-content-open {
        width: auto;
    }

    .ui-responsive-panel .ui-panel-dismiss-display-push,
    .ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
        display: none;
    }
}

.breadcrumbs {
    background: rgba(255, 255, 255, 0.8);
    background-image: url(../img/bg-transparent-white.png) \9;
    background-repeat: repeat;
    padding: 5px 0;
    position: absolute;
    top: 92px;
    width: 100%;
    z-index: 200;
}

.breadcrumbs.nobg {
    background: none !important;
    border: 0;
    top: 0;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px 0 0;
}

.breadcrumbs ul li a {
    background-position: right 5px;
    background-repeat: no-repeat;
    color: #444444;
    padding-right: 8px;
    background-image: url("../img/arrow-more-black.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .breadcrumbs ul li a {
        background-image: url("../img/arrow-more-black2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

.breadcrumbs ul li a:hover {
    color: #d14e1c;
    background-image: url("../img/arrow-more-orange.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .breadcrumbs ul li a:hover {
        background-image: url("../img/arrow-more-orange2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

.breadcrumbs ul li a.active {
    color: #d14e1c;
    font-weight: bold;
    background: none !important;
}

.breadcrumbs .favourite {
    font-size: 11px;
    margin-top: -5px;
    text-align: right;
}

.breadcrumbs .favourite span {
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: 4px;
}

.breadcrumbs .favourite a {
    color: #444444;
}

@media only screen and (max-width: 960px) {
    .breadcrumbs {
        display: none;
    }
}

.subnav {
    background: rgba(255, 255, 255, 0.8);
    background-image: url(../img/bg-transparent-hero.png) \9;
    border-bottom: 5px solid #dadada;
    border-top: 0 \9;
    background-repeat: repeat;
    position: absolute;
    padding-top: 5px;
    top: 117px;
    top: 118px \9;
    width: 100%;
    z-index: 1000;
}

.subnav h1 {
    margin-bottom: 5px;
}

.subnav ul.level1 {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
}

.subnav ul.level1 > li {
    height: 30px;
    float: left;
    margin-bottom: 0;
    position: relative;
}

.subnav ul.level1 > li > a {
    color: #444444;
    display: block;
    font-size: 13px;
    letter-spacing: -0.2px;
    margin: 0 20px 0 0;
    padding: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.subnav ul.level1 > li > a:hover {
    color: #d14e1c;
}

.subnav ul.level1 > li .bar {
    background: url(../img/bar-orange-subnav.png) 50% 100% no-repeat;
    display: none;
    height: 10px;
    margin-top: -13px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.subnav ul.level1 > li .bar.open {
    display: block;
}

.subnav ul.level1 > li .submenu {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 29px;
    width: 130px;
}

.subnav ul.level1 > li .submenu.open {
    display: block;
}

.subnav ul.level1 > li .submenu > ul.level2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subnav ul.level1 > li .submenu > ul.level2 > li {
    position: relative;
    text-align: left;
    width: 100%;
}

.subnav ul.level1 > li .submenu > ul.level2 > li.with-bg > a {
    background: #a0ce67 !important;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > a {
    background: #d14e1c;
    color: #ffffff;
    display: block;
    padding: 3px 10px;
    width: 130px;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > a:hover {
    background: #a0ce67;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 {
    background-color: #d14e1c;
    border-left: 1px solid #ffffff;
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    right: -480px;
    top: 0;
    width: 480px;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 > li > a {
    color: #ffffff;
    display: block;
    padding: 3px 10px;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 > li > a:hover {
    background: #a0ce67;
}

.subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3.shown {
    display: block;
}

.subnav ul.level1 > li .submenu.shown {
    display: block;
}

.subnav ul.level1 > li.active a {
    color: #d14e1c;
}

.subnav ul.level1 > li.active .bar {
    display: block;
}

.subnav ul.level1 > li.with-lbox {
    float: right;
}

.subnav ul.level1 > li.with-lbox > a {
    color: #d14e1c;
    text-align: right;
}

.subnav.sticky {
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    padding-top: 10px;
    position: fixed;
    top: 49px;
}

.subnav.sticky h5 {
    font-size: 14px;
    margin: 0;
}

.subnav.sticky h3 {
    font-size: 16px;
    padding: 16px 0 0px;
}

.subnav.sticky .level1 > li {
    height: 28px !important;
}

.subnav.sticky .level1 > li > a {
    font-size: 13px;
    padding: 0 0 8px;
}

.subnav.sticky .level1 > li .bar {
    margin-top: -3px;
}

.subnav.sticky .level1 > li .submenu {
    top: 28px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .subnav h1 {
        top: 20px;
    }

    .subnav-icons {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .subnav h1 {
        top: 40px;
    }
}

@media only screen and (max-width: 960px) {
    .subnav {
        background: none;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 8888;
    }

    .subnav h1 {
        font-size: 34px;
        position: relative;
        top: 110px !important;
    }

    .subnav .title {
        display: block;
        text-align: center;
        margin-top: 90px;
    }

    .subnav .title h3 {
        font-size: 18px;
    }

    .subnav .mobile-selector {
        background: #006e51;
        color: #ffffff;
        display: block;
        font-size: 16px;
        left: 0;
        margin: 0;
        position: fixed;
        text-decoration: none;
        text-transform: uppercase;
        top: 49px;
        width: 100%;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        padding: 10px 30px 10px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .subnav .mobile-selector span {
        background-position: -300px -350px;
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 18px;
        width: 13px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .subnav .mobile-selector span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .subnav .mobile-selector span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .subnav .mobile-selector span.switch {
        background-position: -350px -350px;
    }

    .subnav .mobile-selector.slide {
        top: -20px;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .subnav .mobile-selector.stop-animation {
        -o-transition: none 0.5s ease;
        -ms-transition: none 0.5s ease;
        -moz-transition: none 0.5s ease;
        -webkit-transition: none 0.5s ease;
        transition: none 0.5s ease;
    }

    .subnav .level1 {
        display: none;
        left: 0;
        margin: 0 !important;
        position: fixed;
        top: 90px;
        width: 100%;
    }

    .subnav .level1 li {
        float: none !important;
    }

    .subnav .level1 li a {
        background: #d14e1c !important;
        color: #ffffff !important;
        padding: 10px !important;
        text-align: left !important;
    }

    .subnav .level1 li a:hover {
        background: #006e51 !important;
        color: #ffffff !important;
        padding: 10px !important;
    }

    .subnav .level1 li .bar {
        display: none !important;
    }

    .subnav .level1 li .submenu {
        display: none !important;
    }

    .subnav.sticky {
        display: none;
    }
}

.back-to-top {
    bottom: 0px;
    height: 30px;
    position: fixed;
    width: 100%;
    z-index: 500;
    opacity: 0;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.back-to-top.show {
    height: 30px;
    opacity: 1;
    z-index: 3333333;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.back-to-top a {
    background-position: -350px -250px;
    display: block;
    height: 30px;
    margin-right: -42px;
    opacity: 1;
    text-indent: -9999px;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .back-to-top a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .back-to-top a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.back-to-top a:hover {
    opacity: 0.8;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.back-to-top a.collapse {
    margin-top: 56px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .back-to-top {
        bottom: 0;
        display: block !important;
        opacity: 1;
        position: absolute;
    }

    .back-to-top a {
        margin: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 640px) {
    .back-to-top {
        bottom: 0;
        display: none !important;
        opacity: 1;
        position: absolute;
    }

    .back-to-top a {
        margin: 0;
        opacity: 1;
    }
}

.dock {
    position: fixed;
    top: 91px;
    right: -100%;
    z-index: 1000;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dock.show {
    right: 0;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dock.slide {
    right: -80px;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dock.slideUp {
    top: 125px;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dock .arrow {
    display: none;
    height: 100%;
    left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px;
}

.dock .arrow a {
    background-position: -100px -401px;
    cursor: pointer;
    display: block;
    height: 49px;
    margin: 0 auto;
    width: 25px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .dock .arrow a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .dock .arrow a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.dock .arrow a.switch {
    background-position: -150px -401px;
}

.dock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dock ul li {
    margin-bottom: 1px;
}

.dock ul li a {
    background: #a0ce67;
    color: #ffffff;
    display: block;
    height: 80px;
    padding: 0 6px;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 80px;
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.dock ul li a em {
    display: block;
    font-style: normal;
}

.dock ul li a:hover {
    background: #d14e1c;
}

.dock .dock-icon {
    display: inline-block;
    margin: 0 auto 5px;
    height: 26px;
    width: 26px;
}

.dock .dock-icon.icon-calendar {
    background-position: 0 -450px;
    margin-top: 14px !important;
}

.dock .dock-icon.icon-apply {
    background-position: -50px -450px;
    margin-top: 16px !important;
}

.dock .dock-icon.icon-download {
    background-position: -100px -450px;
    margin-top: 16px !important;
}

.dock .dock-icon.icon-contact {
    background-position: -150px -450px;
    margin-top: 10px !important;
}

.dock .dock-icon.icon-share {
    background-position: -200px -450px;
    margin-top: 18px !important;
}

.dock .dock-icon.icon-reminder {
    background-position: -100px -500px;
    margin-top: 18px;
}

.dock .dock-icon.icon-inbox {
    background-position: -150px -500px;
    margin-top: 18px;
}

.dock .reminders {
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    height: 14px;
    width: 14px;
    background: #d14e1c;
    border-radius: 50%;
}

.dock.equal-box ul li.equal-width {
    float: none;
    padding: 0;
}

.dock.equal-box ul li.equal-width a {
    margin: 0;
}

@media only screen and (max-width: 960px) {
    .dock {
        top: auto;
        bottom: -100%;
        left: 0;
        position: fixed;
        right: auto;
        width: 100%;
        z-index: 9999;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .dock.show {
        bottom: 0;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .dock.slide {
        bottom: -80px;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .dock .arrow {
        display: block;
        height: 25px;
        left: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .dock .arrow a {
        background-position: -350px -300px;
        cursor: pointer;
        display: block;
        height: 25px;
        margin: 0 auto;
        width: 50px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .dock .arrow a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .dock .arrow a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .dock .arrow a.switch {
        background-position: -350px -300px;
    }

    .dock ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .dock ul li {
        float: left;
        margin: 0;
        width: 20%;
    }

    .dock ul li a {
        border-right: 1px solid #ffffff;
        font-size: 8px;
        margin: 0 1px;
        padding: 0;
        width: 100%;
    }

    .dock ul li:last-child a {
        border: 0;
    }

    .dock .dock-icon.icon-contact {
        margin-top: 16px !important;
    }

    .dock.dock4 ul li {
        width: 25%;
    }

    .dock.equal-box ul li.equal-width {
        float: left;
        padding: 0;
        margin: 0;
    }

    .dock.equal-box ul li.equal-width a {
        margin: 0;
    }

    .dock.slideUp {
        top: auto;
    }
}

.docking-icon {
    display: table;
    height: 80px;
    width: 100%;
}

.docking-icon > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.docking-icon img {
    display: block;
    height: 26px;
    margin: 0 auto 5px;
    width: 26px;
}

footer {
    background: #333333;
    bottom: 0;
    color: #ffffff;
    font-size: 11px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

footer .container {
    position: relative;
    padding-top: 40px;
}

footer .container .row {
}

footer .container .row .quick-links {
    display: none;
}

footer .container .row h5 {
    clear: left;
    color: #a0ce67;
    margin-bottom: 6px;
}

footer .container .row h5 a {
    color: #a0ce67;
}

footer .container .row h5 a:hover {
    color: #d14e1c;
}

footer .container .row br {
    margin-bottom: 10px;
}

footer .container .row ul {
    list-style: none;
    padding: 0;
}

footer .container .row ul.last {
    min-height: 0;
    margin-bottom: 0;
}

footer .container .row ul.social {
    min-height: 60px;
}

footer .container .row ul.long {
    min-height: 130px;
}

footer .container .row ul.large {
    min-height: 126px;
    min-height: 128px \9;
}

footer .container .row ul li {
    margin: 0 0 4px;
    padding: 0;
}

footer .container .row ul li a {
    color: #ffffff;
    line-height: 13px !important;
}

footer .container .row ul li a:hover {
    color: #d14e1c;
}

footer .container .row .forms {
    margin-bottom: 40px;
}

footer .container .row .copyright p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 44px;
    margin-bottom: 46px \9;
}

footer .container .row .copyright p a {
    color: #ffffff;
}

footer .container .row .copyright p a:hover {
    color: #d14e1c;
}

footer .container .row .copyright p span {
    display: inline-block;
    margin: 0 5px;
}

footer .container .row .copyright p.last {
    margin-bottom: 0;
}

footer .first-line {
    margin-bottom: 30px;
}

footer .quicklinks {
    margin-top: 30px !important;
}

footer .quicklinks a {
    color: #a0ce67 !important;
}

footer .quicklinks a:hover {
    color: #ffffff !important;
}

footer .sepline {
    background: none !important;
    border-top: 1px solid #474747;
    margin-top: 15px;
    padding-top: 15px !important;
}

footer .sepline .sitemap-col {
    padding: 0 !important;
}

footer .legal {
    margin-bottom: 10px !important;
}

footer .legal li {
    display: inline;
}

footer .legal li:after {
    content: "\00a0\00a0|\00a0\00a0";
}

footer .legal li:last-child:after {
    content: none;
}

footer .copyright {
    margin-bottom: 0px;
    color: #666;
}

footer .nobg {
    background: none !important;
}

footer .testing {
    z-index: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    footer {
        height: 100%;
    }

    footer .container .row {
        background-position: 460px top;
    }

    footer ul.large {
        margin-bottom: 1px !important;
    }

    footer .container-body ul {
        min-height: 126px !important;
    }

    footer .container-body ul.long {
        min-height: 90px !important;
    }

    footer .container-body ul.social {
        min-height: 40px !important;
    }

    footer .forms {
        margin-bottom: 20px !important;
    }

    footer .forms input[type="email"] {
        width: 145px;
    }

    footer .copyright p {
        margin-bottom: 20px !important;
    }

    footer .social li {
        margin: 5px 1px !important;
    }
}

.login-wrapper footer {
    min-height: 45px;
}

@media only screen and (max-width: 640px) {
    footer {
        height: auto;
        min-height: 220px;
    }

    footer .container {
        padding-bottom: 0;
    }

    footer .container .row {
        background: none;
    }

    footer .container .row .sitemap-col {
        display: none;
    }

    footer .container .row .col-md-6 .quick-links {
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

    footer .container .row .col-md-6 .quick-links > a {
        border: 1px solid #a0ce67;
        color: #999999;
        cursor: pointer;
        display: block;
        padding: 10px 14px 9px;
        position: relative;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    footer .container .row .col-md-6 .quick-links > a span {
        background: #a0ce67 url(../img/icon-arrow-select.png) center center no-repeat;
        display: block;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
        width: 33px;
    }

    footer .container .row .col-md-6 .quick-links ul {
        background: #a0ce67;
        display: block;
        margin-bottom: 0;
        margin-top: -4px;
        min-height: 0;
        padding: 0;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    footer .container .row .col-md-6 .quick-links ul li {
        margin: 0;
    }

    footer .container .row .col-md-6 .quick-links ul li a {
        color: #444444;
        display: block;
        padding: 7px 14px;
        width: 100%;
    }

    footer .container .row .col-md-6 .quick-links ul li a:hover {
        background: #444444;
        color: #ffffff;
    }

    footer .container .row .col-md-6 .copyright p {
        margin-bottom: 20px;
    }
}

.win.chrome .assist .recommender p {
    min-height: 68px;
}

/* Utitlies */
@media only screen and (min-width: 641px) and (max-width: 960px) {
    .wrapper {
        margin-top: 50px;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 640px) {
    .wrapper {
        overflow-x: hidden;
    }
}

.freehtml {
    text-align: left;
}

.stripe {
    background-color: #eeeeee;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    clear: both;
}

.stripe.thick {
    border-bottom: 6px solid #dadada;
}

.stripe.noborder {
    border: 0;
}

.stripe.nobg {
    background: none;
}

.stripe-green {
    background-color: #006e51;
    clear: both;
}

.stripe-white {
    background: #ffffff;
    text-align: center;
    clear: both;
}


@media only screen and (max-width: 640px) {
    .stripe-white {
        padding: 0 0 30px;
    }
}

.stripe-gray {
    background: #eeeeee;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 40px 0;
    text-align: center;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .stripe-gray {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 640px) {
    .stripe-gray {
        padding: 30px 0;
    }
}

.chain {
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.chain-first {
    border-top: 1px solid #dadada !important;
}

.chain-last {
    border-bottom: 1px solid #dadada !important;
}

.without-banner {
    margin-bottom: 20px;
}

.without-banner a.btn-block {
    margin-top: 60px;
}

.without-banner.only-title {
    margin-bottom: -30px;
}

.without-banner.with-subnav {
    margin-bottom: 10px;
    margin-top: 170px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .without-banner a.btn-block {
        margin: 0 0 20px;
    }

    .without-banner.with-subnav {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 640px) {
    .without-banner {
        margin: 60px 0 30px 0;
    }

    .without-banner a.btn-block {
        margin: 0 0 20px;
    }

    .without-banner a.btn {
        display: block;
        white-space: normal;
        /* css-3 */
        white-space: -moz-normal;
        /* Mozilla, since 1999 */
        white-space: -normal;
        /* Opera 4-6 */
        white-space: -o-normal;
        /* Opera 7 */
    }

    .without-banner.only-title {
        margin-bottom: -10px;
    }

    .without-banner.with-subnav {
        margin-top: 120px;
    }
}

.breadcrumbs-subnav {
    position: absolute;
    /* fixed; */
    width: 100%;
    z-index: 300;
}

.breadcrumbs-subnav.nobg .breadcrumbs {
    background: none;
}

.breadcrumbs-subnav .breadcrumbs {
    position: relative;
    top: 0;
}

.breadcrumbs-subnav .subnav {
    position: relative;
    top: 0;
}

.breadcrumbs-subnav.sticky {
    position: fixed;
    top: 49px;
    z-index: 1000;
}

@media only screen and (max-width: 960px) {
    .breadcrumbs-subnav {
        position: relative;
    }

    .breadcrumbs-subnav .breadcrumbs {
        display: none;
    }

    .breadcrumbs-subnav .subnav .title {
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .breadcrumbs-subnav {
        z-index: 1000;
    }
}

.banner-after-subnav {
    margin-top: 52px !important;
}

.middle-subnav {
    background: none !important;
    padding-top: 0;
}

.middle-subnav .level1 {
    margin-bottom: 4px !important;
}

.middle-subnav .level1 li a {
    letter-spacing: 0;
    padding: 0 10px 15px !important;
}

.middle-subnav .submenu {
    top: 33px !important;
}

.middle-subnav .submenu li a {
    font-family: arial !important;
    text-align: left !important;
    font-size: 14px !important;
    text-transform: none !important;
    padding: 3px 10px !important;
}

.filter-carousel .right {
    right: -26px;
}

.filter-carousel .right span {
    background-position: -650px -450px !important;
}

.filter-carousel .left {
    left: -16px;
}

.filter-carousel .left span {
    background-position: -600px -450px !important;
}

.bottom-carousel {
    background: #117e63;
    padding-top: 15px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.col-md-offset-15 {
    margin-left: 20%;
}

.col-md-offset-30 {
    margin-left: 40%;
}

.col-md-offset-45 {
    margin-left: 60%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (min-width: 960px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .col-md-25 {
        width: 40%;
        float: left;
    }

    .col-md-35 {
        width: 60%;
        float: left;
    }

    .col-md-45 {
        width: 80%;
        float: left;
    }

    .col-md-55 {
        width: 100%;
        float: left;
    }
}



.no-margin {
    margin-bottom: -40px !important;
    margin-top: -40px !important;
}
.mbot0 {
    margin-bottom: 0 !important;
}
.mbot5 {
    margin-bottom: 5px !important;
}
.mbot10 {
    margin-bottom: 10px !important;
}
.mbot15 {
    margin-bottom: 15px !important;
}
.mbot20 {
    margin-bottom: 20px !important;
}
.mbot30 {
    margin-bottom: 30px !important;
}
.mleft5 {
    margin-left: 5px !important;
}
.mtop10 {
    margin-top: 10px !important;
}
.mtop20 {
    margin-top: 20px !important;
}
.mtop50 {
    margin-top: 50px !important;
}
.pbot20 {
    padding-bottom: 20px !important;
}
.ptop20 {
    padding-top: 20px !important;
}
.p0 {
    padding: 0 !important;
}

hr {
    background: #dadada;
    border: 0;
    border-top: 0;
    margin: 0 0 20px;
    height: 1px;
}



.sidebox {
    background: #ffffff;
    border: 1px solid #dadada;
    overflow: hidden;
    padding: 20px;
    word-wrap: break-word;
}
.sidebox .dl-horizontal dd {
    margin-left: 80px !important;
    margin-bottom: 15px;
}
.sidebox p.heading3, .sidebox p.heading4, .sidebox p.heading5, .sidebox p.heading6 {
    margin-bottom: 5px;
}
.sidebox hr {
    margin: 16px 0 20px;
}
.sidebox.sidebox-clear {
    background: none;
    border: 0;
    padding: 20px 10px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebox .dl-horizontal dt {
        width: auto !important;
    }
}

@media only screen and (max-width: 640px) {
    .sidebox {
        margin-bottom: 20px;
    }

    .sidebox .dl-horizontal dt {
        width: auto !important;
    }

    .sidebox .dl-horizontal dd {
        margin-left: 0 !important;
        margin-bottom: 15px;
    }

    .sidebox .cta-icons ul {
        text-align: left;
    }
}






.table-striped {
    width: 100%;
}

.table-striped table {
    border: solid #dadada;
    border-width: 0 1px;
}

.table-striped thead,
.table-striped tbody tr {
    border: solid #dadada;
    border-width: 0 1px 1px 1px;
}

.table-striped table td:last-child {
    width: auto;
}

.table-striped tbody td {
    width: auto;
}

.table-striped tbody td.rowspanned {
    border-left: 1px solid #dadada;
}

.table-striped thead tr th {
    background: #eeeeee;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.table-striped tbody tr:nth-child(odd) td {
    background: #ffffff;
}

.table-striped tbody tr:nth-child(even) td {
    background: #eeeeee;
}

.table-striped thead tr td {
    padding: 16px 8px;
}

.table-striped thead tr th, .table-striped tbody tr td {
    padding: 16px 30px;
}

.table-striped .view-icons li a {
    text-indent: -9999px;
}

.table-striped.col4 th, .table-striped.col4 td {
    text-align: center;
    width: 25%;
}

@media only screen and (max-width: 960px) {
    .table-striped thead tr th, .table-striped tbody tr td {
        padding: 8px;
    }
}


@media only screen and (max-width: 640px) {
    .ie9 .wrapper {
        overflow-y: hidden !important;
    }
}


.ie #pushPanel {
    display: none !important;
}

@media only screen and (max-width: 960px) {
    .ie #pushPanel {
        display: block !important;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .left, .right {
        float: none;
    }
}

.image-responsive {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.char {
    background: url(../img/sprite-arrow-more.png) -5px 0 no-repeat;
    display: inline-block;
    height: 7px;
    width: 5px;
}

.char.orange {
    background: url(../img/sprite-arrow-more.png) -5px -7px no-repeat;
}

.text-black {
    color: #444444;
}

.text-green {
    color: #006e51;
}

.text-orange {
    color: #d14e1c;
}

.text-lgreen {
    color: #a0ce67;
}




.clear {
    background: none;
    border: 0;
    clear: both;
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.last {
    margin: 0;
}

.more {
    margin: 10px 0 0;
    text-align: right;
}

.more a {
    color: #444444;
    margin-left: 25px;
}

.more a:hover {
    color: #d14e1c;
}

.more a:hover span.char {
    background-position: -5px -14px;
}

.icon-lt {
    background-position: 0 -1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 4px;
}

.icon-lt.icon-lt-black {
    background-image: url("../img/arrow-lt-black.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-lt.icon-lt-black {
        background-image: url("../img/arrow-lt-black2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

.icon-gt {
    background-position: 0 -1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 4px;
}

.icon-gt.icon-gt-black {
    background-image: url("../img/arrow-gt-black.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-gt.icon-gt-black {
        background-image: url("../img/arrow-gt-black2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

.icon-gt.icon-gt-orange {
    background-image: url("../img/arrow-gt-orange.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-gt.icon-gt-orange {
        background-image: url("../img/arrow-gt-orange2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

.icon-rounded {
    background: #eeeeee;
    display: block;
    height: 130px;
    padding: 15px 0;
    text-align: center;
    width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.link-back a {
    color: #444444;
}

.link-back a:hover {
    color: #d14e1c;
}

.link-back a:hover .icon-lt {
    background-image: url("../img/arrow-lt-orange.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .link-back a:hover .icon-lt {
        background-image: url("../img/arrow-lt-orange2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px;
    }
}

ul.icons-attending {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.icons-attending li {
    float: left;
    background-position: -350px -50px;
    display: block;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 20px;
    width: 25px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.icons-attending li {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.icons-attending li {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.social li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 10px 5px 0 0 !important;
}

.social li a {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 22px;
    width: 22px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social li a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social li a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.social li a.linkedin {
    background-position: 0px -150px;
}

.social li a.linkedin:hover {
    background-position: 0px -200px;
}

.social li a.facebook {
    background-position: -50px -150px;
}

.social li a.facebook:hover {
    background-position: -50px -200px;
}

.social li a.twitter {
    background-position: -100px -150px;
}

.social li a.twitter:hover {
    background-position: -100px -200px;
}

.social li a.gplus {
    background-position: -150px -150px;
}

.social li a.gplus:hover {
    background-position: -150px -200px;
}

.social li a.youtube {
    background-position: -200px -150px;
}

.social li a.youtube:hover {
    background-position: -200px -200px;
}

.social li a.instagram {
    background-position: -250px -150px;
}

.social li a.instagram:hover {
    background-position: -250px -200px;
}

.social li a.reddit {
    background-position: -300px -150px;
}

.social li a.reddit:hover {
    background-position: -300px -200px;
}

.offset-cta-faq {
    background: #eeeeee;
    padding: 40px 0;
    text-align: center;
}

.offset-cta-faq .offset-icon {
    top: -30px !important;
}

.enquiry {
    position: relative;
}

.offset-icon {
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    top: -70px;
    z-index: 100;
}

.offset-icon img {
    margin-left: -32px;
}

.offset-icon span {
    text-indent: -9999px;
}

.offset-icon .icon-target {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-target.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-target {
        background-image: url("../img/icon-target2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-handshake {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-handshake.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-handshake {
        background-image: url("../img/icon-handshake2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-instagram {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-instagram.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-instagram {
        background-image: url("../img/icon-instagram2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-enquiry {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    position: relative;
    top: -30px;
    width: 64px;
    background-image: url("../img/icon-enquiry.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-enquiry {
        background-image: url("../img/icon-enquiry2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-enquiry-white {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    position: relative;
    top: 0px;
    width: 64px;
    background-image: url("../img/icon-enquiry-white.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-enquiry-white {
        background-image: url("../img/icon-enquiry-white2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-question {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-qmark.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-question {
        background-image: url("../img/icon-qmark2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

.offset-icon .icon-question-white {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-qmark-white.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .offset-icon .icon-question-white {
        background-image: url("../img/icon-qmark-white2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px;
    }
}

@media only screen and (max-width: 640px) {
    .offset-icon {
        top: -66px !important;
    }
}

.icon-qmark {
    background-position: -400px -50px;
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    margin-top: 6px;
    text-indent: -9999px;
    width: 27px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-qmark:hover {
    background-position: -450px -50px;
}

.icon-qmark-tooltip {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    top: 1px;
    width: 18px;
    background-image: url("../img/sprite-icon-qmark-tooltip.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark-tooltip {
        background-image: url("../img/sprite-icon-qmark-tooltip2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark-tooltip {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-qmark-tooltip:hover {
    background-position: 0 -18px;
}

.icon-certificate {
    background-position: -150px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 26px;
    background-image: url("//resources/images/v2/sprite-icons.png") !important;
    background: none \9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//resources/images/v2/sprite-icons.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//resources/images/v2/sprite-icons.png', sizingMethod='scale')";
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-certificate {
        background-image: url("//resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-certificate {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-certificate.green {
    background-position: -150px 0;
}

.icon-preloader {
    margin: 0 auto;
}

.icon-apply {
    background-position: 0 0;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("//resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-apply {
        background-image: url("//resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-apply {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-apply:hover {
    background-position: 0 -50px;
}

.icon-reserve {
    background-position: -350px -150px;
    display: block;
    height: 26px;
    width: 43px;
    background-image: url("//resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reserve {
        background-image: url("//resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reserve {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-reserve:hover {
    background-position: -350px -200px;
}

.icon-download {
    background-position: -50px 0;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("//resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-download {
        background-image: url("//resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-download {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-download:hover {
    background-position: -50px -50px;
}

.icon-contact {
    background-position: -100px 0;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-contact {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-contact {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-contact:hover {
    background-position: -100px -50px;
}

.icon-reminder {
    background-position: -100px -500px;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reminder {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reminder {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-reminder:hover {
    background-position: -100px -50px;
}

.icon-calendar {
    background-position: 0 -450px;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-calendar {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-calendar {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-calendar:hover {
    background-position: -100px -50px;
}

.icon-flag {
    background-position: -450px -200px;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-flag {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-flag {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-flag:hover {
    background-position: -450px -250px;
}

.icon-paperplane {
    background-position: -500px 0;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-paperplane {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-paperplane {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-globe {
    background-position: -550px 0;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-globe {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-globe {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-sun {
    background-position: -600px 0;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sun {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sun {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-passport {
    background-position: -150px -100px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-passport {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-passport {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-profilenetwork {
    background-position: -50px -100px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilenetwork {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilenetwork {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-hourglass {
    background-position: -500px -150px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-hourglass {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-hourglass {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-profilecirc {
    background-position: -550px -150px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilecirc {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilecirc {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-listpad {
    background-position: -600px -150px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-listpad {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-listpad {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-doctick {
    background-position: -650px -150px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-doctick {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-doctick {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-tie {
    background-position: -500px -250px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-tie {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-tie {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-basketball {
    background-position: -550px -250px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-basketball {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-basketball {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-guitar {
    background-position: -600px -250px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-guitar {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-guitar {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-clock {
    background-position: -650px -250px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-clock {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-clock {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-boxnumber {
    background-position: -500px -350px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-boxnumber {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-boxnumber {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-penmark {
    background-position: -550px -350px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-penmark {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-penmark {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-school {
    background-position: -650px -350px;
    display: block;
    height: 42px;
    width: 42px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-school {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-school {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-header {
    float: left;
    margin-right: 10px;
}

.icon-header.icon-handshake {
    background-position: -600px -350px;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-header.icon-handshake {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-header.icon-handshake {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-print {
    background-position: -200px -500px;
    display: block;
    height: 26px;
    width: 26px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-print {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-print {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-print:hover {
    background-position: -200px -550px;
}

.icon-grid-lg {
    background-position: -250px -500px;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-grid-lg {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-grid-lg {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-grid-lg:hover {
    background-position: -250px -550px;
}

.icon-location-md {
    background-position: -300px -500px;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-location-md {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-location-md {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.icon-location-md:hover {
    background-position: -300px -550px;
}

.link-cta {
    background: url(../img/sprite-arrow-list.png) -8px 1px no-repeat;
    color: #444444;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 2px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.btn:focus {
    background: #006e51 !important;
    color: #ffffff !important;
}

.btn:hover {
    background-color: #d14e1c;
    color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .btn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .btn {
        width: 100% !important;
    }
}





.btn-primary {
    background-color: #006e51;
    color: #ffffff;
}
.btn-primary:active {
    background-color: #006e51;
}
.btn-primary:focus {
    background-color: #006e51;
    border: 0;
    outline: 0;
}


a.link-video span {
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0.65;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 120px;
    z-index: 800;
    background-image: url("../img/icon-play-white.png") !important;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.link-video span {
        background-image: url("../img/icon-play-white2x.png") !important;
        -webkit-background-size: 120px 120px;
        -moz-background-size: 120px 120px;
        -o-background-size: 120px 120px;
        -ms-background-size: 120px 120px;
        background-size: 120px 120px;
    }
}
a.link-video span:hover {
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@media only screen and (max-width: 960px) {
    a.link-video span {
        display: none;
    }
}

.btn-green {
    background-color: #006e51;
    color: #ffffff !important;
}
.btn-green:hover {
    background-color: #d14e1c;
    color: #ffffff;
}
.btn-block {
    display: block;
    white-space: normal;
    /* css-3 */
    white-space: -moz-normal;
    /* Mozilla, since 1999 */
    white-space: -normal;
    /* Opera 4-6 */
    white-space: -o-normal;
    /* Opera 7 */
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #444444;
    opacity: 0.9;
}

.tooltip .tooltip-inner {
    background: #000;
    opacity: 0.9;
}

.sepline {
    border: 0;
    display: block;
    height: 1px;
    margin: 0 auto;
}

.sepline.small {
    background: #7c7c7c;
    margin: 12px auto 20px;
    width: 80px;
}

.sepline.xsmall {
    background: #7c7c7c;
    margin: 10px auto 16px;
    margin-top: 20px \0;
    width: 50px;
}

.sepline.smoke {
    background: #a9a9a9;
}

.sepline.white {
    background: #ffffff;
}

.sepline.full {
    background: #dadada;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .sepline.small {
        margin-bottom: 15px;
    }

    .sepline.xsmall {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}


/**
 * Modal
 */
.modal {
    background: #ffffff;
    margin: 0 auto;
    z-index: 9999;
    width: 86%;
}

.modal .modalbox {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
}

.modal .modalbox .modal-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal .modalbox .modal-buttons li {
    float: left;
    margin-left: 1px;
}

.modal .modalbox .modal-buttons a {
    background: #a0ce67;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 80px;
    margin-bottom: 1px;
    padding: 0 6px;
    text-align: center;
    width: 80px;
}

.modal .modalbox .modal-buttons a.modal-btn-close span {
    background-position: -400px -150px;
    background-repeat: no-repeat;
    display: block;
    margin: 20px auto 6px;
    height: 20px;
    width: 20px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .modal .modalbox .modal-buttons a.modal-btn-close span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .modal .modalbox .modal-buttons a.modal-btn-close span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.modal .modalbox .modal-buttons a.modal-btn-print span {
    background-position: -400px -200px;
    background-repeat: no-repeat;
    display: block;
    margin: 14px auto 6px;
    height: 30px;
    width: 32px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .modal .modalbox .modal-buttons a.modal-btn-print span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .modal .modalbox .modal-buttons a.modal-btn-print span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.modal .modalbox .modal-buttons a em {
    font-style: normal;
}

.modal .modalbox .accordion-box {
    width: 100%;
}

.modal .modalbox .accordion-box .filter-green {
    background: #006e51;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal .modalbox .accordion-box .filter-green .filter-label {
    margin-top: 4px;
}

.modal .modalbox .accordion-box .filter-green .select-white {
    margin: 0;
}

.modal .modalbox .accordion-box ul.list-inline {
    margin-left: 26px;
}

.modal .modalbox .accordion-box ul.list-inline li {
    border-right: 1px solid #dadada;
    padding-right: 10px;
}

.modal .modalbox .accordion-box ul.list-inline li:last-child {
    border: 0;
}

.modal .modalbox .accordion-box ul.list-inline li a {
    color: #444444;
}

.modal .modalbox .accordion-box ul.list-inline li a:hover {
    color: #d14e1c;
}

.modal .modalbox .accordion-box .panel-title {
    padding: 20px;
}

.modal .modalbox .accordion-box .panel-body {
    padding: 0 20px !important;
}

.modal .modalbox .accordion-box .panel-group {
    margin-bottom: 60px;
}

.modal .modalbox .accordion-box .offset-icon {
    top: -30px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .modal {
        width: 96%;
    }

    .modal .modalbox {
        padding: 120px 0 40px;
    }
}

@media only screen and (max-width: 640px) {
    .modal {
        padding: 0 0 40px;
        overflow-x: scroll !important;
    }

    .modal .modalbox {
        padding: 120px 0 40px;
    }
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.65);
}

#cboxOverlay {
    background: #ffffff;
}
#colorbox #cboxWrapper {
    background: #ffffff;
    border: 1px solid #dadada;
}
#colorbox #cboxWrapper #cboxTopLeft,
#colorbox #cboxWrapper #cboxTopCenter,
#colorbox #cboxWrapper #cboxTopRight,
#colorbox #cboxWrapper #cboxBottomLeft,
#colorbox #cboxWrapper #cboxBottmCenter,
#colorbox #cboxWrapper #cboxBottomRight,
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxMiddleRight {
    display: none;
}
#colorbox #cboxWrapper #cboxContent {
    width: 100% !important;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    margin: 0;
    padding: 100px 22px 20px;
    width: 97% !important;
}

#colorbox #cboxWrapper #cboxContent #cboxClose {
    background: #a0ce67 url(../img/bg-btn-close.png) center 20px no-repeat;
    bottom: auto;
    color: #ffffff;
    display: block;
    height: 80px;
    padding-top: 46px;
    right: 0;
    text-indent: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 80px;
    z-index: 1111;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 95% !important;
    }
}

@media only screen and (max-width: 640px) {
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        padding: 70px 10px 20px;
        width: 93% !important;
    }

    #colorbox #cboxWrapper #cboxContent #cboxClose {
        background: #a0ce67 url(../img/bg-btn-close.png) center 10px no-repeat;
        height: 40px;
        padding-top: 0;
        right: 0;
        text-indent: -9999px;
        width: 40px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }
}

.no-border {
    border: 0 !important;
}

.forms {
    margin: 5px 0 30px;
}

.forms input[type="email"] {
    background: transparent;
    border-top: 1px solid #a0ce67;
    border-bottom: 1px solid #a0ce67;
    border-left: 1px solid #a0ce67;
    color: #999999;
    display: inline-block;
    height: 38px;
    padding: 10px 14px;
    padding-top: 8px \9;
    width: 218px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.forms input[type="email"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
}

.forms input[type="submit"] {
    background-color: #a0ce67;
    background-image: url(/resources/images/v2/icon-arrow-submit.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a0ce67;
    color: #a0ce67;
    display: inline-block;
    height: 38px;
    margin-left: -5px;
    padding: 10px 14px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 38px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.forms input[type="submit"]:hover {
    background-color: #d14e1c;
    border: 1px solid #d14e1c;
}

.forms input[type="submit"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
}

.forms textarea:focus, .forms input:focus {
    outline: 0;
}

@media only screen and (max-width: 640px) {
    .forms input[type="email"] {
        width: 262px;
    }
}

.form-inline {
    margin-bottom: 10px;
}

.form-inline label {
    display: inline-block;
    margin: 0;
}

.form-inline label.text {
    width: 50%;
}

.form-inline input[type="text"],
.form-inline input[type="email"] {
    background: transparent;
    border: 1px solid #006e51;
    color: #999999;
    height: 36px;
    padding: 14px 10px;
    padding-top: 8px \9;
    width: 48%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-inline .select-default {
    background-repeat: no-repeat;
    background-position: 98% center;
    border: 1px solid #006e51;
    color: #999999;
    display: inline-block;
    padding: 7px 10px;
    width: 48%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-white.jpg") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-inline .select-default {
        background-image: url("../img/arrow-down-square-white2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

.form-inline .select-default select {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    padding: 4px 30px 4px 6px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-inline .select-default select:focus {
    outline: none;
}

.form-inline .select-default select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 640px) {
    .form-inline label.text {
        margin-bottom: 5px;
        width: 100%;
    }

    .form-inline input[type="text"],
    .form-inline input[type="email"] {
        width: 90%;
    }

    .form-inline .select-default {
        width: 90%;
    }
}

select.default {
    background: none;
    border: none;
    outline: none;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100% \9;
}

select.default:focus {
    outline: none;
}

select.default::-ms-expand {
    display: none;
}

.select-white {
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 25px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-white.jpg") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .select-white {
        background-image: url("../img/arrow-down-square-white2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

.select-white select {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    padding: 4px 30px 4px 6px;
    padding-right: 5px \0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select-white select:focus {
    outline: none;
}

.select-white select::-ms-expand {
    display: none;
}

.select-white select option {
    color: #444444;
}

@media only screen and (max-width: 640px) {
    .select-white {
        margin: 0 0 10px;
    }
}

.radio-white {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.radio-white label {
    display: inline-block !important;
    margin-left: 5px !important;
    width: auto !important;
}

@media only screen and (max-width: 640px) {
    .radio-white label {
        margin: 0 0 0 5px !important;
    }
}

@-moz-document url-prefix() {
    .select-white select {
        width: 119%;
    }
}

.select-filter {
    color: #ffffff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.select-filter .select2-container .select2-choice {
    background: transparent;
    background-image: none;
    border: 1px solid #dadada;
    height: 30px;
}

.select-filter .select2-container .select2-choice .select2-chosen {
    color: #ffffff;
}

.select-filter .select2-container .select2-choice .select2-arrow {
    background: #ffffff;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.select-filter .select2-container-multi .select2-choices {
    background: transparent;
    background-image: none;
    border: 1px solid #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select-filter .select2-container-multi .select2-choices .select2-default {
    color: #ffffff !important;
}

.select-filter .select2-container-multi .select2-choices .select2-search-field input {
    padding: 3px 5px;
}

.select2-drop-active {
    border: 1px solid #dadada;
}

.select2-drop-active .select2-search {
    padding-top: 4px;
}

.select-small {
    margin: 0 10px -6px 0;
    width: 130px;
}

.select-medium {
    width: 274px;
}

.multi-select-dropdown, .multi-select-dropdown dd, .multi-select-dropdown dt {
    margin: 0px;
    padding: 0px;
}

.multi-select-dropdown dt.multi-title {
    cursor: pointer;
}

.multi-select-dropdown dt.multi-title a, .multi-select-dropdown dt.multi-title a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7em;
    padding: 2px 30px 2px 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.multi-select-dropdown dd.multi-select {
    display: none;
    background-color: #fff;
    height: auto;
    margin: -22px 0 0 -1px;
    padding: 5px;
    position: absolute;
    overflow-y: scroll;
    width: 188px;
}

.multi-select-dropdown dd.multi-select ul {
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0 5px;
    overflow-x: hidden;
}

.multi-select-dropdown dd.multi-select ul li {
    display: block;
    color: #333;
    margin: 2px 0;
}

.multi-select-dropdown dd.multi-select ul li label {
    font-weight: normal;
    padding-top: 2px;
    width: 100%;
}

.multi-select-dropdown dd.multi-select ul li label input[type="checkbox"] {
    display: inline-block;
}

.multi-select-dropdown dd.multi-select ul li label span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 80%;
    margin-left: 10px;
}

.bs-multiselect {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 390px;
    color: #444444;
}

.bs-multiselect .bs-multiselect-inner {
    border: 1px solid #ffffff;
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bs-multiselect .btn-group.open .btn:focus, .bs-multiselect .btn-group.open .btn:hover, .bs-multiselect .btn-group.open .btn:focus:hover {
    background: none;
    color: #ffffff;
}

.bs-multiselect .btn-group > .btn {
    box-shadow: none;
    background: none;
    color: #ffffff;
    height: 23px;
    letter-spacing: 0;
    overflow: hidden;
    padding: 2px 20px 3px 6px !important;
    position: relative;
    text-align: left;
    width: 388px;
}

.bs-multiselect .btn-group > .btn:focus, .bs-multiselect .btn-group > .btn:hover, .bs-multiselect .btn-group > .btn:focus:hover {
    background: none !important;
    color: #ffffff;
}

.bs-multiselect .btn-group > .btn span {
    display: block;
    font-size: 13px;
    max-width: 320px;
    text-transform: none;
    overflow: hidden;
    position: relative;
    width: 390px;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.bs-multiselect .btn-group > .btn .caret {
    background-repeat: no-repeat;
    background-position: right center;
    border: 0;
    display: block;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: 2;
    background-image: url("../img/arrow-down-square-white.jpg") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bs-multiselect .btn-group > .btn .caret {
        background-image: url("../img/arrow-down-square-white2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

.bs-multiselect .btn-group .multiselect-container {
    max-height: 250px;
    overflow-y: scroll;
    width: 390px;
}

.bs-multiselect .btn-group .multiselect-container > li > a > label {
    padding-left: 30px;
    width: auto;
}

.bs-multiselect.small {
    width: 248px;
}

.bs-multiselect.small .btn-group > .btn {
    height: 23px;
    padding: 2px 20px 2px 10px;
    width: 188px;
}

.bs-multiselect.small .btn-group > .btn span {
    max-width: 150px;
    width: 180px;
}

.bs-multiselect.small .btn-group .multiselect-container {
    width: 190px;
}

.bs-multiselect.small .btn-group .multiselect-container li a {
    white-space: normal;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .bs-multiselect .btn-group {
        width: 100%;
    }

    .bs-multiselect.small {
        margin-bottom: 10px;
        margin-right: 7px;
    }
}

@media only screen and (max-width: 640px) {
    .bs-multiselect .btn-group {
        width: 100%;
    }

    .bs-multiselect.small {
        margin-bottom: 10px;
        width: 100%;
    }

    .bs-multiselect.small .btn-group {
        width: 100%;
    }

    .bs-multiselect.small .btn-group > .btn {
        width: 100%;
    }

    .bs-multiselect.small .btn-group .multiselect-container {
        width: 100%;
    }
}


@media only screen and (max-width: 960px) {
    .ui-mobile .ui-page-active {
        overflow-y: hidden;
    }
}

.col-box {
    position: relative;
    width: 100%;
}

.col-box.col-box-white {
    background: #ffffff;
}

.col-box.col-box-border {
    border: 1px solid #dadada;
}

.col-box .col-box-header {
    min-height: 170px \9;
    overflow: hidden;
    position: relative;
}

.col-box .col-box-header .col-box-details {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-box .col-box-header .col-box-details:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-box .col-box-header .col-box-details .col-box-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-box .col-box-header .col-box-details .col-box-text.align-top {
    margin-top: 10px;
    top: auto !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-title a {
    color: #a0ce67;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-stat {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-subtitle {
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-cat {
    color: #d14e1c;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-avatar {
    display: block;
    height: 80px;
    margin: 0 auto 16px;
    width: 80px;
}

.col-box .col-box-header .col-box-details .col-box-text .col-box-avatar img {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.col-box .col-box-header .col-box-image {
    position: relative;
    width: 100%;
    z-index: 50;
}

.col-box .col-box-header .col-box-image img {
    max-width: 100%;
    width: 100%;
    min-height: 170px \9;
}

.col-box .col-box-body {
    padding: 18px;
}

.col-box .col-box-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-box .col-box-body ul.special {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-box .col-box-body ul.special li {
    background: url(../img/sprite-arrow-list.png) -8px 2px no-repeat;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 2px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-body ul.cta-big {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-box .col-box-body ul.cta-big li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.col-box .col-box-body ul.cta-big li:last-child {
    border: 0;
    margin: 0;
}

.col-box .col-box-body ul.cta-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-box .col-box-body ul.cta-small li {
    margin-bottom: 6px;
}

.col-box .col-box-body .col-box-subtitle {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-footer {
    bottom: 0;
    margin: 0 18px;
    padding: 18px 0;
    position: relative;
}

.col-box .col-box-footer .col-box-sponsor-text {
    font-size: 11px;
    margin: 18px 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-categories {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.col-box .col-box-categories a {
    color: #d14e1c;
}

.col-box .col-box-link {
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-box .col-box-header {
        min-height: 170px;
    }

    .col-box .col-box-image img {
        min-height: 170px;
    }

    .col-box .col-box-details {
        padding: 14px !important;
    }

    .col-box .col-box-details .col-box-text {
        margin: 0 !important;
    }

    .col-box .col-box-details .col-box-text .col-box-title a {
        font-size: 16px !important;
    }

    .col-box .col-box-details .col-box-text .col-box-avatar {
        height: 40px !important;
        width: 40px !important;
    }

    .col-box .col-box-details .col-box-text .col-box-avatar img {
        height: 40px !important;
        width: 40px !important;
    }

    .col-box .dl-horizontal dt {
        text-align: left;
        width: 100% !important;
    }

    .col-box .dl-horizontal dd {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .col-box {
        min-height: 0 !important;
    }

    .col-box .col-box-details {
        padding: 10px !important;
    }

    .col-box .col-box-details .col-box-text {
        margin: 0 !important;
    }

    .col-box .col-box-details .col-box-text .col-box-title a {
        font-size: 16px !important;
    }

    .col-box .col-box-details .col-box-text .col-box-avatar {
        height: 40px !important;
        width: 40px !important;
    }

    .col-box .col-box-details .col-box-text .col-box-avatar img {
        height: 40px !important;
        width: 40px !important;
    }

    .col-box .col-box-body {
        padding: 10px;
    }

    .col-box .col-box-body p {
        margin-bottom: 10px;
    }

    .col-box .col-box-subtitle {
        font-size: 13px;
    }

    .col-box .col-box-footer {
        margin: 0 10px;
    }

    .col-box .dl-horizontal dd {
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
}

.dl-horizontal {
    font-size: 15px;
}

.dl-horizontal dt {
    line-height: 1.3;
    text-align: left !important;
    text-transform: uppercase;
    width: auto !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .dl-horizontal dt {
        text-align: left;
        width: 100% !important;
    }

    .dl-horizontal dd {
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .dl-horizontal dd {
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    .dl-horizontal.dl-inline {
        margin: 0 0 10px;
    }

    .dl-horizontal.dl-inline dt {
        display: inline-block;
        width: 100px !important;
    }

    .dl-horizontal.dl-inline dd {
        display: inline-block;
    }
}

.chart-giving {
    margin: 0 0 20px;
}

.bq-author {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.bq-company {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.filter-green {
    background: #006e51;
}

.filter-green label {
    color: #ffffff;
    margin: 13px 0;
}

.filter-green .select-white {
    width: 30%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .filter-green label {
        margin: 8px 0 0;
    }
}

@media only screen and (max-width: 640px) {
    .filter-green label {
        margin: 8px 0 0;
    }
}

.section-tabs {
    border-bottom: 5px solid #dadada;
}

.section-tabs ul.nav-tabs {
    border: 0;
    margin: 0 auto;
    text-align: center;
    width: 600px;
}

.section-tabs ul.nav-tabs li {
    margin: 0 5px -5px;
}

.section-tabs ul.nav-tabs li a {
    background: none;
    border: 0;
    color: #444444;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.section-tabs ul.nav-tabs li a:hover {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    border: 0;
    color: #006e51;
}

.section-tabs ul.nav-tabs li.active a {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    color: #006e51;
}

@media only screen and (max-width: 640px) {
    .section-tabs .nav-tabs li {
        margin: 0 0 -5px !important;
    }

    .section-tabs .nav-tabs li a {
        font-size: 14px !important;
        padding: 10px 5px;
    }
}

.box-fluid {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.box-fluid .box-left {
    float: left;
    width: auto;
}

.box-fluid .box-right {
    width: auto;
}

.box-fluid .box-default blockquote {
    margin: 0 10px 20px;
}

.box-fluid.with-avatar .box-left {
    float: left;
}

.box-fluid.with-avatar .box-right {
    padding-left: 24%;
}

.box-fluid.with-avatar-2cols .box-left {
    float: left;
}

.box-fluid.with-avatar-2cols .box-right {
    padding-left: 34%;
}

.box-fluid.linkedin-avatar .box-right {
    padding-left: 18%;
}

.box-fluid.linkedin-avatar-sm .box-right {
    padding-left: 32%;
}

.box-fluid .btn-close-gray {
    right: 0;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 960px) {
    .box-fluid {
        margin-bottom: 20px;
        padding: 0 10px;
        text-align: center;
    }

    .box-fluid .box-left {
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .box-fluid .box-right {
        float: none;
        padding: 0 !important;
        width: 100%;
    }

    .box-fluid .freehtml {
        text-align: center;
    }
}

.events > .row {
    margin-top: -40px;
}

.equal-box .equal-width {
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

.equal-box .equal-width.border {
    border-right: 1px solid #dadada;
}



.equal-box .equal-width.equal-inline {
    margin: 0 0 20px;
    padding: 0;
}

.equal-box .equal-width.equal-tab {
    margin: 20px 0 0;
    position: relative;
    top: -15px;
}

.equal-box .equal-width.equal-tab a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.equal-box .equal-width.equal-tab.item {
    background: none;
}

.equal-box .equal-width.equal-tab.active a {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    color: #006e51;
    text-decoration: none;
}

.equal-box .equal-width:last-child {
    border: 0;
}

.equal-box .equal-height {
    margin: 0 0 20px;
}

@media only screen and (max-width: 960px) {
    .equal-box.equal-responsive-sm .equal-width {
        width: 100% !important;
    }

    .equal-box .equal-width {
        float: none;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .equal-box .equal-width.border {
        border-right: 0;
        padding-bottom: 10px;
    }

    .equal-box .equal-width.border:last-child {
        border: 0;
    }
    .equal-box .equal-width.equal-block {
        width: 100% !important;
    }

    .equal-box .equal-width.equal-inline {
        float: left !important;
        padding: 0;
    }

    .equal-box .equal-width.equal-tab {
        float: left !important;
        margin: 0;
        position: relative;
        top: 0;
        width: 100% !important;
    }

    .equal-box .equal-width.equal-tab.item {
        display: none;
    }

    .equal-box .equal-width.equal-tab.active {
        display: block;
    }

    .equal-box .equal-width.equal-tab a {
        display: block;
        font-size: 17px;
    }

    .equal-box .equal-width p:last-child {
        margin: 0;
    }

    .equal-box .equal-height {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .equal-box.equal-responsive-xs .equal-width {
        width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
    .equal-box.equal-responsive .equal-width {
        width: 100% !important;
    }
}

.blurb {
    display: none;
    left: -64px;
    position: absolute;
    top: 45px;
    z-index: 7777;
}

.blurb.show {
    display: block;
}

.blurb .blurb-inner {
    background: #444;
    color: #ffffff;
    display: block;
    height: auto;
    padding: 14px 10px;
    position: relative;
    text-align: left;
    width: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blurb .blurb-inner .arrow {
    background-image: url(../img/diamond-black.png);
    background-position: 0 0;
    display: block;
    height: 7px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -7px;
    width: 14px;
}

.blurb .blurb-inner a:hover {
    color: #a0ce67;
}

/* Contact Form */
.contact-form {
    text-align: left;
}

.contact-form label {
    clear: both;
    display: block;
    margin: 0 0 20px;
    width: 100%;
}

.contact-form label span {
    float: left;
    margin: 4px 0 0;
    width: 30%;
}

@media only screen and (max-width: 640px) {
    .contact-form label span {
        display: block;
        float: none;
        margin: 4px 0 10px;
        width: 100%;
    }

    .contact-form label input.form-primary[type="text"],
    .contact-form label input.form-primary[type="email"],
    .contact-form label textarea.form-primary,
    .contact-form label .form-primary-select {
        width: 100%;
    }

    .contact-form label .btn {
        margin-top: -40px;
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dadada;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dadada;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dadada;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dadada;
}

input.form-primary[type="text"],
input.form-primary[type="email"],
input.form-primary[type="password"] {
    background: transparent;
    border: 1px solid #006e51;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    height: 25px;
    padding: 2px 10px;
    padding-top: 8px \9;
    width: 220px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input.form-primary[type="text"]:focus,
input.form-primary[type="email"]:focus,
input.form-primary[type="password"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
}

input.form-primary-sm[type="text"] {
    width: 80px;
}

.form-primary-select {
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #006e51;
    color: #ffffff;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    width: 220px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-green.jpg") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-primary-select {
        background-image: url("../img/arrow-down-square-green2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

.form-primary-select select {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 4px 30px 4px 10px;
    padding-top: 3px \9;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-primary-select select:focus {
    outline: none;
}

.form-primary-select select::-ms-expand {
    display: none;
}

.form-primary-select.select-small {
    width: 142px;
}

.form-primary-select.select-small select {
    padding-right: 32px;
}

.form-primary-select.select-large {
    width: 310px;
}

.form-primary-select.select-large select {
    padding-right: 30px;
}

.form-primary-select.error {
    background-image: none !important;
}

textarea.form-primary {
    background: transparent;
    border: 1px solid #006e51;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    height: 170px;
    padding: 12px 10px;
    padding-top: 8px \9;
    width: 370px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea.form-primary:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
}

input.form-control[type="radio"],
input.form-control[type="checkbox"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: auto;
}

input[type=range] {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #006e51;
    margin-top: -5px;
}

.pr-profiler {
    text-align: left;
}

.pr-profiler input.form-range-timeline[type=range]::-webkit-slider-runnable-track {
    height: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pr-profiler input.form-range-timeline[type=range]::-webkit-slider-thumb {
    margin-top: -2px;
}

.pr-profiler input.form-range-timeline[type=range].only-15 {
    width: 450px;
}

.pr-profiler input.form-range-timeline[type=range].only-15::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-15:focus::-webkit-slider-runnable-track {
    background: url(../img/bg-range-timeline.png) 0 0 repeat-x;
}

.pr-profiler input.form-range-timeline[type=range].only-20 {
    width: 594px;
}

.pr-profiler input.form-range-timeline[type=range].only-20::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-20:focus::-webkit-slider-runnable-track {
    background: url(../img/bg-range-timeline.png) 0 0 repeat-x;
}

.pr-profiler .form-range-number {
    margin: 0 0 10px;
}

.pr-profiler .form-range-number.only-15 span {
    display: inline-block;
}

.pr-profiler .form-range-number.only-15 span:nth-child(2) {
    margin-left: 124px;
}

.pr-profiler .form-range-number.only-15 span:nth-child(3) {
    margin-left: 124px;
}

.pr-profiler .form-range-number.only-15 span:last-child {
    margin-left: 112px;
}

.pr-profiler .form-range-number.only-20 span {
    display: inline-block;
}

.pr-profiler .form-range-number.only-20 span:nth-child(2) {
    margin-left: 124px;
}

.pr-profiler .form-range-number.only-20 span:nth-child(3) {
    margin-left: 124px;
}

.pr-profiler .form-range-number.only-20 span:nth-child(4) {
    margin-left: 124px;
}

.pr-profiler .form-range-number.only-20 span:last-child {
    margin-left: 112px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .pr-profiler .form-range-number {
        margin: 0 0 10px;
    }

    .pr-profiler .form-range-number.only-20 span:last-child {
        margin-left: 108px;
    }
}

@media only screen and (max-width: 640px) {
    .pr-profiler input.form-range-timeline[type=range].only-15 {
        width: 300px;
    }

    .pr-profiler input.form-range-timeline[type=range].only-15::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-15:focus::-webkit-slider-runnable-track {
        background: url(../img/bg-range-xs15-i5p.png) 0 0 no-repeat;
    }

    .pr-profiler input.form-range-timeline[type=range].only-20 {
        width: 300px;
    }

    .pr-profiler input.form-range-timeline[type=range].only-20::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-20:focus::-webkit-slider-runnable-track {
        background: url(../img/bg-range-xs20-i5p.png) 0 0 no-repeat;
    }

    .pr-profiler .form-range-number.only-15 span:nth-child(2) {
        margin-left: 74px !important;
    }

    .pr-profiler .form-range-number.only-15 span:nth-child(3) {
        margin-left: 74px !important;
    }

    .pr-profiler .form-range-number.only-15 span:last-child {
        margin-left: 56px !important;
    }

    .pr-profiler .form-range-number.only-20 span:nth-child(2) {
        margin-left: 46px !important;
    }

    .pr-profiler .form-range-number.only-20 span:nth-child(3) {
        margin-left: 54px !important;
    }

    .pr-profiler .form-range-number.only-20 span:nth-child(4) {
        margin-left: 50px !important;
    }

    .pr-profiler .form-range-number.only-20 span:last-child {
        margin-left: 30px !important;
    }
}

.pr-linkedin {
    text-align: left;
}

.pr-linkedin .pr-info {
    margin: 0 0 30px;
}

.pr-linkedin .pr-info .img-circle {
    float: left;
    margin: 0 30px 0 0;
}

@media only screen and (max-width: 640px) {
    .pr-linkedin .pr-info .img-circle {
        display: block;
        float: none;
        margin: 0 auto 30px;
    }
}

.list-btn-dropdown > a {
    display: none;
}

.list-btn-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-btn-dropdown ul li {
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .list-btn-dropdown > a {
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #006e51;
        color: #444444;
        display: inline-block;
        height: 25px;
        overflow: hidden;
        padding: 2px 10px;
        vertical-align: middle;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url("../img/arrow-down-square-green.jpg") !important;
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .list-btn-dropdown > a {
        background-image: url("../img/arrow-down-square-green2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

@media only screen and (max-width: 640px) {
    .list-btn-dropdown ul {
        display: none;
        border: 1px solid #dadada;
        max-height: 150px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .list-btn-dropdown ul li {
        display: block;
    }

    .list-btn-dropdown ul li a {
        background: none !important;
        color: #444444 !important;
        display: block !important;
        font-family: Arial !important;
        margin: 0 10px !important;
        padding: 5px 0;
        text-align: left !important;
        text-transform: none !important;
    }

    .list-btn-dropdown ul.show {
        display: block;
    }
}

.form-primary.form-full-width,
.form-primary.form-half-width {
    height: auto !important;
    padding: 2px 10px !important;
}

.form-primary.form-full-width.with-currency,
.form-primary.form-half-width.with-currency {
    padding-left: 28px !important;
}

.label-currency {
    color: #006e51;
    font-size: 13px;
    left: 18px;
    position: absolute;
    top: 33px;
}

.form-inline {
    display: inline-block;
}

.form-full-width {
    width: 100% !important;
}

.form-half-width {
    width: 49% !important;
}

input.form-primary.form-full-width.error {
    border: 1px solid red;
}

.form-primary-select.form-full-width.error {
    background-image: none;
    border: 1px solid red;
}

label {
    font-weight: normal;
}

label.form-secondary span {
    position: relative;
}

label.form-secondary input[type="text"],
label.form-secondary input[type="email"] {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    height: 25px;
    padding: 12px 24px 12px 10px;
    padding-top: 8px \9;
    position: relative;
    width: 220px;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

label.form-secondary input[type="text"]:focus,
label.form-secondary input[type="email"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
}

label.form-secondary .icon-search {
    position: relative;
    right: 22px;
}

@media only screen and (max-width: 640px) {
    label.form-secondary span {
        display: block;
        margin-bottom: 5px;
    }

    label.form-secondary input[type="text"],
    label.form-secondary input[type="email"] {
        width: 100%;
    }

    label.form-secondary.pull-right {
        float: none !important;
    }
}

.form-secondary-select {
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    width: 220px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-white.jpg") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-secondary-select {
        background-image: url("../img/arrow-down-square-white2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px;
    }
}

.form-secondary-select select {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 4px 10px;
    padding-top: 3px \9;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-secondary-select select:focus {
    outline: none;
}

.form-secondary-select select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 640px) {
    .form-secondary-select {
        width: 100%;
    }
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #444444;
}

.form-search-cta input[type="text"] {
    border: 1px solid #006e51;
    font-size: 13px;
    padding: 5px;
    width: 94%;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.form-search-cta .btn-cta {
    background-color: #006e51;
    background-position: 14px 8px;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0 0 0 -4px;
    padding: 5px 5px 6px;
    text-indent: -9999px;
    width: 6%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-image: url("../img/arrow-search-cta.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-search-cta .btn-cta {
        background-image: url("../img/arrow-search-cta2x.png") !important;
        -webkit-background-size: 9px 14px;
        -moz-background-size: 9px 14px;
        -o-background-size: 9px 14px;
        -ms-background-size: 9px 14px;
        background-size: 9px 14px;
    }
}

.lbox-carousel {
    height: 300px !important;
    padding: 30px 0;
}

.lbox-carousel .caroufredsel_wrapper, .lbox-carousel .slider, .lbox-carousel .slider li {
    width: 100% !important;
}

.lbox-carousel .lbox-container {
    margin: 0 auto;
    width: 600px;
}

.lbox-carousel .cta {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.lbox-carousel .pager {
    bottom: auto !important;
    top: 0;
}

.lbox-container {
    margin: 0 auto;
    width: 600px;
}

.btnPrint {
    background: #a0ce67;
    bottom: auto;
    color: #ffffff;
    display: block;
    height: 80px;
    position: absolute;
    right: 81px;
    text-indent: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 80px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.btnPrint img {
    margin: 10px 0;
}

.btnPrint:hover {
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
    .btnPrint {
        height: 40px;
        right: 41px;
        width: 40px;
    }

    .btnPrint img {
        width: 16px;
    }
}

.small-container {
    margin: 0 auto;
    text-align: left;
    width: 75%;
}

.chosen-container {
    margin: 0 0 20px;
}

.chosen-container .chosen-choices {
    background-image: none !important;
    border: 1px solid #006e51 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chosen-container .chosen-choices .search-choice {
    background: #006e51 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 24px 10px 10px !important;
    color: #ffffff !important;
}

.chosen-container .chosen-choices .search-choice .search-choice-close {
    right: 5px !important;
    top: 11px !important;
}

.map-content {
    position: relative;
}

.map-content .map-image {
    position: relative;
    text-align: center;
    z-index: 1;
}

.map-content .map-location {
    display: block;
    height: 22px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 2;
}

.map-content .map-location p.last {
    margin: 0;
}

.map-content .map-location.active {
    z-index: 3;
}

.map-content .map-location > a {
    background: url(../img/icon-map-location-green.png) center center no-repeat;
    display: block;
    height: 22px;
    text-indent: -9999px;
    width: 16px;
    z-index: 1;
}

.map-content .map-location > a:hover {
    background: url(../img/icon-map-location-orange.png) center center no-repeat;
}

.map-content .map-location.one {
    left: 284px;
    top: 100px;
}

.map-content .map-location.two {
    left: 272px;
    top: 120px;
}

.map-content .map-location.three {
    left: 298px;
    top: 130px;
}

.map-content .map-location.four {
    left: 318px;
    top: 214px;
}

.map-content .map-location.five {
    left: 450px;
    top: 118px;
}

.map-content .map-location.six {
    left: 488px;
    top: 99px;
}

.map-content .map-location.seven {
    left: 510px;
    top: 120px;
}

.map-content .map-location.eight {
    left: 558px;
    top: 155px;
}

.map-content .map-location.nine {
    left: 546px;
    top: 245px;
}

.map-content .map-location.ten {
    left: 730px;
    top: 105px;
}

.map-content .map-location.eleven {
    left: 678px;
    top: 148px;
}

.map-content .map-location.twelve {
    left: 675px;
    top: 226px;
}

.map-content .map-location.thirteen {
    left: 740px;
    top: 282px;
}

.map-content .map-location.fourteen {
    left: 782px;
    top: 308px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .map-content .map-image img {
        width: 100%;
    }

    .map-content .map-location.one {
        left: 136px;
        top: 86px;
    }

    .map-content .map-location.two {
        left: 126px;
        top: 106px;
    }

    .map-content .map-location.three {
        left: 148px;
        top: 116px;
    }

    .map-content .map-location.four {
        left: 168px;
        top: 198px;
    }

    .map-content .map-location.five {
        left: 280px;
        top: 104px;
    }

    .map-content .map-location.six {
        left: 312px;
        top: 85px;
    }

    .map-content .map-location.seven {
        left: 336px;
        top: 102px;
    }

    .map-content .map-location.eight {
        left: 374px;
        top: 134px;
    }

    .map-content .map-location.nine {
        left: 367px;
        top: 222px;
    }

    .map-content .map-location.ten {
        left: 529px;
        top: 90px;
    }

    .map-content .map-location.eleven {
        left: 484px;
        top: 126px;
    }

    .map-content .map-location.twelve {
        left: 480px;
        top: 198px;
    }

    .map-content .map-location.thirteen {
        left: 536px;
        top: 246px;
    }

    .map-content .map-location.fourteen {
        left: 576px;
        top: 270px;
    }
}

@media only screen and (max-width: 640px) {
    .map-content .map-image img {
        width: 100%;
    }

    .map-content .map-location.one {
        left: 52px;
        top: 41px;
    }

    .map-content .map-location.two {
        left: 62px;
        top: 26px;
    }

    .map-content .map-location.three {
        left: 70px;
        top: 46px;
    }

    .map-content .map-location.four {
        left: 80px;
        top: 90px;
    }

    .map-content .map-location.five {
        left: 135px;
        top: 42px;
    }

    .map-content .map-location.six {
        left: 152px;
        top: 34px;
    }

    .map-content .map-location.seven {
        left: 167px;
        top: 43px;
    }

    .map-content .map-location.eight {
        left: 182px;
        top: 57px;
    }

    .map-content .map-location.nine {
        left: 180px;
        top: 102px;
    }

    .map-content .map-location.ten {
        left: 260px;
        top: 36px;
    }

    .map-content .map-location.eleven {
        left: 238px;
        top: 52px;
    }

    .map-content .map-location.twelve {
        left: 234px;
        top: 89px;
    }

    .map-content .map-location.thirteen {
        left: 262px;
        top: 110px;
    }

    .map-content .map-location.fourteen {
        left: 285px;
        top: 124px;
    }
}

.blurb-map {
    bottom: 22px;
    display: none;
    position: absolute;
    left: -20px;
    z-index: 2;
}

.blurb-map.show {
    display: block;
}

.blurb-map .blurb-map-content {
    position: relative;
}

.blurb-map .blurb-map-details {
    background: #333333;
    color: #ffffff;
    margin-bottom: 8px;
    padding: 20px;
    text-align: left;
    text-indent: 0;
    width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blurb-map .blurb-map-details p {
    margin: 0 0 10px;
}

.blurb-map .blurb-map-arrow {
    bottom: -8px;
    background: url(../img/arrow-blurb-map.png) center center no-repeat;
    display: block;
    height: 8px;
    position: absolute;
    width: 16px;
}

.blurb-map .blurb-map-arrow.left {
    left: 20px;
}

.blurb-map-content {
    padding-top: 20px;
    text-align: left;
    width: 250px;
}

.ytvideo {
    height: 600px;
    width: 100%;
}

label span {
    font-weight: normal;
    margin-right: 5px;
}

.text-results {
    margin: 5px 0 0 0;
    text-align: right;
}

@media only screen and (max-width: 640px) {
    .text-results {
        text-align: left;
    }
}

.test-page tbody tr td {
    padding: 8px !important;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .hidden-sm {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .hidden-xs {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .xs-center {
        text-align: center;
    }

    .xs-center img {
        margin-bottom: 20px;
    }
}

.events-details-info {
    margin-bottom: 30px;
}

.events-details-info p {
    font-size: 16px;
}

.admin-menu {
    overflow-x: hidden;
}

.admin-menu header {
    z-index: 400 !important;
}

.admin-menu .without-banner, .admin-menu .no-banner {
    margin-top: 0 !important;
}

.admin-menu .back-to-top.show {
    display: none !important;
}

.admin-menu .news-detail-content {
    margin-top: 0 !important;
}

.admin-menu .with-filter {
    position: static;
    z-index: 1;
}

.admin-menu .faculty-profile-filter {
    margin-top: -40px;
}

.admin-menu .container {
    width: 960px;
}

@media only screen and (max-width: 640px) {
    .admin-menu .container {
        width: 100%;
    }
}

.admin-menu #thumbs-wrapper {
    top: 28px;
}

.admin-menu #thumbs-wrapper #thumbs a {
    padding: 0 0 20px;
}

.panels-ipe-sort-container .panels-ipe-portlet-content .without-banner.only-title {
    margin-top: 0 !important;
}

#inline-content-events-speaking {
    padding-right: 30px;
}

/* Requested by PKK */
.col-md-offset-3col {
    margin-left: 12.33333%;
}

.col-md-offset-1col {
    margin-left: 37.33333%;
}

.select-white select option {
    background: #ffffff;
}

#at3winssi {
    display: none !important;
}

#at3winfooter {
    display: none;
}

.eventboxes .eventbox.igimage .image a img {
    height: 100%;
    width: 100%;
}

.table-striped tbody tr:nth-child(even) .sub-node-table td {
    background: #ffffff !important;
}

.table-striped tbody tr:nth-child(odd) .sub-node-table td {
    background: #eee !important;
}

html.js input.form-autocomplete {
    background-image: none !important;
}

.facetapi-checkbox {
    color: #444444;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.faculty-profile-filter {
    margin-top: 155px;
}

#apol-login-container {
    width: 100%;
}

#apol-login-container .apol-login-message-block {
    color: #006e51;
    font-style: italic;
}

#apol-login-container .form-group {
    text-align: left;
    width: 400px;
}

#apol-login-container .form-group .heading4 {
    position: relative;
    top: 8px;
    vertical-align: top;
    width: 110px;
}

#apol-login-container .form-group #apol-login,
#apol-login-container .form-group #apol-login-password {
    background: transparent;
    margin: 0 0 30px;
    width: 286px;
}

.search-dropdown .form-item-search-block-form {
    display: inline-block;
}

.search-dropdown .form-item-search-block-form label {
    display: none;
}

.search-dropdown .form-item-search-block-form input {
    background: transparent;
    border-top: 1px solid #a0ce67;
    border-bottom: 1px solid #a0ce67;
    border-left: 1px solid #a0ce67;
    color: #ffffff;
    display: inline-block;
    height: auto;
    padding: 5px 7px;
    width: 196px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.search-dropdown .form-actions {
    display: inline-block;
}

.search-dropdown .form-actions .form-submit {
    position: relative;
    top: 6px;
}

.filter-search .form-submit {
    background-color: transparent !important;
    background-image: url(../img/icon-search-white.png) !important;
    background-size: 14px 14px !important;
    border: 0 !important;
    display: inline-block !important;
    height: 14px !important;
    position: relative !important;
    right: 20px !important;
    vertical-align: middle !important;
    width: 14px !important;
    z-index: 2 !important;
}

#spelling-suggestions-container dl.form-item {
    text-align: left;
}

#spelling-suggestions-container dl.form-item dt {
    display: inline-block;
    margin-right: 5px;
}

#spelling-suggestions-container dl.form-item dd {
    display: inline-block;
}

.eloqua_form input[type=text] {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #006e51;
    display: block;
    float: left;
    margin: 0 auto 10px;
    padding: 5px 10px;
    width: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.eloqua_form select {
    background: transparent;
    border: 1px solid #006e51;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
}

.form-eloqua {
    text-align: left;
}

.form-eloqua .field-wrapper {
    margin-bottom: 10px;
}

.form-eloqua .field-wrapper p {
    margin: 0;
}

.form-eloqua input[type="text"] {
    background: transparent;
    border: 1px solid #006e51;
    color: #444444;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 2px 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-eloqua .form-type-select {
    background-image: url("../img/arrow-down-square-green.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #006e51;
    color: #444444;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-eloqua .form-type-select select {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 4px 10px;
    padding-top: 3px \9;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*
      background: transparent;
      border: 1px solid $color-green;
      font-size: 14px;
      height: 28px;
      margin: 0 0 10px;
      padding: 6px 10px;
      width: 100%;
      @include border-radius(4px);
      */
}

.form-eloqua input[type="submit"] {
    background: #006e51;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px !important;
    margin: 0 0 10px;
    padding: 11px 10px;
    -webkit-appearance: none;
}

.form-eloqua input[type="submit"]:hover {
    background: #d14e1c;
}

.form-eloqua .form-type-checkbox input[type="checkbox"] {
    display: none;
}

.form-eloqua .form-type-checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/sprite-checkbox.png) left top no-repeat;
    cursor: pointer;
}

.form-eloqua .form-type-checkbox input[type="checkbox"]:checked + label span {
    background: url(../img/sprite-checkbox.png) -19px top no-repeat;
}

.form-eloqua .form-type-checkbox label {
    font-weight: normal;
}

.form-eloqua .form-type-radio input[type="radio"] {
    display: none;
}

.form-eloqua .form-type-radio input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/sprite-checkbox.png) -40px top no-repeat;
    cursor: pointer;
}

.form-eloqua .form-type-radio input[type="radio"]:checked + label span {
    background: url(../img/sprite-checkbox.png) -58px top no-repeat;
}

.form-eloqua .form-type-radio label {
    font-weight: normal;
}

.form-eloqua input[type="checkbox"],
.form-eloqua input[type="radio"] {
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.form-eloqua input[type="checkbox"] span,
.form-eloqua input[type="radio"] span {
    vertical-align: middle;
}

.form-eloqua .LV_valid_field,
.form-eloqua input.LV_valid_field:hover,
.form-eloqua input.LV_valid_field:active,
.form-eloqua textarea.LV_valid_field:hover,
.form-eloqua textarea.LV_valid_field:active {
    border: 1px solid #006e51 !important;
}

.form-eloqua .LV_invalid_field,
.form-eloqua input.LV_invalid_field:hover,
.form-eloqua input.LV_invalid_field:active,
.form-eloqua textarea.LV_invalid_field:hover,
.form-eloqua textarea.LV_invalid_field:active {
    border: 1px solid #ff0000 !important;
}

.form-eloqua .LV_invalid {
    color: #cc0000;
    font-size: 14px !important;
}

.form-eloqua .LV_validation_message {
    font-weight: normal !important;
    margin: 0 0 0 5px;
}

.form-eloqua .LV_validation_message.LV_valid {
    display: none;
}

.form-eloqua-embed form {
    font-family: Arial;
    text-align: left;
}

.form-eloqua-embed input[type="text"] {
    background: transparent;
    border: 1px solid #006e51;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 4px 10px;
    width: 100%;
}

.form-eloqua-embed select {
    background: transparent;
    border: 1px solid #006e51;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    height: 28px;
    margin: 0 0 10px;
    padding: 6px 10px;
    width: 100%;
}

.form-eloqua-embed input[type="submit"] {
    background: #006e51;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px !important;
    margin: 0 0 10px;
    padding: 11px 10px;
    -webkit-appearance: none;
}

.form-eloqua-embed input[type="submit"]:hover {
    background: #d14e1c;
}

.form-eloqua-embed .field-wrapper {
    margin-bottom: 20px;
}

.form-eloqua-embed .LV_valid_field,
.form-eloqua-embed input.LV_valid_field:hover,
.form-eloqua-embed input.LV_valid_field:active,
.form-eloqua-embed textarea.LV_valid_field:hover,
.form-eloqua-embed textarea.LV_valid_field:active {
    border: 1px solid #006e51 !important;
}

.form-eloqua-embed .LV_invalid_field,
.form-eloqua-embed input.LV_invalid_field:hover,
.form-eloqua-embed input.LV_invalid_field:active,
.form-eloqua-embed textarea.LV_invalid_field:hover,
.form-eloqua-embed textarea.LV_invalid_field:active {
    border: 1px solid #cc0000 !important;
}

.form-eloqua-embed .LV_invalid {
    color: #cc0000;
    font-size: 14px !important;
}

.form-eloqua-embed .LV_validation_message {
    font-weight: normal !important;
    margin: 0 0 0 5px;
}

.filter-input-text {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.filter-input-submit {
    background: #a0ce67;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: auto !important;
    padding: 4px 10px 5px;
    text-transform: uppercase;
    -webkit-appearance: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.filter-input-submit:hover {
    background: #d14e1c;
}

.giving-gift .tab-content {
    margin-top: -20px;
}

@media only screen and (max-width: 640px) {
    .giving-gift .tab-pane {
        border: 1px solid #dadada;
        display: block;
        margin: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .giving-gift .tab-pane .heading3 {
        color: #dadada;
        margin-bottom: 0 !important;
    }

    .giving-gift .tab-pane .container {
        display: none;
    }

    .giving-gift .tab-pane.active .heading3 {
        color: #444444;
        margin-bottom: 40px !important;
    }

    .giving-gift .tab-pane.active .container {
        display: block;
    }
}

.country-listbox {
    margin-bottom: 5px;
}

.country-listbox .country-name {
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    min-height: 60px;
}

.carousel-cp-links ul,
.carousel-cp-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-cp-links ul li,
.carousel-cp-text ul li {
    float: left;
}

.sidebar-right .container {
    padding: 0;
    width: 700px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebar-right .container {
        width: 456px;
    }
}

@media only screen and (max-width: 640px) {
    .sidebar-right .container {
        padding: 0;
        width: 100%;
    }
}

.imageboxes.carousel.slide .carousel-inner .item {
    float: left;
    width: 100%;
}

.imageboxes.carousel.slide .carousel-inner .item .col-md-3.columns {
    width: 24.5%;
}

.imageboxes.carousel.slide .carousel-inner .item .col-md-3.columns:first-child {
    margin-left: 1.2%;
}

.imageboxes.carousel.slide .carousel-inner .item .col-md-4.columns {
    width: 32.65%;
}

.imageboxes.carousel.slide .carousel-inner .item .col-md-4.columns:first-child {
    margin-left: 1.2%;
}

#inline-content-login .tab-wrap {
    height: 100px;
}

#inline-content-login .tab-wrap ul li span {
    top: 0;
}

@-moz-document url-prefix() {
    #inline-content-login .tab-wrap ul li span {
        top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    #inline-content-login .tab-wrap ul li .tab-login {
        padding: 21px 0 !important;
    }

    #inline-content-login .tab-wrap ul li .tab-signup {
        padding: 20px 0 !important;
    }

    #inline-content-login .tab-wrap ul li.active .tab-login {
        padding: 20px 0 !important;
    }

    #inline-content-login .tab-wrap ul li.active .tab-signup {
        padding: 20px 0 !important;
    }

    #inline-content-login .tab-wrap.mtop20 {
        margin-top: 0 !important;
    }
}

.tab-pane.active {
    padding-top: 0;
}

.login-details {
    padding: 0 40px 40px;
    width: 100%;
}

.login-details .row {
    background: url(../img/bg-line.jpg) 366px 0 repeat-y;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .login-details {
        padding: 0 40px 40px;
    }

    .login-details .row {
        background-position: 252px 0;
    }
}

@media only screen and (max-width: 640px) {
    .login-details {
        padding: 20px;
    }

    .login-details .row {
        background: none;
    }

    .login-details .col-md-5 {
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px;
        text-align: center;
    }

    .login-details .col-md-5 .heading4 {
        margin-bottom: 10px !important;
    }

    .login-details .col-md-5 .list-social {
        margin: 0 0 10px 0;
    }

    .login-details .col-md-5 .list-social li {
        margin: 0 10px 0 !important;
    }

    .login-details .col-md-6 {
        text-align: center;
    }

    .login-details .col-md-6 .btn-primary {
        display: block;
    }

    .login-details .col-md-8 .form-half-width {
        float: none;
        width: 100% !important;
    }
}

.suggestion-text {
    color: #006e51;
    font-style: italic;
}

/* Programme Recommender */
.pr-sign-linkedin .profile {
    display: block;
    float: left;
    height: 120px;
    position: relative;
    width: 390px;
}

.pr-sign-linkedin .profile .widgetbox {
    position: relative;
    z-index: 1;
}

.pr-sign-linkedin .profile .widgetinfo {
    background: rgba(0, 0, 0, 0.65);
    height: 120px;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 390px;
    z-index: 2;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pr-sign-linkedin .profile .widgetinfo > img {
    display: inline-block;
    vertical-align: top;
}

.pr-sign-linkedin .profile .widgetinfo > div {
    display: inline-block;
    margin-left: 20px;
    width: 70%;
}

.pr-sign-linkedin .profile .widgetinfo:hover {
    background: rgba(0, 0, 0, 0.4);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pr-sign-linkedin .sep-arrow {
    display: table;
    float: right;
    height: 120px;
    width: 70px;
}

.pr-sign-linkedin .sep-arrow > div {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .pr-sign-linkedin .profile {
        width: 72% !important;
    }

    .pr-sign-linkedin .profile .widgetbox,
    .pr-sign-linkedin .profile .widgetbox a,
    .pr-sign-linkedin .profile .widgetinfo {
        height: 260px !important;
        width: 100%;
    }

    .pr-sign-linkedin .profile .widgetinfo {
        text-align: center;
    }

    .pr-sign-linkedin .profile .widgetinfo > img {
        margin-bottom: 20px;
    }

    .pr-sign-linkedin .profile .widgetinfo > div {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .pr-sign-linkedin .profile {
        height: 220px;
        width: 100%;
    }

    .pr-sign-linkedin .profile .widgetbox,
    .pr-sign-linkedin .profile .widgetbox a,
    .pr-sign-linkedin .profile .widgetinfo {
        height: 220px !important;
        width: 100%;
    }

    .pr-sign-linkedin .profile .widgetinfo {
        text-align: center;
    }

    .pr-sign-linkedin .profile .widgetinfo > img {
        margin-bottom: 20px;
    }

    .pr-sign-linkedin .profile .widgetinfo > div {
        margin: 0;
        width: 100%;
    }

    .pr-sign-linkedin .sep-arrow {
        float: none;
        height: 50px;
        text-align: center;
        width: 100%;
    }
}

.pr-masters {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0 0 10px;
    padding: 10px 0;
}

.pr-masters > div {
    display: inline-block;
    padding: 0 10px;
    width: 49%;
}

.pr-masters .pr-masters-left {
    border-right: 1px solid #dadada;
}

@media only screen and (max-width: 640px) {
    .pr-masters > div {
        width: 100%;
    }

    .pr-masters .pr-masters-left {
        border: 0;
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

/* Utility Classes */
.error {
    /*border: 1px solid #ff0000 !important;*/
    color: #bb1212;
    font-size: 12px;
}

.border-side {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.box-inline {
    display: inline-block !important;
}

.box-block {
    display: block !important;
}

.pside30 {
    padding-left: 30px;
    padding-right: 30px;
}

.msg-error {
    color: #ff0000;
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding: 5px;
}

.msg-success {
    color: #006e51;
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding: 5px;
}

.inline {
    display: inline !important;
}

.nobg {
    background: none !important;
}

.search-result-content {
    text-align: left;
}



.search-result-content h3 a {
    color: #006e51;
}

.search-result-content h3 a:hover {
    color: #444444;
}

.show-me-only {
    text-align: left;
}

.show-me-only > a {
    display: none;
}

.show-me-only > a span {
    background-position: -550px -450px;
    display: inline-block;
    height: 8px;
    left: 5px;
    position: relative;
    top: -2px;
    width: 13px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .show-me-only > a span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .show-me-only > a span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.show-me-only > a.active span {
    background-position: -500px -450px;
}

@media only screen and (max-width: 640px) {
    .show-me-only > a {
        display: block;
    }

    .show-me-only > ul {
        display: none;
    }

    .show-me-only > ul.show {
        display: block;
    }
}

.bs-multiselect .btn-group > .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.bs-multiselect .btn-group > .btn .multiselect-selected-text {
    padding-bottom: 8px;
}

.faculty-research-filter {
    margin: -40px 0 40px !important;
}

.faculty-research-filter .filter-search {
    padding-bottom: 0 !important;
}

.faculty-research-filter .filter-search .form-secondary {
    display: inline-block;
    position: relative;
}

.faculty-research-filter .filter-search .form-secondary .icon-search {
    position: relative;
    right: 25px;
    top: 0;
}

.faculty-research-filter .filter-search .chevron-updown {
    color: #ffffff;
}

.faculty-research-filter .filter-body.slide {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .faculty-research-filter {
        margin: 90px 0 40px !important;
    }

    .faculty-research-filter label.form-secondary input[type="text"] {
        width: 100% !important;
    }

    .faculty-research-filter .filter-search {
        padding-top: 20px !important;
    }

    .faculty-research-filter .filter-search .form-secondary .icon-search {
        position: absolute;
        right: 8px;
        top: 5px;
    }

    .faculty-research-filter .filter-body.slide {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
        padding: 0 !important;
    }

    .faculty-research-filter .filter-body.slide:first-child {
        margin-top: 12px !important;
    }

    .faculty-research-filter .filter-body.slide .bs-multiselect.small {
        margin-bottom: 15px !important;
    }

    .faculty-research-filter .filter-body.slide .btn {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .faculty-research-filter {
        margin: 90px 0 40px !important;
    }

    .faculty-research-filter .filter-search {
        margin: 0;
    }

    .faculty-research-filter .filter-search > .col-xs-12 {
        padding: 0;
    }

    .faculty-research-filter .filter-search .form-secondary .icon-search {
        position: absolute;
        right: 8px;
        top: 5px;
    }

    .faculty-research-filter #faculty-profile-filter-btn {
        display: block;
        width: 100%;
    }

    .faculty-research-filter .filter-body.slide {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .faculty-research-filter .filter-body.slide:first-child {
        margin-top: 12px !important;
    }

    .faculty-research-filter .filter-body.slide .bs-multiselect.small {
        margin-bottom: 15px !important;
    }
}

.faculty-research {
    margin-bottom: 10px;
}

.faculty-research .sidebox {
    margin-bottom: 3px;
}

.faculty-research .sidebox > div:last-child {
    background: url(../img/bg-line.jpg) left top repeat-y #fff;
}

.faculty-research .sidebox.nobg-img > div {
    background-image: none;
}

@media only screen and (max-width: 640px) {
    .faculty-research img.mx-auto {
        margin-bottom: 20px;
    }

    .faculty-research .sidebox {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 8px 0;
    }

    .faculty-research .sidebox > div:last-child {
        background: none;
    }
}

.dropdown-content-dark {
    background: #333333;
    color: #ffffff;
}

.with-id {
    position: relative;
    top: -150px;
    display: block;
    height: 100%;
    width: 100%;
}

.eventboxes .details,
.imageboxes .body {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.widgetbox > a {
    position: relative;
}

.widgetbox > a .btn-play {
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 48px;
    z-index: 2;
    background-image: url("../img/btn-play-green.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .widgetbox > a .btn-play {
        background-image: url("../img/btn-play-green2x.png") !important;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px 48px;
        -o-background-size: 48px 48px;
        -ms-background-size: 48px 48px;
        background-size: 48px 48px;
    }
}

.widgetbox > a .btn-play.white {
    background-image: url("../img/btn-play-white.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .widgetbox > a .btn-play.white {
        background-image: url("../img/btn-play-white2x.png") !important;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px 48px;
        -o-background-size: 48px 48px;
        -ms-background-size: 48px 48px;
        background-size: 48px 48px;
    }
}

/* Scholarshps and Loans */
.form-text-inline {
    display: inline-block;
}

.form-text-inline span {
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
}

html.firefox .carousel-testimonials .carousel-inner {
    overflow: visible !important;
}

html.firefox .carousel-testimonials .carousel-inner > .next,
html.firefox .carousel-testimonials .carousel-inner > .prev {
    top: 77px;
}

html.firefox .img-responsive {
    display: initial !important;
}

nav.menu .overview {
    display: none !important;
}

.nav-l3 li.overview {
    display: block !important;
}

.filter-search .forms.container-inline {
    margin: 5px 0;
}

.filter-search .form-item-search-block-form label {
    display: none;
}

.filter-search .form-actions input.form-submit {
    background-color: #fff !important;
    background-image: none !important;
    background-size: inherit !important;
    color: #000;
    font-size: 14px;
    height: 27px !important;
    letter-spacing: -0.2px;
    line-height: 1.4;
    margin-left: 10px;
    min-width: 100px;
    padding: 2px 20px;
    right: auto !important;
    text-indent: inherit;
    text-transform: uppercase;
    white-space: pre-wrap;
    width: auto !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.filter-search .form-actions input.form-submit:hover {
    background: #d14e1c !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 640px) {
    .filter-search .form-item-search-block-form {
        display: inline-block !important;
        width: 56%;
    }

    .filter-search .form-actions {
        display: inline-block !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
    }
}

.facetapi-checkbox {
    margin-right: 5px !important;
}

.featured-programmes .cta-icons.cta-campaign li {
    display: block;
    height: 75px;
}

.featured-programmes .details.details-campaign .event-cta .right {
    float: none;
    margin-right: 0;
}

blockquote p {
    display: inline;
}

@media only screen and (max-width: 960px) {
    .carousel-tab-hero.no-icons {
        position: relative;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard {
        position: absolute;
        top: 0 !important;
        width: 100%;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link {
        background: #006e51;
        color: #ffffff;
        display: block;
        padding: 10px 10px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link span {
        font-size: 16px;
        position: relative;
        top: 3px;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
        background-position: -300px -350px;
        display: block;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 18px;
        width: 13px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link.clicked i {
        background-position: -350px -350px;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner {
        background-color: #d14e1c;
        display: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:before, .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:after {
        content: "";
        display: table;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:after {
        clear: both;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item {
        display: block;
        margin: 0 !important;
        padding: 0;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item a {
        color: #ffffff;
        display: block;
        font-size: 13px;
        line-height: 1;
        margin: 0;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item a:hover {
        background: #006e51 !important;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner.shown {
        display: block;
    }

    .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-control {
        display: none;
    }
}

html.firefox .flip-carousel .card.with-empty-card .face.front .slider-box {
    display: none;
}

.nav-tabs li.active a .bar {
    height: 3px;
    background: #d14e1c;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav-tabs li.active a .bar .arrow {
    position: relative;
    width: 100%;
    height: 3px;
}

.nav-tabs li.active a .bar .arrow span {
    background: url("../img/arrow-down-bar-orange.png");
    bottom: -3px;
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 8px;
}

@media only screen and (max-width: 640px) {
    .programmes-filter .bs-multiselect {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .text-center-xs img {
        margin: 0 auto !important;
    }
}

.fixed {
    position: fixed !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.y-scroll {
    overflow-y: scroll !important;
}

.x-scroll {
    overflow-x: scroll !important;
}

/* Video Embeds (responsive) */
.media_embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.media_embed iframe, .media_embed object, .media_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* IE 11 Fix */
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #tab-table-534564 ul li:last-child {
        width: 33.3% !important;
    }
}

.tab-table.for-ie11 > ul > li.equal-height:last-child {
    width: 33.3%;
}

/* Components: All */
.faq-ajax-list {
    padding: 5px 10px;
}

.panel-accordion {
    background: transparent;
    border-radius: 0px !important;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: none;
    margin: 0;
    text-align: left;
}

.panel-accordion .panel-title {
    padding: 20px 0;
}

.panel-accordion .panel-title a {
    background-repeat: no-repeat;
    background-position: center right;
    padding: 20px 0;
    text-decoration: none;
}

.panel-accordion .panel-title .accordion-arrow {
    background: url("../img/accordion-arrow-orange.png") -3px -18px;
    background-repeat: no-repeat;
    height: 8px;
    margin: 5px;
    padding: 0px 4px;
}

.panel-accordion .panel-title .accordion-arrow.down {
    background: url("../img/accordion-arrow-orange.png") -3px 5px;
    background-repeat: no-repeat;
    height: 8px;
    margin: 5px;
    padding: 0px 4px;
}

.panel-accordion .panel-collapse .panel-body {
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .panel-accordion .accordion-arrow {
        background: url("../img/accordion-arrow-orange.png") -3px -18px;
        background-repeat: no-repeat;
        padding: 0px 4px;
        height: 8px;
        margin: 5px;
    }

    .panel-accordion .accordion-arrow.down {
        background: url("../img/accordion-arrow-orange.png") -3px 5px;
        background-repeat: no-repeat;
        height: 8px;
        margin: 5px;
        padding: 0px 4px;
    }

    .panel-accordion .panel-title a {
        padding: 0 !important;
    }
}

.accordion-contact {
    padding: 0;
    text-align: left;
}

.accordion-contact .panel-group {
    margin: 0;
}

.accordion-contact .panel-accordion {
    background: transparent;
    border-radius: 0px !important;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: none;
    margin: 0;
}

.accordion-contact .panel-accordion:last-child {
    border-bottom: 0;
}

.accordion-contact .panel-accordion .panel-title {
    margin: 0;
    padding: 0 18px;
}

.accordion-contact .panel-accordion .panel-title a {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.accordion-contact .panel-accordion .panel-title .accordion-arrow {
    background: url("../img/accordion-arrow-orange.png") -3px -18px;
    background-repeat: no-repeat;
    margin: 5px;
    padding: 0px 4px;
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 12px;
}

.accordion-contact .panel-accordion .panel-title .accordion-arrow.down {
    background: url("../img/accordion-arrow-orange.png") -3px 5px;
    background-repeat: no-repeat;
    height: 14px;
    margin: 5px;
    padding: 0px 4px;
}

.accordion-contact .panel-accordion .panel-collapse .panel-body {
    padding: 0 18px 18px;
}

@media only screen and (max-width: 640px) {
    .accordion-contact {
        margin-bottom: 20px;
    }

    .accordion-contact .panel-accordion .panel-title {
        padding: 18px;
    }

    .accordion-contact .panel-accordion .panel-title .accordion-arrow {
        top: -4px;
    }
}

.alumni .container-header {
    margin-bottom: 40px;
}

.alumni p .btn {
    display: inline-block;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 640px) {
    .alumni p .btn {
        font-size: 15px;
        display: block;
    }
}

/* Carousel Control */
.carousel-control {
    background-image: none !important;
    cursor: pointer;
    display: block;
    margin-top: -18px;
    opacity: 1;
    text-shadow: none;
    top: 50%;
    width: 28px;
    z-index: 300;
}

.carousel-control.arrow-slide-lt span {
    background-repeat: no-repeat;
    background-position: -250px -250px;
    display: block;
    height: 30px;
    left: -30px;
    position: relative;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-control.arrow-slide-lt span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-control.arrow-slide-lt span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.carousel-control.arrow-slide-gt span {
    background-repeat: no-repeat;
    background-position: -300px -250px;
    display: block;
    height: 30px;
    position: relative;
    right: -28px;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-control.arrow-slide-gt span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-control.arrow-slide-gt span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-control.arrow-slide-lt span {
        left: -30px;
    }

    .carousel-control.arrow-slide-gt span {
        right: -28px;
    }
}

@media only screen and (max-width: 640px) {
    .carousel-control {
        margin-top: -16px;
    }

    .carousel-control.arrow-slide-lt span {
        left: 0px;
    }

    .carousel-control.arrow-slide-gt span {
        right: 2px;
    }
}

.left.carousel-control,
.right.carousel-control {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.carousel-testimonials {
    margin: 0 auto;
    max-width: 920px;
    text-align: left;
    width: 100%;
}

.carousel-testimonials .carousel-indicators {
    bottom: -20px;
    width: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto;
}

.carousel-testimonials .carousel-indicators li {
    background: none;
    border: 1px solid #006e51;
    height: 10px;
    margin: 0 2px 0 0;
    width: 10px;
}

.carousel-testimonials .carousel-indicators li.active {
    background: #006e51;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-testimonials {
        max-width: 620px;
    }

    .carousel-testimonials .carousel-inner {
        text-align: center;
    }

    .carousel-testimonials .carousel-inner blockquote {
        margin-top: 20px;
    }

    .carousel-testimonials .carousel-indicators {
        bottom: -20px;
        margin: 0;
        left: 0;
        width: auto !important;
    }
}

@media only screen and (max-width: 640px) {
    .carousel-testimonials .carousel-inner blockquote {
        margin-top: 20px;
    }

    .carousel-testimonials .carousel-inner .item {
        text-align: center;
    }

    .carousel-testimonials .carousel-indicators {
        bottom: 0;
        left: auto;
        margin: 0 auto;
        position: relative;
    }

    .carousel-testimonials .carousel-indicators li {
        height: 15px;
        margin: 0 10px;
        width: 15px;
    }
}

.carousel-images .columns {
    padding: 0;
}

.carousel-images .imagebox {
    position: relative;
    width: 100%;
}

.carousel-images .imagebox .image, .carousel-images .imagebox .image a {
    height: 120px;
    overflow: hidden;
    width: 100%;
}

.carousel-images .imagebox .image {
    position: relative;
    z-index: 100;
}

.carousel-images .imagebox .image a {
    background: #444444;
    display: block;
    padding: 0;
}

.carousel-images .imagebox .image a img {
    opacity: 1;
    width: 100%;
    height: 120px;
    position: relative;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carousel-images .imagebox .image a:hover img {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carousel-images .imagebox .body {
    bottom: 0;
    left: 0;
    padding: 12px;
    position: absolute;
    z-index: 200;
    text-align: left;
}

.carousel-images .imagebox .body .category {
    color: #d14e1c;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.carousel-images .imagebox .body .link {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a, .carousel-images .imagebox.large .image a img {
    height: 242px;
}

.carousel-images .imagebox.large .body {
    width: 50%;
    padding: 18px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-images .imagebox .image, .carousel-images .imagebox .image a {
        height: 75px;
    }

    .carousel-images .imagebox .image img, .carousel-images .imagebox .image a img {
        height: auto;
    }

    .carousel-images .imagebox .body .link {
        font-size: 15px;
    }

    .carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a {
        height: 150px;
    }

    .carousel-images .imagebox.large .image img, .carousel-images .imagebox.large .image a img {
        height: auto;
    }

    .carousel-images .imagebox.large .body {
        width: 75%;
    }
}

@media only screen and (max-width: 640px) {
    .carousel-images .imagebox .image, .carousel-images .imagebox .image a {
        width: 100%;
        height: 100%;
    }

    .carousel-images .imagebox .image img, .carousel-images .imagebox .image a img {
        height: auto;
    }

    .carousel-images .imagebox .body .link {
        font-size: 14px;
    }

    .carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a {
        width: 100%;
        height: 100%;
    }

    .carousel-images .imagebox.large .image img, .carousel-images .imagebox.large .image a img {
        height: auto;
    }

    .carousel-images .imagebox.large .body {
        bottom: 0 !important;
        width: 50%;
    }
}

.carousel-mini {
    text-align: left;
}

.carousel-mini .carousel {
    height: auto;
}

.carousel-mini .carousel .carousel-indicators {
    bottom: -20px;
    left: auto;
    right: -2px;
    text-align: right;
    z-index: 100;
}

.carousel-mini .carousel .carousel-indicators li {
    background: #006e51;
    border-color: #444444;
    height: 10px;
    margin: 0 2px 0 0;
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.carousel-mini .carousel .carousel-indicators li.active {
    background: #ffffff;
}

.carousel-mini .carousel .carousel-control {
    background-repeat: no-repeat;
    bottom: 2px;
    display: block;
    height: 14px;
    opacity: 1;
    text-shadow: none;
    top: auto;
    width: 8px;
    z-index: 100;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-mini .carousel .carousel-control {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .carousel-mini .carousel .carousel-control {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.carousel-mini .carousel .carousel-control.left {
    background-position: -250px -400px !important;
}

.carousel-mini .carousel .carousel-control.right {
    background-position: -300px -400px !important;
    left: 20px;
}

.carousel-mini .carousel .carousel-control:hover.left {
    background-position: -250px -300px !important;
}

.carousel-mini .carousel .carousel-control:hover.right {
    background-position: -300px -300px !important;
}

.carousel-mini .carousel .carousel-inner .item {
    /* height: 230px; */
    overflow: auto;
}

.carousel-mini.key-facts dl dt {
    color: #d14e1c;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.carousel-mini.key-facts dl dt span {
    font-size: 30px;
}

.carousel-mini.key-facts dl dd {
    border-bottom: 1px solid #dadada;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

.carousel-mini.key-facts dl dd:last-child {
    border: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-mini .carousel {
        height: auto;
    }

    .carousel-mini .carousel .carousel-inner dl dt {
        font-size: 40px;
    }

    .carousel-mini .carousel .carousel-inner dl dt span {
        font-size: 20px;
    }

    .carousel-mini .carousel .carousel-indicators {
        bottom: -20px;
    }

    .carousel-mini.key-facts dl dt {
        font-size: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .carousel-mini .carousel {
        height: auto;
    }
}

.chart .chart-bar {
    min-width: 500px;
    max-width: 100%;
    /*height: 500px;*/
    margin: 0 auto;
}

.chart .chart-bar text {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 640px) {
    .chart .chart-bar {
        height: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

.chart .chart-pie {
    /*
  		.highcharts-title img {
  			height: 80px;
  			margin-left: 60px;
  			width: 62px;

  			margin-left: 60px\9;

  			height: 80px\9\0; // IE9
  			width: 62px\9\0; // IE9
  			margin-left: 60px\9\0; // IE9
  		}
  		*/
}

.chart .chart-pie .highcharts-title .chart-icon.icon-profile {
    margin: 0 80px;
    height: 80px;
    width: 62px;
}

.chart .chart-pie .highcharts-title .chart-icon.icon-profile img {
    width: 100%;
}

.chart .chart-pie .highcharts-title .chart-icon.icon-female {
    height: 70px;
    margin: 10px 80px;
    width: 70px;
}

.chart .chart-pie .highcharts-title .chart-icon.icon-female img {
    width: 100%;
}

.chart .pie-box {
    display: block;
    height: 60px;
    width: 60px;
}

.chart .pie-box.gm {
    background-color: #D14E1C;
}

.chart .pie-box.sales {
    background-color: #006E51;
}

.chart .pie-box.finance {
    background-color: #A0CE67;
}

.chart .pie-box.research {
    background-color: #97A88B;
}

.chart .pie-box.consulting {
    background-color: #8D909B;
}

.chart .pie-box.business {
    background-color: #DADADA;
}

.chart .pie-box.hr {
    background-color: #E6DAA6;
}

.chart .pie-box.manufacturing {
    background-color: #FFC424;
}

.chart .pie-box.technology {
    background-color: #BB8F68;
}

.chart .pie-box.others {
    background-color: #F5821F;
}

.chart .pie-box.other-funding {
    background-color: #d14e1c;
}

.chart .pie-box.scholarship {
    background-color: #f5821f;
}

.chart .pie-box.company {
    background-color: #006E51;
}

.chart .pie-box.external {
    background-color: #dadada;
}

.chart .pie-box-text {
    line-height: 1.2;
    margin: 0;
    min-height: 100px;
}

.chart .pie-box-text strong {
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .chart .pie-box-text {
        min-height: 80px;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .chart .pie-box-text {
        min-height: 70px;
        text-align: left;
    }
}

.chart .row.single .pie-box-text {
    min-height: 60px !important;
}

@media only screen and (max-width: 960px) {
    .chart .row.single > div {
        margin-bottom: 20px;
    }
}

.chart-legend .chart-legend-box {
    display: inline-block;
    margin: 0 0.3% 20px;
    vertical-align: top;
    width: 24%;
}

.chart-legend .chart-legend-box .chart-legend-color {
    float: left;
    height: 60px;
    margin: 0 20px 0 0;
    width: 60px;
}

.chart-legend .chart-legend-box .chart-legend-color.color-01 {
    background: #d14e1c;
}

.chart-legend .chart-legend-box .chart-legend-color.color-02 {
    background: #006e51;
}

.chart-legend .chart-legend-box .chart-legend-color.color-03 {
    background: #a0ce67;
}

.chart-legend .chart-legend-box .chart-legend-color.color-04 {
    background: #97A88B;
}

.chart-legend .chart-legend-box .chart-legend-color.color-05 {
    background: #8D909B;
}

.chart-legend .chart-legend-box .chart-legend-color.color-06 {
    background: #DADADA;
}

.chart-legend .chart-legend-box .chart-legend-color.color-07 {
    background: #E6DAA6;
}

.chart-legend .chart-legend-box .chart-legend-color.color-08 {
    background: #FFC424;
}

.chart-legend .chart-legend-box .chart-legend-color.color-09 {
    background: #BB8F68;
}

.chart-legend .chart-legend-box .chart-legend-color.color-10 {
    background: #F5821F;
}

.chart-legend .chart-legend-box .chart-legend-text {
    float: left;
    text-align: left;
    width: 64%;
}

.chart-legend .chart-legend-box .chart-legend-text span {
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .chart-legend .chart-legend-box {
        margin: 0 0.8% 20px;
        width: 48%;
    }

    .chart-legend .chart-legend-box .chart-legend-text {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .chart-legend .chart-legend-box {
        margin: 0 0 20px;
        width: 100%;
    }

    .chart-legend .chart-legend-box .chart-legend-text {
        text-align: left;
    }
}

.column-block-2 .columns {
    padding: 0 20px;
    text-align: left;
}

.column-block-2 .columns:first-child {
    border-right: 1px solid #dadada;
    text-align: right;
}

.column-block-2 .columns-left {
    border-right: 1px solid #dadada;
    padding-right: 30px;
    text-align: left;
}

.column-block-2 .columns-right {
    padding-left: 30px;
    text-align: left;
}

.column-block-3 .columns {
    padding: 0 10px;
    text-align: left;
}

.column-block-3 .columns-left {
    padding-right: 20px;
}

.column-block-3 .columns-center {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 0 20px;
}

.column-block-3 .columns-right {
    padding-left: 20px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .column-block-3 .columns {
        margin-bottom: 30px;
        text-align: center !important;
    }

    .column-block-3 .columns-center.noborder {
        border-right: 0 !important;
    }

    .column-block-3 .columns-right {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .column-block-3 .columns {
        border: 0 !important;
        border-bottom: 1px solid #dadada !important;
        margin-bottom: 30px;
        padding-bottom: 30px !important;
        text-align: center !important;
    }

    .column-block-3 .columns:last-child {
        border: 0 !important;
        margin-bottom: 0 !important;
    }

    .column-block-3 .columns-right {
        padding-left: 10px;
    }
}

.discover {
    background: url(../img/bg-ribbon.png) top center no-repeat;
    height: 122px;
    margin-bottom: 40px;
    margin-top: -100px;
    position: relative;
    z-index: 200;
}

.discover .container-body {
    display: table;
    vertical-align: middle;
}

.discover .container-body.column-one {
    height: 122px;
    text-align: right;
}

.discover .container-body.column-one p {
    padding-left: 20px;
    padding-right: 70px;
}

.discover .container-body.column-two {
    height: 122px;
    text-align: left;
}

.discover .container-body.column-two p {
    padding-left: 60px;
}

.discover .container-body > p {
    color: #ffffff;
    display: table-cell;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    vertical-align: middle;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.discover .container-body > p a {
    color: #ffffff;
}

.discover .container-body > p a span {
    background: url(../img/sprite-arrow-horizontal.png) -9px 0 no-repeat;
    display: inline-block;
    height: 15px;
    width: 9px;
}

.discover .container-body > p a:hover {
    color: #d14e1c;
}

.discover .container-body > p a:hover span {
    background-position: -9px -15px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .discover .container-body p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .discover {
        background: none;
        margin-top: -90px;
    }

    .discover .container-main {
        background: none;
        height: auto;
    }

    .discover .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .discover .container-body {
        width: 100%;
    }

    .discover .container-body.column-one {
        background: url(../img/mob-bg-ribbon.png) right -62px no-repeat;
        height: 61px !important;
        padding: 0;
    }

    .discover .container-body.column-two {
        background: url(../img/mob-bg-ribbon.png) 0 0 no-repeat;
        height: 61px !important;
        margin-top: -1px;
        padding: 0;
    }

    .discover .container-body p {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .discover .container-body p a span {
        background: url(../img/mob-sprite-arrow-horizontal.png) -5px 0 no-repeat;
        height: 8px;
        width: 5px;
    }

    .discover .container-body p a:hover span {
        background-position: -5px -8px;
    }
}

.eventboxes {
    text-align: left;
}

.eventboxes .columns {
    padding: 0 2px;
}

.eventboxes .col-md-3 .eventbox .image, .eventboxes .col-md-3 .eventbox .details {
    height: 120px;
}

.eventboxes .col-md-6 .eventbox .col-md-6 {
    padding: 0;
}

.eventboxes .col-md-6 .eventbox .col-md-6 .image, .eventboxes .col-md-6 .eventbox .col-md-6 .details {
    height: 240px;
}

.eventboxes .eventbox {
    background: #ffffff;
    border: 1px solid #dadada;
    position: relative;
}

.eventboxes .eventbox .image {
    background-color: #000;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 50;
}

.eventboxes .eventbox .image a {
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.eventboxes .eventbox .image a:hover {
    opacity: 0.65;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.eventboxes .eventbox .image .icon {
    display: block;
    height: 40px;
    left: 1px;
    position: absolute;
    width: 40px;
    z-index: 60;
}

.eventboxes .eventbox .image .icon.up {
    top: 1px;
}

.eventboxes .eventbox .image .icon.down {
    bottom: 1px;
}

.eventboxes .eventbox .image .icon img {
    width: 100%;
}

.eventboxes .eventbox .image .caption {
    background: rgba(0, 0, 0, 0.65);
    background-image: url(../img/transparent-black65.png) \9;
    background-repeat: repeat \9;
    bottom: 0;
    color: #ffffff;
    line-height: 1;
    padding: 14px 16px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.eventboxes .eventbox .image .caption span {
    color: #d14e1c;
    font-size: 13px;
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.eventboxes .eventbox .details {
    overflow: hidden;
    padding: 18px;
}

.eventboxes .eventbox .details .category {
    color: #d14e1c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.eventboxes .eventbox .details .category:hover {
    color: #444444;
}

.eventboxes .eventbox .details .link {
    color: #006e51;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.eventboxes .eventbox .details .link:hover {
    color: #d14e1c;
}

.eventboxes .eventbox .details p {
    margin-bottom: 5px;
}

.eventboxes .eventbox .details p:last-child {
    margin: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes .columns {
        margin-bottom: 4px;
    }

    .eventboxes .eventbox .image {
        height: auto !important;
    }

    .eventboxes .eventbox .image img {
        width: 100%;
    }

    .eventboxes .eventbox .details {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .eventboxes .columns {
        border: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px;
    }

    .eventboxes .eventbox .image {
        height: auto !important;
    }

    .eventboxes .eventbox .image img {
        width: 100%;
    }

    .eventboxes .eventbox .image img:not(*:root) {
        width: 101%;
    }

    .eventboxes .eventbox .details {
        height: auto !important;
        text-align: left;
    }

    .eventboxes .eventbox .col-md-6 .image {
        height: auto !important;
    }

    .eventboxes .eventbox .col-md-6 .image img:not(*:root) {
        width: 101%;
    }

    .eventboxes .eventbox.sm {
        margin-bottom: 20px;
    }
}

/*
@import 'mixins.scss';

@import '_com-hero-banner.scss';
@import '_com-hero-carousel.scss';
@import '_com-carousel-tab.scss';
@import '_com-carousel-tab-hero.scss';
*/
.hero-banner {
    height: 470px;
    position: relative;
    width: 100%;
}

.hero-banner .hero-image {
    height: 470px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}

.hero-banner .hero-image img {
    left: 50%;
    margin-left: -960px;
    margin-top: -235px;
    position: absolute;
    /*top: 50%;*/
}

.hero-banner .hero-text {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #dadada;
    background-image: url(../img/bg-transparent-white.png) \9;
    bottom: 0;
    padding: 40px 0 20px;
    position: absolute;
    width: 100%;
    z-index: 200;
    text-align: center;
}

.hero-banner .hero-text h1 {
    padding: 0 5%;
}

.hero-banner .hero-text p {
    padding: 0 5%;
    color: #444444;
}

.hero-banner .hero-text .big {
    font-size: 15px;
}

.hero-banner.video {
    display: block;
    height: auto;
    width: 100%;
}

.hero-banner.dashboard .hero-text {
    padding: 60px 0 50px;
}

.hero-banner.dashboard .hero-dashboard {
    background: rgba(255, 255, 255, 0.8);
    bottom: 130px;
    height: 82px;
    display: block;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    width: 82px;
    z-index: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar {
    display: block;
    height: 72px;
    margin: 5px auto;
    position: relative;
    width: 72px;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar img {
    height: 72px;
    position: relative;
    width: 72px;
    z-index: 301;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .hero-banner {
        height: 452px;
    }

    .hero-banner .breadcrumbs {
        top: 0px !important;
    }

    .hero-banner .hero-image {
        height: 452px;
    }

    .hero-banner .hero-image img {
        margin-left: -923px;
        margin-top: auto;
        top: auto;
    }

    .hero-banner .hero-text {
        padding-top: 400px;
    }

    .hero-banner .hero-text h1 {
        padding: 0 10%;
    }

    .hero-banner .hero-text p {
        padding: 0 10%;
    }

    .hero-banner.dashboard .hero-dashboard {
        bottom: 105px;
    }
}

@media only screen and (max-width: 640px) {
    .hero-banner {
        height: 380px;
    }

    .hero-banner .hero-image {
        height: 380px;
    }

    .hero-banner .hero-image img {
        margin-left: -776px;
        margin-top: auto;
        top: auto;
        width: 1552px;
    }

    .hero-banner .hero-text {
        border: 0;
        height: auto;
        padding: 268px 0 10px;
    }

    .hero-banner .hero-text h1, .hero-banner .hero-text p {
        padding: 0;
    }

    .hero-banner.dashboard .hero-dashboard {
        bottom: 100px;
    }
}

.list-carousel {
    height: 470px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list-carousel ul li {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}

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

.list-carousel.responsive {
    width: auto;
    margin-left: 0;
}

.list-carousel .arrows {
    height: 218px;
    margin: -218px auto 0;
    position: relative;
    width: 940px;
}

.list-carousel .arrows > a {
    display: block;
    height: 28px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 16px;
    z-index: 200;
}

.list-carousel .arrows > a.prev {
    background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
    left: -30px;
}

.list-carousel .arrows > a.next {
    background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
    right: -30px;
}

.list-carousel .pager {
    left: 50%;
    margin-left: -150px;
    position: absolute;
    text-align: center;
    width: 300px;
    bottom: -10px;
    z-index: 200;
}

.list-carousel .pager a {
    background: url(../img/sprite-carousel-pager.png) 0 0 no-repeat;
    display: inline-block;
    height: 10px;
    margin: 0 1px;
    text-indent: -9999px;
    width: 10px;
}

.list-carousel .pager a.selected {
    background: url(../img/sprite-carousel-pager.png) -10px 0 no-repeat;
}

.list-carousel.quote-box {
    height: auto !important;
    margin: 0;
}

.list-carousel.quote-box .arrows-quote {
    display: none;
}

.list-carousel.quote-box .pager-quote {
    bottom: 30px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 200;
}

.list-carousel.quote-box .pager-quote a {
    background: #006e51;
    border: 1px solid #006e51;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 10px;
    text-indent: -9999px;
    width: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-carousel.quote-box .pager-quote a span {
    display: none;
}

.list-carousel.quote-box .pager-quote a.selected {
    background: transparent;
}

@media only screen and (max-width: 960px) {
    .list-carousel.quote-box .arrows-quote {
        display: block;
        height: 100px;
        margin: 0 auto;
        position: absolute;
        top: 56px;
        width: 100%;
    }

    .list-carousel.quote-box .arrows-quote > a {
        display: block;
        height: 28px;
        position: absolute;
        width: 16px;
        z-index: 200;
    }

    .list-carousel.quote-box .arrows-quote > a.prev-quote {
        background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
        left: 0;
    }

    .list-carousel.quote-box .arrows-quote > a.next-quote {
        background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
        right: 0;
    }

    .list-carousel.quote-box .pager-quote {
        margin-top: 20px;
        text-align: center;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .list-carousel {
        height: 452px;
        margin-top: -40px;
    }
}

@media only screen and (max-width: 640px) {
    .list-carousel {
        height: 380px;
    }

    .list-carousel .arrows {
        display: none;
    }

    .list-carousel .pager {
        bottom: -20px;
    }
}

.carousel-tab {
    padding: 0;
    /*
  	// Tablet
  	@media only screen and (min-width: $break-tablet-min) and (max-width: $break-tablet-max) {
  		.controller {
  			ul li a {
  				font-size: 15px;
  			}

  			.tab-scroll {
  				overflow-x: auto;
  				overflow-y: hidden;
  				padding-bottom: 14px;
  				position: relative;
  				bottom: -14px;

  				ul {width: 960px;}
  			}
  		}
  	}

  	// Mobile
  	@media only screen and (max-width: $break-mobile-max) {
  		.controller {
  			ul li a {
  				font-size: 12px;
  				padding: 15px 0;
  			}

  			.tab-scroll {
  				overflow-x: auto;
  				overflow-y: hidden;
  				padding-bottom: 14px;
  				position: relative;
  				bottom: -14px;

  				ul {width: 960px;}
  			}
  		}
  	}

  	// Tablet & Mobile
  	@media only screen and (max-width: $break-tablet-max) {
  		.controller {
  			.carousel-control {
  				background-image: none !important;
  				cursor: pointer;
  				display: block;
  				margin-top: 8px;
  				opacity: 1;
  				text-shadow: none;
  				top: 50%;
  				width: 28px; //30px;//12%;
  				z-index: 555;

  				&.left {
  					span {
  					background-repeat: no-repeat;
  					background-position: -250px -250px;
  					display: block;
  					//float: right;
  					height: 30px;
  					left: 0;
  					position: relative;
  					width: 30px;
  					@include background-image-hires(sprite-icons, png, 30px, 30px);
  					@include bg-sprite-icons();
  					}
  				}

  				&.right {
  					span {
  					background-repeat: no-repeat;
  					background-position: -300px -250px;
  					display: block;
  					//float: left;
  					height: 30px;
  					position: relative;
  					right: 0;
  					width: 30px;
  					@include background-image-hires(sprite-icons, png, 30px, 30px);
  					@include bg-sprite-icons();
  					}
  				}
  			}
  		}
  	}
  	*/
}

.carousel-tab .col-md-12 {
    padding: 0;
}

.carousel-tab .controller {
    border-bottom: 5px solid #dadada;
    margin-bottom: 40px;
}

.carousel-tab .controller ul {
    list-style: none;
    margin-bottom: -5px;
    padding: 0;
}

.carousel-tab .controller ul.carousel-inner {
    text-align: center !important;
}

.carousel-tab .controller ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.carousel-tab .controller ul li.active {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
}

.carousel-tab .controller ul li.active a {
    color: #006e51;
    text-decoration: none;
}

.carousel-tab .controller ul li:hover {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
}

.carousel-tab .controller ul li a {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
    padding: 0 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.carousel-tab .controller ul li a.active, .carousel-tab .controller ul li a:hover {
    color: #006e51;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    .carousel-tab .controller ul {
        overflow: visible;
        text-align: center;
    }

    .carousel-tab .controller ul li {
        margin-top: 20px !important;
        float: left !important;
        position: relative;
        top: 5px;
        width: 100% !important;
    }

    .carousel-tab .controller ul li.active a {
        background: none;
        color: #d14e1c;
    }

    .carousel-tab .controller ul li.active a:hover {
        background: none;
        color: #d14e1c;
        text-decoration: none;
    }

    .carousel-tab .controller ul li a {
        background: none;
        font-size: 17px;
    }

    .carousel-tab .controller ul li.item {
        display: none;
    }

    .carousel-tab .controller ul li.item.active {
        display: block;
    }

    .carousel-tab .controller .carousel-control {
        background-image: none !important;
        cursor: pointer;
        display: block;
        margin-top: -8px;
        opacity: 1;
        text-shadow: none;
        top: 50%;
        width: 28px;
        z-index: 555;
    }

    .carousel-tab .controller .carousel-control.left span {
        background-repeat: no-repeat;
        background-position: -250px -250px;
        display: block;
        height: 30px;
        left: 0;
        position: relative;
        width: 30px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab .controller .carousel-control.left span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab .controller .carousel-control.left span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .carousel-tab .controller .carousel-control.right span {
        background-repeat: no-repeat;
        background-position: -300px -250px;
        display: block;
        height: 30px;
        position: relative;
        right: 0;
        width: 30px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab .controller .carousel-control.right span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab .controller .carousel-control.right span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.carousel-tab-hero > .carousel {
    border-bottom: 5px solid #dadada;
}

.carousel-tab-hero .carousel {
    margin-bottom: -76px;
    position: relative;
    z-index: 180;
}

.carousel-tab-hero .carousel .carousel-inner {
    margin: 0;
    padding: 0;
}

.carousel-tab-hero .carousel .carousel-inner .item {
    width: 100%;
}

.carousel-tab-hero .carousel .carousel-inner .item .hero-text {
    padding-bottom: 40px;
}

.carousel-tab-hero .carousel .carousel-inner .item .hero-text.tab-icon {
    padding-bottom: 80px;
}

.carousel-tab-hero .carousel .controller {
    border-bottom: 5px solid #dadada;
    position: relative;
    top: -34px;
    z-index: 200;
}

.carousel-tab-hero .carousel .controller ul {
    list-style: none;
    margin: 0 0 10px;
    overflow: visible;
    padding: 0;
}

.carousel-tab-hero .carousel .controller ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.carousel-tab-hero .carousel .controller ul li.item {
    float: none;
    width: auto;
}

.carousel-tab-hero .carousel .controller ul li a {
    color: #444444;
    font-size: 17px;
    margin: 0 5px;
    padding: 0 10px 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.carousel-tab-hero .carousel .controller ul li a.active, .carousel-tab-hero .carousel .controller ul li a:hover {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    color: #006e51;
}

.carousel-tab-hero.no-icons {
    margin-bottom: 70px !important;
}

.carousel-tab-hero.no-icons .controller {
    top: 36px;
    z-index: 200;
}

.carousel-tab-hero.no-icons .controller ul {
    list-style: none;
    margin: 0 0 10px;
    overflow: visible;
    padding: 0;
}

.carousel-tab-hero.no-icons .controller ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.carousel-tab-hero.no-icons .controller ul li.item {
    float: none;
    width: auto;
}

.carousel-tab-hero.no-icons .controller ul li.active a, .carousel-tab-hero.no-icons .controller ul li.with-bg a {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    color: #006e51;
}

.carousel-tab-hero.no-icons .controller ul li a {
    color: #444444;
    font-size: 17px;
    margin: 0 5px;
    padding: 0 10px 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.carousel-tab-hero.no-icons .controller ul li a.active, .carousel-tab-hero.no-icons .controller ul li a:hover {
    background: url(/resources/images/v2/bar-arrow-up-orange.png) 50% 100% no-repeat;
    color: #006e51;
}

@media only screen and (max-width: 960px) {
    .carousel-tab-hero .controller {
        top: -44px;
    }

    .carousel-tab-hero .controller .tab-scroll-hero {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 9px;
        position: relative;
        bottom: -9px;
    }

    .carousel-tab-hero .controller .tab-scroll-hero ul {
        width: 480px;
    }

    .carousel-tab-hero .controller .tab-scroll-hero ul li span.icons {
        display: none;
    }

    .carousel-tab-hero.no-icons {
        margin-bottom: 34px !important;
    }

    .carousel-tab-hero.no-icons .carousel .carousel-inner.no-icons li {
        bottom: 20px;
    }

    .carousel-tab-hero.no-icons .controller {
        border: 0;
        top: 10px;
    }

    .carousel-tab-hero.no-icons .controller ul {
        overflow: visible;
    }

    .carousel-tab-hero.no-icons .controller ul li {
        margin-top: 10px !important;
        float: left;
        width: 100%;
    }

    .carousel-tab-hero.no-icons .controller ul li.active a {
        background: none;
    }

    .carousel-tab-hero.no-icons .controller ul li a {
        background: none;
        font-size: 15px;
    }

    .carousel-tab-hero.no-icons .controller ul li.item {
        display: none;
    }

    .carousel-tab-hero.no-icons .controller ul li.item.active {
        display: block;
    }

    .carousel-tab-hero.no-icons .carousel-control {
        background-image: none !important;
        cursor: pointer;
        display: block;
        margin-top: 14px;
        opacity: 1;
        text-shadow: none;
        top: 50%;
        width: 28px;
        z-index: 555;
    }

    .carousel-tab-hero.no-icons .carousel-control.left span {
        background-repeat: no-repeat;
        background-position: -250px -250px;
        display: block;
        height: 30px;
        left: 0;
        position: relative;
        width: 30px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .carousel-control.left span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .carousel-control.left span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .carousel-tab-hero.no-icons .carousel-control.right span {
        background-repeat: no-repeat;
        background-position: -300px -250px;
        display: block;
        height: 30px;
        position: relative;
        right: 0;
        width: 30px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .carousel-control.right span {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .carousel-tab-hero.no-icons .carousel-control.right span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}




.himagebox-big {
    text-align: left;
}

.himagebox-big .row {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0;
}

.himagebox-big .columns {
    padding: 0;
}

.himagebox-big .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.himagebox-big .image a {
    opacity: 1;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himagebox-big .image a img {
    margin-left: -100%;
    left: 50%;
    position: relative;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .himagebox-big .image a img {
        width: 101%;
    }
}

.himagebox-big .image a:hover {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himagebox-big .image .icon-play {
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
}

.himagebox-big .details {
    padding: 18px;
}

.himagebox-big .details dl {
    margin: 0;
}

.himagebox-big .details dl dt {
    color: #006e51;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    width: 24%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.himagebox-big .details dl dd {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 70%;
}

.himagebox-big .details .event-cta {
    clear: both;
    margin: 10px 0;
}

.himagebox-big .details .event-cta > div {
    margin-right: 20px;
}

.himagebox-big .details .event-cta > div li {
    padding-top: 5px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .himagebox-big .image img {
        height: 100%;
        width: auto !important;
    }

    .himagebox-big .details dl dt {
        width: 100%;
    }

    .himagebox-big .details .event-cta a.btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .himagebox-big .image img {
        height: auto !important;
    }

    .himagebox-big .details dl {
        margin: 0;
    }

    .himagebox-big .details dl dt {
        width: 40%;
    }

    .himagebox-big .details dl dd {
        width: 50%;
    }

    .himagebox-big .details .event-cta .left {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .himagebox-big .details .event-cta .btn {
        margin-bottom: 10px;
    }

    .himagebox-big .details .event-cta p {
        text-align: center;
    }
}

.himagebox-sm {
    height: 250px;
    text-align: left;
}

.himagebox-sm.auto {
    height: auto;
}

.himagebox-sm .row {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0;
}

.himagebox-sm .columns, .himagebox-sm .image {
    height: 250px;
}

.himagebox-sm .columns {
    padding: 0;
}

.himagebox-sm .pull-right .image .arrow-image.left {
    background-position: -10px 0;
    left: 0;
    right: auto;
}

.himagebox-sm .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.himagebox-sm .image a {
    opacity: 1;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himagebox-sm .image a img {
    left: 50%;
    margin-left: -100%;
    margin-top: -56%;
    position: relative;
    top: 50%;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .himagebox-sm .image a img {
        width: 101%;
    }
}

.himagebox-sm .image a:hover {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himagebox-sm .image .icon-play {
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
}

.himagebox-sm .details {
    padding: 18px;
}

.himagebox-sm .details dl {
    margin: 0;
}

.himagebox-sm .details dl dt {
    color: #006e51;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    width: 24%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.himagebox-sm .details dl dd {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 70%;
}

.himagebox-sm .details dl.dl-wide dt {
    width: 80px;
}

.himagebox-sm .details dl.dl-wide dd {
    width: 500px;
}

.himagebox-sm .details .heading6 span {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.himagebox-sm .details .event-cta {
    clear: both;
    margin: 10px 0;
}

.himagebox-sm .details .event-cta > div {
    margin-right: 20px;
}

.himagebox-sm .details .event-cta > div li {
    padding-top: 5px;
}

.himagebox-sm.no-image {
    height: auto;
}

.himagebox-sm.no-image .columns {
    height: auto;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .himagebox-sm {
        height: 300px;
    }

    .himagebox-sm .columns, .himagebox-sm .image {
        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .himagebox-sm {
        height: auto;
    }

    .himagebox-sm .columns, .himagebox-sm .image {
        height: auto;
    }

    .himagebox-sm .image .arrow-image.right {
        background-position: 0 -10px;
        bottom: 0;
        top: 0;
    }

    .himagebox-sm .pull-right .image .arrow-image.left {
        background-position: 0 0;
        height: 10px;
        left: 50%;
        right: auto;
        width: 20px;
    }

    .himagebox-sm .details dl dt {
        width: 100% !important;
    }

    .himagebox-sm .details dl dd {
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.himageboxes {
    padding: 0;
}

.himageboxes > .columns {
    padding: 0 2px;
}

.himageboxes .himagebox-small {
    background: #ffffff;
    text-align: left;
}

.himageboxes .himagebox-small .row {
    border: 1px solid #dadada;
    margin: 0;
}

.himageboxes .himagebox-small .columns {
    padding: 0;
}

.himageboxes .himagebox-small .col-md-6 .image, .himageboxes .himagebox-small .col-md-6 .details {
    height: 270px;
}

.himageboxes .himagebox-small .col-md-6 .image:not(*:root),
.himageboxes .himagebox-small .col-md-6 .details:not(*:root) {
    height: 290px;
}

.himageboxes .himagebox-small .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
}

.himageboxes .himagebox-small .image a {
    opacity: 1;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himageboxes .himagebox-small .image a img {
    height: 100%;
    margin-left: -100%;
    left: 50%;
    position: relative;
}

.himageboxes .himagebox-small .image a:hover {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.himageboxes .himagebox-small .details {
    padding: 18px;
}

.himageboxes .himagebox-small .details .dl-horizontal dd {
    margin-left: 80px;
}

.himageboxes .himagebox-small .details .dl-horizontal dt {
    text-align: left;
    width: 30%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .himageboxes .himagebox-small {
        margin-bottom: 4px;
    }

    .himageboxes .himagebox-small .image img {
        height: 100%;
        width: 100%;
    }

    .himageboxes .himagebox-small .dl-horizontal dt {
        width: auto !important;
    }

    .himageboxes .himagebox-small .dl-horizontal dd {
        margin-left: 80px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 0) {
    .himageboxes .himagebox-small .image, .himageboxes .himagebox-small .details {
        height: 100%;
        width: 101%;
    }
}

@media only screen and (max-width: 640px) {
    .himageboxes .himagebox-small {
        margin-bottom: 4px;
    }

    .himageboxes .himagebox-small .image {
        height: auto !important;
    }

    .himageboxes .himagebox-small .image img {
        width: 100% !important;
    }

    .himageboxes .himagebox-small .dl-horizontal dt {
        float: left;
    }

    .himageboxes .himagebox-small .dl-horizontal dd {
        margin-left: 80px !important;
    }
}

.icon-sm {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 32px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 32px;
}

.icon-sm.icon-sm-apply {
    background-image: url(../img/icon32-apply-green.png);
}

.icon-sm.icon-sm-download {
    background-image: url(../img/icon32-download-green.png);
}

.icon-sm.icon-sm-contact {
    background-image: url(../img/icon32-contact-green.png);
}

.icon-sm.icon-sm-ribbon {
    background-image: url(../img/icon32-ribbon-green.png);
}

.icon-sm.icon-sm-team {
    background-image: url(../img/icon32-team-green.png);
}

.columns {
    padding: 0;
}

.imagebox {
    position: relative;
    width: 100%;
}

.imagebox .image, .imagebox .image a, .imagebox .image a img {
    height: 120px;
    overflow: hidden;
    width: 100%;
}

.imagebox .image {
    position: relative;
    z-index: 100;
}

.imagebox .image a {
    background: #444444;
    display: block;
    padding: 0;
}

.imagebox .image a img {
    opacity: 1;
    width: 100%;
    position: relative;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagebox .image a:hover img {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagebox .body {
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 12px;
    position: absolute;
    z-index: 200;
    text-align: left;
}

.imagebox .body .category {
    color: #d14e1c;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.imagebox .body .link {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.imagebox.large .image, .imagebox.large .image a, .imagebox.large .image a img {
    height: 240px;
}

.imagebox.large .image img {
    height: 240px;
}

.imagebox.large .body {
    width: 50%;
    padding: 18px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox .image, .imagebox .image a {
        height: 75px;
    }

    .imagebox .image a img {
        height: auto;
    }

    .imagebox .body .link {
        font-size: 15px;
    }

    .imagebox.large .image, .imagebox.large .image a {
        height: 150px;
    }

    .imagebox.large .image a img {
        height: 150px;
    }

    .imagebox.large .image img {
        height: 150px !important;
        margin-left: 10px;
    }

    .imagebox.large .body {
        width: 75%;
    }
}

@media only screen and (max-width: 640px) {
    .imagebox .image, .imagebox .image a {
        width: 100%;
        height: 100%;
    }

    .imagebox .image img, .imagebox .image a img {
        height: auto;
    }

    .imagebox.large .image, .imagebox.large .image a, .imagebox.large .image a img {
        height: auto;
    }

    .imagebox.large .image img {
        height: auto;
        width: 100%;
    }

    .imagebox.large .body {
        bottom: 0 !important;
        width: 50%;
    }

    .imagebox.large .body .link {
        font-size: 14px;
    }
}

.imageboxes .columns {
    padding: 0 2px 0 0;
}

.imageboxes .columns .header, .imageboxes .columns .image, .imageboxes .columns .details {
    height: 250px;
}

.imageboxes .col-md-2 .header, .imageboxes .col-md-2 .image, .imageboxes .col-md-2 .details, .imageboxes .col-md-3 .header, .imageboxes .col-md-3 .image, .imageboxes .col-md-3 .details {
    height: 185px;
}

.imageboxes .col-md-4 .header, .imageboxes .col-md-4 .image, .imageboxes .col-md-4 .details, .imageboxes .col-md-6 .header, .imageboxes .col-md-6 .image, .imageboxes .col-md-6 .details {
    height: 250px;
}

.imageboxes .image.sm, .imageboxes .details.sm {
    height: 185px;
}

.imageboxes .image.lg, .imageboxes .details.lg {
    height: 250px;
}

.imageboxes .imagebox {
    background-color: #fff;
    border: 1px solid #dadada;
    position: relative;
    width: 100%;
}

.imageboxes .imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.imageboxes .imagebox .header .image img {
    margin-left: -100%;
    left: 50%;
    position: relative;
    width: 100%;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .imageboxes .imagebox .header .image img {
        width: 100%;
    }
}

.imageboxes .imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imageboxes .imagebox .header .details:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imageboxes .imagebox .header .details .title {
    position: relative;
    top: 50%;
    top: 0 \9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imageboxes .imagebox .header .details .title h4, .imageboxes .imagebox .header .details .title h4 a {
    color: #a0ce67;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .imageboxes .imagebox .header .details .title {
        top: 50%;
    }
}

.imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .details {
    height: 428px;
}

.imageboxes .imagebox .header.huge {
    height: 586px;
}

.imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
    height: 586px;
}

.imageboxes .imagebox .header.huge .image img {
    left: 50%;
    margin-left: -450px;
    width: auto;
    height: auto;
}

.imageboxes .imagebox .body {
    padding: 18px;
    position: relative;
    text-align: left;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imageboxes .columns .header, .imageboxes .columns .image, .imageboxes .columns .details {
        height: 140px;
    }

    .imageboxes .col-md-2 .header, .imageboxes .col-md-2 .image, .imageboxes .col-md-2 .details, .imageboxes .col-md-3 .header, .imageboxes .col-md-3 .image, .imageboxes .col-md-3 .details {
        height: 120px;
    }

    .imageboxes .col-md-4 .header, .imageboxes .col-md-4 .image, .imageboxes .col-md-4 .details, .imageboxes .col-md-6 .header, .imageboxes .col-md-6 .image, .imageboxes .col-md-6 .details {
        height: 130px;
    }

    .imageboxes .image.sm, .imageboxes .details.sm {
        height: 120px;
    }

    .imageboxes .image.lg, .imageboxes .details.lg {
        height: 140px;
    }

    .imageboxes .imagebox .header .image img:not(*:root) {
        width: 100%;
    }

    .imageboxes .imagebox .header .image img {
        height: auto;
    }

    .imageboxes .imagebox .header .details .title h4, .imageboxes .imagebox .header .details .title h4 a {
        font-size: 15px;
    }

    .imageboxes .imagebox .header .details .title h5 {
        font-size: 13px;
    }

    .imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .details {
        height: 490px;
    }

    .imageboxes .imagebox .header.huge {
        height: 522px;
    }

    .imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
        height: 522px !important;
    }

    .imageboxes .imagebox .header.huge .image img {
        left: 50%;
        margin-left: -450px;
        width: auto;
        height: auto;
    }

    .freehtml .body > p a.btn-primary {
        margin-left: -7px;
    }
}

@media only screen and (max-width: 640px) {
    .imageboxes .imagebox {
        margin-bottom: 20px;
    }

    .imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .image img, .imageboxes .imagebox .header.large .details {
        height: 390px;
    }

    .imageboxes .imagebox .header.huge {
        height: 450px;
    }

    .imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
        height: 450px;
    }

    .imageboxes .imagebox .header .image img {
        height: auto;
        width: 130%;
    }

    .imageboxes .imagebox .image.sm, .imageboxes .imagebox .details.sm {
        height: auto;
    }

    .imageboxes .imagebox .image.lg, .imageboxes .imagebox .details.lg {
        height: auto;
    }
}

.imagefaculty .columns {
    padding: 0 2px 1px 0;
}

.imagefaculty .col-md-3 .header, .imagefaculty .col-md-3 .image, .imagefaculty .col-md-3 .details {
    height: 270px;
}

.imagefaculty .col-md-4 .header, .imagefaculty .col-md-4 .image, .imagefaculty .col-md-4 .details {
    height: 470px;
}

.imagefaculty .imagebox {
    background-color: #fff;
    border: 1px solid #dadada;
    position: relative;
    width: 100%;
}

.imagefaculty .imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.imagefaculty .imagebox .header .image img {
    height: 100%;
    margin-left: -100%;
    left: 50%;
    position: relative;
}

.imagefaculty .imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(/resources/images/v2/bg-transparent-black.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagefaculty .imagebox .header .details.light {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../img/bg-transparent-white.png) \9;
    background-repeat: repeat \9;
    color: #444444;
}

.imagefaculty .imagebox .header .details.light .title h4 a {
    color: #006e51;
}

.imagefaculty .imagebox .header .details.light:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.imagefaculty .imagebox .header .details:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagefaculty .imagebox .header .details .title {
    position: relative;
    top: 50%;
    top: 0% \9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imagefaculty .imagebox .header .details .title .img-circle {
    margin-bottom: 16px;
}

.imagefaculty .imagebox .header .details .title h4 {
    margin-bottom: 16px;
}

.imagefaculty .imagebox .header .details .title h4, .imagefaculty .imagebox .header .details .title h4 a {
    color: #a0ce67;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.imagefaculty .imagebox .header .details .title small {
    color: #d14e1c;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .imagefaculty .imagebox .header .details .title {
        top: 50%;
    }
}

.imagefaculty.imagecommunity .imagebox .header .details .title h4 {
    color: #ffffff;
}

.imagefaculty.imagecommunity .imagebox .header .details .title blockquote {
    height: 100px;
}

.imagefaculty.imagecommunity .imagebox .header .details .title small {
    color: #ffffff;
    font-size: small;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagefaculty .col-md-3 .header, .imagefaculty .col-md-3 .image, .imagefaculty .col-md-3 .details {
        height: 380px;
    }

    .imagefaculty .col-md-4 .header, .imagefaculty .col-md-4 .image, .imagefaculty .col-md-4 .details {
        height: 570px;
    }

    .imagefaculty .imagebox .header .details .title h4, .imagefaculty .imagebox .header .details .title h4 a {
        font-size: 15px;
    }

    .imagefaculty .imagebox .header .details .title h5 {
        font-size: 13px;
    }

    .imagefaculty.imagecommunity .imagebox .header .details .title blockquote {
        height: 160px;
    }
}

@media only screen and (max-width: 640px) {
    .imagefaculty .imagebox {
        margin-bottom: 20px;
    }

    .imagefaculty .imagebox .header, .imagefaculty .imagebox .image, .imagefaculty .imagebox .details {
        height: 240px;
    }

    .imagefaculty .imagebox .header .image img {
        width: 100%;
        height: auto;
        margin-top: -100%;
        top: 120%;
    }

    .imagecommunity .col-md-4 .header,
    .imagecommunity .col-md-4 .image,
    .imagecommunity .col-md-4 .image img,
    .imagecommunity .col-md-4 .details {
        height: 440px !important;
    }

    .imagecommunity .header .image img {
        top: 62% !important;
    }
}

.eventboxes.moments {
    padding: 0;
    text-align: center;
}

.eventboxes.moments .columns {
    padding: 0;
}

.eventboxes.moments .col-md-3 .eventbox .image {
    height: 234px;
}

.eventboxes.moments .col-md-3 .eventbox .details {
    height: 140px;
}

.eventboxes.moments .eventbox {
    border: 0;
    position: relative;
}

.eventboxes.moments .eventbox .details .iguser {
    color: #006e51;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.eventboxes.moments .eventbox .details img {
    width: 35px;
}

.eventboxes.moments .eventbox .details p.maxlines {
    height: 38px !important;
    overflow: hidden;
}

.eventboxes.moments .eventbox .cover {
    background: rgba(0, 0, 0, 0.9);
    background-image: url(../img/transparent-black65.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    cursor: pointer;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 80px 20px 20px;
    position: absolute;
    width: 100%;
    z-index: 100;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.eventboxes.moments .eventbox .cover img {
    width: 35px;
}

.eventboxes.moments .eventbox .cover .iguser {
    color: #a0ce67;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.eventboxes.moments .eventbox .cover:hover {
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media only screen and (max-width: 640px) {
    .eventboxes.moments .columns {
        margin: 0;
    }

    .eventboxes.moments .eventbox .details p.maxlines {
        height: 38px !important;
        overflow: hidden;
    }

    .eventboxes.moments .eventbox .cover {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .container.moments {
        padding: 0;
    }
}

.with-filter {
    /*background: #006e51;*/
    /*color: #ffffff;*/
    margin: 0 0 40px;
    position: relative;
    z-index: 290;
}

.with-filter.only {
    margin: -40px 0 -50px;
}

.with-filter .filter-header {
    /*background: #006e51;*/
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

.with-filter .filter-header > a {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.with-filter .filter-header > a img {
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}

.with-filter .filter-header.events span {
    display: inline-block;
}

.with-filter .filter-header.events a {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.with-filter .filter-header.events a.btn-text {
    position: relative;
    top: 3px;
}

.with-filter .filter-header.events .select-white {
    display: inline-block;
    overflow: visible;
    position: relative \9;
    top: 3px \9;
    width: 20%;
}

.with-filter .filter-header.events .select-white select {
    position: relative \9;
    top: -1px \9;
    width: 115% \9;
}

.with-filter .filter-header.calendar {
    padding-left: 10px;
}

.with-filter .filter-header.calendar span {
    margin: 0 5px 0 0;
    vertical-align: middle !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.with-filter .filter-header.calendar .select-white {
    margin: 0 5px 0 0;
    overflow: visible;
    width: 20%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.with-filter .filter-header.calendar .select-white select {
    position: relative \9;
    top: -1px \9;
    width: 115% \9;
}

.with-filter .filter-header.filter-news {
    padding-bottom: 20px;
    padding-top: 18px;
}

.with-filter .filter-header.filter-news > a {
    display: inline-block;
    margin-right: 10px;
}

.with-filter .filter-header.filter-news .filter-title {
    position: relative;
    top: 2px;
}

.with-filter .filter-header.filter-news .select-white {
    display: inline-block;
}

.with-filter .filter-header.filter-giving {
    padding-bottom: 30px;
    padding-top: 25px;
}

.with-filter .filter-header.filter-giving > a {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.with-filter .filter-header.filter-giving .select-white {
    display: inline-block;
}

.with-filter .filter-header.filter-giving p {
    display: inline-block;
    margin: 5px 0 0;
}

.with-filter .filter-header.filter-search {
    padding-bottom: 12px;
    padding-top: 15px;
}

.with-filter .filter-body {
    /*background: #006e51;*/
    padding: 4px 0 10px;
    text-align: left;
    width: 100%;
}

.with-filter .filter-body.double {
    margin: -70px 0 0 0;
}

.with-filter .filter-body.slide {
    margin: 0;
}

.with-filter .filter-body label {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 100px;
    zoom: 1;
}

.with-filter .filter-body .select-white {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 20%;
    zoom: 1;
}

.with-filter .filter-body .select-white.long {
    width: 41.5%;
}

.with-filter .filter-body .select-white.long .multi-select {
    width: 29.7%;
}









@media only screen and (min-width: 641px) and (max-width: 960px) {
    .with-filter .filter-body {
        margin: -60px 0 0 0;
    }

    .with-filter .filter-body.double {
        margin: -150px 0 0 0;
    }

    .with-filter .filter-body .select-white {
        margin-bottom: 15px;
        width: 30%;
    }

    .with-filter .filter-body .select-white.select-half {
        width: 48%;
    }

    .with-filter .filter-body .btn {
        margin-top: 0;
    }

    .with-filter .filter-body label {
        display: block;
    }

    .with-filter .filter-body.slide {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .with-filter .filter-header {
        padding: 5px 0 2px;
    }

    .with-filter .filter-header.events a {
        display: block;
        margin: 0 0 10px 0;
    }

    .with-filter .filter-header.events a.btn-white {
        margin-bottom: 0;
    }

    .with-filter .filter-header.events .select-white {
        margin-top: 10px;
        width: 100%;
    }

    .with-filter .filter-header.calendar {
        padding-left: 10px;
    }

    .with-filter .filter-header.calendar span {
        margin: 0 0 10px 0;
    }

    .with-filter .filter-header.calendar .select-white {
        margin: 0 0 10px 0;
        width: 97%;
    }

    .with-filter .filter-header.filter-news > a {
        display: block;
        margin: 0 0 10px;
    }

    .with-filter .filter-header.filter-giving {
        margin-bottom: 10px;
        padding-bottom: 14px;
        padding-top: 25px;
    }

    .with-filter .filter-header.filter-giving > a {
        display: block;
        margin: 0 0 10px;
    }

    .with-filter .filter-header.filter-giving .select-white {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .with-filter .filter-header.filter-giving p {
        display: block;
        float: none !important;
        margin: 5px 0 0;
    }

    .with-filter .filter-body {
        margin: -106px 0 0 0;
    }

    .with-filter .filter-body.double {
        margin: -240px 0 0 0;
    }

    .with-filter .filter-body.double.slide {
        margin: 0;
    }

    .with-filter .filter-body label {
        bottom: 0;
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .with-filter .filter-body .select-white {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
}


.period-courses .columns {
    border-right: 1px solid #dadada;
    padding: 0 10px;
}

.period-courses .columns:last-child {
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .period-courses .columns {
        text-align: center;
        word-wrap: break-word;
    }

    .period-courses .columns .heading5 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    .period-courses .columns .freehtml {
        margin-bottom: 20px;
        text-align: center;
    }

    .period-courses .columns .freehtml .heading5 {
        margin-bottom: 20px;
    }
}

.periodboxes .heading5 {
    font-size: 13px;
}

.periodboxes .bar {
    background: #d14e1c;
    height: 5px;
    position: relative;
}

.periodboxes .bar span {
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    text-indent: -9999px;
    top: -4px;
    width: 8px;
}

.periodboxes .bar.down span {
    background: url(../img/arrow-down-bar-orange.png) 0 0 no-repeat;
    top: 4px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .periodboxes {
        margin-bottom: 20px;
    }
}

.reasons {
    margin-bottom: -40px;
    margin-top: -40px;
    position: relative;
}

.reasons .reasons-carousel {
    height: 620px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}

.reasons .reasons-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.reasons .reasons-carousel ul li {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}

.reasons .reasons-carousel ul li .reasons-banner {
    height: 620px;
}

.reasons .reasons-carousel ul li .reasons-banner .reasons-image {
    height: 620px;
}

.reasons .reasons-carousel.responsive {
    width: auto;
    margin-left: 0;
}

.reasons .reasons-carousel .reasons-arrows {
    height: 620px;
    margin: -600px auto 0;
    position: relative;
    width: 940px;
}

.reasons .reasons-carousel .reasons-arrows > a {
    display: block;
    height: 28px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 16px;
    z-index: 200;
}

.reasons .reasons-carousel .reasons-arrows > a.prev {
    background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
    left: -30px;
}

.reasons .reasons-carousel .reasons-arrows > a.next {
    background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
    right: -30px;
}

.reasons .reasons-menu {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}

.reasons .reasons-menu ul li a {
    display: block;
    text-align: center;
}

.reasons .reasons-menu ul li a em {
    border: 2px solid #006e51;
    color: #006e51;
    display: block;
    font-size: 22px;
    font-style: normal;
    height: 50px;
    margin: 0 auto 10px;
    padding: 8px 0 0;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reasons .reasons-menu ul li a span {
    color: #006e51;
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.reasons .reasons-menu ul li.selected a em {
    background: #d14e1c;
    border-color: #d14e1c;
    color: #ffffff;
}

.reasons .reasons-menu ul li.selected a span {
    color: #d14e1c;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .reasons .reasons-carousel {
        height: 450px;
    }

    .reasons .reasons-carousel ul li .reasons-banner {
        height: 450px;
    }

    .reasons .reasons-carousel ul li .reasons-banner .reasons-image {
        height: 450px;
    }

    .reasons .reasons-carousel .reasons-arrows {
        height: 450px;
        margin: -500px auto 0;
        position: relative;
        width: 100%;
    }

    .reasons .reasons-carousel .reasons-arrows > a.prev {
        left: 30px;
    }

    .reasons .reasons-carousel .reasons-arrows > a.next {
        right: 30px;
    }

    .reasons .reasons-menu {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .reasons {
        margin-top: -30px;
    }

    .reasons .reasons-carousel {
        height: 420px;
    }

    .reasons .reasons-carousel ul li .reasons-banner {
        height: 420px;
    }

    .reasons .reasons-carousel ul li .reasons-banner .reasons-image {
        height: 420px;
    }

    .reasons .reasons-carousel .reasons-arrows {
        margin: -494px auto 0;
        position: relative;
        width: 100%;
    }

    .reasons .reasons-carousel .reasons-arrows > a.prev {
        left: 5px;
    }

    .reasons .reasons-carousel .reasons-arrows > a.next {
        right: 5px;
    }

    .reasons .reasons-menu {
        display: none;
    }
}

.reasons-banner {
    height: 480px;
    position: relative;
    width: 100%;
}

.reasons-banner .reasons-cover {
    background: rgba(255, 255, 255, 0.85);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 150;
}

.reasons-banner .reasons-image {
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}

.reasons-banner .reasons-image img {
    left: 50%;
    margin-left: -960px;
    margin-top: -396px;
    position: absolute;
    top: 50%;
}

.reasons-banner .reasons-detail {
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 200;
}

.reasons-banner .reasons-detail .container {
    text-align: center;
}

.reasons-banner .reasons-detail .img-circle {
    border: 3px solid #006e51;
    margin: 0 0 20px;
}

.reasons-banner .reasons-detail .reasons-title {
    bottom: 0;
    margin-top: -80px;
    position: relative;
    z-index: 300;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .reasons-banner {
        height: 450px;
    }

    .reasons-banner .reasons-image {
        height: 450px;
    }

    .reasons-banner .reasons-image img {
        height: 100%;
        margin-left: -600px;
        margin-top: -225px;
    }

    .reasons-banner .reasons-detail {
        top: 90px;
    }

    .reasons-banner .reasons-detail .img-circle {
        width: 150px;
    }

    .reasons-banner .reasons-detail .reasons-title {
        bottom: 0;
        margin-top: -60px;
    }
}

@media only screen and (max-width: 640px) {
    .reasons-banner {
        height: 420px;
    }

    .reasons-banner .reasons-image {
        height: 420px;
    }

    .reasons-banner .reasons-image img {
        height: 100%;
        margin-left: -506px;
        margin-top: -210px;
    }

    .reasons-banner .reasons-detail {
        height: 404px;
        overflow: hidden;
        top: 0px;
        display: table;
    }

    .reasons-banner .reasons-detail .container {
        display: table-cell;
        vertical-align: middle;
    }

    .reasons-banner .reasons-detail .img-circle {
        width: 70px;
    }

    .reasons-banner .reasons-detail .reasons-title {
        bottom: 0;
        margin-top: 20px;
    }
}

.tab-region {
    border: 0;
    margin-bottom: 20px;
}

.tab-region li {
    margin: 0 5px 0 0;
}

.tab-region li a {
    background: #006e51;
    border: 0;
    color: #ffffff;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tab-region li a:hover {
    background: #d14e1c;
}

.tab-region li.active a {
    background: #d14e1c;
    border: 0 !important;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tab-region li.active a:hover {
    background: #d14e1c;
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
    .tab-region li {
        margin: 0 2px 0 0;
    }

    .tab-region li a, .tab-region li a:hover {
        margin-bottom: 5px;
        padding: 10px 15px;
    }
}

.tab-horizontal ul {
    border: 0;
}

.tab-horizontal ul li {
    margin: 0;
}

.tab-horizontal ul li a {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tab-horizontal ul li a strong {
    font-weight: normal;
}

.tab-horizontal ul li.active a {
    border: 0;
}

.tab-horizontal ul li.active a:hover {
    background-color: transparent;
    border: 0;
}

.tab-horizontal .tab-content {
    margin-top: -20px;
}

.tab-horizontal .tab-content .tab-pane:before, .tab-horizontal .tab-content .tab-pane:after {
    content: "";
    display: table;
}

.tab-horizontal .tab-content .tab-pane:after {
    clear: both;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .tab-horizontal .tab-content {
        overflow: hidden;
        top: 0 !important;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .tab-horizontal .tab-content {
        overflow: hidden;
        top: 0 !important;
        width: 100%;
    }
}

.tab-2col ul {
    position: relative;
    z-index: 200;
}

.tab-2col ul li {
    position: relative;
    width: 50%;
}

.tab-2col ul li a {
    background: #dadada;
    color: #ffffff;
    font-size: 15px;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.tab-2col ul li a strong {
    font-size: 18px;
}

.tab-2col ul li a:hover {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    color: #444444;
}

.tab-2col ul li a:hover strong {
    color: #006e51;
}

.tab-2col ul li.active a {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.tab-2col ul li.active a strong {
    color: #006e51;
}

.tab-2col .tab-content {
    position: relative;
    top: -10px;
    z-index: 100;
}

.tab-2col .tab-content table td:first-child {
    width: 80px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .tab-2col {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .tab-2col {
        border-bottom: 0;
    }

    .tab-2col ul li a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.tab-3col {
    border: 1px solid #dadada;
}

.tab-3col ul {
    position: relative;
    z-index: 200;
}

.tab-3col ul li {
    position: relative;
    width: 33.33%;
}

.tab-3col ul li a {
    background: #dadada;
    color: #ffffff;
    font-size: 15px;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.tab-3col ul li a strong {
    font-size: 18px;
}

.tab-3col ul li a:hover {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    color: #444444;
}

.tab-3col ul li a:hover strong {
    color: #006e51;
}

.tab-3col ul li.active a {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.tab-3col ul li.active a strong {
    color: #006e51;
}

.tab-3col .tab-content {
    position: relative;
    top: -10px;
    z-index: 100;
}

.tab-3col .tab-content table td:first-child {
    width: 80px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .tab-3col {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .tab-3col {
        border-bottom: 0;
    }

    .tab-3col ul li a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.tab-4col {
    border: 1px solid #dadada;
    margin-bottom: 20px;
}

.tab-4col > ul {
    position: relative;
    z-index: 200;
}

.tab-4col > ul > li {
    position: relative;
    width: 25%;
}

.tab-4col > ul > li > a {
    background: #dadada;
    color: #ffffff;
    font-size: 15px;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.tab-4col > ul > li > a strong {
    font-size: 18px;
}

.tab-4col > ul > li > a:hover {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    color: #444444;
}

.tab-4col > ul > li > a:hover strong {
    color: #006e51;
}

.tab-4col > ul > li.active a {
    background-color: transparent;
    background-image: url(../img/bar-arrow-down-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.tab-4col > ul > li.active a strong {
    color: #006e51;
}

.tab-4col .tab-content {
    position: relative;
    top: -10px;
    z-index: 100;
}

.tab-4col .tab-content table td:last-child {
    width: 120px;
}

.tab-4col .tab-content table .icon-qmark {
    background-position: -450px -100px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    width: 18px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tab-4col .tab-content table .icon-qmark {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tab-4col .tab-content table .icon-qmark {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.tab-4col .tab-content table .icon-qmark:hover {
    background-position: -300px -50px;
}

.tab-4col .tab-content table .view-icons {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-4col .tab-content table .view-icons li {
    float: left;
    margin: 0 5px;
}

.tab-wrap {
    width: 100%;
}

.tab-wrap ul li {
    float: none;
    position: relative;
}

.tab-wrap ul li a {
    background: #dadada;
    color: #ffffff;
    font-size: 100%;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.tab-wrap ul li a strong {
    font-size: 18px;
}

.tab-wrap ul li span {
    display: none;
}

.tab-wrap ul li.active a, .tab-wrap ul li:hover a {
    background: url(../img/bar-orange.jpg) center bottom repeat-x;
    border: 0 !important;
}

.tab-wrap ul li.active a strong, .tab-wrap ul li:hover a strong {
    color: #006e51;
}

.tab-wrap ul li.active span, .tab-wrap ul li:hover span {
    background-image: url(../img/arrow-down-bar-orange.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 4px;
    margin: 0 auto -4px;
    position: relative;
    text-indent: -9999px;
    top: -20px;
    width: 8px;
}

@-moz-document url-prefix() {
    .tab-wrap ul li.active span, .tab-wrap ul li:hover span {
        margin-top: -20px;
        top: 0;
    }
}

.tab-wrap ul li:hover a {
    color: #444444;
}

@media only screen and (max-width: 960px) {
    .tab-wrap {
        display: block;
    }

    .tab-wrap ul {
        display: block;
    }

    .tab-wrap ul li {
        display: block;
        margin-bottom: 5px;
    }

    .tab-wrap ul li a strong {
        font-size: 14px;
    }

    .tab-wrap ul li.active a, .tab-wrap ul li:hover a {
        border-left: 1px solid #dadada !important;
        border-right: 1px solid #dadada !important;
        border-top: 1px solid #dadada !important;
    }
}

.tab-table {
    margin-bottom: 20px;
}

.tab-table > ul {
    border: solid #dadada;
    border-width: 1px 1px 0 1px;
    position: relative;
    z-index: 200;
}

.tab-table > ul > li {
    border-right: 1px solid #fff;
    display: table;
    position: relative;
    width: 25%;
}

.tab-table > ul > li > a {
    background: #dadada;
    color: #d14e1c;
    display: table-cell;
    font-size: 15px;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.tab-table > ul > li > a strong {
    font-size: 18px;
}

.tab-table > ul > li > a:hover {
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #444444;
}

.tab-table > ul > li > a:hover strong {
    color: #006e51;
}

.tab-table > ul > li.equal-height {
    margin: 0;
}

.tab-table > ul > li.active {
    border-right: 1px solid #dadada;
    border-bottom: 0;
}

.tab-table > ul > li.active a {
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.tab-table > ul > li.active a strong {
    color: #006e51;
}

.tab-table > ul > li.active a:focus {
    background-color: transparent;
    border: 0;
}

.tab-table .tab-content {
    position: relative;
    z-index: 100;
}

.tab-table .tab-content table .icon-qmark {
    background-position: -450px -100px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    position: relative;
    top: 4px;
    width: 18px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tab-table .tab-content table .icon-qmark {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tab-table .tab-content table .icon-qmark {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.tab-table .tab-content table .icon-qmark:hover {
    background-position: -300px -50px;
}

.tab-table .tab-content table .view-icons {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-table .tab-content table .view-icons li {
    float: left;
    margin: 0 5px;
}

@media only screen and (max-width: 960px) {
    .tab-table > ul li {
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    .tab-table > ul li a {
        margin-bottom: 0 !important;
        padding: 10px 6px !important;
    }

    .tab-table > ul li a strong {
        font-size: 16px;
    }

    .tab-table > ul li.active a {
        margin-bottom: 0 !important;
        padding: 10px !important;
    }
}

.timeline ul {
    background: url(../img/bg-line-gray.jpg) center center repeat-y;
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline ul li {
    clear: both;
    margin-bottom: 30px;
    position: relative;
}

.timeline ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: table;
    font-size: 16px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 70px;
    z-index: 200;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-image: url("../img/icon-circle-green-big.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .timeline ul li a {
        background-image: url("../img/icon-circle-green-big2x.png") !important;
        -webkit-background-size: 70px 70px;
        -moz-background-size: 70px 70px;
        -o-background-size: 70px 70px;
        -ms-background-size: 70px 70px;
        background-size: 70px 70px;
    }
}

.timeline ul li a:hover {
    background-image: url("../img/icon-circle-orange-big.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .timeline ul li a:hover {
        background-image: url("../img/icon-circle-orange-big2x.png") !important;
        -webkit-background-size: 70px 70px;
        -moz-background-size: 70px 70px;
        -o-background-size: 70px 70px;
        -ms-background-size: 70px 70px;
        background-size: 70px 70px;
    }
}

.timeline ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.timeline ul li .desc {
    width: 35%;
    z-index: 100;
    position: absolute;
    top: 14px;
}

.timeline ul li .desc.move-left {
    float: left;
    padding-right: 50px;
    text-align: right;
    left: 15%;
}

.timeline ul li .desc.move-right {
    float: right;
    padding-left: 50px;
    text-align: left;
    right: 15%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .timeline ul li .desc {
        width: 45%;
    }

    .timeline ul li .desc.move-left {
        left: 5%;
    }

    .timeline ul li .desc.move-right {
        right: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .timeline ul li .desc {
        width: 50%;
        height: 76px;
        overflow: hidden;
    }

    .timeline ul li .desc.move-left {
        left: 0;
    }

    .timeline ul li .desc.move-right {
        right: 0;
    }
}

.ie .conversations .trending {
    width: 882px \9;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .ie .conversations .trending {
        overflow: hidden;
        width: 100%;
    }

    .ie .conversations .trending .slider-content {
        margin-left: 20px;
    }

    .ie .conversations .trending .slider-content .slider-box {
        width: 238px !important;
    }

    .ie .conversations .trending .slider-content .image,
    .ie .conversations .trending .slider-content .image img,
    .ie .conversations .trending .slider-content .details {
        width: 238px;
    }

    .ie .conversations .trending .arrows a.prev {
        left: 1px;
    }

    .ie .conversations .trending .arrows a.next {
        right: 1px;
    }
}

@media only screen and (max-width: 640px) {
    .ie .conversations .trending {
        width: 100%;
    }

    .ie .conversations .trending .slider-content .image,
    .ie .conversations .trending .slider-content .image img,
    .ie .conversations .trending .slider-content .details {
        max-width: 320px;
    }

    .ie .conversations .trending .arrows a.prev {
        left: 1px;
    }

    .ie .conversations .trending .arrows a.next {
        right: 1px;
    }
}

.modern .conversations .flip-carousel {
    padding: 20px 0;
    height: 510px;
    width: 942px;
}

.modern .conversations .flip-carousel ul {
    z-index: 100;
}

.modern .conversations .flip-carousel ul li {
    height: 470px;
    margin: 0 1px;
    width: 292px;
}

.modern .conversations .flip-carousel ul li .slider-box .details p a:hover {
    color: #ffffff;
}

.modern .conversations .flip-carousel .controls {
    overflow: visible;
    z-index: 200;
}

.modern .conversations .flip-carousel .controls .arrow {
    background-image: url(../img/sprite-arrow-trending.png);
    background-repeat: no-repeat;
    height: 30px;
    opacity: 1;
    width: 30px;
}

.modern .conversations .flip-carousel .controls .arrow:after, .modern .conversations .flip-carousel .controls .arrow:before {
    content: none;
}

.modern .conversations .flip-carousel .controls .arrow.left {
    background-position: 0 0;
    left: 16px;
}

.modern .conversations .flip-carousel .controls .arrow.right {
    background-position: -30px 0;
    right: 14px;
}

.modern .conversations .trending .arrows {
    display: none;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .modern .conversations .trending {
        min-width: 620px;
        width: 100%;
    }

    .modern .conversations .flip-carousel ul li,
    .modern .conversations .flip-carousel ul li .slider-box,
    .modern .conversations .flip-carousel ul li .slider-box .details {
        width: 204px !important;
    }

    .modern .conversations .flip-carousel {
        height: 100%;
        min-width: 620px;
        width: 100%;
    }

    .modern .conversations .flip-carousel ul li {
        height: 304px;
        float: left;
    }

    .modern .conversations .flip-carousel ul li .slider-box {
        height: auto;
        margin: 0;
    }

    .modern .conversations .flip-carousel ul li .slider-box .image img {
        height: auto;
        max-width: 100%;
    }

    .modern .conversations .flip-carousel ul li .slider-box .details {
        height: 100%;
    }

    .modern .conversations .flip-carousel ul li .slider-box .details .text {
        bottom: 20px;
    }

    .modern .conversations .flip-carousel ul li .slider-box .details .text p {
        font-size: 14px;
    }

    .modern .conversations .flip-carousel .controls .left {
        left: 0px !important;
    }

    .modern .conversations .flip-carousel .controls .right {
        right: 0px !important;
    }
}

@media only screen and (max-width: 640px) {
    .modern .conversations .trending {
        min-width: 320px;
        width: 100%;
    }

    .modern .conversations .flip-carousel {
        height: 440px;
        margin-left: -20px;
        min-width: 320px;
        width: 100%;
    }

    .modern .conversations .flip-carousel ul li {
        margin: 0;
        width: 250px;
    }

    .modern .conversations .flip-carousel ul li .slider-box {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .modern .conversations .flip-carousel ul li .slider-box .image img {
        height: auto;
        max-width: 100%;
    }

    .modern .conversations .flip-carousel ul li .slider-box .details {
        height: 100%;
        width: 100%;
    }

    .modern .conversations .flip-carousel ul li .slider-box .details .bio {
        bottom: 0;
    }

    .modern .conversations .flip-carousel .controls .arrow.left {
        left: 20px;
    }

    .modern .conversations .flip-carousel .controls .arrow.right {
        right: 20px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .modern .conversations .flip-carousel {
        margin-left: 0;
    }

    .modern .conversations .flip-carousel .controls .arrow.left {
        left: 26px;
    }

    .modern .conversations .flip-carousel .controls .arrow.right {
        right: 26px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .modern .conversations .flip-carousel .controls .arrow.left {
        left: 46px;
    }

    .modern .conversations .flip-carousel .controls .arrow.right {
        right: 46px;
    }
}

.conversations .trending {
    height: 100%;
    margin: 0 auto;
    width: 942px;
}

.conversations .trending .slider-box {
    float: left;
    height: 470px;
    margin: 0 1px;
    position: relative;
}

.conversations .trending .slider-box .image {
    position: relative;
    z-index: 200;
}

.conversations .trending .slider-box .image > img {
    height: 470px;
}

.conversations .trending .slider-box .details {
    background: rgba(0, 0, 0, 0.65);
    background-image: url(../img/transparent-black65.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    height: 470px;
    left: 0;
    padding: 30px 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 292px;
    z-index: 220;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.conversations .trending .slider-box .details:hover {
    background: rgba(0, 0, 0, 0.4);
    background-image: url(../img/transparent-black65.png) \9;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.conversations .trending .slider-box .details .text {
    bottom: -40px;
    color: #a0ce67;
    display: table-cell;
    font-size: 18px;
    height: 100px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
    width: 292px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.conversations .trending .slider-box .details .bio {
    left: 0;
    bottom: 20px;
    display: inline-block;
    height: 200px;
    position: absolute;
    width: 100%;
}

.conversations .trending .slider-box .details .bio .sepline.xsmall {
    background: #ffffff;
}

.conversations .trending .slider-box .details .bio .avatar {
    background: url(../img/icon-avatar-white.png) no-repeat;
    display: block;
    height: 70px;
    margin: 10px auto;
    width: 70px;
}

.conversations .trending .slider-box .details .bio .avatar img {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.conversations .trending .slider-box .details .bio .info p {
    margin: 0;
}

.conversations .trending .slider-box .details .bio .info p.name {
    font-size: 15px;
}

.conversations .trending .slider-box .details .bio .info .icon {
    background-position: -200px -100px;
    display: block;
    margin: 10px auto;
    height: 23px;
    width: 24px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .conversations .trending .slider-box .details .bio .info .icon {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .conversations .trending .slider-box .details .bio .info .icon {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.conversations .trending .arrows {
    height: 470px;
    margin-top: -470px;
    position: relative;
    z-index: 300;
}

.conversations .trending .arrows a {
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .conversations .trending .arrows a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .conversations .trending .arrows a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

.conversations .trending .arrows a.prev {
    background-position: -250px -250px;
    left: -32px;
}

.conversations .trending .arrows a.next {
    background-position: -300px -250px;
    right: -32px;
}

.conversations .trending .community .details > p {
    line-height: 1.1;
}

.conversations .trending .community .details .text {
    bottom: 0;
}

.conversations .trending .community .details .bio {
    height: auto;
    padding: 0 10px;
}

.conversations .trending .community .details .bio .info p {
    line-height: 1;
    margin-bottom: 5px;
}

.conversations .trending .community .details .bio .info p a.chevron-cta:hover {
    color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .conversations .trending .community .slider-box {
        width: 33%;
    }

    .conversations .trending .community .slider-box .image img {
        width: 100%;
    }

    .conversations .trending .community .slider-box .details {
        width: 100%;
    }

    .conversations .trending .community .slider-box .details .text p {
        font-size: 14px;
    }

    .conversations .trending .community .slider-box, .conversations .trending .community .slider-box .image img, .conversations .trending .community .details {
        height: 515px;
    }
}

@media only screen and (max-width: 640px) {
    .conversations .trending .community .flip-carousel {
        height: 500px;
    }

    .conversations .trending .community .flip-carousel ul li {
        height: auto;
    }

    .conversations .trending .community .flip-carousel ul li .slider-box,
    .conversations .trending .community .flip-carousel ul li .slider-box .image img {
        height: 450px;
    }

    .conversations .trending .community .flip-carousel ul li .slider-box .details .bio {
        bottom: 10px;
    }

    .conversations .trending .community .slider-box {
        margin: 0 0 20px -15px;
    }
}

.conversations .trending.giving {
    height: 320px;
}

.conversations .trending.giving .slider-box {
    overflow: hidden;
}

.conversations .trending.giving .slider-box,
.conversations .trending.giving .slider-box .details {
    height: 280px;
}

.conversations .trending.giving .slider-content,
.conversations .trending.giving .slider-content .flip-carousel {
    height: 300px;
}

.conversations .trending.giving .slider-box .details .desc {
    height: 95px;
    overflow: hidden;
}

.conversations .trending.giving .slider-box .details {
    position: fixed;
}

.conversations .trending.giving .slider-box .details .btn-bottom {
    bottom: -30px;
    position: relative;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .conversations .slider-content {
        margin-left: -20px;
    }
}

.flip-carousel {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 70px 10px;
    text-align: center;
}

.flip-carousel > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.flip-carousel > ul > li {
    width: 200px;
    margin: 10px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    position: relative;
    -webkit-perspective: 1500;
    -moz-perspective: 1500;
    -ms-perspective: 1500;
    perspective: 1500;
}

.flip-carousel .card {
    position: relative;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    /*-ms-transform: rotateY(90deg);
  transform: rotateY(90deg);*/
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    height: 300px;
}

.flip-carousel .face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flip-carousel .front {
    z-index: 1;
}

.flip-carousel .back {
    z-index: 0;
}

.flip-carousel .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    /*-ms-transform: rotateY(180deg);
  transform: rotateY(180deg);*/
}

.ie .flip-carousel .face .empty {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.flip-carousel .controls {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.flip-carousel .controls img {
    padding: 0 5px 0 0;
}

.flip-carousel .controls.dots {
    margin-top: 5px;
}

.flip-carousel .controls li.dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0;
    list-style-type: none;
    background-color: #ccc;
    border-radius: 10px;
}

.flip-carousel .controls li.dot.selected {
    background-color: #666;
}

.flip-carousel .controls .arrow {
    opacity: .8;
    cursor: pointer;
    top: 45%;
    position: absolute;
    width: 40px;
    height: 60px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.flip-carousel .controls .arrow:after {
    content: "";
    opacity: .8;
    width: 20px;
    height: 20px;
    position: absolute;
    background: none;
    border-bottom: 5px solid #FFF;
    border-left: 5px solid #FFF;
    left: 12px;
    top: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flip-carousel .controls .arrow.right:after {
    border-bottom: none;
    border-left: none;
    border-top: 5px solid #FFF;
    border-right: 5px solid #FFF;
    left: auto;
    right: 12px;
}

.ie .flip-carousel .controls .arrow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.ie .flip-carousel .controls .arrow:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ie .flip-carousel .controls .arrow:after {
    content: "\2039";
    color: #FFF;
    font-size: 80px;
    border: none;
    top: -22px;
    left: 5px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ie .flip-carousel .controls .arrow.right:after {
    content: "\203A";
    left: auto;
    right: 10px;
}

.flip-carousel .controls .arrow:hover {
    opacity: 1;
}

.flip-carousel .controls .arrow.left {
    left: 20px;
    right: auto;
}

.flip-carousel .controls .arrow.right {
    right: 20px;
    left: auto;
}

.flip-carousel .hide {
    display: none;
}

.flip-carousel .loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 48%;
    bottom: 0;
    animation: spinning 2s linear infinite;
    -webkit-animation: spinning 2s linear infinite;
}

.flip-carousel .loader:after {
    content: "";
    width: 30px;
    height: 30px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border-top-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinning {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.upcoming {
    margin-bottom: 50px;
    text-align: left;
}

.upcoming .view-all a {
    color: #444444;
}

.upcoming .view-all a:hover {
    color: #d14e1c;
}

.upcoming .body p {
    color: #006e51;
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.upcoming .body p a {
    color: #006e51;
}

.upcoming .body p a:hover {
    color: #d14e1c;
}

.upcoming .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.upcoming .body ul li {
    margin-bottom: 2px;
}

.upcoming .body ul li span {
    height: 16px;
}

.upcoming .body ul li img {
    display: inline;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.upcoming .body.content-left {
    padding-left: 100px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .upcoming .body {
        margin-bottom: 20px;
        text-align: left;
    }

    .upcoming .body p {
        line-height: 23px;
    }

    .upcoming .body.content-left {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .upcoming .body {
        margin-bottom: 20px;
        text-align: center;
    }

    .upcoming .body p {
        font-size: 17px;
        line-height: 20px;
    }

    .upcoming .body.content-left {
        padding-left: 0;
    }

    .upcoming .body.content-right {
        margin: 0;
    }
}

[class*="cal-cell"] {
    float: left;
    margin-left: 0;
    min-height: 1px;
}

.cal-row-fluid {
    width: 100%;
    *zoom: 1;
}

.cal-row-fluid:before,
.cal-row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.cal-row-fluid:after {
    clear: both;
}

.cal-row-fluid [class*="cal-cell"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.05213764337851929%;
}

.cal-row-fluid [class*="cal-cell"]:first-child {
    margin-left: 0;
}

.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
    margin-left: 0%;
}

.cal-row-fluid .cal-cell7 {
    width: 100%;
    *width: 99.94669509594883%;
}

.cal-row-fluid .cal-cell6 {
    width: 85.71428571428571%;
    *width: 85.66098081023453%;
}

.cal-row-fluid .cal-cell5 {
    width: 71.42857142857142%;
    *width: 71.37526652452024%;
}

.cal-row-fluid .cal-cell4 {
    width: 57.14285714285714%;
    *width: 57.089552238805965%;
}

.cal-row-fluid .cal-cell3 {
    width: 42.857142857142854%;
    *width: 42.80383795309168%;
}

.cal-row-fluid .cal-cell2 {
    width: 28.57142857142857%;
    *width: 28.518123667377395%;
}

.cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%;
    *width: 14.232409381663112%;
}


.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
    margin-left: 100%;
    *margin-left: 99.89339019189765%;
}


.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
    margin-left: 85.71428571428571%;
    *margin-left: 85.60767590618336%;
}


.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
    margin-left: 71.42857142857142%;
    *margin-left: 71.32196162046907%;
}


.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
    margin-left: 57.14285714285714%;
    *margin-left: 57.03624733475479%;
}


.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
    margin-left: 42.857142857142854%;
    *margin-left: 42.750533049040506%;
}


.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
    margin-left: 28.57142857142857%;
    *margin-left: 28.46481876332622%;
}

.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
    margin-left: 14.285714285714285%;
    *margin-left: 14.17910447761194%;
}

.cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%;
    *width: 14.233576642335766%;
}

[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
    display: none;
}

[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
    float: right;
}

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-events-num {
    margin-top: 20px;
}

.cal-month-day {
    position: relative;
    display: block;
    width: 100%;
    background: #f9f9f9;
}

#cal-day-tick {
    display: none;
    position: absolute;
    right: 50%;
    bottom: -21px;
    padding: 0px 5px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px;
    opacity: 0;
}

.cal-year-box #cal-day-tick {
    margin-right: -7px;
}

#cal-slide-box {
    position: relative;
}

#cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1;
}

#cal-slide-tick.tick-month1 {
    left: 12.5%;
}

#cal-slide-tick.tick-month2 {
    left: 37.5%;
}

#cal-slide-tick.tick-month3 {
    left: 62.5%;
}

#cal-slide-tick.tick-month4 {
    left: 87.5%;
}

#cal-slide-tick.tick-day1 {
    left: 7.14285714285715%;
}

#cal-slide-tick.tick-day2 {
    left: 21.42857142857143%;
}

#cal-slide-tick.tick-day3 {
    left: 35.71428571428572%;
}

#cal-slide-tick.tick-day4 {
    left: 50%;
}

#cal-slide-tick.tick-day5 {
    left: 64.2857142857143%;
}

#cal-slide-tick.tick-day6 {
    left: 78.57142857142859%;
}

#cal-slide-tick.tick-day7 {
    left: 92.85714285714285%;
}

.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#cal-slide-content ul.unstyled {
    margin-bottom: 0;
}


#cal-day-box {
    text-wrap: none;
}

#cal-day-box .cal-day-hour-part {
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: thin dashed #e1e1e1;
}

#cal-day-box .cal-day-hour .day-highlight {
    height: 30px;
}

#cal-day-box .cal-hours {
    font-weight: bolder;
}

#cal-day-box .cal-day-hour:nth-child(odd) {
    background-color: #fafafa;
}

#cal-day-box #cal-day-panel {
    position: relative;
    padding-left: 60px;
}

#cal-day-box #cal-day-panel-hour {
    position: absolute;
    width: 100%;
    margin-left: -60px;
}

#cal-day-box .day-event {
    position: relative;
    max-width: 200px;
    overflow: hidden;
}

#cal-day-box .day-highlight {
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #c3c3c3;
    margin: 1px 1px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cal-day-box .day-highlight.dh-event-important {
    border: 1px solid #ad2121;
}

#cal-day-box .day-highlight.dh-event-warning {
    border: 1px solid #e3bc08;
}

#cal-day-box .day-highlight.dh-event-info {
    border: 1px solid #1e90ff;
}

#cal-day-box .day-highlight.dh-event-inverse {
    border: 1px solid #1b1b1b;
}

#cal-day-box .day-highlight.dh-event-success {
    border: 1px solid #006400;
}

#cal-day-box .day-highlight.dh-event-special {
    background-color: #ffe6ff;
    border: 1px solid #800080;
}

.event {
    display: block;
    background-color: #c3c3c3;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #ffffff;
}

.event-block {
    display: block;
    background-color: #c3c3c3;
    width: 20px;
    height: 100%;
}

.cal-event-list .event.pull-left {
    margin-top: 3px;
}

.event-important {
    background-color: #ad2121;
}

.event-info {
    background-color: #1e90ff;
}

.event-warning {
    background-color: #e3bc08;
}

.event-inverse {
    background-color: #1b1b1b;
}

.event-success {
    background-color: #006400;
}

.event-special {
    background-color: #800080;
}

.day-highlight:hover,
.day-highlight {
    background-color: #dddddd;
}

.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
    background-color: #fae3e3;
}

.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
    background-color: #fdf1ba;
}

.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
    background-color: #d1e8ff;
}

.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
    background-color: #c1c1c1;
}

.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
    background-color: #caffca;
}

.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
    background-color: #ffe6ff;
}

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    font-weight: bolder;
    text-align: center;
    border: 0px solid;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.cal-row-head [class*="cal-cell"] small {
    font-weight: normal;
}

.cal-month-day {
    height: 100px;
}

[class*="cal-cell"]:hover {
    background-color: #ededed;
}

.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
    min-height: 100px;
    border-right: 1px solid #dadada;
    position: relative;
}

.cal-year-box [class*="span"] {
    min-height: 60px;
}

.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
    border-right: 0px;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
    border-bottom: 1px solid #dadada;
    margin-left: 0px;
    margin-right: 0px;
}

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
    border-bottom: 0px;
}

.cal-month-box,
.cal-year-box {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 2px;
}

span[data-cal-date] {
    font-size: 1.2em;
    font-weight: normal;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: 5px;
    margin-right: 5px;
    color: #999999;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

span[data-cal-date]:hover {
    opacity: 1;
}

.cal-day-outmonth span[data-cal-date] {
    opacity: 0.3;
    cursor: default;
}

.cal-day-today {
    background-color: #444444;
}

.cal-day-today span[data-cal-date] {
    color: #a0ce67;
}

.cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1.9em;
}

.cal-day-holiday span[data-cal-date] {
    color: #800080;
}

.cal-day-weekend span[data-cal-date] {
    color: #999999;
}

#cal-day-tick {
    border: 1px solid #dadada;
    border-top: 0px solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center;
    opacity: 0;
}

#cal-slide-box {
    border-top: 0px solid #8c8c8c;
}

#cal-slide-content {
    padding: 20px;
    color: #ffffff;
    background-color: #dadada;
}

#cal-slide-content a.event-item {
    color: #ffffff;
    font-weight: normal;
    line-height: 22px;
}

.events-list {
    max-height: 47px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.cal-column {
    border-left: 1px solid #dadada;
}

a.cal-event-week {
    text-decoration: none;
    color: #151515;
}

.badge-important {
    background-color: #b94a48;
}

.calendar-header {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.calendar-header .form-inline {
    position: absolute;
    width: 100%;
}

.calendar-header .form-inline .btn-group {
    position: relative;
    width: 100%;
}

.calendar-header .form-inline .btn-group .cal-btn {
    display: block;
    height: 28px;
    position: absolute;
    text-indent: -9999px;
    top: -1px;
    width: 16px;
    z-index: 200;
}

.calendar-header .form-inline .btn-group .cal-btn.cal-btn-prev {
    background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
    left: 25%;
}

.calendar-header .form-inline .btn-group .cal-btn.cal-btn-next {
    background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
    right: 25%;
}

@media only screen and (max-width: 640px) {
    .calendar-header .form-inline .btn-group .cal-btn.cal-btn-prev {
        left: 0;
    }

    .calendar-header .form-inline .btn-group .cal-btn.cal-btn-next {
        right: 0;
    }
}

.cal-month-day:hover {
    background: #444444;
}

.cal-month-day:hover span {
    color: #a0ce67;
}

#cal-slide-content {
    padding: 0;
}

#cal-slide-content ul li {
    background: #444444;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    float: left;
    min-height: 100px;
    overflow: hidden;
    padding: 4px 10px;
    width: 100%;
}

#cal-slide-content ul li .cal-details-left {
    text-align: left;
}

#cal-slide-content ul li .cal-details-right {
    padding: 25px 0 0 0;
    text-align: center;
}

#cal-slide-content ul li .cal-category {
    color: #d14e1c;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#cal-slide-content ul li .cal-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#cal-slide-content ul li .cal-title a {
    color: #a0ce67;
}

#cal-slide-content ul li .cal-title a:hover {
    color: #ffffff;
}

#cal-slide-content ul li .cal-date, #cal-slide-content ul li .cal-location {
    font-size: 12px;
}

#cal-slide-content ul li .cal-date span, #cal-slide-content ul li .cal-location span {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 640px) {
    #cal-slide-content ul li {
        border-right: 0;
        height: auto;
        padding: 10px;
        width: 100%;
    }

    #cal-slide-content ul li .cal-details-right {
        text-align: left;
        padding: 10px 0;
    }
}

.event {
    background: #d14e1c !important;
}

.event:hover {
    background: #006e51 !important;
}

.featured-programmes {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0 0 5px;
    text-align: left;
}

.featured-programmes .columns {
    padding: 0;
}

.featured-programmes .pull-right .arrow-image.left {
    background-position: -10px 0;
    left: 0;
    right: auto;
}

.featured-programmes .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.featured-programmes .image a {
    opacity: 1;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-programmes .image a img {
    margin-left: -100%;
    left: 50%;
    position: relative;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .featured-programmes .image a img {
        width: 101%;
    }
}

.featured-programmes .image a:hover {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-programmes .image .icon-play {
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
}

.featured-programmes .details {
    padding: 18px;
}

.featured-programmes .details dl {
    margin: 0;
}

.featured-programmes .details dl dt {
    clear: left;
    float: left;
    line-height: 1.3;
    text-align: left !important;
    text-transform: uppercase;
    width: auto !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.featured-programmes .details dl dd {
    margin-bottom: 10px;
    margin-left: 150px;
    /*
        display: inline-block;
        margin-bottom: 10px;
        //margin-left: 150px;
        position: relative;
        //top: -1px;
        vertical-align: top;
        width: 60%;
        */
}

.featured-programmes .details .event-cta {
    clear: both;
    margin: 10px 0;
}

.featured-programmes .details .event-cta > div {
    margin-right: 20px;
}

.featured-programmes .details .event-cta > div li {
    padding-top: 5px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .featured-programmes .arrow-image.left {
        bottom: auto;
        left: auto;
        height: 20px;
        right: 0;
        top: 50%;
        width: 10px;
    }

    .featured-programmes .image img {
        height: 100%;
        width: auto !important;
    }

    .featured-programmes .details dl {
        margin: 0;
    }

    .featured-programmes .details dl dt {
        clear: both;
        float: none;
        width: 100%;
    }

    .featured-programmes .details dl dd {
        margin: 0 0 10px;
        width: 100%;
    }

    .featured-programmes .details .event-cta a.btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-programmes .pull-right .arrow-image.left {
        background-position: 0 0;
        left: 50%;
        margin-left: -10px;
        right: auto;
        width: 20px;
    }

    .featured-programmes .image img {
        height: auto !important;
    }

    .featured-programmes .details dl {
        margin: 0;
    }

    .featured-programmes .details dl dt {
        clear: both;
        float: none;
        width: 100%;
    }

    .featured-programmes .details dl dd {
        margin: 0 0 10px;
        width: 100%;
    }

    .featured-programmes .details .event-cta > div li {
        display: inline-block !important;
    }

    .featured-programmes .details .event-cta .left {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .featured-programmes .details .event-cta .btn {
        margin-bottom: 10px;
    }

    .featured-programmes .details .event-cta p {
        text-align: center;
    }
}

.columns {
    padding: 0 2px 0 0;
}

.imagebox {
    background-color: #fff;
    border: 1px solid #dadada;
    position: relative;
    width: 100%;
}

.imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    /*
    img {
    	//height: 100%;
    	margin-left: -100%;
    	left: 50%;
    	position: relative;
    	width: 100%;
    }
    */
}

.imagebox .header .image img {
    position: relative;
}

.imagebox .header .image img.portrait {
    top: 50%;
    top: 0 \9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.imagebox .header .image img.landscape {
    height: 100%;
    left: 50%;
    left: 0 \9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .imagebox .header .image img {
        width: 100%;
    }
}

.imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat \9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagebox .header .details:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imagebox .header .details .title {
    position: relative;
    top: 50%;
    top: 0 \9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imagebox .header .details .title h4, .imagebox .header .details .title h4 a {
    color: #a0ce67;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.imagebox .header .details .title p a {
    color: #ffffff;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .imagebox .header .details .title {
        top: 50%;
    }
}

.imagebox .header .details .profile-info {
    cursor: default;
    text-align: left;
}

.imagebox .header .details .profile-info:before, .imagebox .header .details .profile-info:after {
    content: "";
    display: table;
}

.imagebox .header .details .profile-info:after {
    clear: both;
}

.imagebox .header .details .profile-info .avatar {
    margin: 0 3% 0 0;
    width: 30%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.imagebox .header .details .profile-info .info {
    padding: 0;
    width: 65%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.imagebox .header .details .profile-info .info.no-sub {
    padding: 18px 0 0;
}

.imagebox .header .details .profile-info .info .info-name,
.imagebox .header .details .profile-info .info .info-job,
.imagebox .header .details .profile-info .info .info-award {
    overflow: hidden;
}

.imagebox .header .details .profile-info .info .info-name {
    max-height: 54px;
}

.imagebox .header .details .profile-info .info .info-job {
    max-height: 26px;
}

.imagebox .header .details .profile-info .info .info-award {
    max-height: 42px;
}

.imagebox .header .details .profile-info.with-content .avatar {
    width: 12%;
}

.imagebox .header .details .profile-info.with-content .info {
    width: 35%;
}

.imagebox .header .details .profile-info.with-content .content {
    font-size: 12px;
    width: 48%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.imagebox .header .details .profile-info.with-content .content p {
    margin-bottom: 10px;
}

.imagebox .header .details .profile-info.with-content .content p:last-child {
    margin-bottom: 0;
}

.imagebox .header .details .profile-content {
    cursor: default;
    max-height: 120px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

.imagebox .header .details .profile-content p {
    margin-bottom: 10px;
}

.imagebox .header .details .profile-content p:last-child {
    margin-bottom: 0;
}

.imagebox .header .details .profile-cta {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 88%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox .header .details .profile-info .avatar {
        margin: 0 0 10px !important;
        text-align: center;
        width: 100% !important;
    }

    .imagebox .header .details .profile-info .info {
        text-align: center;
        width: 100% !important;
    }

    .imagebox .header .details .profile-info.with-content .avatar {
        width: 100% !important;
    }

    .imagebox .header .details .profile-info.with-content .info {
        width: 100% !important;
    }

    .imagebox .header .details .profile-info.with-content .content {
        text-align: center;
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    .imagebox .header .details .profile-info.with-content .avatar {
        width: 30% !important;
    }

    .imagebox .header .details .profile-info.with-content .info {
        width: 60% !important;
    }

    .imagebox .header .details .profile-info.with-content .content {
        margin-top: 10px;
        text-align: center;
        width: 100% !important;
    }

    .imagebox .header .details .profile-content {
        font-size: 14px;
        max-height: 180px;
    }

    .imagebox .header .details blockquote {
        display: block !important;
    }
}

.imagebox .header .img-sm {
    height: 185px;
}

.imagebox .header .img-lg {
    height: 250px;
}

.imagebox .body {
    padding: 18px;
    position: relative;
    text-align: left;
}

.imagebox .body.equal-height {
    margin: 0;
}

.imagebox.overlap {
    border: 0;
    margin: 0;
}

.imagebox.overlap .body {
    position: absolute;
}

.imagebox.large .image img {
    width: 100%;
}

.imagebox.col-4 .header, .imagebox.col-4 .image, .imagebox.col-4 .details {
    height: 250px;
}

.imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
    min-height: 290px;
    overflow: hidden;
}

.imagebox.col-profile .details {
    position: relative !important;
}

.imagebox.col-profile .details.light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #444444;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
        min-height: 400px;
    }
}

@media only screen and (max-width: 640px) {
    .imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
        height: 350px;
    }
}

.imagebox.col-3 .header, .imagebox.col-3 .image, .imagebox.col-3 .details {
    height: 185px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox .header .details .title h4, .imagebox .header .details .title h4 a {
        font-size: 15px;
    }

    .imagebox .header .details .title h5 {
        font-size: 13px;
    }

    .imagebox.col-4 .header, .imagebox.col-4 .image, .imagebox.col-4 .details {
        height: 130px;
    }

    .imagebox.col-3 .header, .imagebox.col-3 .image, .imagebox.col-3 .details {
        height: 180px;
    }
}

@media only screen and (max-width: 640px) {
    .imagebox {
        margin-bottom: 20px;
        /*
      .header .image img {
      	height: auto;
      	//margin-top: -100%;
      	//top: 105%; //150%;
      	width: 130%;
      }
      */
    }

    .imagebox .header.large, .imagebox .header.large .image, .imagebox .header.large .image img, .imagebox .header.large .details {
        height: 390px;
    }

    .imagebox .header.huge {
        height: 450px;
    }

    .imagebox .header.huge .image, .imagebox .header.huge .details {
        height: 450px;
    }
}

.imgLiquidFill {
    overflow: hidden;
}

.col-3 .imgLiquidFill {
    height: 185px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-3 .imgLiquidFill {
        height: 180px;
    }
}

.col-4 .imgLiquidFill {
    height: 250px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-4 .imgLiquidFill {
        height: 130px;
    }
}

.col-3 .large .imgLiquidFill,
.col-3 .large .details {
    height: 428px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-3 .large .imgLiquidFill,
    .col-3 .large .details {
        height: 490px;
    }
}

@media only screen and (max-width: 640px) {
    .col-3 .large .imgLiquidFill,
    .col-3 .large .details {
        height: 390px;
    }
}

.col-4 .large .imgLiquidFill {
    height: 250px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-4 .large .imgLiquidFill {
        height: 130px;
    }
}

.eventboxes .col-md-3 .imgLiquidFill {
    height: 120px;
}

.eventboxes .col-md-3 .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventboxes .col-md-3 .imgLiquidFill a:hover {
    background: rgba(0, 0, 0, 0.25);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventboxes .col-md-6 .col-md-6 .imgLiquidFill {
    height: 240px;
}

.eventboxes .col-md-6 .col-md-6 .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventboxes .col-md-6 .col-md-6 .imgLiquidFill a:hover {
    background: rgba(0, 0, 0, 0.25);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventboxes .eventbox.sm .imgLiquidFill {
    height: 120px;
}

.eventboxes .eventbox.sm .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eventboxes .eventbox.sm .imgLiquidFill a:hover {
    background: rgba(0, 0, 0, 0.25);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes .eventbox.sm .imgLiquidFill {
        height: 89px;
    }
}

.imagefaculty .col-3,
.imagefaculty .col-3 .imgLiquidFill,
.imagefaculty .col-3 .details {
    height: 270px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagefaculty .col-3,
    .imagefaculty .col-3 .imgLiquidFill,
    .imagefaculty .col-3 .details {
        height: 380px;
    }
}

@media only screen and (max-width: 640px) {
    .imagefaculty .col-3,
    .imagefaculty .col-3 .imgLiquidFill,
    .imagefaculty .col-3 .details {
        height: 240px;
    }
}

.faculty-showcase .imgLiquidFill,
.col-showcase .imgLiquidFill {
    height: 470px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .faculty-showcase .imgLiquidFill,
    .col-showcase .imgLiquidFill {
        height: 570px;
    }
}

@media only screen and (max-width: 640px) {
    .faculty-showcase .imgLiquidFill,
    .col-showcase .imgLiquidFill {
        height: 440px;
    }
}

.featured-programmes .imgLiquidFill {
    height: 474px;
}

.featured-programmes .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-programmes .imgLiquidFill a:hover {
    background: rgba(0, 0, 0, 0.25);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .featured-programmes .imgLiquidFill {
        height: 650px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-programmes .imgLiquidFill {
        height: 368px;
    }
}

.eventboxes.moments .imgLiquidFill {
    height: 234px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes.moments .imgLiquidFill {
        height: 310px;
    }
}

@media only screen and (max-width: 640px) {
    .eventboxes.moments .imgLiquidFill {
        height: 184px;
    }
}

.slider-box .imgLiquidFill {
    height: 470px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .slider-box .imgLiquidFill {
        height: 328px;
    }
}

@media only screen and (max-width: 640px) {
    .slider-box .imgLiquidFill {
        height: 402px;
    }
}

.events-details .sponsors .equal-box .col-md-3 {
    display: table;
}

.events-details .sponsors .equal-box .col-md-3 .equal-height {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 640px) {
    .events-details .subnav h1 {
        font-size: 24px;
        top: 0;
    }

    .events-details .hero-banner,
    .events-details .hero-banner .hero-image {
        height: 450px;
    }

    .events-details .hero-banner .hero-image img {
        margin-left: -544px;
        width: 1089px;
    }

    .events-details .sponsors .equal-height {
        margin: 0 0 30px;
    }

    .events-details .sponsors img {
        width: 100%;
    }
}

.sidemenu .nav-tabs {
    border: 0;
}

.sidemenu .nav-tabs > li {
    float: none;
    margin: 0 0 10px;
}

.sidemenu .nav-tabs > li a {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #444444;
    display: block;
    font-size: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-image: url("../img/chevron-cta-big.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidemenu .nav-tabs > li a {
        background-image: url("../img/chevron-cta-big2x.png") !important;
        -webkit-background-size: 8px 14px;
        -moz-background-size: 8px 14px;
        -o-background-size: 8px 14px;
        -ms-background-size: 8px 14px;
        background-size: 8px 14px;
    }
}

.sidemenu .nav-tabs > li a:hover {
    color: #d14e1c;
}

.sidemenu .nav-tabs > li a:hover, .sidemenu .nav-tabs > li a:focus {
    background-color: transparent;
    border: 0;
}

.sidemenu .nav-tabs > li.active a {
    color: #d14e1c;
}

.sidemenu .nav-tabs > li:last-child {
    margin: 0;
}

.sidemenu .tab-content > .tab-pane .heading4 {
    text-align: left;
}

.sidemenu .tab-pane-inner {
    text-align: left;
}

.sidemenu .tab-pane-inner .heading4 {
    margin-bottom: 20px;
}

.sidemenu .tab-pane-inner p:last-child {
    margin: 0;
}

.sidemenu .speaker-lists li {
    margin: 0 0 30px;
    text-align: center;
    vertical-align: top;
    width: 32.33%;
}

.sidemenu .speaker-lists li .speaker-lists-inner {
    min-height: 180px;
    position: relative;
}

.sidemenu .speaker-lists li .speaker-lists-inner .speaker-image {
    margin-bottom: 20px;
    position: relative;
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidemenu .speaker-lists li {
        width: 49%;
    }
}

@media only screen and (max-width: 640px) {
    .sidemenu .sidebox {
        display: none;
    }

    .sidemenu .tab-content > .tab-pane {
        border-bottom: 1px solid #dadada;
        display: block;
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .sidemenu .tab-content > .tab-pane:last-child {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .sidemenu .tab-content > .tab-pane .heading4 {
        text-align: left;
    }

    .sidemenu .tab-content > .tab-pane .tab-pane-inner {
        overflow: hidden;
        position: relative;
    }

    .sidemenu .tab-content > .tab-pane .tab-pane-inner .gradient {
        background: url(../img/bg-gradient-moreless.png) repeat-x;
        bottom: 0;
        height: 35px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .sidemenu .tab-content > .tab-pane .read-more {
        background: #fff;
        text-align: left;
    }

    .sidemenu .tab-content > .tab-pane .read-more a,
    .sidemenu .tab-content > .tab-pane .read-more a:hover,
    .sidemenu .tab-content > .tab-pane .read-more a:active,
    .sidemenu .tab-content > .tab-pane .read-more a:focus {
        background: url(../img/chevron-up-orange.png) right 5px no-repeat;
        color: #d14e1c;
        padding: 0 16px 0 0;
        text-decoration: none;
    }

    .sidemenu .tab-content > .tab-pane .read-more a.chevron,
    .sidemenu .tab-content > .tab-pane .read-more a:hover.chevron,
    .sidemenu .tab-content > .tab-pane .read-more a:active.chevron,
    .sidemenu .tab-content > .tab-pane .read-more a:focus.chevron {
        background: url(../img/chevron-down-orange.png) right 5px no-repeat;
    }

    .sidemenu .speaker-lists {
        margin-bottom: -30px;
    }

    .sidemenu .speaker-lists li {
        width: 49%;
    }
}

.contacts-press .row {
    background: url(../img/bg-sepline-3col.png) top center repeat-y;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .contacts-press .row {
        background: url(../img/bg-sepline-3col-sm.png) top center repeat-y;
    }
}

@media only screen and (max-width: 640px) {
    .contacts-press .row {
        background: none;
    }

    .contacts-press .row .col-xs-12 {
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .contacts-press .row .col-xs-12:last-child {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.myinsead {
    height: 100%;
    /* GENERIC
  ******************************/
    /* HEADER
    ******************************/
    /* HEADER: MOBILE
  ******************************/
    /* FOOTER
  ******************************/
    /* BREADCRUMBS
  ******************************/
    /* DOCK
  ******************************/
    /* Page: Login
  ******************************/
    /* Page Widget: Hero Banner Tab
  ******************************/
    /* Page Widget: Reminder Content
  ******************************/
    /* Sidebar Widget: Upcoming Events
  ******************************/
    /* Network Filter
  ******************************/
    /* Network Profiles
  ******************************/
    /* Network Map
  ******************************/
    /* My Profile
  ******************************/
    /* Settings
  ******************************/
    /* Campus Life
  ******************************/
    /* Custom CSS
  ******************************/
}

.myinsead.myinsead-bg {
    background: url(../img/myinsead-landing.jpg) center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .myinsead.myinsead-bg {
        background-size: 1818px 750px;
    }
}

.myinsead .logo-myinsead {
    display: block;
    float: left;
    margin-top: 3px;
    width: 120px;
}

.myinsead .logo-myinsead a {
    background: url(../img/logo-small.png) 0 0 no-repeat;
    display: block;
    height: 36px !important;
    text-indent: -9999px;
    width: 114px;
}

@media only screen and (max-width: 640px) {
    .myinsead .mobile-header .menu {
        display: none;
    }

    .myinsead .mobile-header .logo {
        padding-left: 0;
    }

    .myinsead .mobile-header .login a {
        text-indent: 0 !important;
    }

    .myinsead .mobile-header .login a span {
        background: #d14e1c;
        color: #ffffff;
        display: block;
        font-size: 12px;
        height: 16px;
        padding: 0;
        position: absolute;
        right: 2px;
        text-align: center;
        top: 2px;
        width: 16px;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

.myinsead .breadcrumbs-subnav {
    top: 92px;
}

.myinsead .breadcrumbs-subnav .breadcrumbs.weather-date ul li {
    color: #006e51;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.myinsead .myinsead-content-login {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #ffffff;
    bottom: 45px;
    left: 0;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.myinsead .myinsead-form-login {
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 20px;
    width: 430px;
}

.myinsead .myinsead-form-login input[type="text"] {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #006e51;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 20px;
    text-align: center;
    width: 430px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myinsead .myinsead-form-login p {
    text-align: right;
}

@media only screen and (max-width: 640px) {
    .myinsead .myinsead-form-login {
        width: 100%;
    }

    .myinsead .myinsead-form-login input[type="text"] {
        width: 100%;
    }

    .myinsead .myinsead-form-login .btn {
        width: 100%;
    }
}

.myinsead .chevron-down {
    background: url(../img/accordion-arrow-down.png) 0 0 no-repeat;
    display: inline-block;
    height: 8px;
    text-indent: -9999px;
    width: 13px;
    vertical-align: middle;
}

.myinsead .carousel-tab-hero .hero-dashboard {
    bottom: auto;
    top: -40px;
}

.myinsead .reminder-content {
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    display: block;
    margin-bottom: 40px;
    margin-top: -40px;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.myinsead .reminder-content.hide {
    display: none;
}

.myinsead .reminder-content .btn-close-reminder {
    position: absolute;
    right: 10%;
    top: 10%;
}

.myinsead .carousel-sidebar {
    margin: 0 0 20px;
}

.myinsead .carousel-sidebar .carousel-inner {
    border-bottom: 1px solid #dadada;
}

.myinsead .carousel-sidebar .carousel-indicators {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.myinsead .carousel-sidebar .carousel-indicators li {
    background: #dadada;
    border: 1px solid #dadada;
}

.myinsead .carousel-sidebar .carousel-indicators li.active {
    background: #d14e1c;
    border: 1px solid #d14e1c;
}

.myinsead .myinsead-network-filter .myinsead-network-forms {
    float: left;
}

.myinsead .myinsead-network-filter .myinsead-network-view {
    float: right;
}

.myinsead .myinsead-network-filter .myinsead-network-view a {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.myinsead .myinsead-network-filter .filter-body {
    padding: 4px 0 !important;
}

.myinsead .myinsead-network-filter .filter-input-submit {
    margin-right: 20px;
}

.myinsead .myinsead-network-filter .filters .filter-boxes {
    margin: 0 0 20px;
    text-align: left;
}

.myinsead .myinsead-network-filter .filters .filter-boxes a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.myinsead .myinsead-network-filter .filters .filter-boxes .filter-box {
    background: #d14e1c;
    color: #ffffff;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    position: relative;
    width: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myinsead .myinsead-network-filter .filters .filter-boxes .filter-box i {
    position: absolute;
    right: 10px;
    top: 6px;
}

.myinsead .myinsead-network-filter .filters .filter-boxes .clear-all {
    margin-top: 3px;
}

.myinsead .myinsead-network-filter .filters .filter-categories .col-md-4 {
    border-right: 1px solid #ffffff;
    min-height: 50px;
    padding: 0 20px;
}

.myinsead .myinsead-network-filter .filters .filter-categories .col-md-4:last-child {
    border: 0;
}

.myinsead .myinsead-network-filter .filters .filter-category .heading4 {
    position: relative;
}

.myinsead .myinsead-network-filter .filters .filter-category .heading4 a {
    color: #a0ce67;
    font-size: 12px;
    position: absolute;
    right: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.myinsead .myinsead-network-filter .filters .filter-category .heading4 a:hover {
    color: #d14e1c;
}

.myinsead .myinsead-network-filter .filters .filter-category ul li {
    margin: 0;
    position: relative;
}

.myinsead .myinsead-network-filter .filters .filter-category ul li:last-child {
    margin: 0;
}

.myinsead .myinsead-network-filter .filters .filter-category ul li span {
    position: absolute;
    right: 0;
}

.myinsead .myinsead-network-filter .filters .filter-category ul li .add {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 5px 10px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myinsead .myinsead-network-filter .filters .filter-category ul li .add i {
    position: absolute;
    right: 10px;
    top: 7px;
}

.myinsead .myinsead-network-filter .show-more {
    display: block;
    margin-bottom: 20px;
}

.myinsead .myinsead-network-filter a {
    color: #ffffff;
}

.myinsead .myinsead-network-filter a:hover {
    color: #d14e1c;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .myinsead .myinsead-network-filter .filter-body {
        margin: 0;
    }

    .myinsead .myinsead-network-filter .myinsead-network-forms input[type="text"] {
        margin: 0 0 10px;
        width: 100%;
    }

    .myinsead .myinsead-network-filter .myinsead-network-view {
        margin-top: -22px;
    }
}

@media only screen and (max-width: 640px) {
    .myinsead .myinsead-network-filter .filter-body {
        margin: 0;
    }

    .myinsead .myinsead-network-filter .myinsead-network-forms {
        float: none;
    }

    .myinsead .myinsead-network-filter .myinsead-network-forms input {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .myinsead .myinsead-network-filter .myinsead-network-view {
        margin-top: -22px;
    }

    .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4 {
        border-right: 0;
        min-height: auto;
        padding: 0 10px 10px;
    }

    .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4:last-child {
        border: 0;
    }
}

.myinsead .imagefaculty {
    margin-bottom: 10px;
}

.myinsead .imagefaculty .imagebox {
    margin: 0 0 2px;
}

.myinsead .imagefaculty .col-3,
.myinsead .imagefaculty .col-3 .imgLiquidFill,
.myinsead .imagefaculty .col-3 .details {
    height: 320px;
}

.myinsead .imagefaculty .common {
    color: #ffffff !important;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.myinsead .imagefaculty .orange-txt {
    color: #d14e1c !important;
    font-size: 10px;
    display: block;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.myinsead .imagefaculty .list-inline li a {
    color: #a0ce67;
    font-size: 20px;
}

.myinsead .imagefaculty .list-inline li a:hover {
    color: #d14e1c;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .myinsead .imagefaculty .col-3,
    .myinsead .imagefaculty .col-3 .imgLiquidFill,
    .myinsead .imagefaculty .col-3 .details {
        height: 388px;
    }
}

.myinsead .profile-horizontal {
    border: 1px solid #dadada;
    height: 120px;
    margin: 0 0 2px;
    position: relative;
    width: 100%;
}

.myinsead .profile-horizontal .image {
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.myinsead .profile-horizontal .details {
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.myinsead .profile-horizontal .details:hover {
    background: rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.myinsead .profile-horizontal .details .details-inner {
    height: 120px;
    margin: 0 auto;
    width: 94%;
}

.myinsead .profile-horizontal .details .details-inner .avatar, .myinsead .profile-horizontal .details .details-inner .info, .myinsead .profile-horizontal .details .details-inner .social-links {
    float: left;
    margin: 0 5px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.myinsead .profile-horizontal .details .details-inner .avatar {
    height: auto;
    width: 80px;
}

.myinsead .profile-horizontal .details .details-inner .info {
    color: #ffffff;
    height: auto;
    text-align: left;
    width: 150px;
}

.myinsead .profile-horizontal .details .details-inner .info p:last-child {
    margin: 0;
}

.myinsead .profile-horizontal .details .details-inner .social-links {
    height: auto;
    width: 90px;
}

.myinsead .profile-horizontal .details .details-inner .social-links ul li a {
    color: #a0ce67;
    font-size: 20px;
}

.myinsead .map-embed {
    overflow: hidden;
    width: 100%;
}

.myinsead .map-embed iframe {
    border: 0;
    height: 732px;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .myinsead .map-embed {
        margin: 20px 0 0;
    }

    .myinsead .map-embed iframe {
        height: 400px;
        width: 100%;
    }
}

.myinsead .avatar-connections {
    margin: 0;
}

.myinsead .avatar-connections li {
    margin: 0 0 10px;
    width: 32%;
}

.myinsead .avatar-connections li a {
    display: block;
}

.myinsead .avatar-connections li a img {
    margin: 0 0 5px;
}

.myinsead .myinsead-profile-links .links-inner {
    margin: 0 0 10px;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input {
    position: relative;
    width: 100%;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input input[type="text"] {
    border: 1px solid #006e51;
    font-size: 13px;
    padding: 1px 5px;
    width: 84%;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input > a {
    background: #006e51;
    color: #ffffff;
    display: inline-block;
    height: 22px;
    margin-left: -4px;
    padding: 0 5px;
    vertical-align: middle;
    width: 40px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input > a i {
    font-size: 12px;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input > a.active {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown {
    background: #006e51;
    color: #ffffff;
    display: none;
    margin: 0 2px 0 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    width: 140px;
    z-index: 1;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown.show {
    display: block;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul {
    margin: 0 !important;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li:last-child {
    margin: 0 !important;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li a {
    color: #ffffff;
    font-size: 13px;
    text-align: left;
}

.myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li a img {
    vertical-align: middle;
}

.myinsead .show-profile {
    font-size: 12px;
    margin: 0 0 20px;
    position: relative;
    text-align: right;
    width: 100%;
}

.myinsead .show-profile > a {
    background: #006e51;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    padding: 3px 8px;
    vertical-align: middle;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myinsead .show-profile > a i {
    font-size: 12px;
}

.myinsead .show-profile > a.active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.myinsead .show-profile .dropdown {
    background: #006e51;
    color: #ffffff;
    display: none;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 160px;
    z-index: 1;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
}

.myinsead .show-profile .dropdown.active {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.myinsead .show-profile .dropdown label {
    font-weight: normal;
}

.myinsead .show-profile .dropdown.show {
    display: block;
}

.myinsead .content-border {
    border: 1px solid #dadada;
    margin: 0 0 20px;
    padding: 18px;
    text-align: left;
}

.myinsead .content-border .dl-horizontal {
    margin: 0;
}

.myinsead .content-border .dl-horizontal dt {
    margin-bottom: 5px;
}

.myinsead .content-border .dl-horizontal dt:last-child {
    margin-bottom: 0 !important;
}

.myinsead .content-border .dl-horizontal dd {
    margin-bottom: 5px;
}

.myinsead .content-border .dl-horizontal dd:last-child {
    margin-bottom: 0 !important;
}

.myinsead .myinsead-settings {
    margin: 0 0 30px;
    text-align: left;
}

.myinsead .myinsead-settings h3 {
    margin-bottom: 10px !important;
}

.myinsead .myinsead-settings .dl-horizontal {
    margin-bottom: 20px;
}

.myinsead .myinsead-settings .dl-horizontal dt {
    width: 180px !important;
}

.myinsead .myinsead-settings .dl-horizontal dd {
    margin-left: 180px !important;
}

.myinsead .myinsead-settings .mailing-lists {
    margin-left: -10px;
}

.myinsead .myinsead-settings .mailing-lists form {
    margin-bottom: 20px;
}

.myinsead .myinsead-settings .mailing-lists form label {
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .myinsead .myinsead-settings {
        margin: 0 0 50px;
    }

    .myinsead .myinsead-settings:last-child {
        margin: 0;
    }

    .myinsead .myinsead-settings .dl-horizontal dt {
        margin: 0 0 5px !important;
        width: 100% !important;
    }

    .myinsead .myinsead-settings .dl-horizontal dd {
        margin: 0 0 20px !important;
        width: 100% !important;
    }
}

.myinsead .news-block ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.myinsead .news-block ul li {
    float: left;
    list-style: none;
    margin: 0 2% 2% 0;
    width: 32%;
}

.myinsead .news-block ul li:first-child {
    width: 100%;
}

.myinsead .news-block ul li:first-child .news-block-banner,
.myinsead .news-block ul li:first-child .news-block-image {
    height: 374px;
    width: 100%;
}

.myinsead .news-block ul li:last-child {
    margin: 0;
}

.myinsead .news-block ul li .news-block-banner,
.myinsead .news-block ul li .news-block-image {
    height: 200px;
}

.myinsead .news-block ul li .news-block-banner {
    margin: 0;
    position: relative;
    width: 100%;
}

.myinsead .news-block ul li .news-block-banner .news-block-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.myinsead .news-block ul li .news-block-banner .news-block-image img {
    width: 100%;
}

.myinsead .news-block ul li .news-block-banner .news-block-text {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 2;
}

.myinsead .news-block .arrows {
    display: none;
}

@media only screen and (max-width: 640px) {
    .myinsead .news-block {
        height: 182px !important;
        margin: 0 0 20px;
    }

    .myinsead .news-block ul {
        position: relative;
        z-index: 1;
    }

    .myinsead .news-block ul li {
        margin: 0;
        width: 100%;
    }

    .myinsead .news-block ul li .news-block-banner,
    .myinsead .news-block ul li .news-block-image {
        height: 182px !important;
    }

    .myinsead .news-block ul li .news-block-text {
        padding: 10px !important;
    }

    .myinsead .news-block .arrows {
        display: block;
        height: 182px;
        margin: -182px auto 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .myinsead .news-block .arrows .prev {
        left: 10px;
    }

    .myinsead .news-block .arrows .next {
        right: 10px;
    }
}

.myinsead .upcoming-events-filter {
    margin: 0 0 0 50px;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .myinsead .upcoming-events-filter {
        margin: 0;
        text-align: center;
    }

    .myinsead .upcoming-events-filter ul li {
        margin: 0 0 5px;
    }
}

.myinsead .upcoming-events-slider {
    height: auto;
    position: relative;
}

.myinsead .upcoming-events-slider ul {
    position: relative;
    z-index: 1;
}

.myinsead .upcoming-events-slider ul li .upcoming-events-content {
    margin: 0 16%;
    width: 68%;
}

.myinsead .upcoming-events-slider .arrows {
    height: 200px;
    margin: -300px auto 0;
    position: absolute;
    z-index: 2;
}

.myinsead .upcoming-events-slider .arrows .prev {
    left: 0;
}

.myinsead .upcoming-events-slider .arrows .next {
    right: 0;
}

@media only screen and (max-width: 640px) {
    .myinsead .upcoming-events-slider {
        overflow: visible;
    }

    .myinsead .upcoming-events-slider ul li .upcoming-events-content {
        margin: 0 5%;
        width: 90%;
    }

    .myinsead .upcoming-events-slider .arrows {
        display: block;
        width: 100%;
    }

    .myinsead .upcoming-events-slider .arrows .prev {
        left: -18px;
    }

    .myinsead .upcoming-events-slider .arrows .next {
        right: -18px;
    }
}

.myinsead .campus-clubs-list li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32.33%;
}

.myinsead .campus-clubs-list li img {
    height: 168px;
    width: 168px;
}

@media only screen and (max-width: 640px) {
    .myinsead .campus-clubs-list li {
        margin: 0 0 10px;
        width: 49%;
    }

    .myinsead .campus-clubs-list li img {
        height: 80px;
        width: 80px;
    }
}

.myinsead .icon-gift {
    font-size: 30px;
}

.myinsead .fa-icon {
    font-size: 30px;
}

.myinsead .sidebox:last-child {
    overflow: visible;
}

@media only screen and (max-width: 320px) and (max-height: 480px) {
    .myinsead #wrapper {
        min-height: 560px !important;
        height: 100%;
    }
}

@media only screen and (max-width: 320px) and (max-height: 568px) {
    .myinsead #wrapper {
        min-height: 580px !important;
        height: 100%;
    }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
    .myinsead #wrapper {
        min-height: 642px !important;
        height: 100%;
    }
}

@media only screen and (max-width: 414px) and (max-height: 736px) {
    .myinsead #wrapper {
        min-height: 642px !important;
        height: 100%;
    }
}

.widgetbox {
    overflow: hidden;
}

.widgetbox > a {
    display: block;
    padding: 0;
    position: relative;
}

.widgetbox img {
    position: absolute;
}

.widgetbox img.scale-landscape {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.widgetbox img.scale-portrait {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.widgetbox.widget-eventbox-470 a img.scale-landscape {
    height: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-470 a img.scale-landscape {
        height: 650px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-470 a img.scale-landscape {
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-470 a img.scale-portrait {
        height: 650px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: auto !important;
    }
}

.widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
    height: 470px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
        height: 650px;
    }

    .widgetbox.widget-eventbox-470 .arrow-image.left, .widgetbox.widget-eventbox-470 a .arrow-image.left {
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }

    .widgetbox.widget-eventbox-470 .arrow-image.left.large, .widgetbox.widget-eventbox-470 a .arrow-image.left.large {
        bottom: auto;
        height: 20px;
        left: auto;
        margin-left: auto;
        margin-top: -10px;
        right: 0;
        top: 50%;
        width: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
        height: 368px;
    }

    .widgetbox.widget-eventbox-470 .arrow-image.left, .widgetbox.widget-eventbox-470 a .arrow-image.left {
        margin-left: -10px;
    }
}

.widgetbox.widget-eventbox-250 a img.scale-landscape {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-250 a img.scale-landscape {
        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-250 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
    }
}

.widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
    height: 250px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
        height: 300px;
    }

    .widgetbox.widget-eventbox-250 .arrow-image.left, .widgetbox.widget-eventbox-250 a .arrow-image.left {
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }

    .widgetbox.widget-eventbox-250 .arrow-image.left.large, .widgetbox.widget-eventbox-250 a .arrow-image.left.large {
        bottom: auto;
        height: 20px;
        left: auto;
        margin-left: auto;
        margin-top: -10px;
        right: 0;
        top: 50%;
        width: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
        height: 114px;
    }

    .widgetbox.widget-eventbox-250 .arrow-image.left, .widgetbox.widget-eventbox-250 a .arrow-image.left {
        margin-left: -10px;
    }
}

.widgetbox.widget-eventbox-240 a img.scale-landscape {
    height: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-240 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
    }
}

.widgetbox.widget-eventbox-240, .widgetbox.widget-eventbox-240 a {
    height: 240px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-240 .arrow-image.left, .widgetbox.widget-eventbox-240 a .arrow-image.left {
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }

    .widgetbox.widget-eventbox-240 .arrow-image.left.large, .widgetbox.widget-eventbox-240 a .arrow-image.left.large {
        bottom: auto;
        height: 20px;
        left: auto;
        margin-left: auto;
        margin-top: -10px;
        right: 0;
        top: 50%;
        width: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-240, .widgetbox.widget-eventbox-240 a {
        height: 114px;
    }

    .widgetbox.widget-eventbox-240 .arrow-image.left, .widgetbox.widget-eventbox-240 a .arrow-image.left {
        margin-left: -10px;
    }
}

.widgetbox.widget-eventbox-234 a img.scale-landscape {
    height: 234px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-234 a img.scale-landscape {
        height: 310px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-234 a img.scale-landscape {
        height: 184px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-234 a img.scale-portrait {
        height: 310px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-234 a img.scale-portrait {
        height: 184px;
    }
}

.widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
    height: 234px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
        height: 310px;
    }

    .widgetbox.widget-eventbox-234 .arrow-image.left, .widgetbox.widget-eventbox-234 a .arrow-image.left {
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }

    .widgetbox.widget-eventbox-234 .arrow-image.left.large, .widgetbox.widget-eventbox-234 a .arrow-image.left.large {
        bottom: auto;
        height: 20px;
        left: auto;
        margin-left: auto;
        margin-top: -10px;
        right: 0;
        top: 50%;
        width: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
        height: 184px;
    }

    .widgetbox.widget-eventbox-234 .arrow-image.left, .widgetbox.widget-eventbox-234 a .arrow-image.left {
        margin-left: -10px;
    }
}

.widgetbox.widget-eventbox-120 a img.scale-landscape {
    width: 100%;
}

.widgetbox.widget-eventbox-120, .widgetbox.widget-eventbox-120 a {
    height: 120px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-120, .widgetbox.widget-eventbox-120 a {
        height: 102px;
    }

    .widgetbox.widget-eventbox-120 .arrow-image.left,
    .widgetbox.widget-eventbox-120 .arrow-image.right, .widgetbox.widget-eventbox-120 a .arrow-image.left,
    .widgetbox.widget-eventbox-120 a .arrow-image.right {
        background-position: 0 0;
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-120 .arrow-image.left,
    .widgetbox.widget-eventbox-120 .arrow-image.right, .widgetbox.widget-eventbox-120 a .arrow-image.left,
    .widgetbox.widget-eventbox-120 a .arrow-image.right {
        margin-left: -10px;
    }
}

.widgetbox.widget-eventbox-117 a img.scale-landscape {
    width: 100%;
}

.widgetbox.widget-eventbox-117, .widgetbox.widget-eventbox-117 a {
    height: 117px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-117, .widgetbox.widget-eventbox-117 a {
        height: 102px;
    }

    .widgetbox.widget-eventbox-117 .arrow-image.left,
    .widgetbox.widget-eventbox-117 .arrow-image.right, .widgetbox.widget-eventbox-117 a .arrow-image.left,
    .widgetbox.widget-eventbox-117 a .arrow-image.right {
        background-position: 0 0;
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-117 .arrow-image.left,
    .widgetbox.widget-eventbox-117 .arrow-image.right, .widgetbox.widget-eventbox-117 a .arrow-image.left,
    .widgetbox.widget-eventbox-117 a .arrow-image.right {
        margin-left: -10px;
    }
}

.widgetbox.widget-imagebox-250 a img.scale-landscape {
    height: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-imagebox-250 a img.scale-landscape {
        height: 130px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-imagebox-250 a img.scale-landscape {
        height: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: auto;
    }
}

.widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
    height: 250px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
        height: 130px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
        height: 250px;
    }
}

.widgetbox.widget-imagebox-185 a img.scale-landscape {
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-imagebox-185 a img.scale-landscape {
        height: 180px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-imagebox-185 a img.scale-landscape {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 100%;
    }
}

.widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
    height: 185px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
        height: 180px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
        height: 185px;
    }
}

.widgetbox.widget-fullbox-586 a img.scale-landscape {
    height: 586px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-586 a img.scale-landscape {
        height: 522px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-586 a img.scale-landscape {
        height: 450px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}

.widgetbox.widget-fullbox-586 a img.scale-portrait {
    height: 586px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: auto !important;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-586 a img.scale-portrait {
        height: 522px !important;
    }
}

.widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
    height: 586px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
        height: 522px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
        height: 450px;
    }
}

.widgetbox.widget-fullbox-470 a img.scale-landscape {
    height: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-470 a img.scale-landscape {
        height: 570px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-470 a img.scale-landscape {
        height: 440px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}

.widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
    height: 470px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
        height: 570px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
        height: 440px;
    }
}

.widgetbox.widget-fullbox-428 a img.scale-landscape {
    height: 428px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-428 a img.scale-landscape {
        height: 490px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-428 a img.scale-landscape {
        height: 390px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}

.widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
    height: 428px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
        height: 490px;
    }

    .widgetbox.widget-fullbox-428 img.scale-portrait, .widgetbox.widget-fullbox-428 a img.scale-portrait {
        height: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
        height: 390px;
    }
}

.widgetbox.widget-fullbox-270 a img.scale-landscape {
    height: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-270 a img.scale-landscape {
        height: 380px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-270 a img.scale-landscape {
        height: 240px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: auto;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-270 a img.scale-portrait {
        height: 380px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-270 a img.scale-portrait {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
    }
}

.widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
    height: 270px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
        height: 380px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
        height: 240px;
    }
}

.widgetbox.widget-fullbox-240 a img.scale-landscape {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-240 a img.scale-landscape {
        height: 150px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-240 a img.scale-landscape {
        height: 100%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: auto;
        margin-left: -235px;
    }
}

.widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
    height: 240px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
        height: 150px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
        height: 240px;
    }

    .widgetbox.widget-fullbox-240 img.scale-portrait, .widgetbox.widget-fullbox-240 a img.scale-portrait {
        height: 240px;
        width: auto;
        left: 50%;
        margin-left: -235px;
    }
}

.widgetbox.widget-fullbox-120 a img.scale-landscape {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-120 a img.scale-landscape {
        height: 75px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-120 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
    }
}

.widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
    height: 120px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
        height: 75px;
    }
}

@media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
        height: 120px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox.col-4 .header,
    .imagebox.col-4 .widget-imagebox-250,
    .imagebox.col-4 .widget-imagebox-250 a,
    .imagebox.col-4 .widget-imagebox-250 a img.scale-landscape {
        height: 156px;
    }
}

@media only screen and (max-width: 640px) {
    .imagebox.col-4 .header,
    .imagebox.col-4 .widget-imagebox-250,
    .imagebox.col-4 .widget-imagebox-250 a,
    .imagebox.col-4 .widget-imagebox-250 a img.scale-landscape {
        height: 315px;
    }
}

.comparison-grid-wrap {
    margin-bottom: 200px;
    position: relative;
    /* Leadership Programmes */
}

.comparison-grid-wrap .imagebox {
    border: 0;
}

.comparison-grid-wrap .row {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.comparison-grid-wrap .row:nth-child(1) {
    border: 0 !important;
    padding: 0 !important;
}
.comparison-grid-wrap .row:last-child {
    border-bottom: 1px solid #dadada;
}

.comparison-grid-wrap .row:last-child ul li {
    padding-bottom: 40px;
}

.comparison-grid-wrap .heading4 {
    text-align: center;
}

.comparison-grid-wrap ul.list-border-left {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comparison-grid-wrap ul.list-border-left > li {
    float: left;
    padding: 40px 14px 0;
    text-align: center;
    width: 25%;
}

.comparison-grid-wrap ul.list-border-left > li:nth-child(odd) {
    background-color: #eee;
}

.comparison-grid-wrap ul.list-border-left > li:first-child {
    border: 0;
}

.comparison-grid-wrap ul.list-border-left > li p:last-child {
    margin: 0;
}

.comparison-grid-wrap ul.list-border-left.column-3 li {
    width: 33.33%;
}

.comparison-grid-wrap ul.list-border-left.column-3 li .cta-icons li {
    width: 33.33%;
}

.comparison-grid-wrap ul.list-border-left .cta-icons {
    margin: 20px 0 0;
}

.comparison-grid-wrap ul.list-border-left .cta-icons ul li {
    float: left;
    min-width: 64px;
    padding: 0 10px;
    width: auto;
}

.comparison-grid-wrap hr.border-grid {
    margin: 40px 0 0;
}

.comparison-grid-wrap .title-link {
    display: none;
}

.comparison-grid-wrap .print {
    background: #a0ce67;
    color: #ffffff;
    display: none;
    height: 80px;
    position: absolute;
    right: 52px;
    top: -100px;
    width: 80px;
}

.comparison-grid-wrap .print a {
    color: #ffffff;
    display: block;
    padding-top: 14px;
    text-align: center;
    width: 100%;
}

.comparison-grid-wrap .print a img {
    display: block;
    margin: 0 auto 10px;
}

.comparison-grid-wrap .print a span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.comparison-grid-wrap .btn-scroll {
    display: none;
}

.comparison-grid-wrap .comparison-items-bar .row {
    word-wrap: break-word;
    padding: 20px 0;
}

.comparison-grid-wrap .comparison-items-bar .row:nth-child(odd) {
    background: #eee;
}

.comparison-grid-wrap .comparison-items-bar .row:nth-child(1) {
    border-left: 1px solid #dadada !important;
    border-right: 1px solid #dadada !important;
    border-top: 1px solid #dadada !important;
}

.comparison-grid-wrap .comparison-items-bar .row:last-child {
    border-bottom: 1px solid #dadada;
}

.comparison-grid-wrap .comparison-items-bar .row .column {
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 108px;
}

.comparison-grid-wrap .comparison-items-bar .row .column.last {
    padding: 10px 0;
    text-align: left;
    width: 780px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div, .comparison-grid-wrap .comparison-items-bar .row .column a {
    background: #a0ce67;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div:last-child, .comparison-grid-wrap .comparison-items-bar .row .column a:last-child {
    margin-bottom: 0;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.one, .comparison-grid-wrap .comparison-items-bar .row .column a.one {
    width: 98px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.two, .comparison-grid-wrap .comparison-items-bar .row .column a.two {
    width: 210px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.three, .comparison-grid-wrap .comparison-items-bar .row .column a.three {
    width: 320px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar .row .column a.move-one {
    margin-left: 117px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar .row .column a.move-two {
    margin-left: 229px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar .row .column a.move-three {
    margin-left: 341px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.move-four, .comparison-grid-wrap .comparison-items-bar .row .column a.move-four {
    margin-left: 453px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar .row .column a.move-five {
    margin-left: 563px;
}

.comparison-grid-wrap .comparison-items-bar .row .column > div.inline, .comparison-grid-wrap .comparison-items-bar .row .column a.inline {
    display: inline-block !important;
    vertical-align: top !important;
}

.comparison-grid-wrap .comparison-items-bar .row .column > a:hover {
    background: #d14e1c;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row {
    background-image: url(../img/bg-comparison-grid-11.png);
    background-position: 0 0;
    background-repeat: repeat-y;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column {
    width: 76.5px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column.last {
    padding: 10px 0;
    text-align: left;
    width: 812px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.one {
    width: 71px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.two {
    width: 153px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.three {
    width: 232px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.four {
    width: 315px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.five {
    width: 394px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.six {
    width: 478px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.seven, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.seven {
    width: 550px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.ten, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.ten {
    width: 806px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-one {
    margin-left: 83px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-two {
    margin-left: 167px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-three {
    margin-left: 244px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-five {
    margin-left: 406px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-six {
    margin-left: 496px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-eight {
    margin-left: 657px;
}

.comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-nine {
    margin-left: 734px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap .comparison-items-bar.column-11 .row {
        background-size: 722px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column {
        width: 61.5px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column.last {
        width: 658px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.one {
        width: 54px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.two {
        width: 153px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.three {
        width: 186px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.four {
        width: 315px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.five {
        width: 316px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.six {
        width: 452px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.seven, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.seven {
        width: 550px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.ten, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.ten {
        width: 806px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-one {
        margin-left: 68px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-two {
        margin-left: 137px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-three {
        margin-left: 244px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-five {
        margin-left: 406px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-six {
        margin-left: 404px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-eight {
        margin-left: 536px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-nine {
        margin-left: 594px;
    }
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row {
    background-image: url(../img/bg-comparison-grid-10.png);
    background-position: 0 0;
    background-repeat: repeat-y;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column {
    width: 85px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column.last {
    padding: 10px 0;
    text-align: left;
    width: 803px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.one {
    width: 78px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.two {
    width: 167px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.three {
    width: 258px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.four {
    width: 345px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.five {
    width: 394px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.six {
    width: 523px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-one {
    margin-left: 83px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-three {
    margin-left: 268px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-two {
    margin-left: 180px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-six {
    margin-left: 535px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-seven, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-seven {
    margin-left: 624px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-eight {
    margin-left: 657px;
}

.comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-nine {
    margin-left: 734px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap .comparison-items-bar.column-10 .row {
        background-size: 730px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-10 .row .column {
        width: 69px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-10 .row .column.last {
        width: 658px;
    }
}

.comparison-grid-wrap .comparison-items-bar.column-8 .row {
    background-image: url(../img/bg-comparison-grid-8.png);
    background-position: 0 0;
    background-repeat: repeat-y;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row {
    background-image: url(../img/bg-comparison-grid-7.png);
    background-position: 0 0;
    background-repeat: repeat-y;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column {
    width: 124px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column.last {
    width: 764px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .one {
    width: 114px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .two {
    width: 244px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .three {
    width: 368px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .four {
    width: 500px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .five {
    width: 623px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .six {
    width: 754px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-one {
    margin-left: 134px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-two {
    margin-left: 259px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-four {
    margin-left: 389px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-five {
    margin-left: 515px;
}

.comparison-grid-wrap .comparison-items-bar.column-7 .row .column .one.move-one.inline {
    margin-left: 136px;
}

.comparison-grid-wrap .comparison-items-bar.column-5 .row {
    background-image: url(../img/bg-comparison-grid-5.png);
    background-position: 0 0;
    background-repeat: repeat-y;
}

.comparison-grid-wrap .comparison-items-bar.column-5 .row .column {
    width: 175px;
}

.comparison-grid-wrap .comparison-items-bar.column-5 .row .column.last {
    width: 712px;
}

.comparison-grid-wrap .comparison-items-bar.column-5 .row .column .three {
    margin-left: 5px;
    width: 528px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap ul.list-border-left .cta-icons ul li {
        min-width: 50px;
        padding: 0;
    }

    .comparison-grid-wrap .title-link {
        display: none;
    }

    .comparison-grid-wrap .print {
        right: 56px;
        top: -100px;
    }

    .comparison-grid-wrap .btn-scroll {
        display: none;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column {
        width: 87px;
        word-break: break-word;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column.last {
        width: 634px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div:last-child {
        margin-bottom: 0;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.one {
        width: 86px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.two {
        width: 176px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.three {
        width: 264px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.move-one {
        margin-left: 88px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.move-two {
        margin-left: 178px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.move-three {
        margin-left: 358px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.move-four {
        margin-left: 448px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column > div.move-five {
        margin-left: 538px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-8 .row {
        background-size: 723px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.two {
        width: 172px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.three {
        width: 268px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.move-two {
        margin-left: 184px;
    }

    .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.move-four, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.move-four {
        margin-left: 364px;
    }
}

@media only screen and (max-width: 640px) {
    .comparison-grid-wrap {
        margin-bottom: 0;
    }

    .comparison-grid-wrap .comparison-wrapper {
        margin-left: -3%;
        overflow: hidden;
        overflow-x: scroll;
        padding: 0 3%;
        width: 106%;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-grid-wrap .comparison-items {
        width: 768px;
    }

    .comparison-grid-wrap .row {
        border: 0;
        padding: 20px 0 0;
    }

    .comparison-grid-wrap .title-link {
        display: block;
        padding: 0 14px;
    }

    .comparison-grid-wrap .title-link span {
        background: url(../img/accordion-arrow-down.png);
        bottom: 2px;
        display: inline-block;
        height: 8px;
        left: 4px;
        position: relative;
        width: 13px;
    }

    .comparison-grid-wrap .title-link span.shown {
        background: url(../img/accordion-arrow-up.png);
        display: inline-block;
    }

    .comparison-grid-wrap ul.list-border-left {
        display: none;
        margin-bottom: 20px !important;
    }

    .comparison-grid-wrap ul.list-border-left.shown {
        display: block;
    }

    .comparison-grid-wrap ul.list-border-left > li {
        background: none !important;
        border: solid #dadada;
        border-width: 0 1px;
    }

    .comparison-grid-wrap .btn-scroll {
        background: #d14e1c;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        margin-top: 6px;
        position: absolute;
        text-align: center;
        width: 40px;
    }

    .comparison-grid-wrap .btn-scroll.scroll-left {
        background-image: url("../img/angle-left-white.png") !important;
        right: 32px;
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .comparison-grid-wrap .btn-scroll.scroll-left {
        background-image: url("../img/angle-left-white2x.png") !important;
        -webkit-background-size: 14px 26px;
        -moz-background-size: 14px 26px;
        -o-background-size: 14px 26px;
        -ms-background-size: 14px 26px;
        background-size: 14px 26px;
    }
}

@media only screen and (max-width: 640px) {
    .comparison-grid-wrap .btn-scroll.scroll-right {
        background-image: url("../img/angle-right-white.png") !important;
        right: -9px;
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .comparison-grid-wrap .btn-scroll.scroll-right {
        background-image: url("../img/angle-right-white2x.png") !important;
        -webkit-background-size: 14px 26px;
        -moz-background-size: 14px 26px;
        -o-background-size: 14px 26px;
        -ms-background-size: 14px 26px;
        background-size: 14px 26px;
    }
}

@media only screen and (max-width: 640px) {
    .comparison-grid-wrap .comparison-items-bar .row:first-child {
        margin-left: -11px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .title-link {
        margin: 0;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column.last {
        display: none;
        width: 634px;
    }

    .comparison-grid-wrap .comparison-items-bar .row .column.last.shown {
        display: block;
    }
}

/* Tabbed Navigation for Mobile */
.carousel-tab:before, .carousel-tab:after {
    content: "";
    display: table;
}

.carousel-tab:after {
    clear: both;
}

.carousel-tab .tab-title {
    display: none;
}

@media only screen and (max-width: 960px) {
    .carousel-tab .controller {
        border: 0;
        position: relative;
        margin: 0;
    }

    .carousel-tab .tab-title {
        border-bottom: 5px solid #dadada;
        color: #d14e1c;
        display: block;
        font-size: 15px;
        margin: 0 0 40px;
        padding: 0 0 10px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .carousel-tab .carousel.slide:before, .carousel-tab .carousel.slide:after {
        content: "";
        display: table;
    }

    .carousel-tab .carousel.slide:after {
        clear: both;
    }

    .carousel-tab .carousel-inner {
        overflow: visible;
    }

    .carousel-tab .carousel-inner .item {
        float: none;
        margin: 0;
    }

    .carousel-tab .carousel-inner .tab-title-bottom {
        bottom: -18px;
        position: relative;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .carousel-tab .carousel-inner .tab-title-bottom {
        bottom: -28px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .carousel-tab .carousel-inner .tab-title-bottom {
        bottom: -28px;
    }
}

@media only screen and (max-width: 640px) {
    .col-profile .header {
        height: auto !important;
    }

    .col-profile .details {
        height: auto !important;
        position: relative !important;
    }

    .col-profile .details .profile-cta {
        bottom: 0 !important;
        position: relative !important;
        width: 100% !important;
    }
}

.sidebox.profile .research-areas {
    height: 200px;
    overflow: hidden;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebox.profile .research-areas {
        height: 212px;
    }
}

@media only screen and (max-width: 640px) {
    .sidebox.profile .research-areas {
        height: auto;
        margin-top: 20px;
    }
}

.sidebox .carousel-mini.key-facts .item dl {
    margin-bottom: 30px;
}

.sidebox .carousel-mini.key-facts .item dl dd:last-child {
    margin: 0;
    padding: 0;
}

.sidebox .carousel-mini.key-facts .item:last-child dl {
    margin-bottom: 0;
}

.carousel-control.arrow-slide-lt span {
    left: -14px;
}

.carousel-control.arrow-slide-gt span {
    right: -14px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .filter-search .chevron-updown {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .filter-search .chevron-updown {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .sidebox.mleftn10 {
        margin-right: -10px;
    }
}

.thumbs-wrapper .equal-box a.equal-height {
    height: 100% !important;
}

.profile-settings-edit {
    position: relative;
    top: -70px;
    width: 100%;
}

.profile-settings-edit .profile-header {
    text-align: center;
}

.profile-settings-edit .profile-header h3 {
    margin: 0;
}

.profile-settings-edit .profile-body .tab-title {
    color: #444444;
    text-align: center;
}

.profile-settings-edit .profile-body .nav-tabs {
    border: 0;
    text-align: center;
}

.profile-settings-edit .profile-body .nav-tabs li {
    display: inline-block;
    float: none;
}

.profile-settings-edit .profile-body .nav-tabs li a {
    background-color: #006e51;
    border: 1px solid #006e51;
    display: block;
    height: 10px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-settings-edit .profile-body .nav-tabs li.active a {
    background: #ffffff;
    border: 1px solid #006e51;
}

.profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner {
    margin: 30px auto;
    width: 440px;
}

.profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group {
    margin-bottom: 20px;
}

.profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group .btn-calendar {
    display: inline-block;
    margin-top: 3px;
}

.profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .btn-next-prev {
    margin: 30px 0 0;
    text-align: center;
}

.box-fluid.with-avatar .box-left {
    position: relative;
    z-index: 2;
}

.box-fluid.with-avatar .box-right {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 960px) {
    .box-fluid.with-avatar .box-left {
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .enquiry .btn {
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    .hero-banner.no-margin .hero-text {
        padding-top: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .faculty-research.sidebox.nobg-img .img-circle {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 640px) {
    .popover {
        word-break: break-word;
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0;
        width: 32% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .carousel-tab .flip-carouselgroup {
        left: -10px;
        position: relative;
    }

    .carousel-tab .carousel-inner > .item {
        width: 100%;
    }

    .carousel-tab .flip-carousel {
        margin-left: -10px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .carousel-tab .carousel-inner > .item {
        width: 100%;
    }

    .carousel-tab .flip-carousel {
        margin-left: 2px !important;
    }

    .controls .arrow.left {
        left: 26px !important;
    }

    .controls .arrow.right {
        right: 26px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .carousel-tab .carousel-inner > .item {
        width: 100%;
    }

    .carousel-tab .flip-carousel {
        margin-left: 2px !important;
    }

    .controls .arrow.left {
        left: 48px !important;
    }

    .controls .arrow.right {
        right: 48px !important;
    }
}

.current-projects .freehtml {
    overflow: hidden;
    padding: 20px;
    word-wrap: break-word;
}

@media only screen and (max-width: 640px) {
    .current-projects .freehtml {
        padding: 20px 0;
    }
}



@media only screen and (min-width: 641px) and (max-width: 960px) {
    .ui-page.wrapper {
        margin-top: 0 !important;
    }


    .panel-menu.mobile-menu .panel-submenu.ui-sub-panel {
        top: 0;
    }
}

@media only screen and (max-width: 960px) {
    .table-accord {
        border: 1px solid #dadada;
        display: block;
        height: auto;
        overflow: hidden;
        overflow-x: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .table-accord .table-accord-inner {
        width: 960px;
    }

    .table-accord .table-row {
        border-bottom: 1px solid #dadada;
        padding: 30px 20px;
        width: 100%;
    }

    .table-accord .table-row:nth-child(odd) {
        background: #eeeeee;
    }

    .table-accord .table-row:last-child {
        border: 0;
    }

    .table-accord .table-row-header a {
        background-image: url(../img/icon-angle-arrow-down.png);
        background-position: right center;
        background-repeat: no-repeat;
        color: #006e51;
        font-size: 18px;
        padding-right: 24px;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .table-accord .table-row-header a.shown {
        background-image: url(../img/icon-angle-arrow-up.png);
    }

    .table-accord .table-row-body {
        display: none;
        margin-top: 30px;
        position: relative;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .table-accord .table-row-body.shown {
        display: block;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .table-accord .table-row-body > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .table-accord .table-row-body > ul:before, .table-accord .table-row-body > ul:after {
        content: "";
        display: table;
    }

    .table-accord .table-row-body > ul:after {
        clear: both;
    }

    .table-accord .table-row-body > ul > li {
        border-right: 1px solid #dadada;
        float: left;
        padding-right: 25px;
        margin-right: 25px;
        width: 158px;
    }

    .table-accord .table-row-body > ul > li:last-child {
        border: 0;
    }

    .table-accord .table-row-body .view-icons li {
        text-indent: -9999px;
    }

    .table-accord .table-row-body .icon-qmark {
        background-position: -450px -100px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 18px;
        margin: 0;
        position: relative;
        top: 4px;
        width: 18px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }

    .table-accord .table-striped {
        border: 0 !important;
    }

    .table-accord .table-striped thead {
        border: 0 !important;
    }

    .table-accord .table-striped thead tr th {
        background: none !important;
        font-size: 18px;
        padding: 0 20px 10px !important;
    }

    .table-accord .table-striped thead tr th:first-child {
        padding: 0 20px 10px 0 !important;
    }

    .table-accord .table-striped thead tr th:last-child {
        border: 0;
    }

    .table-accord .table-striped thead tr th.th-date {
        width: 20% !important;
    }

    .table-accord .table-striped thead tr th.th-length {
        width: 15% !important;
    }

    .table-accord .table-striped thead tr th.th-location {
        width: 20% !important;
    }

    .table-accord .table-striped thead tr th.th-fee {
        width: 20% !important;
    }

    .table-accord .table-striped thead tr th.th-cta {
        width: 25% !important;
    }

    .table-accord .table-striped tbody tr {
        border: 0 !important;
    }

    .table-accord .table-striped tbody tr td {
        background: transparent !important;
        border-right: 1px solid #dadada;
        padding: 0 20px 10px;
    }

    .table-accord .table-striped tbody tr td:first-child {
        padding: 0 20px 10px 0;
    }

    .table-accord .table-striped tbody tr td:last-child {
        border: 0;
    }

    .table-accord .view-icons {
        padding: 0;
    }

    .table-accord .view-icons:before, .table-accord .view-icons:after {
        content: "";
        display: table;
    }

    .table-accord .view-icons:after {
        clear: both;
    }

    .table-accord .view-icons li {
        float: left !important;
        margin-right: 10px;
    }

    .tab-accord-arrow {
        margin-top: 10px;
        text-align: right;
    }

    .tab-accord-arrow a {
        background-position: no-repeat;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-image: url("/resources/images/v2/sprite-icons.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .tab-accord-arrow a {
        background-image: url("/resources/images/v2/sprite-icons2x.png") !important;
    }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
    .tab-accord-arrow a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px;
    }
}

@media only screen and (max-width: 960px) {
    .tab-accord-arrow a.arrow-left {
        background-position: -250px -250px;
    }

    .tab-accord-arrow a.arrow-right {
        background-position: -300px -250px;
    }
}

.cal-day-today span {
    font-size: 1.2em !important;
}

span[data-cal-date] {
    margin: 10px 10px 0 0 !important;
}

.events-list {
    padding: 0 0 10px 10px !important;
}

#cal-slide-content ul li .cal-details-left {
    margin-left: 5px !important;
    padding-top: 5px !important;
}

.calendar-title h3 {
    font-size: 32px !important;
}

@media only screen and (max-width: 640px) {
    #calendar .cal-year-box [class*="span"],
    #calendar .cal-month-box [class*="cal-cell"] {
        min-height: 70px;
    }

    #calendar .cal-month-day {
        height: 70px;
    }
}

@media only screen and (max-width: 640px) {
    #inline-content-calendar .filter-header.calendar {
        padding-right: 10px;
    }

    #inline-content-calendar .filter-header.calendar > .bs-multiselect {
        margin-bottom: 10px;
        width: 100%;
    }

    #inline-content-calendar .filter-header.calendar > .bs-multiselect .btn-group {
        width: 100%;
    }

    #inline-content-calendar .filter-header.calendar > .bs-multiselect .btn-group .multiselect-container.dropdown-menu {
        max-height: 150px;
        width: 100%;
    }

    #inline-content-calendar .filter-header.calendar > .select-white {
        width: 100% !important;
    }

    #inline-content-calendar .cal-year-box [class*="span"],
    #inline-content-calendar .cal-month-box [class*="cal-cell"] {
        min-height: 70px !important;
    }

    #inline-content-calendar .cal-month-day {
        height: auto !important;
        min-height: 70px !important;
    }
}

.print-calendar {
    background-color: #a0ce67;
    background-image: url(../img/icon-print.png);
    background-position: center 8px;
    background-repeat: no-repeat;
    color: #ffffff;
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: 50px;
    text-align: center;
    text-transform: uppercase;
    top: -100px;
    width: 80px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.print-calendar span {
    position: relative;
    top: 52px;
}

.print-calendar:hover {
    color: #ffffff;
}

.imageboxes .imagebox .header .details {
    cursor: default;
}

.carousel-inner > .item {
    /* float: none !important; */
}

.carousel-tab .carousel-inner > .item {
    /*float: left !important;*/
}

@media only screen and (max-width: 640px) {
    .container .box-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.tab-horizontal ul.list-unstyled li a.chevron-cta {
    padding-right: 10px !important;
}

.table-striped tbody td.rowspanned ul.list-unstyled li {
    margin-bottom: 10px;
}

.table-striped tbody td.rowspanned ul.list-unstyled li:last-child {
    margin-bottom: 0 !important;
}

.body-programme {
    position: static !important;
    padding-bottom: 60px !important;
}

.body-programme.body-programme-icon {
    padding-bottom: 140px !important;
}

.body-programme.body-programme-icon .absBot0 {
    bottom: 18px;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .body-programme.body-programme-icon {
        padding-bottom: 280px !important;
    }
}

.absBot0 {
    bottom: 0;
    left: 0;
    padding: 0 18px;
    position: absolute;
    width: 100%;
}

.test-box {
    border: 1px solid #dadada;
    padding: 10px;
    width: 100%;
}

.details-link {
    display: block;
    height: 100%;
}

.details-link .btn-play.white {
    background: url(../img/btn-play-white.png);
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    width: 48px;
}

.details-link p {
    color: #ffffff;
}

.details-link:hover p {
    color: #ffffff;
}

.rec-info.invalid {
    color: #FF0000;
}

.highcharts-data-labels tspan {
    text-transform: none;
}

.video-embed {
    height: 600px !important;
}

.video-embed .hero-image {
    height: 600px !important;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .video-embed {
        height: 432px !important;
    }

    .video-embed .hero-image {
        height: 432px !important;
    }
}

@media only screen and (max-width: 640px) {
    .video-embed {
        height: 380px !important;
    }

    .video-embed .hero-image {
        height: 382px !important;
    }
}

.video-embed .programmes-filter .imageboxes .imagebox {
    overflow: hidden !important;
}

.select-white {
    overflow-x: hidden !important;
}

.filter-header.events #btn_trending, .select-white {
    margin: 10px 5px 10px 0;
    vertical-align: top;
}

.box-fluid.linkedin-avatar .img-circle {
    width: 100px;
}

.filter-header .form-item, .filter-header .form-wrapper {
    display: inline;
}

.login-search .form-actions {
    position: relative;
    top: 6px;
}

.imagebox.no-overlay .details {
    display: none;
}

.imagebox.no-overlay .body {
    border-top: 1px solid #dadada;
}

@media only screen and (max-width: 640px) {
    .filter-search #edit-actions {
        position: absolute;
        right: -8px;
        top: -3px !important;
    }
}

@media only screen and (max-width: 640px) {
    .logged-in #apol-login-container .form-group {
        text-align: center;
    }

    .logged-in #apol-login-container .form-group .heading4 {
        margin-bottom: 20px;
    }

    .logged-in #apol-login-container .form-group #apol-login,
    .logged-in #apol-login-container .form-group #apol-login-password {
        margin: 0 auto 30px;
    }

    .logged-in .mobile-header .panel-login .list-loggedin {
        margin-left: -20px !important;
    }

    .logged-in .mobile-header .panel-search .forms .form-actions {
        position: relative;
    }

    .logged-in #apol-login-container > .row {
        margin: 0;
    }

    .logged-in #apol-login-container .form-group {
        width: 100%;
    }

    .logged-in #apol-login-container .form-group #apol-login {
        margin: 0 auto -20px;
    }

    .logged-in #apol-login-container .form-group #apol-login-password {
        margin: 0 auto 20px;
    }
}

.logged-in .filter-header .form-wrapper input[type="submit"] {
    top: 0px;
}

@media only screen and (max-width: 640px) {
    .logged-in .filter-header .form-wrapper input[type="submit"] {
        top: 3px;
    }
}

.logged-in .login-search .form-actions {
    top: 0;
}

.not-logged-in .login-search .form-actions {
    top: 0;
}

.select2-chosen, .select2-match{
    white-space: pre !important;
}
footer p.last span { padding: 0 10px; }
footer p.last a { color: #fff }
footer p.last a:hover { color: #d14e1c }
.select2-container input { font-family: 'roboto', serif!important; font-size: 12px!important;  }
.sidebox .alert { padding: 5px;  }
[v-cloak] { display: none;  }
.v-middle {  vertical-align: middle;  }
.stripe-gray h2.legend { font-size: 1.5em; text-align: left; }
.hide-elem { display: none; }
.no-transform { text-transform: none; }
.font-13 { font-size: 13px!important; }
.font-12 { font-size: 12px!important; }
.bold { font-weight: bold; }
.flipped-y { transform: scaleY(-1);-moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(-1); transform: scaleY(-1);-ms-filter: "FlipH"; filter: FlipH; }
#event-feed-holder .event-map {  height: 160px; position: relative; margin-bottom: 20px; overflow: visible; }
#top-menu { height: 0px; text-align: center; }
#top-menu .arrow-wrapper { cursor: pointer; height: 0px; }
#top-menu .arrow-wrapper img {/* height: 25px; */}
#top-menu .arrow-wrapper img.flipped-y { margin-top: -52px; }
#top-menu .arrow-wrapper img.flipped-y.unfocused { margin-top: -50px!important; }
#top-menu .arrow-wrapper img.flipped-y.unfocused { height: 25px!important;}
#top-menu .arrow-wrapper img.handler.unfocused { margin-top: -1px}
#top-menu .bottom-arrow img { margin: 0px auto 0 auto; height: 25px; }
#top-menu .unfocused { height:  15px!important;}
.top-menu-wrapper .section-white {/* min-height: 150px; */border-top: 1px solid rgba(0, 110, 81, 0.16); }
.top-menu-wrapper .section-white .carousel-control { color: #c1c1c1; /* top: 90px!important; */ }
.top-menu-wrapper .section-white .carousel-control .fa { font-size: 1.5em; }
.top-menu-wrapper .section-white ul{ list-style: none;}
.top-menu-wrapper .section-white .carousel-inner { padding: 0 35px}
.top-menu-wrapper .section-white .carousel-inner .group-wrapper {  padding-top: 30px; padding-bottom: 30px; font-size: 13px!important; }
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.top-menu-wrapper .section-white .underline { text-decoration: underline; }
.top-menu-wrapper>div { border-bottom: 3px solid #d14e1c }
.dl-horizontal dt{ font-weight: bold; color: #096347; }
.dl-horizontal.dl-form dt{  line-height: 34px; }
#mi-toast-container { display:none; position: fixed;z-index: 999999; pointer-events: none; bottom:0; right:0; }
#mi-toast-container .mi-toast { position: relative; pointer-events: auto; overflow: hidden;margin: 0 0 6px;padding: 15px 15px 15px 50px;width: 300px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;background-position: 15px center;background-repeat: no-repeat;-moz-box-shadow: 0 0 12px #999;-webkit-box-shadow: 0 0 12px #999;box-shadow: 0 0 12px #999;color: #FFF;opacity: .8;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter: alpha(opacity=80); }
#mi-toast-container .mi-toast-success {background: #006e51!important;padding: 15px!important;  width: 280px!important;}
#tour-first-step{ width: 100%!important; margin-bottom: 2px;}

/* Tealium Cookie Policy Design */
body div .privacy_prompt{
    position: fixed;
    width: 100%;
    left: 0;
    top: auto;
    bottom:0;
    padding: 0;
    background: rgba(86,86,86,0.95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
    margin:0;
    font-family: Arial, Helvetica, sans-serf;
    border-radius: 0;
    border: 0;
    padding-top:20px;
    padding-bottom: 5px;
}
body div .privacy_prompt_content{
    display:inline-block;
    vertical-align: top;
    padding-top:10px;
}
body div .privacy_prompt h1,
body div .privacy_prompt .option{
    color:#fff;
}
body div .privacy_prompt .option,
body div .privacy_prompt .privacy_prompt_content .option label,
body div .privacy_prompt .privacy_prompt_content p,
body div .privacy_prompt  .privacy_prompt_content h1{
    display:inline-block;
    font-family: Arial, Helvetica, sans-serf;
    font-size: 13px;
    letter-spacing: 0;
    margin:0;
    vertical-align: top;
    font-weight: bold;
    line-height: initial;
}
body div .privacy_prompt_content p a,
body div .privacy_prompt_content p a:hover{
    color:#FFF;
    text-decoration: underline !important;
}
body div .privacy_prompt .option label{
    margin-right:10px;
    vertical-align: top;
}
body div .privacy_prompt_footer .button{
    padding: 8px 20px !important;
    text-decoration: none !important;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #7DAF3B;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    border:0;
}
body div .privacy_prompt_footer .button:hover{
    background: #000;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -ms-transition: background 0.25s ease-in;
}
body div .privacy_prompt > .close_btn_thick{
    display:none;
}
body div .privacy_prompt_footer{
    display:inline-block;
    padding: 0px 20px 0px 0px;
}
body div div div p .option_set{
    display:inline-block;
    margin: 0px 0 10px 10px;
}
/* cookie design */

@media screen and (max-width:767px) {
    body div .privacy_prompt_footer{
        width:100%;
        text-align: center;
        padding:0 0 0px 0;
    }
    body div .privacy_prompt_content{
        padding-bottom:0;
    }
    body div .privacy_prompt .button.right{
        float:none;
        width:100%;
        border:0;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    body div .privacy_prompt_footer{
        padding-bottom:35px;
    }
}

.navbar-default .navbar-toggle {
    margin: 0;
    background-image: url("/resources/images/v2/sprite-icons.png") !important;
    background-position: -50px -350px;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    border: 0;
    z-index: 101;
}
ul.navbar-nav .divider {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navbar-brand { margin-left: 0px!important; }

.myinsead .carousel-tab-hero .carousel{
    margin-bottom: 0;
    height: 325px;
    overflow: hidden;
    border: 0;
}
.hero-banner {
    height: 100%;
}
.hero-banner .hero-image {
    height: 100%;
}

.hero-banner.dashboard .hero-image img {
    height: 325px;
    position: absolute;
    left: 50%;
    top: 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%);
    margin: 0;
    min-width: 100%;
}

.hero-banner.dashboard .hero-text{
    width: 520px;
    left: 50%;
    float: none;
    margin-left: -260px;
    border-radius: 50%;
    height: 520px;
    bottom: -250px;
    padding: 0 30px;
    line-height: 24px;
    color: #212121;
}

.hero-banner .hero-text p{
    color: #212121;
}

h3.welcome-text {
    text-transform: capitalize;
}
.last-name {
    text-transform: uppercase;
}
p.heading6 {
    text-transform: capitalize;
}
.container h2,
.container h2.legend {
    font-size: 17px;
    letter-spacing: 0;
}
.container h3 {
    font-size: 16px;
    letter-spacing: 0;
}
.carousel-tab-hero.no-icons .controller ul li.item.active a {
    font-weight: 800;
}
.stripe-gray {
    margin: 0;
}
.stripe-white {
    padding-bottom: 0;
}
.stripe-white-less-padding {
    padding-bottom: 0;
}

.imagefaculty .imagebox .header .details .title h4,
.imagefaculty .imagebox .header .details .title h4 a {
    margin-top: 10px;
}
.imagefaculty .imagebox .header .details .title h4,
.imagefaculty .imagebox .header .details .title h4 a.name {
    text-transform: capitalize;
}
.imagefaculty .imagebox .header .details .title h4 a.name span.last-name {
    text-decoration: underline;
}
#nprogress-wrapper {
    margin-top: 5px;
}
.heading4 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
p.heading4,
p.heading5,
.carousel-tab-hero.no-icons .controller ul li a {
    text-transform: capitalize;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.directory-list-items .alpha-scroll .popover {
    width: 205px !important;
}

.timeline-wrapper {
    padding-bottom: 50px;
}
.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, rgba(137, 171, 162, 0.38) 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 116px;
    position: relative;
    border: 6px solid white;
}
.background-masker {
    background: #fff;
    position: absolute;
}
/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}
.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}
.background-masker.subheader-right {
    left: 230px;
}
.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-forth-line,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}
.background-masker.content-top {
    height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-forth-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}
.background-masker.content-first-start {
    width: 10px;
    left: 0px;
    top: 60px;
    height: 8px;
}
.background-masker.content-second-line {
    top: 68px;
}
.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}
.background-masker.content-third-line {
    top: 82px;
}
.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
.background-masker.content-forth-line {
    top: 96px;
}
.background-masker.content-forth-end {
    left: 0px;
    top: 102px;
}
.background-masker.content-fifth-line {
    left: 300px;
    top: 108px;
}

.agreement-content {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.agreement-content input[type="checkbox"] {
    position: absolute;
    left: 0;
}

/* Overriding styles for bootstrap */

.btn {
    border: 1px solid #ccc !important;
}
.btn-sm {
    padding: 5px 10px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
    border-radius: 3px!important;
    min-width: 50px!important;
}
.site-menu .active-link {
    font-weight: bold;
    text-decoration: underline!important;
}
.modal-backdrop {
    z-index: 1201!important;
}
.modal-footer .btn+.btn {
    margin-left: 0px!important;
}
.select2.select2-container {
    width: 100%;
    max-width: 100%;
}
.select2-container-active {
    /*border: none;
    Removed for select2 dropdowns look invisible
    */
}
.select2-results .select2-no-results {
    background: #fff!important;
}
.select2-results .select2-result-label {
    font-size: 0.9em;
}
.select2-selection .select2-selection__choice {
    font-size: 11px;
    text-align: left;
    background: #e1e1e8!important;
    border: 1px solid #ccc!important;
    color: #006e51!important;
    border-radius: 0px!important;
}
.select2-selection .select2-search-choice {
    font-size: 11px;
    text-align: left;
    background: #e1e1e8!important;
    border: 1px solid #ccc!important;
    color: #006e51!important;
    border-radius: 0px!important;
}
.select2-selection select2-selection--multiple {
    width: 100%;
    border-top: 1px solid #006e51!important;
    border-right: 1px solid #006e51!important;
    border-bottom: 1px solid #006e51!important;
}
#calendar-wrapper > div.col-xs-12.event-filter-wrapper > div.event-filters > div > div > dl > div:nth-child(1) > dd > span > span.selection > span {
    border-left: 4px solid rgb(211, 34, 42);
}
#calendar-wrapper > div.col-xs-12.event-filter-wrapper > div.event-filters > div > div > dl > div:nth-child(2) > dd > span > span.selection > span {
    border-left: 4px solid rgb(169, 208, 245);
}
#calendar-wrapper > div.col-xs-12.event-filter-wrapper > div.event-filters > div > div > dl > div:nth-child(3) > dd > span > span.selection > span {
    border-left: 4px solid rgb(255, 196, 36);
}
#calendar-wrapper > div.col-xs-12.event-filter-wrapper > div.event-filters > div > div > dl > div:nth-child(4) > dd > span > span.selection > span {
    border-left: 4px solid rgb(160, 206, 103);
}
#calendar-wrapper > div.col-xs-12.event-filter-wrapper > div.event-filters > div > div > div.wrapper.gc > div > span > span.selection > span {
    border-left: 4px solid rgb(63, 71, 203);
}
hr.wider {
    margin: 16px 0 20px;
}
.clean-bg {
    background: rgba(255, 255, 255, 0.9)
}
.alert-info.insead-style {
    background: rgba(0, 110, 81, 0.08);
    border-color: rgba(118, 177, 162, 0.59);
    color: #006e51
}
/* X-Editable Overrides */

.select2-results .select2-highlighted {
    background: #006e51!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #006e51!important;
}
.select2-drop-active {
    border: 1px solid #006e51!important;
}
/* X-Editable Overrides */

.editable-pre-wrapped {
    /*white-space: inherit!important;*/
}
.editable-container.editable-inline {
    display: inherit!important;
}
.editable-input {
    width: 100%!important;
}
.editable-input .select2-container {
    width: 100%;
}
.editable-input textarea {
    width: inherit !important;
    min-height: 150px;
}
.editable-empty:not(.select2-container),
.editable-empty:not(.select2-container):hover,
.editable-empty:not(.select2-container):focus {
    color: rgba(0, 110, 81, 0.61)!important;
    font-size: 14px;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: dotted 1px #006e51!important;
}
.editable-buttons.editable-buttons-bottom {
    margin: 5px auto!important;
    text-align: center
}
.editable-icon.ui-link-right {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 14px;
}
/* Overriding styles for fontawesome */

.fa-spin-3s {
    animation-duration: 3s!important;
}
.fa-spin-6s {
    animation-duration: 6s!important;
}
/* Bing map overrides */

.MicrosoftMap .Infobox {
    width: 350px!important;
    border-radius: 5px;
}
.MicrosoftMap .Infobox .infobox-title {
    text-align: left;
    text-transform: uppercase
}
.MicrosoftMap .Infobox #infoboxHead {
    color: #006e51
}
/* App custom styles */
.light-green { color : #7DAF3B; }
.green { color : #006e51; }
.orange { color : #d14e1c; }
.gray { color: #dadada; }
.non-screen {
    display: none
}
.padding-0 {
    padding: 10px!important;
}
.padding-10 {
    padding: 10px!important;
}
.padding-15 {
    padding: 15px!important;
}
.padding-20 {
    padding: 20px!important;
}
.mbot0 {
    margin-bottom: 0px!important;
}
.mbot-10 { margin-bottom: -10px!important;}
.mtop-1 { margin-top: -1px!important;}
.mtop10 { margin-top: 10px!important;}
.mtop20 { margin-top: 20px!important;}
.p0 {
    padding: 0px!important;
}
.pbot15 {
    padding-bottom: 15px!important;
}
.pbot20 {
    padding-bottom: 15px!important;
}
.d-block {
    display: block!important;
}
.hero-banner.dashboard .hero-dashboard {
    height: 110px;
    width: 110px;
    position: static;
    display: block;
    margin: 10px auto;
    color: #212121;
    font-weight: bold;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar {
    height: 110px;
    width: 110px;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar img {
    height: 100px;
    width: 100px;
    margin: 5px 0;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar .mask > a {
    color: #fff;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar .fa-linkedin-square {
    color: inherit;
}
.hero-banner.dashboard h3{
    text-shadow: 1px 1px #212121;
    color: #FFFFFF;
    font-size: 18px;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar .mask {
    display: none;
    top: 50px;
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100px;
    height: 50px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    bottom: 5px;
    background: rgba(51,49,49, .6);
    padding-top: 15px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar .mask  ul a{
    color: #333;
    font-size: 12px;
    padding: 5px 5px 5px 15px;
    text-align: left;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar .mask .dropdown-menu{
    padding:0;
    left: -30px;
    top: 70%;
}
.hero-banner.dashboard .hero-dashboard .hero-avatar .mask .dropdown-menu .divider {
    margin: 2px 0;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar .mask .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    margin-left: -7px;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar .mask .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
    margin-left: -6px;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar .preloader-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar.is-loading .preloader-mask {
    display: block;
}

.hero-banner.dashboard .hero-dashboard .hero-avatar .preloader-mask .preloader {
    top: 30px;
    height: 40px;
    width: 40px;
}

#yammerFeed {
    border-radius: 4px;
}

.toast {
    opacity: 1 !important;
}
#toast-container.toast-top-full-width>div {
    width: 100%!important;
}
#toast-container>div:hover {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
;
    -moz-box-shadow: none !important;
}
.nprogress-custom-parent {
    overflow: inherit!important;
}
#nprogress .bar {
    z-index: 10300;
    height: 3.5px!important;
    background: #609c16!important;
}
#nprogress .peg {
    box-shadow: none!important
}

.event-icon {
    width: 25px;
}
.calendar {
    width: 50px;
    height: 55px;
    background: #FFF;
    position: relative
}
.calendar.left {
    float: left;
    margin: 0px 14px 0 0px;
}
.calendar:after,
.calendar:before,
span.date:after {
    content: '';
    position: absolute
}
.calendar:after,
.calendar:before {
    height: 10px;
    width: 3.75px;
    background: #197547;
    top: -5px;
    border-radius: 2px
}
.calendar:before {
    left: 10px
}
.calendar:after {
    right: 10px
}
.calendar span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px
}
span.month {
    background: #006e51;
    color: #FFF
}
span.date {
    height: 35px;
    font-size: 2em;
    positon: relative
}
span.date:after {
    height: 2.5px;
    width: 50px;
    background: #DCDCDC;
    left: 0;
    bottom: 0
}
/*EventBundle::Calender macro*/

.calendar-macro {
    width: 75px;
    height: 75px;
    text-align: center;
    border: 1px solid #006e51;
    padding: 5px;
    color: #a0ce67;
}
.calendar-macro.two-box { width: 90px!important;height: 90px!important;}
.calendar-macro .set2 {
    padding: 0;
}
.calendar-macro .day1 {
    font-size: 30px;
    display: block;
    color: #006e51;
}
.calendar-macro .month1 {
    font-size: 15px;
}
.calendar-macro span.day2 {
    font-size: 18px;
    display: block;
    color: #006e51;
}
.calendar-macro span.month2 {
    font-size: 12px;
}
.modal {
    background: none!important;
    width: 100%!important;
}
.modal-lgr {
    width: 80%;
    margin: 13px auto;
}

span.month2:empty:before {
    content: "\200b";
}

/* Event detail Pop */

.event-detail-pop {} .event-detail-pop .eventbrite-frame-wrapper {
                         height: 500px
                     }
.event-detail-pop .event-description {
    text-align: justify
}
.event-detail-pop .event-description p {
    margin-bottom: 10px;
    font-size: 14px!important;
    color: #444444
}
.attendee-list tr:first-child td {
    border-top: none
}
/* Directory List */

.directory-list {} .directory-list .title h4,
                   .directory-list .title h4 a {
                       font-size: 14px!important;
                   }
.directory-list-item p {
    font-size: 12px!important;
    margin-bottom: 0px
}
.directory-list-item .user-email {
    position: absolute;
    bottom: 12px;
    right: 0px;
}
.directory-list-item .sepline {
    margin: 5px auto 10px;
    margin-top: 10px;
    width: 50px;
}
.directory-list-item .details {
    padding: 8px!important;
    height: 275px!important;
}
.directory-list-item .career-details {
    height: 65px;
}
.directory-list-item .profile-pic-wrapper {
    height: 70px
}
.directory-list-item .profile-pic-wrapper img {
    background: url('data:image/gif;base64,R0lGODlh9AH0AcQAANjY2NLS0uPj49/f383Nzdzc3M/Pz9XV1eDg4NHR0eLi4tra2tfX19TU1N3d3czMzOXl5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAD0AfQBAAX/ICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqqykKAwMOALKztLQOrwqsurtPAgMLAAEBD8TFxsfIx8IACwMCvNDROQqxAQTJ2NnaxgQBDAW50uLjJggLDdfb6uvbBA0LCOTyugIFB+ns+frZBAcFz/MChqrXYJ/Bg9rehRPI0BJBhBAjJmvwr6HFRwPuSdzIkVi/ARdDGqqXoKNJkwYq/4pcyUcAAHwnY24kAAAgy5tzFByQyTPmgYU4g6rR2bOoT6BCk4ZxCdOo0401lUr1sqDp06sRCSyYyvXKgJJYw3ZMALKrWScCdopd2/GAzbNwiziwyrbuQQIO4uoNIqCg3b8bG7zdS9jGALqAE+sjULawYxkMFEuWyOCx5RYCwE7efDDB4MugISBAzLl0u8ahLxcwzfpggdSX1baene8A7MJpaeuu/fn21My7g6/z7NsscOHItREvLvV48ufJljMP6hy6dWPSp6+sfr37g+zaLXL33h18eIGayas3f56cbPXwbbcPGBm+fWKV55Nbfb//a/3SjNbfgPEAyIsABgw4oP8BvRl4yjAKDhiAg6wsEGGEAFCYCgIXXlighqWk1+F97IHYCQAjXpifiaBwmKKHLIIi4oskxuiJhTReuJWNmghAWo7kEdAgj5G8B+SA8hFZiQJHjoiUkpD41WSEE0IpyQBTjoialY1AmCWVXD7i4pcwhsmIkWT2l6SZiDCZZodPsjkIim9emKGch/xYp3cE4GkIf3tG+J+fgkgZ6IANECqIAIfCqSgggDY64I6P9mGopDVW2hKmFw6pqRyRcnrfoJ/egaao6q1Zah0Jotpfn6va4aar/X0YK6i0DkjqrXDUl6t9qvLqhpe/riesHMX2dywcYyarnq3LqoGls/DlFS3/G3RSS96d16qRrbbdcdstGsSCa12V45JrrnfopmtGuesm1667ZMAbr3AG0HvGvd3pawa/1/lbBsDWCUwGwdAZPAbCzyksRqsMB+dwGPZGbNq8E29RscWcYZxxFhtzPJnHH18RssiKkVxyFSejDJjKK0/xrcucBRtzFTPTPJm4N1uRs86K8dwzFTgCvZnQQ0sxrdGTbZm00kxv5vTTUDQbNWBTU/3E1ZJpbQXXinldBcRgswWr2FK0XHZPMKOdhNpry9S220f4GndYK9LtxM93G4W03kmE2rdTlALOxNKDP5W14UYgnrhRizNexONXSe4E5U9Z3sSMmJuUgOZMwN25/0Fzg/6D3aObZLPpQ/CdekR/sx6E4K9LtKvsQzheu0SR497DrLtvFKfvQATfEfFHkG38QfkiX4ToyydTuvM4nBo9O6tTz4Pr128Tu/Y60N69OreDz4Pu46vTu/k2MJq+PsOzT0M9s7yvzywqyT+DAKjbjxADntLfCRDAOf91BloCTIGPDGgSISWQBQVkIEI+98AUcE+CB/meABeIwQYGUH4X7KBBNMg+DoqwIw6s4AjEd0KIlE+AEWxhZ1QoAuDJkCPxMx8Lb3iQwiXwUjyMSKJUqKcg5uNsCbSaESOCQPbtcIn6eCH4+gfFg+RNf9CrIjam57sialEdD3TfFyPyQf/foW+M+lif7xyAxohYS38hbGM2SOi7OMoxGXTEnfXuuI0hYpGPpEtgFgHJRdYNko+FNN0h70hB/SkPkOtIICQNIslJ6iOBXrQkMQSpyXU074+d3EYiQbdIOY5Sc1QMpTGuqENVakOKzrOhK43RRPA9cpafFGAqVclK9ilxlrU03y1DmcsEFm2WD/DhBjMpxxSqcI+TzJ78ZNnJHIJwlr0MIzO16EwaiuCYllSmN0spw0Z6kwQCmiQBgklDcN5RnOcUATSrKM1zjueLJYqnCBAkRwbpcwXp/OI6/8mCe/IwnwQlQV+qKJiEvqAA2xwfAWDp0BO4ZJj+M0BUKjoDc8j/ogDkLFsACiALeHB0B3akXB5PGoMnjg6eLDXM+NQYUxiIMXplrCkMIto3nfYgpFc7pU9TsMvR1XOoMHBn7WCK1BicMXU0bSoLrpdTqa4ghpQrplVpMM/HHXWrLFDqS8F6g1+OLqpkRcHy0noDoOpMqGwVQUrXttK4muCpj0OrXUvA06vttQZApJwf/xoDsSaOqYRtRe2smVgUYPRuWm1sC4oat2xKVgVm7Rs7L+vYzkWWsyugLNgsC1oUZHZtmy2tCR7Ltc+qNgWGBVtdX0vNtTH2tSUILNgGi9sWsHFwb+ytC1gLNNcKFwUu1Rlij1sCE4Ktm8xlwVwtNlvmOvdq/1WNrlzL9lXtKrSv94Kud6XLtep697o0E+94WZBchC13vSdw66/MCd8XnJZheq2vCETLL9LqV4HEjZc//yuD+94rvwTeLsfMm2AR6DZecG2wQc014AbTIKDhTa2FAQreRg10w2Xt8J4mCuIcYNhZHy4xDuQ7pQirmAQsbpKLXyyCGB9pxjS2MZBw/GId54jHKvYxjYBcYiG/iMggNnKKkLxhJY+IyRZ2cofoS+MZSLlDVW7rurJsgytfiMs1iBeYaSDmMcugzGaGAZrT7II1s3mqW35zm+MsZzibq84tcDOeT6DnPZegz34eAaADDYFBB9rQfkb0nhWNZ0bX2dFyhv/0myXNZkqn2dJmxvSYNQ3meCGYy7Ut1qezjNdcjbrKpabVqWmcalet+sWtRtWrVRxrUc26xNOVFINZ7eUn3/q/A+j1kH893mCLLADEPq6xaYZsMC/baM2GtbAbFW0LFwCrQEsARZlbgAAzLSXwZUrqaJLdvyqAASI2GgEYcNu9IqCrnTuAhtP67PQFILh/7TYGU1Luk4r7hDRpN0ffvUR5S9UB077bvXUqgAV4u4UGWEC/2aeTdEuwHwI33wAefMdqV7AeD28jvxN4botXEePsQzgyRYlv2TU85LiUuOzebXJN9mPeTwPpyjcyUsAp4CU7byAAMq6wjQe9Jw1I9qr/Xn50p0R84sfKSNPFcgCls4kkU6+LtqGuKJpnHTA37xbWvz6ZBMicV1InO2uqXiqmq502T1eUA+D99s0coOVK+jnM6z4ZjRL9PAXgON+FQ5EYlXzw91n33y8zdsQraOvt8brjRxT24rh98jmKe2jmjnky3f0xeu98nfyuFwcIXvRTagDegxJ61HOK9EIxvet/pXqWtH72xYI9Q2SPe3PVXh6X7/26NA8NggufYQbXhc6Pz7Geo+KizKeZRrn+CKJEn2k/AUW9r880j2Pi2tyPm7a/v/fwcwzckgi++ftG/EX8e/2YI/cigA7/19EEEfquf/DQLwgHlF//a2MAq4cH/9sHgMvjfXdgfQb4PtmHB/S3gPZzf3XwFRCIQWQhB/xTgScEQG8wAP+ngbVjAFbnBPwFgu/jX19AQCYYRAmAc1gAUStoRCRGBiUYgwyEglYgAAlng2sTANSXBBPGg+X0g0aggkKITy64BCd2hFCUYjn4gUyYUUT4A0EYhSw4hT9lhR1XBTWohTKEg43jhYA0gjGAXmL4RRXWBF14hl/4BKHGhlq0eDtAd3DIQ91FhTVXh++jXkXQXnrIQ9sGBDv4h48DZQVFiICEhTDgh4goQ4HYA6fXiDzEW0WQh5LYPUhUBAZ2iTyUhDcQW5wYRO+1A5EYii1EiUIAhab4PsbVA/83tYpapIgrUGuw2EFkWAK5VosGtGsxQIe6KEF3qGW/WEWGaALD+EVF8IbHeEJyCAO0uIz+c4vfBI1QNIo2kIvU2D286AKlmI32U4wjMIjeCG1EMI5GVI7myENDsInp+D6e6IzteEO3yIjxGD2PSAPYWI+1s40rkI/6mDr8qALd+I/GA47iSJAWY5AIiUHguJAdJAQOiUEQGZEMFATsSJG1M4LPiJGdo5EcGY1A8FsfmT4DeAP+OJJxE5AncJIoWTYqaQIs2ZLlBQQxKZNRA4YycJA2qS2GqJM76Sw9+ZMHKIhCWZBEWZS7Q2U6gJTGUzxMuTtO+ZSvE5VSOTpUWZX/mHOVWPk4P6CMW1k27ziLX9mRPrCRY0kzSmeWZ4kyabmWeVWWbpk4bRmXfTOXdBk3dnmXZZOXesk1SgeKfekyLzkCNRmY2jKYCmaYV4OYEFCYipksjOmYj/krkTmZUVOZlmk0mJmZOrOZnCmYPiCZn8kpnjmaCxaapgmaPSCaqXkopdmaCPOasAkwsjmb91KbtrkuuJmb4LKbvEktvvmbkImawskvwVmcuXKcyOkqyrmcotKczokp0BmdjTKd1Bko1nmddZKd2pkm3NmdX8KY9AieaVKSNKCW5DklfJmetgaX7Klq7vmeshaf8skp61mfh3Kf+Lkn+rmfb9Kf/kkmIQAaoFmidF5JoEcii4KGoIGilQz6JQ76oFMSoRJ6JDAQAgA7')
}
.directory-list-item .imgLiquidFill,
.directory-list-item .imagebox {
    height: 275px!important;
}
.directory-paginator {} .directory-paginator p {
                            margin-bottom: 4px;
                        }
.directory-paginator .pagination {
    margin: 5px 0;
}
.directory-paginator .pagination .active {
    margin: 5px 0;
}
.directory-paginator .pagination>.active>a,
.directory-paginator .pagination>.active>a:hover,
.directory-paginator .pagination>.active>a:focus {
    background-color: #006e51;
    border-color: #006e51;
    color: #d14e1c;
}
.directory-paginator .pagination a {
    color: #006e51;
}
.directory-paginator .pagination a:hover,
.directory-paginator .pagination a:focus {
    color: #d14e1c;
}
.filter-categories {} .filter-categories .filter-category {
                          min-height: 138px!important;
                      }
.filter-categories .filter-category .add-filter {
    top: -18px;
}
.filter-categories .filter-category .dropdown-menu {
    min-width: auto;
    width: 100%;
    padding: 0px;
    border: none;
}
.filter-categories .filter-category .result-loader {
    float: right;
    position: absolute;
    top: 7px;
    color: #006e51;
    font-size: 7px;
}
.filter-categories .filter-category .typeahead.dropdown-menu {} .filter-categories .filter-category .typeahead.dropdown-menu {} .filter-categories .filter-category .typeahead.dropdown-menu .dropdown-item {
                                                                                                                                    color: #006e51!important;
                                                                                                                                    padding: 3px 10px;
                                                                                                                                }
.filter-categories .filter-category .typeahead.dropdown-menu .dropdown-item {
    width: 100%
}
.typeahead.dropdown-menu>.active>a,
.typeahead.dropdown-menu>.active>a:hover,
.typeahead.dropdown-menu>.active>a:focus {
    background-color: rgba(0, 110, 81, 0.23);
}
.myinsead .myinsead-network-filter .filters .filter-category .heading4 a {
    position: relative!important;
    cursor: pointer;
}
.myinsead .myinsead-network-filter .myinsead-network-view a.active.icon-grid-lg {
    background-position: -250px -550px;
}
.myinsead .myinsead-network-filter .myinsead-network-view a.active.icon-location-md {
    background-position: -300px -550px;
}
#filter-collapse-wrapper>.container {
    padding-top: 15px;
}
#filter-collapse-wrapper {
    padding-top: 0px;
}
/* Profile Info Page*/

.profile-wrapper {} .profile-wrapper .dl-horizontal p {
                        margin-bottom: 10px!important;
                    }
.profile-wrapper .dl-horizontal .select2-container {
    display: block!important;
}
.profile-wrapper .basic-info {
    margin: auto 0px;
    text-align: center;
}
.profile-wrapper .basic-info p {
    margin-bottom: 8px!important;
}
.profile-wrapper .basic-info .profile-image {
    width: 120px;
    border-radius: 60px;
}
.profile-wrapper .main-info {}
.profile-wrapper .main-info dt {
    width: auto!important;
    margin-right: 5px
}
.profile-wrapper .popover-content {
    color: #444;
}
.profile-wrapper .editable-icon {
    float: right;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.profile-wrapper .editable-icon.middle {
    margin-top: -25px
}
/* My Profile section */

.profile-wrapper .basic-profile {} .profile-wrapper .basic-profile .avatar {
   width: 120px;
   height: 120px;
}
.profile-pic-wrapper .image-source {
    width: 100%
}
.text-area-bio {
    width: 500px!important;
}
.profile-wrapper .has-right-edit-btn{
    padding-right: 38px;
}

.profile-wrapper .interests .x-editable span {
   padding: 0px 2px;
}
.profile-wrapper .interests .x-editable span:nth-child(odd) {
    color: rgba(51, 51, 51, 0.94);
}
.profile-wrapper .interests .select2-container {
    display: block!important;
}
.editable-wrapper {
    position: relative;
}
.editable-wrapper .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 5px 12px 5px 18px;
    background-image: none;
    background: #eee;
    color: #006e51;
    border-radius: 0px;
    border: 1px solid rgba(0, 110, 81, 0.55);
}
.editable-wrapper .select2-selection__choice__remove {
    top: 5px;
}
.editable-wrapper .select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 12px 5px 18px;
    background-image: none;
    background: #eee;
    color: #006e51;
    border-radius: 0px;
    border: 1px solid rgba(0, 110, 81, 0.55);
}
.editable-wrapper .select2-search-choice-close {
    top: 5px;
}
.editable-wrapper  ul.select2-selection__rendered li[data-is-primary="1"] .select2-selection__choice__remove { display: none; }
.editable-wrapper  ul.select2-selection__rendered li[data-is-primary="1"]{ padding: 5px 8px 5px 8px!important }
.editable-wrapper  ul.select2-choices li[data-is-primary="1"] .select2-search-choice-close { display: none; }
.editable-wrapper  ul.select2-choices li[data-is-primary="1"]{ padding: 5px 8px 5px 8px!important }
.editable-wrapper .loading {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.editableform .form-control.full-width {
    width: 100%!important;
}
.userContactNumber .editable-container {
    display: inline-block!important;
    width:30% !important;
    vertical-align: top!important;
}
.userContactNumber .editable-container:last-child {
    width:68% !important;
}
.userContactNumber .editable-container .form-group {
    margin-bottom: 0!important;
}
.multiple-x-editable {
    position: relative;
}

.multiple-x-editable .editable-group > .fake-editable.editable-empty{
    display:none;
}
.multiple-x-editable .editable-group.empty-record > .fake-editable{
    display: none;
}
.multiple-x-editable .editable-group.empty-record > .fake-editable.editable-empty{
    display: block;
}

.multiple-x-editable.on-edit .editable-group .fake-editable{
    display: block;
    padding-right: 0!important;
    border-bottom: none!important;
    margin-bottom: 0!important;
}
.multiple-x-editable.on-edit .editable-group .fake-editable.editable-empty{
    display: none;
}

.multiple-x-editable > .editableform-loading {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.multiple-x-editable.on-edit .editable-error-block {
    padding-left: 15px;
    color: #b94a48;
    font-size: 85%;
    padding-top: 3px;
    float: left;
    margin: 0;
}
.editable-error-block, .multiple-editable-error-block .error { color: #b94a48; border: none !important; }
.multiple-x-editable.on-edit .editable-error-block.phone-error-block{
    float: none;
    padding: 0;
    margin-bottom: 5px;
}
.disabled-editable .fake-editable{
    border-bottom: none;
}
.profile_position_period .form-control {
    display: inline-block;
}
.profile_position_period .form-group {
    margin-bottom: 0;
}
.profile_position_period .editable-container.editable-inline,
.profile_position_period .editable-container > div {
    display: inline-block !important;
}
#ProfileCurrentPosition .profile_position_details {
    margin: 10px 0;
}
#ProfileCurrentPosition .on-edit .profile_position_details {
    padding-bottom: 20px;
}
#ProfileCurrentPosition .multiple-x-editable:not(.on-edit) .currentCheckBox {
    display: none;
}
#ProfileCurrentPosition .modify-buttons {
    float: right;
}
.multiple-x-editable .position-dash {
    display: inline-block;
}
.multiple-x-editable.on-edit .position-dash {
    vertical-align: top;
    line-height: 2.43;
    display: inline !important;
}
.multiple-x-editable.on-edit .extra-text {
    display: none;
}
.multiple-x-editable .form-text {
    display: none;
}
.multiple-x-editable.on-edit .form-text {
    display: inline-block;
}
.multiple-x-editable .editable-field:not(.select2-container),
.multiple-x-editable a.editable-field:not(.select2-container) {
    border-bottom: none !important;
}
#ProfileCurrentPosition .on-edit .end-date-present {
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
}
#ProfileCurrentPosition .on-edit .end-date.on-hidden {
    position: relative;
}
#ProfileCurrentPosition .on-edit .end-date.on-hidden .editableform {
    position: absolute;
    left: -9999px;
}
#ProfileCurrentPosition .editable-input textarea {
    min-height: 50px;
}
#ProfileCurrentPosition .select2-container {
    display: block;
    padding: 0;
}

#ProfileCurrentPosition .on-edit .profile_position_address dt {
    display: block;
    width: 100% !important;
    border-bottom: 1px dotted #000;
}
#ProfileCurrentPosition .on-edit .profile_position_address dd {
    margin: 25px 0 0 !important;
    width: 100% !important;
}
.profile_position_address.fake-editable {
    border-bottom: 0;
}
.multiple-x-editable-buttons {
    text-align: center;
    padding: 10px;
}
.multiple-x-editable-buttons .multiple-editable-error-block {
    margin-bottom: 5px;
}

/* Mailing Settings */
.fake-editable {
    border-bottom: 1px dotted #006e51;cursor: pointer;
}
.fake-editable .no-border{
    border-bottom: none;
}
.fake-editable.has-right-button {
    padding-right: 25px;
    position: relative;
}
.fa-linkedin,
.fa-linkedin-square {
    color: #007bb6
}
#importJob {
    margin-bottom: 5px;
}
.multiple-x-editable.on-edit #importJob.form-text{
    display: block;
}
#importJob a {
    display: inline-block;
    font-size: 12px;
    color: #007bb6;
}
#importJob a .fa-linkedin-square {
    font-size: 15px;
}

.profile-wrapper .tooltip .tooltip-inner { width: 500px; max-width: none; }
/* my association tab */

.payment-info-pop p {
    margin-bottom: 8px!important;
}
.career-globe-widget{
    height: 400px;
    position: relative;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}
.career-globe-widget iframe {
    width: 100%!important;
    height: 100%!important;
    padding: 2px;
    border: none!important;
}
.my-association-wrapper .associationFlag .association-flag-clickable:not(.selected) {
    opacity: 0.4;
    -moz-opacity: 0.4;
}
.heading5 .tooltip-inner {
    text-transform: none!important;
}
#assoc-select-carousel {
    overflow: hidden
}
#assoc-select-carousel .item {
    min-height: 500px
}
/*Event Calendar tab*/

.calendar-wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
}

.calendar-wrapper .event-description{
    text-align: left;
}

#iaa-events .col-sm-2 {
    width: 30%;
}

#iaa-events .col-sm-10 {
    width: 70%;
}

.calendar-wrapper .event-filters .header {
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #006e51;
    -webkit-box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
}
.calendar-wrapper .event-filters .header h5 {
    font-size: 13px
}
.calendar-wrapper .event-filters .select2-selection__choice__remove{
    background: transparent !important;
    font-size: 16px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 3%;
    width: 30px;
    height: 30px;
    color: #777;
    display: inline !important;
}
.calendar-wrapper .fc-view .fc-view-basicDay .fc-event {
    margin-top: 3px;
}
.calendar-wrapper tr th {
    background: #006e51;
    border: 0;
    color: #fff;
    font-size: 0.8em;
    padding: 9px 10px;
    line-height: 12px;
}
.calendar-wrapper tr th a {
    color: #fff;
}
.fc-agenda-slots th {
    background: #afaeae
}
.calendar-wrapper .fc-title img {
    width: 16px;
    white-space: normal;
}
.calendar-wrapper .fc-title {
    font-weight: normal!important;
}
.calendar-wrapper .fc-basic-view,
.calendar-wrapper .fc-day-number {
    float: right;
    padding: 10px 0px 0 0;
    font-weight: bold;
    color: #006e51;
}
.calendar-wrapper .fc-header-left h2 {
    font-size: 1.6em;
}
.calendar-wrapper .select2-selection__rendered {
    font-weight: bold;
}
.calendar-wrapper .event-filters .content {
    padding-top: 20px;
    padding-right: 15px;
}
.calendar-wrapper h6 {
    text-align: right;
    padding: 0;
    font-weight: bold;
    color: #006e51;
    text-transform: none;
}

.calendar-wrapper .event-filters .list-naa {
    margin-top: 15px;
}
.calendar-wrapper .event-filters .list-naa dt {
    text-align: left;
    color: #006e51;
    font-size: 13px;
    font-weight: normal;
}
.calendar-wrapper .event-filters .list-naa dd {
    margin-bottom: 15px;
}
.calendar-wrapper .event-filters .green-link {
   /* color: #a0ce67!important; */
    color: #d14e1c!important;
}

.calendar-wrapper #event-details .calendar,
.calendar-wrapper #event-details .calendar span,
.calendar-wrapper #event-details .calendar span.date:after {
    width: 60px!important;
}
.calendar-wrapper #event-details .attendee-info {
    font-weight: bold;
    color: #006e51;
    font-size: 12px;
}
.calendar-wrapper #event-details .event-description p {
    margin-bottom: 1px!important;
    font-size: 12px!important;
}
.calendar-wrapper #event-details .calender-outer-bar {
    margin-right: 10px;
}
.calendar-wrapper #event-details .eventbrite-frame-wrapper {
    margin: 15px 0;
    height: 350px;
    position: relative;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}
.eventbrite-frame-wrapper #iframeEvent {
    width: 100%;
    min-height: 400px !important;
    display: block;
}
.calendar-wrapper #event-details .event-description .extended {
    display: none;
}
/* enable absolute positioning */

.inner-addon {
    position: relative;
}
/* style glyph */

.inner-addon .glyphicon,
.inner-addon .fa {
    position: absolute;
    padding: 18px 10px 10px 10px;
    pointer-events: none;
}
/* align glyph */

.left-addon .glyphicon,
.left-addon .fa {
    left: 0px;
}
.right-addon .glyphicon,
.right-addon .fa {
    right: 0px;
}
/* add padding  */

.left-addon input {
    padding-left: 30px;
}
.right-addon input {
    padding-right: 30px;
}
/*Directory*/

#directory {
    margin-top: -23px;
    margin-bottom: -41px;
}
#directory-wrapper {
    min-height: 825px;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    margin-top: -30px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#directory-wrapper .filters-column .select2-container {
    width: 100% !important;
    z-index: 450 !important;
}

@media (max-width: 767px) {
    #directory-wrapper .filters-column {
        display: none;
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 400;
        background: #FFF;
        overflow: auto;
        padding: 0 0px 0 0px;
        width: 100%;
    }

    #directory-wrapper.with-filters .filters-column {
        display: block;
    }

    #directory-wrapper .filters-column .close-panel {
        display: inline-block;
        background-color: #006e51;
        color: #ccc;
        cursor: pointer;
        font-size: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    #directory-wrapper .filters-column .close-panel {
        display: none;
    }
}

#directory-wrapper .contact-info-column {
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width:100%;
    bottom:0;
    z-index: 9999;
}

#directory-wrapper.display-contact-details .contact-info-column {
    display: block;
}
#directory-wrapper .filters-column button.showfilters-sm-up {
    display: none;
}

#directory-wrapper .contact-info-column .lock-full-profile {
    text-align: center;
    font-size: 14px;
    margin-top: 75px;
}

#directory-wrapper .filters-link {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 51px !important;
    min-width: 0px;
}

#directory-wrapper #contactList {
    position: relative;
    margin-bottom: 10px;
}
#directory-wrapper #contactList .item {
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    height: 70px;
    cursor: pointer;
}

#directory-wrapper #contactList .item.active {
    background: #f6b344; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fff , #f6b344); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fff, #f6b344); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fff, #f6b344); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fff , #f6b344); /* Standard syntax */
}

#directory-wrapper #contactList .loading-result {
    color: #096347;
    font-size: 32px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
#directory-wrapper #contactList .item:nth-child(even) {
    background-color: #f6f6f6;
}
#directory-wrapper #contactList .item .row {
    position: relative;
    padding-left: 80px;
    padding-right: 35px;
    text-align: left;
    font-size: 12px;
    position: relative;
}
#directory-wrapper #contactList .item .contact-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background: url("/resources/images/avatar.jpg") no-repeat 100%;
    background-size: contain;
}
#directory-wrapper #contactList .item .contact-image img {
    width: 100%;
}
#directory-wrapper #contactList .item img:first-child {
    z-index: 0;
}
#directory-wrapper #contactList .item .row > div:not(.bookmark-contact){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#directory-wrapper #contactList .item .contact-name {
    color: #096347;
    font-weight: bold;
    font-size: 1em;
    padding-top: 3px;
    padding-left: 0;
}

#directory-wrapper #contactList .item .contact-promotion {
    font-weight: bold;
}
#directory-wrapper #contactList .item .contact-job-info {
    font-weight: bold;
    font-size: 0.9em;
}
#directory-wrapper #contactList .item .contact-job-info-loc {
    font-size: 0.9em;
    line-height: 1.1;
    color: #5b5b5b;
}
#directory-wrapper #contactList .item .bookmark-contact {
    position: absolute;
    color: #6d6c6c;
    right: 0;
    top: 15px;

}
#directory-wrapper #contactList .item .bookmark-contact .popover {
    width: auto !important;
    overflow-y: initial !important;
    overflow-x: initial !important;
    top: 6% !important;
    right: 35px !important;
    left: auto!important;
}
#directory-wrapper #contactList .item .bookmark-contact .popover .arrow{
    top: 18px!important;
}
#directory-wrapper #contactList .item .bookmark-contact .popover .popover-content{
    position: absolute;
    right: 0;
    z-index: 2;
    background: #444444;
    white-space: nowrap;
}

#directory-wrapper #contactList .item .bookmark-contact.disabled .popover .popover-content{
    width: 180px;
    white-space: normal;
}

#directory-wrapper #contactList .item .bookmark-contact.disabled .fa {
    color: #dad8d8;
    cursor: not-allowed;
}

#directory-wrapper .trigger-download-mask {} #directory-wrapper .trigger-download-mask i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    margin-left: 0;
}
#directory-wrapper .trigger-download-mask {
    color: #4CAF50
}

#directory-wrapper .directory-list-items {
    padding-left: 25px;
    position: relative;
    min-height: 400px;
}

#directory-wrapper .directory-list-items .alpha-scroll {
    position: absolute;
    left: 0;
    width:25px;
}

#directory-wrapper .directory-list-items .alpha-scroll a {
    cursor: pointer;
    font-size: 14px;
    padding: 4px 0;
    display: block;
    text-align: center;
}

#directory .back-to-top {
    position: fixed;
    bottom: 0;
}

#directory-wrapper .filters-column .filter-group ul {
    list-style: none;
}

#directory-wrapper .filters-column  .filter-group > .form-control{
    border-radius: 0;
}

#directory-wrapper .filters-column  .filter-group .filter-link:hover li {
    color: #00ee00;
}

#directory-wrapper .filters-column .filter-group li {
    font-size: 12px;
}

.associationFlag img {
    width: 25px;
    margin-right: 0;
    margin-left: 2px;
    position: relative;
    margin-top: 0;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    height: 17px;
}

@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
.associationFlag span{
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.associationFlag .multiple-imgs img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#directory-wrapper #bio-read-more-button > span:first-child {
    display: none;
}

#directory-wrapper #bio-read-more-button.collapsed > span:first-child {
    display: inline;
}

#directory-wrapper #bio-read-more-button > span:last-child {
    display: inline;
}

#directory-wrapper #bio-read-more-button.collapsed > span:last-child {
    display: none;
}

#directory-wrapper.display-contact-details .user-details {
    padding: 55px 15px 15px;
    background: white;
    height: 100%;
    font-size: 12px;
    overflow-y: scroll;
}

.user-details .panel {
    margin-top: 15px;
    text-align: left;
}

.user-details .panel .collapse.in {
    display: inline !important;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.height-for-columns {
    min-height: 500px;
}
.sticky-addressbook-notif .toast-success {
    background: #006e51!important;
    padding: 15px!important;
    width: 280px!important;
}
.sticky-addressbook-notif .toast-success a {
    color: #d14e1c!important;
}
.clickable {
    cursor: pointer;
}

.calendar-wrapper .list-mobile {
    min-height: 400px;
}

.calendar-wrapper .list-mobile .list-group-item {
    background: #f1f1f1;
    padding: 10px 0;
}

.calendar-wrapper .list-mobile .odd{
    background: #e6e6e6;
}

.calendar-wrapper button.mobile {
    z-index: 99;
    color: white;
    padding: 15px 10px;
    background-color: #006e51;
}

.calendar-wrapper button#filter-open-button {
    border-radius: 0 10px 10px 0;
}

.calendar-wrapper .first-column  button {
    width: 100%;
    background-color: #006e51;
    border: none;
    border-radius: 0;
    height: 40px;
    color: white;
}

.calendar-wrapper .first-column {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}


.calendar-wrapper .month-filter {
    margin-bottom: 15px;
    display: flex;
}

.calendar-wrapper .month-filter #monthControl {
    font-size: 20pt;
    color: #006e51;
    height: 40px;
    text-align: center;
    min-width: 200px;
    display: block;
    margin-right: 10px;
}

.calendar-wrapper .month-filter .buttons {
    display: flex;
}

.calendar-wrapper .month-filter .buttons button.btn {
    height: 50px;
    border: 1px solid #006e51;
}

.calendar-wrapper .affix-top {
    position: relative;
}

.calendar-wrapper #filter-open-button.affix, .calendar-wrapper #details-close-button.affix {
    top: 150px;
    left: 0;
    margin-left: 0;
}

.calendar-wrapper .open-filter, .calendar-wrapper .close-filter-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.calendar-wrapper button.change-month {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 0.428571429;
    border-radius: 15px;
    border: none;
    background-color: #006e51;
    margin-right: 10px;
    color: white;
}

.calendar-wrapper .no-data {
    margin-top: 20px;
}

.calendar-wrapper #event-details {
    position: relative;
    padding-right: 15px;
}

.calendar-wrapper .event-details-wrapper { background-color: rgba(255, 255, 255, 0.35);padding: 30px 10px 10px 10px;}
.calendar-wrapper .close-button {
    position: absolute;
    right: 18px;
    top: 0;
    padding: 5px;
    z-index: 999;
}
.calendar-wrapper .close-button i{ color: #bdbaba; }
.calendar-wrapper .close-button i:hover{ color: #ea3b3b; }
.calendar-wrapper #iaa-events h4 { font-size: 14px; padding-left: 5px; }
.calendar-wrapper #iaa-events h6 { margin-bottom: 20px; }
.calendar-wrapper #iaa-events a.list-group-item.text-left { border: none; }
.calendar-wrapper #filter-close-button.affix { top: 150px;right: 0; }
a.disabled { pointer-events: none !important; }
.calendar-wrapper #iaa-events .list-group .list-group-item { background: none !important;  border-top: 1px solid #006e51 !important; border-radius: 0; }
.calendar-wrapper #iaa-events .list-group .list-group-item:last-child { border-bottom: 1px solid #006e51 !important; }

a.is-naa-member {
    color: green;
    cursor: default;
    text-decoration: none;
    font-weight: 700;
}
a.is-pending-naa-member {
    font-weight: 700;
}
.aro-info { }
.aro-info p{ font-size: 13px; }
.aro-info .info { margin-bottom :10px; }
.aro-info .info h4 { margin-bottom: 5px; }
.aro-info .media-main { height: 110px }
.aro-info .media-main>a { height: 110px }
.aro-info  img{ margin-right: 24px; width: 60px; }
.aro-info .social-links { margin-left: 15px; }
.editable-error-block.help-block { max-width: 100%; margin: 0;font-size: 12px;}
.hero-text .welcome-text .editable-container{
    display: inline-block!important;
    width:49% !important;
    vertical-align: top!important;
}

.hero-text .multiple-x-editable-buttons{
    padding: 0 10px;
}
.hero-text .multiple-x-editable-buttons .btn{
    width: auto!important;
}
.hero-text .multiple-x-editable.on-edit .editable-error-block{
    font-size: 10px;
}

.hero-text .fake-editable{
    border: none!important;
}
.hero-text .edit-icon{
    display:none;
}
.hero-text .multiple-x-editable:not(.on-edit) .edit-icon{
    display: inline;
}

.top-menu-bg-color {
    background-color: #eee;
}

.membershipReminderEnableDisableForm {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.tour-tour.popover { background: #fff; max-width: 370px; z-index: 10001!important;}
.tour-tour.popover .popover-content {  color: #444; }
.tour-tour.popover .popover-navigation button{ margin: 0 1px; }
.tour-backdrop { z-index: 10000!important;opacity: 0.6!important; }
.feedback-wrapper { position: fixed; bottom: 5px; left: 15px;z-index: 201; border-radius: 40px; padding: 6px 6px 6px;border: 2px solid #d14e1c;}
.feedback-wrapper img { width: 28px }
.grade-icon {
    font-size: 20px;
    padding: 10px;
    color: #006e51;
    display: inline-block;
    border: 2px solid #006e51;
    border-radius: 50%;
}

div.rounded-striped-table table{
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
    background: -webkit-repeating-linear-gradient(45deg, #e8e8e8, #FFFFFF 1px, #e8e8e8 2px); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(45deg, #e8e8e8, #FFFFFF 1px, #e8e8e8 2px); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(45deg, #e8e8e8, #FFFFFF 1px, #e8e8e8 2px); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(45deg, #e8e8e8, #FFFFFF 1px, #e8e8e8 2px);
    background-repeat: no-repeat;
}

div.rounded-striped-table table thead th, div.rounded-striped-table table td {
    padding:15px;
}

div.rounded-striped-table table thead th {
    text-align: center;
}

div.rounded-striped-table table td {
    vertical-align: middle;
}

div.rounded-striped-table table tfoot td {
    border-top: 1px solid #ddd;
}

div.rounded-striped-table table thead tr, div.rounded-striped-table table tfoot tr, div.rounded-striped-table table tbody tr:nth-child(odd){
    background: #fff;
}
a#scrollToTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}
.feedback-modal .star-rating { line-height:32px;font-size:1.25em;}
.feedback-modal .star-rating .fa-star{ color: #d14e1c;}
.feedback-modal .star-rating .fa { font-size: 1.4em; }
.feedback-modal textarea{ resize: vertical; }
.feedback-modal .rating-text { font-size: 13px; vertical-align: middle;margin: 5px 0 0; }
.feedback-modal label.error { border: none!important;font-size: 12px;  color:rgb(121, 17, 17); }
.feedback-modal #feedback_text-error { color: #444!important;}
.feedback-modal .length-warning small.text-danger { font-weight: bold;color: red; }
/* MY Courses */
.stripe-white-page {
   padding:18px 0px;
    background-color: #fff;
}
.my-courses { position: relative; }
.my-courses .course-wrapper { min-height: 500px; }
.my-courses>.tab-content>.row { margin-right: 0; margin-left: 0; }
.my-courses .term-nav {
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.my-courses .term-nav ul {
    list-style: none;
    background-color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
    margin-top:20px

}
.my-courses .term-nav ul li {padding: 10px 10px 20px 10px; position: relative; display: inline-block; color: #096347; font-size: 16px; font-weight: bold; }
.my-courses .term-nav ul li.current a { color: #E96117; opacity:1;  }

.my-courses .term-nav ul li a{ color: #096347; opacity:0.5; }
.my-courses .term-nav ul li.selected a{ opacity:1; }
.my-courses .term-nav ul li:last-child a { margin-right: 0; }
.my-courses .term-nav ul li.selected a:before{
    font-family: FontAwesome;
    content: "\f0d8";
    vertical-align: middle;
    position: absolute;
    top: 30px;
    left: 50%;
    color: inherit;
    margin-left: -4px;
}

.my-courses .course-list { padding-top: 10px; min-height: 400px; }


.my-courses .course-list div.course-item{
    text-align: center;
    padding-right:30px;
    border: 0.5px solid rgba(9,99,71,0.5);
    margin-bottom: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #096347;
    position: relative;
}
.my-courses .course-list div.course-item:hover{
    border: 1px solid #096347;
    background-color: rgba(9,99,71,0.1);
    font-weight: bold;
}
.my-courses .course-list div .icon { position: absolute; right: 12px; top: 40%; }
.my-courses .course-list div span { position: absolute; right: 12px; top: 40%; font-size: 8px; }

.my-courses .course-list div.course-item.evaluation{
    padding-top: 10px;
    padding-bottom: 0;
}
.my-courses .course-list div.course-item .icon { position: absolute; right: 15px; top: 40%; }
.my-courses .course-list div.course-item span { position: absolute; right: 15px; top: 40%; font-size: 8px; }
.my-courses .course-list div.course-item div.evaluation { font-size: 9.5px; font-style: italic; }
.my-courses .download-calendars-wrapper {
    position: absolute;
    top: 17px;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #096347 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
}
.my-courses .download-calendars-wrapper > div {
    text-align:center;
    height: 100%;
    background-repeat: no-repeat;
    background: -webkit-repeating-linear-gradient(45deg, #e8e8e8, transparent 1px, #e8e8e8 2px); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(45deg, #e8e8e8, transparent 1px, #e8e8e8 2px); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(45deg, #e8e8e8, transparent 1px, #e8e8e8 2px); /* For Firefox 3.6 to 15 */
    background-image: repeating-linear-gradient(45deg, #e8e8e8, transparent 1px, #e8e8e8 2px);
}

#m_calendar_content {
    width:100%;
    top:60px;

}
#m_calendar_content div {
    border: none !important;
    margin-bottom: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #096347;
    font-weight: bold;
    position: relative;
}

.my-courses .download-calendars-wrapper h3 {
    color: #096347;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.my-courses .download-calendars-wrapper .icon-wrapper span {
    color: #096347;
}
.my-courses .download-calendars-wrapper .link-list {
    list-style: none;
    margin-top: 40px;
}

.my-courses .download-calendars-wrapper .link-list li a {
    height: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.my-courses .download-calendars-wrapper .disclaimer {
    color: #535652;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    text-align: justify;
    padding: 0 10px;
}
.my-courses .download-calendars-wrapper .instructions-block {
    opacity: 0.5;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
}

.my-courses .download-calendars-wrapper .instructions-block p, .my-courses .download-calendars-wrapper .instructions-block li {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-align: justify;
    color: black;
}

.calender-tab {
    background: -webkit-repeating-linear-gradient(45deg,#e8e8e8, transparent 1px, #e8e8e8 2px); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(45deg,#e8e8e8, transparent 1px, #e8e8e8 2px); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(45deg,#e8e8e8, transparent 1px, #e8e8e8 2px); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(45deg, #e8e8e8, transparent 1px, #e8e8e8 2px);
    background-repeat: no-repeat;
}

.stripe-gray-grade-page {
    background: #eeeeee;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 15px 0;
    text-align: center;
}

.grade-tab {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.grade-tab ul {
    width:100%;
    margin:0 auto !important;
    padding:0px;
    display: table;
}

.grade-tab li {
   padding:20px 0px 15px 0px;
   font-weight: bold;
    display: table-cell;
   font-size: 17px;
   font-weight: bold;
   letter-spacing: 0;
}
.grade-tab li a{
    color: #006e51;
}
.grade-tab li a span {
    opacity: 0.5;
}
.grade-tab li a span.active {
    opacity: 1;
}
.grade-tab li.pdf-tab {
    background: -webkit-repeating-linear-gradient(45deg, #FFFFEF, #bae3d8 3px, #ffffff 5px, #006e51 5px); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(45deg, #FFFFEF, #bae3d8 3px, #ffffff 5px, #006e51 5px); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(45deg, #FFFFEF, #bae3d8 3px, #ffffff 5px, #006e51 5px); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(45deg, #FFFFEF, #bae3d8 3px, #ffffff 5px, #006e51 5px);
    font-weight: bold;
    background-repeat: no-repeat;
    padding: 10px 0 15px 0px;
}

.grade-tab li.pdf-tab .fa {
    font-size:32px;
}
.grade-tab .active {
    border-bottom: 2px solid #006e51;
    padding-bottom:5px;
}

.back-to-admin a { font-size: 11px; text-decoration: underline!important;}
.notification-panel-trigger {
    position: relative;
    padding-bottom: 10px;
    padding-right: 8px!important;
}
.notification-panel-trigger .fa{ color:#E96117}
.notification-panel-trigger>a {
    position: relative;
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}
.notification-panel-trigger>a.no-count{
    cursor: default;
}
.notification-panel-trigger>a.no-notification:after { opacity:0.5; }
.notification-panel-trigger .dropdown-menu { right:6px;  left: auto; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); padding: 18px; width:250px;border-radius: 10px!important;font-size: 11px; }
.notification-panel-trigger .dropdown-menu li { padding: 5px 0; }
.notification-panel-trigger .count { z-index: 10;color: #fff;font-size: 14px; }
.notification-panel-trigger>a.no-count:after{ opacity: 0.5; }
.notification-panel-trigger a.no-count .count{ visibility: hidden; }
.notification-panel-trigger .dropdown-menu li span.title { color: #E96117}
.notification-panel-trigger .seperator { padding: 0px!important; }
.notification-panel-trigger .seperator i { color: #000; font-size: 5px; }

.bio-char-error { float: right;margin-bottom: 0; }
.my-links-secion h5 { text-transform: none !important; }.my-links-secion h5 a { font-size: 13px!important; }
.board-info p { font-size: 13px!important;}
.board-info .member-info { margin-bottom: 10px;padding-top: 10px;}
.member-info td {padding: 0px!important;vertical-align: middle!important;border-top: 0px!important;font-size: 12px;}
.member-info .media{background: #eee;padding: 5px;}
.nac-wrappper img { margin-right: 10px;}
/* Changed to NAA members*/
.content{padding-top:80px; padding-bottom:80px;}
.mb40{margin-bottom:40px;}
.team-block { margin-bottom: 20px; }
.team-block .team-content { height: 100px;position: absolute; background-color: rgba(17, 24, 31, 0.8); bottom: 0px; right: 0px; display: inline-block; width: 100%; color: #fff; padding: 5px; }
.team-block .team-content p { font-size: 12px!important;}
.team-block .team-content a { display: block;}
.team-block .team-img { position: relative; right: 0px;}
.team-img img { width: 100%;margin-bottom: 100px; }
.team-block .team-title { }
.team-block .team-meta { color: #ddd; font-weight: 400; font-size: 16px; }
.team-block .overlay {  border-radius: 0px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: 1s ease; background-color: #11181f; }
.team-block .team-img:hover .overlay { opacity: .8; }
.team-block .team-img:hover .team-content { opacity: 0; }
.team-block .text {color: #fff; position: absolute; top: 65px; left: 30%; transform: translate(-26%, -26%); -ms-transform: translate(-26%, -26%); right: 0; font-weight: 400; font-size: 16px; }
.pre-wrap { white-space: pre-wrap; }
.team-meta-break{word-break: break-all}
#account-complete-pop { }
#account-complete-pop .tab-pane .content { min-height: 250px; padding: 5px!important;}
#account-complete-pop .tab-pane .pane-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.upload-image-desc {
    color: #000;
    font-size: 11px;
    text-transform: none;
    margin: 0px 5px 0px 5px;
    font-weight: 200;
    line-height: 20px;
}
.preferred-cb-value {
    line-height: 2 !important;
    margin-bottom: 10px !important;
}
.landing-welcome {
    bottom: -130px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 2px 2px 0 #000000, 1px 2px 2px 0 #212121;
}
.welcome-circle {
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5) !important;
}
.welcome-description-header {
    color: #006E51;
    font-size: 18px;
    line-height: 22px;
}
.landing-page-wrapper {
    border-bottom: none;
    height: 90px!important;
}
.welcome-login-btn {
    background-color: #DADADA !important;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,1)!important;
    padding: 11px 46px 11px 46px;
    border-radius: 22px;
    color: #006E51;
    font-size: 16px;
    letter-spacing: 0.44px;
    line-height: 19px;
    text-align: justify;
    margin: 50px 20px 20px 20px;
    border: 0px;
    font-weight: normal;
    display: inline-block;
}
.no-text-transform{
    text-transform: none!important;
}
.preferred-label{
    font-weight: normal !important;
    font-style: italic !important;
    font-size: 11px !important;
}
.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.nav-pills.nav-wizard > li + li {
    margin-left: 0;
}
.nav-pills.nav-wizard > li:first-child {
    border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
    border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
    border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
    border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
    border-radius: 0;
    background-color: #eee;
    padding: 10px 15px;
}
.nav-pills.nav-wizard > li:not(:last-child) a:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 100%;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #eee;
    z-index: 150;
}
.nav-pills.nav-wizard > li:not(:first-child) a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 100%;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #eee #eee #eee transparent;
    z-index: 150;
}
.nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
    border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
    border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
    background-color: #aaa;
    color: #fff;
}
.nav-pills.nav-wizard > li:not(:last-child) .nav-link.active:after {
    border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard > li:not(:first-child) .nav-link.active:before {
    border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard > li .nav-link.active {
    background-color: #428bca;
}
.welcome-description{
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 30px;
}
.welcome-text-landing{
    text-transform: none;
}
.notification-seperator{
    padding: 0px !important;
}

@media only screen and (max-width: 360px){
    .calendar-wrapper .month-filter #monthControl {
        font-size: 16pt;
    }
}

@media only screen and (min-width : 320px) and (max-width : 640px){
    .calendar-wrapper .event-details-wrapper {
        padding-top: 5px !important;
    }
}

@media only screen and (max-width: 640px) {
    .hero-banner.dashboard .hero-text { padding: 60px 0 10px; }
    .popover {
        width: 75% !important;
        max-height: initial!important;
        overflow: inherit;
    }
    .tour-tour.popover { width: 100%!important;max-height: 300px!important; overflow: inherit!important;}
    .tour-tour.popover .popover-navigation button { margin: 0!important;}
    .tour-tour.popover .btn { width: auto!important; }
    .editable-cancel {
        margin-left: 0px!important;
    }
    footer { min-height: auto!important; }
    footer .main-links { display: none; }
    .hero-banner.dashboard .hero-text{
        background: transparent;
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .calendar-wrapper h6 {
        text-align: left;
    }
    .myinsead .carousel-tab-hero .carousel {
        height: 265px;
    }
    .hero-banner .hero-image {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 641px) {
    a#scrollToTop {
        right: 15px;
    }
}

@media only screen and (min-width: 641px) {
    .myinsead header.sticky {
        height: 62px;
    }

    .hero-text .multiple-x-editable-buttons {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .hero-text .welcome-text.multiple-x-editable.on-edit{
        display: inline-block;
    }


    /*
     * Row with equal height columns
     * --------------------------------------------------
     */
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .stripe-gray-grade-page {
        padding:40px 0px;
    }
}

#wrapper {
    margin-top: 57px;
}

@media only screen and (max-device-width: 736px) {
    #addressbook-wrapper .addressbook-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    body.no-scroll-sm-down { overflow: hidden; }
    #wrapper{margin-top:48px;}
    .mobile-header {
        z-index: 9999;
        border-bottom: 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
                    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        height: 50px;
    }
    .mobile-header > div.logo {  padding-top: 0; padding-left: 0; padding-right: 0; display: inline-block; float: left; }
    .myinsead .mobile-header .logo a.ui-link {  margin: 0 auto; height: 40px;  width: 114px;    background-image: url("/resources/images/v2/logo_.png")!important;     background-size: 90px 40px!important; }
    .myinsead .mobile-header .logo a.ui-link-welcome {  margin: 0 auto; height: 40px;  width: 114px;    background-image: url("/resources/images/v2/logo_.png")!important; float: left;     background-size: 90px 40px!important; }
    .myinsead .mobile-header .logo a.welcome-mobile-menu-link {  margin: 0 auto; height: 30px; text-indent: 0px; float: right; color: rgb(68, 68, 68); font-size: 11px;
    }
    .myinsead .mobile-header .search {
        visibility: hidden;
    }
    .mobile-header > div.menu {
        display: block!important;
    }
    .navbar-brand { position: absolute; width: 100%; left: 0;top: 0; text-align: center; margin: auto;height: 100%; }
    .myinsead .content-border .dl-horizontal dt { width : 100% !important;}
    #top-menu  .arrow-wrapper img { margin: 0px auto 0 auto;
        height: 30px;   -webkit-transition: top 2s;
        transition: top 2s;}

    .calendar-wrapper .event-filters .content {
        padding-right: 0;
    }

    #addressBook-actions-container .download-trigger-wrapper {
        display: none;
    }

    .calendar-wrapper .event-filter-wrapper {
        margin-top: 0 !important;
        padding-left: 5px;
        width: 100%;
        left: -100%;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: white;
        z-index: 9991;
        position: fixed;
        top: 0;
        bottom: 0;
        padding-right: 5px;
        padding-top: 50px;
    }
    .calendar-wrapper .event-filter-wrapper.shown{
        left: 0;
    }

    .calendar-wrapper .event-details-wrapper {
        margin-top: 0 !important;
        padding: 50px 0 0 0 !important;
        width: 100%;
        right: -100%;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: white !important;
        z-index: 9999;
        position: fixed;
        top: 0;
        bottom: 0;
    }

    .calendar-wrapper .event-details-wrapper.shown{
        right: 0;
        padding: 0 10px;
    }

    div.row.content {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .calendar-wrapper #event-details {
        padding-left: 15px;
    }

    .calendar-wrapper .event-filters, .calendar-wrapper #event-details {
        height: 100%;
        overflow-y: scroll;
    }

    .calendar-wrapper .event-filters .row {
        margin: 0 !important;
    }

    .my-courses .term-nav ul {  margin-top: 0px; }
    .my-courses .term-nav ul li {  padding: 10px 25px 10px 20px; font-size: 14px; }
    .my-courses .term-nav{ background-color: #fff;}
    .my-courses .term-nav ul {
        display: table;
        max-width: 500px;
        margin: 0 auto;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* make scrollbar transparent */
    }

    .mobile-header > div.login { text-align: center; background-color: #9ECB67; }
    .mobile-header > div.login i { line-height: 50px; }
    .mobile-header .notification-panel-trigger {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        padding-top: 12px;
        padding-right: 12px !important;
        z-index: 51;
    }
    .mobile-header .notification-panel-trigger a { text-indent: inherit; }
    .mobile-header .notification-panel-trigger .fa {
        color: #888;
        font-size: 18px;
    }

    .mobile-header .notification-panel-trigger.open .fa {
        font-weight: 700;
    }

    .mobile-header .notification-panel-trigger .label.count {
        position: absolute;
        top: -6px;
        right: -3px;
        font-size: 11px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .notification-panel-trigger .dropdown-menu:before { left: 25px; right: auto; }

    .download-calendars-wrapper.display-mobile {
        display: block!important;
        left: 0;
        top: 75px;
        height: 100%;
    }
    .grade-tab-fixed:not(.hidden) { padding-top: 70px;}
    .grade-tab-fixed:not(.hidden) .term-nav {
        z-index: 999;
        position: fixed;
        top: 50px;
        left:0;
        right: 0;
        width: 100%;
        margin: 0 !important;
        border-bottom: 2px solid #ccc;
    }

}

@media only screen and (min-width: 960px) {
    .calendar-wrapper .first-column { display: none; }
}

@media only screen and (min-width: 961px) {
    .stripe-white {
        margin-top: 0!important;
    }
    .stripe-white-less-padding {
        margin-top: 0!important;
        padding-top: 0px;
    }
    .calendar-wrapper {
        position: relative;
    }
    .calendar-wrapper .event-filter-wrapper {
        position: absolute;
        width: 16.66667%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow-y: scroll;
    }

    .calendar-wrapper .calendar-contents {
        padding-left: 17%;
        padding-right: 25.2%;
    }

    .calendar-wrapper .event-details-wrapper {
        position: absolute;
        width: 25%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        overflow-y: scroll;
    }

    #directory-wrapper{
        padding-left: 0;
        -moz-transition: padding 0.3s linear;
        transition: padding 0.3s linear;
        left:0!important;
    }
    #directory-wrapper.has-results,
    #directory-wrapper.with-filters{
        padding-left: 25%;
    }
    #directory-wrapper.display-contact-details {
        padding-right: 33%;
    }
    #directory-wrapper .filters-column .showfilters-sm-up {
        background: #006e51;
        color: #fff;
        border: none !important;
        position: absolute;
        left: 100%;
        z-index: 59;
        font-size: 12px;
        padding: 5px 12px 5px 7px;
        border-radius: 0 14px 14px 0;
        min-width: 0;
        display: block;
        top: 100px;
        cursor: pointer;
        margin: 0;
    }
    #directory-wrapper.has-results .filters-column .showfilters-sm-up {
        display: none;
    }
    #directory-wrapper .contact-info-column {
        width:0;
        transition: width 0.3s linear;
        left: auto;
    }
    #directory-wrapper.display-contact-details .contact-info-column {
        width: 33%;
        display: block;
        right:0;
        top: 61px;
        bottom: 0;
        padding: 0;
    }
    #directory-wrapper #contactList .item .contact-name {
        padding-top:0;
        font-size: 1.2em;
    }

    #directory-wrapper #contactList .item .bookmark-contact {
        right: 5px;
    }

    #directory-wrapper .directory-list-items .alpha-scroll a {
        font-size: 12px;
        padding: 5px 0;
    }

    #directory-wrapper #contactList .item .row {
        padding-top: 10px;
    }
    #directory-wrapper #contactList .item .contact-name {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    #directory-wrapper #contactList .item .contact-promotion {
        text-align: right;
        margin-bottom: 20px;
    }
    #directory-wrapper #contactList .item .contact-job-info {
        font-weight: normal;
        font-size: 1em;
    }
    #directory-wrapper #contactList .item .contact-job-info-loc {
        text-align: right;
        font-size: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner.dashboard .hero-image img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input.select2-active {
        background: url('/resources/images/v2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0!important;
    }
}

.give {
    color: #006E51 !important;
    font-weight: bold !important;
    position: relative;
}

.top-menu .give {
    padding: .5rem 1.25rem!important;
    border-right: 0!important;
}

.top-menu .give:hover::before
{
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.top-menu .give::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%) scale(1.0);
    transform: translate(-50%, -50%) scale(1.0);
    border-radius: 2.8125rem;
    background-image: -webkit-gradient(linear, right top, left top, from(#f28b32), color-stop(51%, #fed812), to(#a2d0ac));
    background-image: linear-gradient(to left, #f28b32, #fed812 51%, #a2d0ac);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-menu .give::after {
    content: 'Give';
    position: absolute;
    width: 70px;
    height: 25px;
    top: 50%;
    left: 10%;
    padding: .5rem 1.25rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 1.875rem;
    background-color: #009f6e;
    text-align: center;
    color: #fff;
}

.extra .give::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    border-radius: 2.8125rem;
    background-image: -webkit-gradient(linear, right top, left top, from(#f28b32), color-stop(51%, #fed812), to(#a2d0ac));
    background-image: linear-gradient(to left, #f28b32, #fed812 51%, #a2d0ac);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.extra .give::after {
    content: 'Give';
    position: absolute;
    width: 70px;
    height: 25px;
    top: 50%;
    left: 10%;
    padding: .5rem 1.25rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 1.875rem;
    background-color: #009f6e;
    text-align: center;
    color: #fff;
}

body > div.stripe-white-less-padding > div{
    margin-top: 27px;
}

.salamander img {
    width: 18px;
    margin-right: 0;
    margin-left: 2px;
    position: relative;
    margin-top: 0;
    vertical-align: middle;
    height: 18px;
    border: 0px !important;
}

.salamander_dir img {
    width: 25px;
    margin-right: 0;
    margin-left: 2px;
    position: relative;
    margin-top: 0;
    vertical-align: middle;
    height: 25px;
    border: 0px !important;
}

.salamander_main img {
    width: 28px;
    margin-right: 0;
    margin-left: 2px;
    position: relative;
    margin-top: 0;
    vertical-align: middle;
    height: 28px;
    border: 0px !important;
}

.table-borderless {
    width:85%;
}
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    padding: 5px;
    vertical-align: top;
    border-top: none;
}

.fc-title {
    white-space: normal;
}

#directory-wrapper .filters-column div .filter-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display:none !important;
}

.selected-filters-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 39px;
    background-color: #006e51;
}

.editable-field.select2-container .select2-choice,
.form-control.select2-container .select2-choice {
    height: 36px;
    padding-top: 5px;
}

.editable-field.select2-container .select2-choice abbr,
.form-control.select2-container .select2-choice abbr {
    top: 13px;
}

.editable-field.select2-container .select2-choice .select2-arrow,
.form-control.select2-container .select2-choice .select2-arrow {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0,#fff 50%);
    background-image: -moz-linear-gradient(center bottom,#eee 0,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);
    background-image: linear-gradient(to top,#eee 0,#fff 50%);
    border-left: 0;
}

.editable-field.select2-dropdown-open .select2-choice .select2-arrow,
.form-control.select2-dropdown-open .select2-choice .select2-arrow {
    background-color: #eee;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center bottom,#fff 0,#eee 50%);
    background-image: -moz-linear-gradient(center bottom,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
    background-image: linear-gradient(to top,#fff 0,#eee 50%);
}

.editable-field.select2-container .select2-choice .select2-arrow b,
.form-control.select2-container .select2-choice .select2-arrow b {
    background-position: 0 7px;
}

.editable-field.select2-dropdown-open .select2-choice .select2-arrow b,
.form-control.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 7px;
}

.editable-field.select2-container .select2-choice > .select2-chosen,
.form-control.select2-container .select2-choice > .select2-chosen {
    margin-right: 0;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* border: 2px solid #999999; */
    border-radius: 20px;
    margin-bottom: 0px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 34px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: rgba(0, 110, 81, 0.8);
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #777;
    color: #f4f4f4;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 11px;
    margin: 3px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* Size configuration */
.switch-xs input.cmn-toggle-round-flat + label { width: 35px!important; height: 18px!important; }
.switch-xs input.cmn-toggle-round-flat:checked + label:after { margin-left: 15px!important; }
.switch-xs input.cmn-toggle-round-flat + label:after { width: 12px; }

.disabled input.cmn-toggle-round-flat:checked + label { background: rgba(0, 110, 81, 0.44); }
.disable-untick.onoffswitch-checkbox:checked + .onoffswitch-label{ pointer-events: none;}
.onoffswitch.switch-xs { width: 45px!important; }
.switch-xs .onoffswitch-inner:before, .switch-xs .onoffswitch-inner:after { height: 18px;line-height: 20px;font-size: 9px; }
.switch-xs .onoffswitch-inner:before { padding-left: 8px; }

.onoffswitch.switch-xxs { width: 30px!important; }
.onoffswitch .disabled {pointer-events:none;}
.switch-xxs .onoffswitch-inner:before, .switch-xxs .onoffswitch-inner:after { padding-right: 3px; height: 15px;line-height: 15px;font-size: 9px; }
.switch-xxs .onoffswitch-inner:before { padding-left: 5px; }
.switch-xxs .onoffswitch-switch { right: 12px; }
.switch-on-off .onoffswitch-inner:before { content: "on"!important; }
.switch-on-off .onoffswitch-inner:after { content: 'off'!important; }
.switch-fa .onoffswitch-inner:before {
    content: "\f00c"!important;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    line-height: 15px;
}
.switch-fa .onoffswitch-inner:after {
    content: '\f00d'!important;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    line-height: 15px;
    padding-right: 5px;
}
.disabled .onoffswitch-inner:before { background-color: rgba(0, 110, 81, 0.54); }
.disabled .onoffswitch-inner:after { background-color: rgba(119, 119, 119, 0.54); }
