@font-face {
    font-display: fallback;
    font-family: Source Sans Pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    src: local("SourceSansPro-Regular"),url(../fonts/SourceSansPro-Regular.ttf.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Source Sans Pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    src: local("SourceSansPro-Bold"),url(../fonts/SourceSansPro-Bold.ttf.woff) format("woff")
}

html {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #525146;
    font-weight: normal;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-color: #fff;
    position: relative;
    min-height: 100%;
}

a {
    color: #ba0c2f;
}

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

p {
    font-size: 12px;
    margin-bottom: 3px;
}

ul {
    padding-left: 20px;
}

sub, sup {
    font-size: 75%;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
/*
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}*/
div.hr {
}

#main-wrapper {
    background: #fff;
    width: auto;
    display: block;
    box-shadow: 0 2px 10px 0 rgba(147, 148, 142, 0.3);
    border: solid 1px #f0f0ef;
}

@media (min-width: 768px) {
    #main-wrapper {
        margin: 0 10px;
    }
}

@media (min-width: 992px) {
    #main-wrapper {
        margin: 0;
    }
}

#clear {
    clear: both;
}

#top-navs {
    position: relative;
    top: -1px;
}

.main.container {
    max-width: 1000px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #top-navs {
        position: relative;
        top: -3px;
    }
}

#top-navs ul {
    padding-left: 0px;
    list-style-type: none;
}

@media (min-width: 768px) {
    #top-navs .main-nav ul {
        display: inline-block;
    }
}

.ie #top-navs ul {
    display: inline-block;
}

.main-nav li:first-child {
    /*background-image: none;*/
}

.main-nav li {
    padding-right: 9px;
    padding-left: 9px;
    margin: 0px 7px;
    border-bottom: 4px solid transparent;
}

    .main-nav li:hover {
        border-bottom: 4px solid #93948e;
    }

    .main-nav li div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        max-width: 130px;
        height: 32px;
        overflow: hidden;
    }

    .main-nav li a img {
        padding-top: 2px;
    }

    .main-nav li a {
        text-decoration: none;
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 10px;
        color: #525146;
        font-weight: lighter;
    }

        .main-nav li a span {
            display: none;
        }

    .main-nav li:first-child {
        background-image: none;
    }

@media (max-width: 767px) {
    .main-nav li a span {
        display: inline-block;
        vertical-align: top;
        line-height: 30px;
    }
}

.main-nav li.highlight {
    color: #6C9C37;
    font-weight: bold;
    border-bottom: 4px solid #ba0c2f;
}

.main-nav li.highlight a {
    font-weight: bold;
}

.popupContent table {
    text-align: center;
    padding: 0;
}

.popupContent td {
    border-right: 1px solid #d2d2cf;
    border-bottom: 1px solid #d2d2cf;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #525146;
    font-weight: normal;
}

.subnav {
    background-image: url(../images/NextStep/tab_contact.png);
    height: 32px;
    width: 244px;
    font-size: 11px;
    right: 25px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: -2px;
    z-index: 10;
}

@media (max-width: 767px) {
    .subnav {
        right: 0;
    }
}

@media (max-width: 639px) {
    .subnav {
        top: -1px;
    }
}

.subnav ul {
    display: inline-block;
    padding-left: 5px;
    height: 32px;
    text-align: center;
}

.subnav li:first-child {
    background-image: none;
}

.subnav li:not(:last-child) {
    border-right: 1px solid #525146;
    height: 20px;
}

.subnav a {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 5px;
    color: #525146;
}

#top-content {
    position: relative;
    padding-top: 3px;
    top: 0px;
    left: 0px;
}

#bottom-content {
    position: relative;
    margin-top: 5px;
    position: relative;
}

.rightcornerimage {
    background-image: url('../images/EngineersCanada/main_corner_image.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#bottom-content.rightbar {
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: right top;
}

#bottom-main-content.rightbar {
    background-color: White;
}

.content-main-shadow {
    width: 100%;
    height: 9px;
    overflow: hidden;
    background-color: White;
    display: none;
}

#bottom-main-content {
    padding-bottom: 20px;
    padding-left: 0;
    margin-top: 2px;
    line-height: 1.2em;
}

    #bottom-main-content h1 img {
        height: auto;
        width: 100%;
    }

@media (max-width: 767px) {
    #bottom-main-content {
        padding: 0 10px;
    }
}

#bottom-right-content {
    width: auto;
}

p.LegalBlack {
    font-size: 9px;
    color: #000000;
    font-weight: normal;
}

#footer-text {
    text-align: center;
    clear: right;
    height: 32px;
    background-image: url('../images/EngineersCanada/footer_background_copyright.jpg');
}

