.bigScreen {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: flex;
}

.smallScreen {
    display: none;
}

.spanObjective {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    color: #333333;
    display: flex;
}

.objBullet {
    background-image: url("../images/intropage/objectiveCenter.png");
    background-repeat: no-repeat;
    min-width: 100px;
    max-width: 100px;
    background-position: center;
    background-size: contain;
    color: #3399FF;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 36px;
    letter-spacing: -2px;
    display: flex;
}

.absoluteBullet {
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    top: 2px;
    left: 5px;
    width: 95px;
    height: 98px;
    top: 2px;
    display: flex;
}

.objChild {
    position: relative;
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    margin: 5px;
    display: flex;
}

.parentAim {
    position: relative;
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
}

.spanAim1 {
    width: 35.5%;
    min-height: 320px;
    background-color: #FFFFFF;
    color: #333333;
}

.spanAim2 {
    width: 64%;
    background-image: url("../images/intropage/aimWithoutLine.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 87.6%;
    min-height: 400px;
    margin-left: 2px;
}

.rTable {
    display: table;
    width: 100%;
}

.aimTable {
    min-height: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 3px;
    border: 1px solid #999999;
}

.aimTableCell {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    border-bottom: 0px;
    min-height: 100%;
    padding-top: 20px;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

@media screen and (max-width: 800px) {
    .bigScreen {
        display: none;
    }

    .smallScreen {
        position: relative;
        display: flex;
        display: -webkit-flex;
        display: flex;
    }

    .parentAim {
        background-color: #ffffff;
    }

    .spanObjective {
        width: 100%;
    }

    .spanAim1 {
        width: 100%;
        background-color: #6633FF;
        min-height: auto;
    }

    .spanAim2 {
        width: 100%;
        border: none;
        background-size: 95%;
        background-image: none;
        min-height: 275px;
        position: relative;
        background-color: transparent;
    }

    .aimTableCell {
        border: none;
    }
}

body {
    background-color: #e6e6e6;
    color: #000000;
    overflow-x: hidden;
    font-family: Trebuchet MS;
}

.container {
    position: relative;
    background-position: top right;
    padding: 2px;
    padding-top: 0px;
    max-width: 1200px;
    background-color: #ffffff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

ul.blackArrow {
    list-style: none;
    margin: 1px 0;
    padding: 0 1em;
}

.blackArrow li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.redArrow li:before {
    border-color: transparent #D04137;
}

.yellowArrow li:before {
    border-color: transparent #F7B030;
}

.greenArrow li:before {
    border-color: transparent #92BF3F;
}

ul.bulletPoint {
    list-style-type: inherit;
    font-size: 16px;
    top: 0.9em;
}

.hline {
    width: 100%;
    height: 2px;
    background: #f3f3f3;
    margin-bottom: 8px;
}

ul.numList {

}

.rectBig {
    position: relative;
    font-family: Trebuchet MS;
    font-size: 16px;
    ve width: 100px;
}

.rectBigToggled {
    justify-content: center;
}

.rectSmall {
    position: relative;
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    transition: width 0.5s ease;
    font-family: Trebuchet MS;
    font-size: 18px;
    display: flex;
}

.rectSmallToggled {
    justify-content: flex-start;
    padding-left: 10px;
    width: 120px;
}

.rectButton {
    position: relative;
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 12%;
    height: 40px;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    transition: width 0.5s ease;
    font-family: Trebuchet MS;
    font-size: 18px;
    display: flex;
}

.rectButtonToggled {
    width: 90% !important;
    padding-left: 10px;
    justify-content: flex-start;
}

.displayNone {
    display: none;
}

.displayNoneToggled {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: flex;
}

.displaySlide {
    display: none !important;
}

.displaySlideToggled {
    display: flex !important;
    display: -webkit-flex !important;
}

.displayText {
    display: none;
}

.displayTextToggled {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap !important;
    display: flex;
}

.linkNoUnderline {
    text-decoration: none;
    position: relative;
    display: flex;
    width: 35px;
}

.linkNoUnderline img {
    border: 0 none;
}

.animation-2 {
    width: 1024px;
    height: 110px;
}

.item-dataAccordion {
    display: none;
    width: inherit;
    font-family: calibriregular;
    height: auto;
    border: 1px solid #a8a8a8;
    background-color: #efefef;
}

.activeAccordion {
    background: #eee;
    color: #000;
}

.item-dataAccordion div {

}