p.Legal {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: normal;
}

#footer {
    height: auto;
    width: auto;
}

.banner {
    background-repeat: no-repeat;
    height: 130px;
}

    .banner a {
        position: relative;
        top: 95px;
        left: 13px;
    }

    .banner .content {
        padding-top: 46px;
        padding-left: 10px;
        width: 230px;
    }
/*
.banner .icon {} #top-left-content {
    width: 563px;
    height: 320px;
    position: relative;
}*/
#top-left-content-ie6 {
    width: 563px;
    height: 320px;
    position: relative;
}

#button-play {
    position: absolute;
    top: 33%;
    left: 38%;
}

#button-play-ie6 {
    position: absolute;
    top: 33%;
    left: 38%;
}

.links {
    font-size: 12px;
    font-style: normal;
    color: #59702c;
}

.banner-text {
    font-size: 12px;
    color: #424242;
    font-weight: normal;
    margin-left: 16px;
    padding-top: 46px;
    margin-bottom: -75px;
}

#shadow-left {
    /* height:978px; */
    position: relative;
    background-image: url('../images/EngineersCanada/pageshadow_left.png');
    background-repeat: repeat-y;
    background-position: 0 0;
}

#shadow-right {
    background-image: url('../images/EngineersCanada/pageshadow_right.png');
    background-repeat: repeat-y;
    background-position: 100% 0;
}

@media (min-width: 992px) {
    #shadow-left {
        padding-left: 9px;
    }

    #shadow-right {
        padding-right: 13px;
    }
}

div.header {
    width: 100%;
    background: url("../media/18787/header_bg.png") repeat-x;
    position: relative;
}
/*
.subnav{
    top: 2px !important;
}*/
.logo-one {
    width: auto;
    height: auto;
    display: block;
    margin-top: 29px;
    margin-left: 30px;
}

.logo-two {
    width: auto;
    height: auto;
    display: block;
    margin-top: 45px;
    margin-right: 30px;
}

div.header .logo-two img {
    width: 245px;
}

div.header {
    height: auto;
    position: relative;
    background: url(../images/header-bg.png) 0 0 repeat-x;
    z-index: 1;
}

    div.header img {
        max-width: 100%;
        max-height: 133px;
        width: 100%;
    }

.logo-one img {
    position: relative;
    top: 5px;
}

@media (max-width: 991px) {
    div.header {
        background: #fff;
    }
}

@media (max-width: 647px) {
    div.header .logo-one img {
        width: 250px;
        position: relative;
        top: 10px;
    }

    div.header .logo-two img {
        width: 200px;
    }
}

@media (max-width: 522px) {
    div.header .logo-one img {
        width: 200px;
        position: relative;
        top: 12px;
    }

    div.header .logo-two img {
        width: 180px;
    }
}

@media (max-width: 450px) {
    div.header .logo-one img {
        width: 180px;
        position: relative;
        top: 15px;
    }

    div.header .logo-two img {
        width: 160px;
    }
}

@media (max-width: 410px) {
    div.header .logo-one img {
        width: 160px;
        position: relative;
        top: 15px;
    }

    div.header .logo-two img {
        width: 160px;
    }
}

@media (max-width: 381px) {
    .logo-one {
        margin-left: 15px;
    }

    .logo-two {
        margin-right: 15px;
    }
}

@media (max-width: 350px) {
    div.header .logo-one img {
        width: 150px;
        position: relative;
        top: 15px;
    }

    div.header .logo-two img {
        width: 158px;
    }

    .logo-one {
        margin-left: 5px;
    }

    .logo-two {
        margin-right: 5px;
    }
}

div.header img {
    max-width: 100%;
    max-height: 133px;
    width: 100%;
}

#top-navs {
    position: relative;
    min-height: 40px;
    line-height: 1.2;
    z-index: 2;
}

    #top-navs .nav-toggle-anchor {
        height: 26px;
        width: 25px;
        left: 0;
        top: 4px;
        margin-top: 3px;
        background: url('../images/ico-lst.png') 50% 50% no-repeat;
        background-size: 100% 72%;
        cursor: pointer;
    }

@media (max-width: 767px) {
    #top-navs {
        padding-left: 10px;
    }
}

#top-navs li {
    float: left;
}

@media (max-width: 767px) {
    .main-nav li div {
        max-width: 3000px;
        display: block;
        text-align: left;
    }

    #top-navs .main-nav ul {
        padding-left: 0px;
        list-style-type: none;
        overflow: hidden;
        height: 0;
        position: absolute;
        z-index: 100;
        width: 100%;
        border: 1px solid #e7e7e7;
        border-bottom: 0;
    }

    #top-navs .main-nav li {
        float: none;
        background: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 0;
        background: rgba(247, 247, 247, 0.96);
    }

    .main-nav li a {
        font-size: 14px;
        letter-spacing: 1px;
        width: 100%;
        display: block;
        padding: 0 0 0 10px;
        line-height: 32px;
        height: 32px;
    }

        .main-nav li a img {
            margin-top: 0px;
        }
}

#top-content {
    position: relative;
    padding-top: 3px;
}

#top-content-media {
    padding-top: 5px;
    height: 323px;
}
/*
#top-left-content {
    float: left;
    width: 563px;
    height: 320px;
    position: relative;
}
*/
#top-left-content-ie6 {
    display: block;
    width: 563px;
    height: 320px;
    position: relative;
    margin-right: 5px;
}

#button-play {
    position: absolute;
    top: 33%;
    left: 38%;
}

#button-play-ie6 {
    position: absolute;
    top: 33%;
    left: 38%;
}
/*
#top-right-content {
    float: right;
    width: 332px;
    height: 320px;
}*/
#top-right-top-content {
    height: 177px;
}

#try-it-out {
    position: absolute;
    left: 14px;
    top: 110px;
}

#get-the-app {
    position: absolute;
    left: 14px;
    bottom: 154px;
}

#top-right-bottom-content {
    height: 137px;
    margin-top: 6px;
}

#find-out-more {
    position: absolute;
    left: 14px;
    bottom: 10px;
}

#bottom-left-content {
    position: relative;
    margin-left: 20px;
    background-image: url('../images/EngineersCanada/main_corner_image.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#bottom-right-top-content {
    width: 332px;
    height: 127px;
}

#download-contact1 {
    position: absolute;
    left: 14px;
    bottom: 10px;
}

#advisor-photo {
    position: absolute;
    top: -12px;
    right: -24px;
}

#corner-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

#footer-text {
    height: 32px;
    background-image: url('../images/EngineersCanada/footer_background_copyright.jpg');
}

p.Legal {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: normal;
}

#footer {
    height: auto;
    width: auto;
}

#clear, .clear {
    clear: both;
}

.content-text-sub {
    box-shadow: 0 2px 10px 0 rgba(147, 148, 142, 0.3);
    border: solid 1px #f0f0ef;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.header-bottom {
    position: absolute;
    bottom: 0;
    background: url("../media/18787/header_bg_bottom.png") repeat-x;
    width: 100%;
    height: 3px;
}

.content-text-sub .header {
    background-color: #ba0c2f;
    min-height: 30px;
    width: 100%;
    margin: 0;
    background-image: none;
    padding-right: 6px;
}

.content-text-sub .content {
    padding: 12px 12px 9px 15px;
}

.content-text-sub .header h1 {
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 10px;
    margin: 0;
}

.rightside-component-simple-basic {
    box-shadow: rgba(147, 148, 142, 0.3) 0px 2px 10px 0px;
    border: 1px solid rgb(240, 240, 239);
    width: 100%;
    margin-bottom: 10px;
}

    .rightside-component-simple-basic .header {
        background-color: #ba0c2f;
        height: 30px;
        width: 100%;
    }

    .rightside-component-simple-basic .content {
        padding: 12px 12px 9px 15px;
    }

    .rightside-component-simple-basic .header h1 {
        color: #FFFFFF;
        margin-top: 0px;
    }

.rightside-component-simple-button {
    box-shadow: 0 2px 10px 0 rgba(147, 148, 142, 0.3);
    border: solid 1px #f0f0ef;
    height: 43px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .rightside-component-simple-button a {
        text-decoration: none;
        font-size: 18px;
        position: relative;
        color: #6D6E70;
        display: block;
        line-height: 43px;
        height: 43px;
    }

        .rightside-component-simple-button a:hover {
            color: #007e7f;
        }

        .rightside-component-simple-button a.highlight {
            color: #007e7f;
        }

.rightside-component-content {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(147, 148, 142, 0.3);
    border: solid 1px #f0f0ef;
    height: 120px;
    position: relative;
    width: auto;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .rightside-component-content .content {
        width: 60%;
    }
    .rightside-component-content .buttons {
        position: absolute;
        bottom: 15px;
        width: 100%;
    }
    .rightside-component-content .buttons .button:first{
        padding-right: 5px;
    }
@media (max-width: 991px) {
    .rightside-component-simple-button {
        background-size: 100% 43px;
        max-width: 2000px;
    }

    .rightside-component-content {
        width: 100%;
        max-width: 2000px;
    }
}

.rightside-component-content .image {
    float: right;
}

.rightside-component-content .content {
    position: absolute;
    top: 3px;
    left: 11px;
    right: 0;
    line-height: 14px;
    height: 100%;
}

.rightside-component-content h1 {
    margin-top: 1px;
    margin-bottom: 5px;
}

.rightside-component-content .content h2 {
    color: #557b88;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 22px;
    max-height: 34px;
    margin-top: 0;
    z-index: 1;
    position: relative;
    padding-right: 100px;
}

    .rightside-component-content .content h2 br, .rightside-component-content .content p br {
        display: none;
    }

.rightside-component-content .button {
    padding: 5px 15px;
    background-color: #ba0c2f;
    font-size: 15px;
    font-weight: normal;
    color: white;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 11px;
    cursor: pointer;
    text-decoration: none;
}

.rightside-component-content .button:hover {
    background-color: #9d0a28;
}

.rightside-component-contact-content {
    float: left;
    font-size: 12px;
    color: #424242;
    width: 220px;
    font-weight: normal;
    margin-left: 16px;
    padding-top: 46px;
    margin-bottom: -75px;
}

.rightside-component-contact {
    float: right;
    margin-right: -20px;
}
/*
.rightside-container {
    width: 333px;
}
*/
.rightside-container-header {
    background-image: url('../images/EngineersCanada/table_header.png');
    background-repeat: no-repeat;
    height: 30px;
    margin-top: 3px;
    padding-left: 10px;
}

.rightside-container p {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    left: 5px;
    top: 7px;
}

.rightside-container-table {
    width: 100%;
    background: white;
}

.rightside-container-row {
    vertical-align: middle;
    height: 42px;
    background: white;
}

.rightside-container-item-icon {
    vertical-align: middle;
    text-align: center;
    height: 42px;
    width: 40px;
    padding-left: 10px;
    background: white;
}

.rightside-container-item-text {
    vertical-align: middle;
    background: white;
}

.rightside-container-sidebar {
    height: 7px;
    background-image: url('../images/EngineersCanada/shadow_sidebar.png');
    background-repeat: no-repeat;
    background-color: white;
}

.icon-bullet-pdf {
    width: 25px;
    height: 25px;
    background-image: url('../images/EngineersCanada/pdf_bullet.png');
    border-width: 0px;
    border: 0px;
}

.icon-bullet-link {
    width: 25px;
    height: 25px;
    background-image: url('../images/EngineersCanada/link_bullet.png');
    border-width: 0px;
    border: 0px;
}

.icon-list-pdf {
    list-style-image: url('../images/EngineersCanada/pdf_icon.jpg');
}

.nav-divider {
    width: 1px;
    height: 12px;
    border-right: 1px solid #6D6E70;
    vertical-align: middle;
}

.lightboxContainer {
    display: block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 321px;
    position: relative;
}

@media (max-width: 991px) {
    .lightboxContainer {
        margin: 0 auto;
        display: block;
        position: relative;
        width: auto;
        background-position: 50% 0;
    }
}

.rollover-play {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}

    .rollover-play img {
        margin: 0 auto;
        display: block;
    }

a.rollover-signIn {
    display: inline-block;
    width: 200px;
    height: 23px;
    background-image: url('../images/EngineersCanada/button_signingrs_off.png');
    border-width: 0;
    border: 0px;
}

    a.rollover-signIn:hover {
        background-image: url('../images/EngineersCanada/button_signingrs_on.png');
        border: 0px;
    }
/*Accordion Styles*/

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

.accordion-item {
    overflow: hidden;
}

    .accordion-item.closed .accordion-content {
        display: none;
    }

.accordion .accordion-header {
    position: relative;
    border-top: 1px solid #d0d0ce;
    cursor: pointer;
    margin-left: 1px;
}

.accordion .accordion-header:hover {
    background-color: #f7f7f7;
}

.accordion .closed .accordion-header {
    border-bottom: none;
    margin-bottom: 0;
}

.accordion .first .accordion-header {
    border-top: none;
}

.accordion .last.closed .accordion-header {
    border-bottom: none;
}

.accordion .accordion-header h1 {
    font-size: 17px;
    color: #525146;
    font-weight: normal;
    padding-right: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 10px 34px 10px 12px;
}

    .accordion .accordion-header h1 b {
        font-size: 12px;
        color: #6D6E70;
        font-weight: normal;
        padding-left: .25em;
        vertical-align: 1px;
    }

.accordion .accordion-header .arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 3px;
    background-image: url('../images/icons/chevron-up.png');
}

.accordion-item .collapsed .arrow {
    background-image: url('../images/icons/chevron-down.png');
}

.accordion-item table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.accordion-item th {
    border-bottom: 1px solid #A6A8AB;
}

.accordion-item h3 {
    margin-bottom: 14px;
    padding: 0 14px;
}

.accordion-item p {
    margin-bottom: 20px;
    padding: 0 14px;
}

.accordion-item th, .accordion-item td {
    padding: .5em 14px;
    word-break: normal;
    text-align: left;
}

.accordion-item ul {
    list-style-image: url('../images/NextStep/bullet.png');
    margin-bottom: 18px;
    margin-left: 14px;
}

.accordion-item li {
    padding-right: 10px;
    margin-left: 22px;
}

.resourceTable thead tr td {
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    color: white;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
    background-color: #ba0c2f;
}

.resourceTable {
    box-shadow: 0 2px 10px 0 rgba(147, 148, 142, 0.3);
    border: solid 1px #f0f0ef;
    margin-bottom: 10px;
}

    .resourceTable td {
        width: 536px;
        padding-top: 12px;
        border-right: 1px solid #A6A8AB;
    }
    .resourceTable td:last-child {
        border-right: none;
    }

    .resourceTable p {
        padding-left: 10px;
        padding-right: 10px;
    }

@media (max-width: 767px) {
    .resourceTable .boxBullets {
        padding-left: 8px;
    }

    .resourceTable thead tr td {
        padding: 12px 10px 6px;
        font-size: 18px;
    }
}

.boxBullets li {
    margin-bottom: 3px;
    display: list-item;
    margin-left: 10px;
}

.boxBullets h4 {
    font-size: 12px;
    font-weight: bold;
    color: #6490A5;
    line-height: 1.3em;
}

.boxBullets p {
    margin-left: 10px;
}

.bottom-right {
    float: right;
    left: 336px;
    position: relative;
}

.popup {
    height: 100%;
}

.popupTitle {
    margin-top: 0;
}

.popupContent {
    margin-left: 15px;
}

.popup-container {
    width: 830px;
    height: 650px;
}

#popupDiv {
    display: block;
    height: 100%;
}

@media (max-width: 991px) {
    .popup-container {
        width: 90%;
        margin: 0 5% !important;
        left: 0 !important;
        height: 520px;
    }
}

@media (max-width: 500px) {
    .lightboxContainerEn {
        height: 290px !important;
    }

    .lightboxContainerEn {
        background-size: 100% 290px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

h1 {
    color: #ba0c2f;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 20px;
}

h2 {
    font-size: 24px;
    color: #637833;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 7px;
}

h3 {
    color: #ba0c2f;
    margin-bottom: 12px;
    font-size: 12px;
}

h4 {
    font-size: 10px;
    font-weight: bold;
}

h5 {
    font-weight: bold;
    font-size: smaller;
    padding-bottom: 6px;
    color: #637833;
}

.box {
    position: relative;
    max-width: 480px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #b7b7b7;
    background-image: url('../images/EngineersCanada/background_callout.png');
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

content-divider {
    background-image: url('../images/EngineersCanada/shadow_sidebar.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

#main-wrapper .footer {
    clear: both;
}

    #main-wrapper .footer h4 {
        color: #555555;
        font-weight: normal;
        background-color: #F0F0EF;
        padding: .75em 2em;
        clear: both;
        margin-bottom: 0;
    }

    #main-wrapper .footer ul {
        list-style: none;
        background-color: #525146;
        padding-left: 10px;
        display: block;
        overflow: hidden;
        margin-bottom: 0;
    }

    #main-wrapper .footer li {
        float: left;
        padding: .3em 0;
    }

        #main-wrapper .footer li a {
            text-decoration: none;
            font-size: 10px;
            border-right: 1px solid white;
            padding: 0em 1em;
            color: white;
        }

            #main-wrapper .footer li a:hover {
                color: #007e7f;
            }

    #main-wrapper .footer a.last {
        border-right: none;
    }

#lightbox-table {
    text-align: center;
    padding: 0;
}

/* non responsive ie8 */

.ie .container-fluid, .ie body {
    min-width: 896px;
    max-width: none !important;
}

.ie .main.col-md-8 {
    width: 62.5%;
    padding-right: 0;
}

.ie .aside.col-md-4 {
    width: 37.5%;
    padding-left: 13px;
    padding-right: 6px;
}

.ie #main-wrapper .header #top-navs {
    min-width: 896px;
}

.ie #top-navs .nav-toggle-anchor {
    display: none !important;
}

#videoModel iframe {
    height: 100%;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
