/********************************************************************Common css***********************************************/
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.container {
    margin: 0 auto;
}

*, *:after, *:before {
    box-sizing: border-box;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.smallSpaceList {
    margin-left: -10px;
    margin-right: -10px;
}

.filterForm .row {
    margin-left: -3px;
    margin-right: -3px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .footerCol {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12, .col-xs-12 {
        width: 100%;
        clear: both;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .blockPad:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .blockPad:after {
    clear: both;
}
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after, .vspan:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, div {
    vertical-align: top;
}

* {
    outline: none;
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

img {
    border: 0px;
}

textarea {
    resize: none;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }

a, .formMain .buttonsMain input[type=submit], .newsMainBlock .lightGrey, .breadCrumbsBody a:before, .relatedActions:after, .icon:after, .icon:before, .secName, .slSitemap:after, .blockImg img, .sliderMain .sliderContent, .sliderMain .fullBg {
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.bgHolder.imageMain {
    height: auto;
}

a {
    color: #006595;
}

input, textarea, select, body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

h3, .normalText, .editorText {
    font-family: 'Open Sans', 'Droid Arabic Kufi', sans-serif !important;
}
/************************************* Website Styles ********************************/
/************************************* Common Styles ********************************/
.sameHeightPads, .sameHeightEntity {
}

.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.posRelative, .combodate, .posRel {
    position: relative;
}

.absolutePos {
    position: absolute;
}

.textDecorationNone {
    text-decoration: none;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.fontWeightBold {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

input, textarea, select, body, .smallTop a, .mainMenu a {
    color: #868686;
}

    .smallTop a:hover, .mainMenu a:hover {
        color: #ea9919;
    }
    /************************Structuring**********************/
    input[type=submit] {
        cursor: pointer;
    }
/*****************Header****************/
.logoHolder a {
    display: block;
}

.inlineMiddle, .inlinedList > li {
    vertical-align: middle;
    display: inline-block;
}

.icon, .headerSearch, .mainMenu > ul > li {
    position: relative;
}

    .icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before, .findMore:after, .slSitemap:after, .breadCrumbList a:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

.membersIcon:before {
    left: 12px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    background-position: -46px -86px;
    position: absolute;
}

.headerSearch input[type=text] {
    padding: 5px 30px 5px 10px;
}

.headerSearch input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0 none;
}

.mainMenu {
    clear: right;
    float: right;
    padding-top: 25px;
}

    .mainMenu > ul > li {
        float: left;
    }

        .mainMenu > ul > li > a {
            display: block;
            padding: 10px 12px;
            font-size: 18px;
        }

.headerSearch, .headerBtns {
    margin-left: 10px;
}

.header {
    padding-top: 25px;
    padding-bottom: 25px;
}
/*****************Header****************/

/*****************Slider****************/
.fullBg {
    background-size: cover;
}

.sliderheight, .sliderMain {
    height: 478px;
}

.sliderContent {
    position: absolute;
    top: 120px;
    background: #fff;
    left: 15px;
    padding: 30px 35px;
    color: #fff;
    max-width: 365px;
}
/*****************Slider****************/


/************************Structuring**********************/





/********************************************************************Common css ends here***********************************************/



h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea, select {
    line-height: 16px;
}
/*********************Sprite*******************/
.logoHolder a, .headerSearch input[type=submit], .flex-direction-nav a:after, .findMore:after, .readMoreIcon, .customSelectInner:after, .socialIcon, .slSitemap:after, .breadCrumbList a:after, .toggleFooter:after, .icon:before, .breadCrumbsBody a:before, .toggleleftMenu:after, .arrowsCal a, .thankyoumessage:before, body .RadPicker_Default .rcCalPopup, .vspan:before, .zoomIcon, .fancySharingTools a, .backLink a, .touchBody .mainMenu > ul > li > a.dropdownArrow:after, .normalText ul li:before, .editorText ul li:before {
    background-image: url(../images/sprite.png);
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .logoHolder a, .headerSearch input[type=submit], .flex-direction-nav a:after, .findMore:after, .readMoreIcon, .customSelectInner:after, .slSitemap:after, .breadCrumbList a:after, .toggleFooter:after, .icon:before, .breadCrumbsBody a:before, .toggleleftMenu:after, .arrowsCal a, .thankyoumessage:before, body .RadPicker_Default .rcCalPopup, .vspan:before, .zoomIcon, .fancySharingTools a, .backLink a, .touchBody .mainMenu > ul > li > a.dropdownArrow:after, .normalText ul li:before, .editorText ul li:before {
        background-image: url(../images/sprite@2x.png);
        display: inline-block;
        background-size: 300px 1000px;
    }
}

.customSelectInner:after, .leftMenuList a.selected:after, .toggleleftMenu:after, .thankyoumessage:before, .maininfotitle {
    content: '';
}
/*********************Sprite*******************/

.smallTop a, .orangeBtn, .mainMenu a, .sliderTitle, .slideBtn, .countdownHolder .blueBg, .blocBigTitle, .blockTitle, .pageTitle, .bigLink, .borderedTitle, .bigOr, .pageMainTitle, .blueBtn, .tableHead, h5, .formSteps li, .big404, .quickFacts2, .exCommTable .posName {
    font-family: 'Muli', sans-serif;
}

.headerSearch input[type=submit] {
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-position: 0 -114px;
    padding: 0;
}

.logoHolder a {
    width: 175px;
    height: 86px;
    background-position: 0 0;
    text-indent: -9999px;
}

.smallTop a {
    display: block;
    font-size: 16px;
    padding: 0 13px;
    position: relative;
}

.smallTop li a:before, .mainMenu > ul > li + li > a:before {
    border-left: 1px solid #868686;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.mainMenu > ul > li:nth-child(2) > a:before {
    display: none;
}

.orangeBtn {
    display: block;
    color: #fff;
    background: #ea9919;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 18px;
}

    .orangeBtn:hover {
        background: #006595;
    }

    .orangeBtn.icon {
        padding-left: 32px;
        position: relative;
    }

.mainMenu > ul > li > a {
    color: #8f8f8f;
    font-size: 20px;
}

    .mainMenu > ul > li > a:hover, .mainMenu > ul > li:hover > a {
        -webkit-box-shadow: inset 0 3px 0 0 #006595;
        box-shadow: inset 0 3px 0 0 #006595;
        background: #ececec;
        color: #006595;
    }

.mainMenu > ul > li + li:hover > a:before {
    display: none;
}

.hasSubmenu {
    position: relative;
}

.dropDownMenu {
    padding: 20px;
    left: 50%;
    top: 100%;
    position: absolute;
    z-index: 11;
    background: #ececec;
    min-width: 100%;
    width: 600px;
    display: none;
    margin-left: -300px;
}

.noImage .dropDownMenu {
    right: inherit;
    left: 0;
    width: 250px;
    margin-left: 0;
}

.dropDownMenu a {
    font-size: 18px;
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #dedede;
}

.dropDownMenu li:last-child a {
    border-bottom: 0 none;
}

.dropDownMenu ul {
    overflow: auto;
}

.sliderMain {
    max-width: 1325px;
    margin: 0 auto;
}

.sliderContent {
    background: #ea9919;
    background: rgba(234,153,25,0.9);
    color: #fff;
    max-width: 365px;
}

    .sliderContent p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

.sliderTitle {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}

.slideBtn {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    color: #323232;
    font-size: 16px;
}

    .slideBtn:hover {
        background: #006595;
        color: #fff;
    }

.countdownHolder {
    position: relative;
    margin-top: -28px;
    z-index: 11;
    float:left;
}

.blueBg {
    background: #006595;
    color: #fff;
}

.countdownHolder .blueBg, .countdownHolder .orangeBg .centeredContent {
    height: 200px;
    text-align: center;
    padding: 40px 50px 0 50px;
    text-align: left;
}

.blueParent {
    padding-right: 0;
}

.orangeParent {
    padding-left: 0;
}

.orangeBg {
    background: #ea9919;
    color: #fff;
    font-size: 15px;
}

.countdownHolder .orangeBg {
    height: 200px;
    text-align: center;
}

.rightArrowBlue {
    position: absolute;
    left: 100%;
    top: 0;
    width: 15px;
    border-top: 100px solid rgba(0,0,0,0);
    border-bottom: 100px solid rgba(0,0,0,0);
    border-left: 25px solid #006595;
    z-index: 1;
}

.timerNumber {
    display: block;
    font-size: 55px;
    line-height: 50px;
}

.timerSection {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    border-top: 4px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

    .timerSection + .timerSection:after {
        width: 1px;
        position: absolute;
        left: -20px;
        background: #fff;
        top: 15px;
        height: 60px;
        display: block;
        content: '';
    }

#clock {
    display: block;
    padding-top: 55px;
}

.blocBigTitle {
    font-size: 30px;
}

.smallSummary {
    font-size: 14px;
    margin-bottom: 5px;
}

.location {
    color: #787878;
}

.blockSpace {
    margin-bottom: 50px;
}

.smallBlockSpace {
    margin-bottom: 20px;
}

.newsItem {
    font-size: 14px;
}

.newsDate {
    font-weight: bold;
    color: #006595;
}

.darkGrey, .newsMainBlock .lightGrey:hover, .darkHover:hover {
    background: #3a3a3a;
    color: #fff;
}

.lightGrey {
    background: #ececec;
}

.darkGrey .newsDate, .newsMainBlock .lightGrey:hover .newsDate, .darkHover:hover .bigLink, .darkHover:hover .relatedActions a, .darkHover:hover .secName {
    color: #fff;
}

.blockTitle, .maininfotitle {
    color: #313131;
    font-size: 32px;
    display: inline-block;
    border-top: 3px solid #313131;
}

    .blockTitle.bitSmaller, .accHead {
        font-size: 20px;
    }

.accHead {
    line-height: normal;
}

.blockTitle.smallestBlockTitle {
    font-size: 18px;
}

.blockHead {
    margin-bottom: 10px;
}

.whatsNewHighlight .darkGrey {
}

.blockPad {
    padding: 30px;
}

.listImage {
    float: left;
}

    .listImage + .listContent {
        padding-left: 25px;
        overflow: auto;
    }

.findMore {
    color: #ea9b1e;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}

.accContent a.findMore {
    color: #ea9b1e;
}

    .findMore:hover, .accContent a.findMore:hover {
        color: #006595;
    }

.findMore.icon {
    padding-left: 30px;
}

.findMore + .findMore {
    margin-left: 20px;
}

.findMore:after, .slSitemap:after, .leftMenuList a.selected:after {
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    background-position: 0 -105px;
    top: 5px;
}

.findMore:after {
    background-position: -27px -105px;
}

.findMore:hover:after {
    background-position: -36px -105px;
}

.folderAddIcon:after {
    background-position: -57px -107px;
    width: 24px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.arLang {
    direction: rtl;
    text-align: right;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

    .arLang * {
        font-family: 'Droid Arabic Kufi', sans-serif !important;
    }

    .arLang .findMore {
        padding-left: 0;
        padding-right: 15px;
    }

        .arLang .findMore::after {
            left: inherit;
            right: 0;
            background-position: -9px -105px;
            top: 8px;
        }

.economicImpact {
    background: #d9ebf6 url(../images/economic-impact.jpg) center center no-repeat;
    height: 440px;
}

.readMoreIcon, .zoomIcon, .touchBody .mainMenu > ul > li > a.dropdownArrow:after {
    width: 22px;
    height: 22px;
    background-position: 0 -229px;
    float: right;
    display: block;
    margin-top: 4px;
}

.touchBody .mainMenu > ul > li > a.dropdownArrow:after {
    content: '';
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}

.readMoreIcon:hover, .touchBody .mainMenu > ul > li > a.dropdownArrow:hover:after {
    background-position: 0 -251px;
}

.zoomIcon {
    margin-top: 5px;
    background-position: -44px -229px;
}

    .zoomIcon:hover {
        background-position: -44px -251px;
    }

.activeAcc .readMoreIcon, .activeAcc .readMoreIcon:hover {
    background-position: -22px -229px;
}

.selectParent {
    position: relative;
    margin-bottom: 15px;
}

select.hasCustomSelect {
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.customSelect {
    display: block;
    width: 100% !important;
    color: #303030;
    font-size: 14px;
    background: #fff;
    padding: 5px 15px;
}

.combodate {
    display: block;
}

.customSelectInner {
    display: block;
    width: 100% !important;
    position: relative;
    padding-right: 15px;
}

    .customSelectInner:after, .toggleleftMenu:after {
        display: block;
        width: 14px;
        height: 8px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        background-position: 0 -164px;
    }

.absBlockContent {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    bottom: 0;
    background: url(../images/white-overlay.png);
}

.blockImg {
    position: relative;
}

    .blockImg img {
        display: block;
        width: 100%;
    }

.smallTitle {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2b2b2b;
}

.margBot10 {
    margin-bottom: 10px;
}

.rightAlign {
    text-align: right;
}

.socialTitle {
    color: #838383;
    font-size: 17px;
}

.inlineTitle, .flSitemap {
    font-size: 17px;
}

.socialIcon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

    .socialIcon:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.fbIcon {
    background-position: 0 -173px;
}

.twIcon {
    background-position: -24px -173px;
}

.instaIcon {
    background-position: -48px -173px;
}

.utIcon {
    background-position: -72px -173px;
}

.socialMedia {
    margin-bottom: 20px;
}

.footer, .breadCrumbs {
    background: #006595;
    color: #fff;
    padding: 25px 0;
}

.breadCrumbs {
    padding: 3px 0 7px 0;
    font-size: 15px;
    font-weight: 300;
}

    .footer a, .breadCrumbs a {
        color: #fff;
        display: inline-block;
    }

        .footer a:hover {
            color: #ea9919;
        }

.mainlingList input[type=text] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.mainlingList .headerSearch input[type=submit] {
    background-position: -272px 0;
}

.mainlingList {
}

.flSitemap {
    margin-bottom: 10px;
}

.footerCol {
    width: 20%;
    float: left;
}

.sitemapList {
    margin-bottom: 20px;
}

    .sitemapList:last-child {
        margin-bottom: 0;
    }

.slSitemap {
    padding-left: 15px;
    position: relative;
}

    .slSitemap:after, .leftMenuList a.selected:after {
        background-position: -18px -105px;
    }

    .slSitemap:hover:after {
        background-position: -27px -105px;
    }

.footerTop {
    padding-bottom: 30px;
}

.footerColumns {
    display: none;
    padding-top: 30px;
}

.breadCrumbList a {
    padding-right: 13px;
    position: relative;
}

    .breadCrumbList a + a {
        padding-left: 5px;
    }

    .breadCrumbList a:last-child:after {
        display: none;
    }

    .breadCrumbList a:after {
        width: 7px;
        height: 12px;
        background-position: -24px -86px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
    }

.toolsHolder a, .toolsHolder > span {
    padding-left: 5px;
    padding-right: 5px;
}

    .toolsHolder a:last-child {
        padding-right: 0;
    }

.subPagesHead .slides li {
    background-repeat: no-repeat;
    background-position: center center;
}

.subPagesHead .sliderheight, .subPagesHead {
    height: 282px;
}

.pageTitle {
    left: 15px;
    right: 15px;
    padding: 20px 40px;
    font-size: 25px;
    color: #fff;
    background: url(../images/orange-overlay.png);
    position: absolute;
    bottom: 0;
    line-height: 33px;
}

.bigText {
    font-size: 16px;
    color: #494949;
    line-height: 27px;
}

.mainBodyContainer {
    padding: 35px 0;
}

.smallSpaceList .col-md-2, .smallSpaceList .col-md-3, .smallSpaceList .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.filterForm .row .col-md-1, .filterForm .row .col-md-2, .filterForm .row .col-md-3, .filterForm .row .col-md-4, .filterForm .row .col-md-5, .filterForm .row .col-md-6, .filterForm .row .col-md-7, .filterForm .row .col-md-8, .filterForm .row .col-md-9, .filterForm .row .col-md-10, .filterForm .row .col-md-11, .filterForm .row .col-md-12, .filterForm .row .col-xs-1, .filterForm .row .col-xs-2, .filterForm .row .col-xs-3, .filterForm .row .col-xs-4, .filterForm .row .col-xs-5, .filterForm .row .col-xs-6, .filterForm .row .col-xs-7, .filterForm .row .col-xs-8, .filterForm .row .col-xs-9, .filterForm .row .col-xs-10, .filterForm .row .col-xs-11, .filterForm .row .col-xs-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.smallBlocPad {
    padding: 10px;
}

.margBot20 {
    margin-bottom: 20px;
}

.bigLink {
    margin: 0;
    color: #2b2b2b;
    border-top: 3px solid #2b2b2b;
    font-size: 18px;
    display: block;
    line-height: 26px;
    padding-top: 7px;
    padding-bottom: 15px;
}

.innerPad {
    padding: 20px 30px;
}

.normalText, .editorText {
    color: #787878;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

    .normalText a, .bigLink:hover, .editorText a {
        color: #ea9919;
    }

        .normalText a:not([class]), .editorText a:not([class]) {
            text-decoration: underline;
        }

.bigLink:hover {
    border-top-color: #ea9919;
}

.normalText a:hover, .editorText a:hover {
    color: #787878;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.blueBloc {
    background: #006595;
    color: #fff;
}

.orangeBloc {
    background: #ea9919;
    color: #fff;
}

.borderedTitle {
    font-size: 26px;
    margin-bottom: 20px;
    border-top: 4px solid #2b2b2b;
}

.bigPad {
    padding: 40px;
}

.blueBloc .borderedTitle, .orangeBloc .borderedTitle {
    border-top: 4px solid #fff;
}

.blocBtn, .blueBtn {
    color: #333333;
    font-size: 20px;
    background: #ffffff;
    padding: 15px 0;
    text-align: center;
    display: block;
    border: 0 none;
    text-transform: lowercase;
}

.centered {
    text-align: center;
}

.bigOr {
    line-height: 55px;
    font-size: 20px;
}

.historyList .smallSummary {
    color: #2c2c2c;
}

.centeredList {
    float: left;
}

.leftOffset015 {
    margin-left: 12.5%;
}

.playIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .playIcon span {
        display: block;
        position: absolute;
        width: 58px;
        height: 58px;
        border-radius: 100%;
        background: url(../images/white-trans.png);
        left: 50%;
        top: 50%;
        margin: -29px 0 0 -29px;
    }

        .playIcon span:after {
            display: block;
            content: '';
            position: absolute;
            border-left: 10px solid #252525;
            border-top: 10px solid rgba(0,0,0,0);
            border-bottom: 10px solid rgba(0,0,0,0);
            left: 50%;
            top: 50%;
            margin: -10px 0 0 -5px;
        }

.leftMenuBlock {
    background: url(../images/orange-overlay.png);
    padding: 25px 40px;
    margin-top: -50px;
}

.slLeftMenuList {
    margin-left: 25px;
}

.leftMenuList a, .toggleleftMenu {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
}

    .leftMenuList a:hover {
        margin-left: 5px;
    }

.slLeftMenuList a {
    font-size: 15px;
}

.leftMenuList a.selected {
    font-weight: bold;
    text-decoration: underline;
}

    .leftMenuList a.selected:after {
        top: 9px;
    }

.pageMainTitle {
    color: #006595;
    font-size: 24px;
    margin-bottom: 15px;
}

.accHead {
    cursor: pointer;
    color: #4b4b4b;
}

.accItem {
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .accItem:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.contentArea h4, .contentArea h3 {
    font-size: 18px;
    color: #4b4b4b;
    margin-bottom: 15px;
    line-height: normal;
}

.contentArea h3, .maininfotitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.tableLayout th, .tableLayout td {
    padding: 10px 20px;
    vertical-align: middle;
    text-align: left;
}

.posName {
    color: #fff;
    font-size: 18px;
    position: relative;
    line-height: 22px;
    padding-left: 15px;
}

    .posName:before, .normalText ul li:before {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        width: 7px;
        height: 7px;
        border: 2px solid #fff;
        border-radius: 100%;
        display: block;
    }

.tableLayout .posName:before {
    display: none;
}

.tableLayout .posName {
    padding-left: 0;
}

.normalText ul, .editorText ul, .normalText ol, .editorText ol {
    margin: 0 0 0 45px;
}

    .normalText ul ul, .editorText ul ul {
        margin: 10px 20px;
    }

    .normalText ul li:before, .editorText ul li:before {
        width: 9px;
        height: 12px;
        background-position: 0 -326px;
        border: 0 none;
    }

    .normalText ul li li:before, .editorText ul li li:before {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        height: 6px;
        border: 0 none;
        top: 12px;
        width: 6px;
        background-color: #787878;
        border-color: #b0b0b0;
        background-image: none;
    }

.normalText li li, .editorText li li {
    font-size: 16px;
}

.tableLayout {
    margin-bottom: 30px;
}

    .tableLayout:last-child {
        margin-bottom: 0;
    }

    .tableLayout tr th, .blueLevel, .tableLayout .posName {
        background: #006595;
    }

    .tableLayout tr:nth-child(2n) th, .tableLayout .positionName {
        background: #3384aa;
    }

    .tableLayout tr td, .selfArranged {
        font-size: 15px;
    }

    .tableLayout tr.darkRow td, .quickFacts1 tr:nth-child(2n+1) td {
        background: #f1f1f1;
    }

.accContent {
    display: none;
    padding-top: 15px;
}

.blueLevel {
    padding: 20px;
}

.blueLevel {
    float: none;
    display: inline-block;
}

.whiteLevel {
    border: 2px solid #006595;
    background: #fff;
    color: #006595;
}

.orangeLevel {
    background: #ea9919;
    display: block;
    float: left;
}

.whiteLevel .posName {
    color: #006595;
}

    .whiteLevel .posName:before {
        border-color: #006595;
    }

.blueLevel .posName {
    width: auto;
    text-align: center;
    display: inline-block;
}

.levelItem {
    margin-bottom: 20px;
}

.normalText li, .editorText li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.normalText ul li:before, .editorText ul li:before {
    border-color: #787878;
}

.relatedBlock {
    background: #006595;
}

    .relatedBlock, .relatedBlock .blockTitle, .relatedBlock .normalText, .maininfotitle {
        color: #fff;
    }

        .relatedBlock .blockTitle, .maininfotitle {
            border-color: #fff;
        }

.borderedBlock {
    border: 1px solid #dedede;
    padding: 15px;
}

    .borderedBlock.bigPad {
        padding: 40px;
    }

.smallestSummary {
    font-size: 15px;
    line-height: 23px;
}

    .smallestSummary strong {
        color: #3c3c3c;
    }

.smallHeadBlock .floatRight, .floatRight.withTopPad {
    padding-top: 10px;
}

.margBot30 {
    margin-bottom: 30px;
}

.relatedBlock .inputEntity {
    margin-bottom: 10px;
}

.inputEntity label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.relatedBlock .inputEntity label {
    color: #fff;
}

.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity span.customSelect, .inputEntity textarea {
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: block;
    border: 1px solid #4b91b3;
    height: 40px;
}

.inputEntity textarea {
    height: 286px;
}

.relatedBlock .inputEntity input[type=text], .relatedBlock .inputEntity span.customSelect {
    border: 1px solid #4b91b3;
    background: transparent;
    color: #fff;
    height: 48px;
}

.relatedBlock .inputEntity span.customSelectInner {
    height: 28px;
}

.relatedBlock .inputEntity input.blocBtn {
    display: block;
    width: 100%;
}

.relatedBlock .customSelectInner:after {
    background-position: -32px -86px;
}

.toggleFooter {
    display: block;
    width: 45px;
    height: 38px;
    top: -38px;
    left: 50%;
    margin-left: -22px;
    background: #006595;
    position: absolute;
}

    .toggleFooter:after {
        width: 14px;
        height: 8px;
        content: '';
        display: block;
        top: 13px;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        background-position: -32px -86px;
    }

    .toggleFooter.flipped:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

.leftImg {
    float: left;
    margin-right: 20px;
}

.relatedActions a {
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 16px;
    color: #2b2b2b;
}

    .relatedActions a:last-child {
        margin-bottom: 0;
    }

.relatedActions {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.folderIcon:before, .docIcon:before {
    width: 24px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    left: 0;
    background-position: -81px -107px;
    position: absolute;
}

.docIcon:before {
    background-position: -105px -107px;
}

.folderIcon:hover:before {
    background-position: -81px -128px;
}

.docIcon:hover:before {
    background-position: -105px -128px;
}

.folderAddIcon:hover:after {
    background-position: -57px -128px;
}

.blueBtn {
    display: inline-block;
    background: #006595;
    padding: 15px;
    color: #fff;
}

    .blueBtn:hover {
        background: #f6f6f6;
        color: #006595;
    }

.smallHeadBlock .newsDate, .sharingDetails {
    margin-bottom: 20px;
}

.galleryBlocksRow .row {
    margin-left: -5px;
    margin-right: -5px;
}

    .galleryBlocksRow .row .col-md-1, .galleryBlocksRow .row .col-md-2, .galleryBlocksRow .row .col-md-3, .galleryBlocksRow .row .col-md-4, .galleryBlocksRow .row .col-md-5, .galleryBlocksRow .row .col-md-6, .galleryBlocksRow .row .col-md-7, .galleryBlocksRow .row .col-md-8, .galleryBlocksRow .row .col-md-9, .galleryBlocksRow .row .col-md-10, .galleryBlocksRow .row .col-md-11, .galleryBlocksRow .row .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

.galleryBlocksRow .smallImage, .galleryBlocksRow .bigImage {
    margin-bottom: 8px;
}

.galleryBlocksRow.bigRight .bigImage {
    float: right;
}

.floatRight.withTopPad .findMore + .findMore {
}

    .floatRight.withTopPad .findMore + .findMore:before {
        left: -10px;
        width: 1px;
        height: 100%;
        display: block;
        position: absolute;
        content: '';
        background: #e1e1e1;
        top: 0;
    }

.pageMainTitle.withTopPad {
    padding-top: 25px;
}

.breadCrumbsBody {
    margin-bottom: 20px;
}

    .breadCrumbsBody a {
        color: #4b4b4b;
        font-size: 15px;
        position: relative;
        padding-left: 15px;
    }

        .breadCrumbsBody a.activeBreadcrumb {
            font-weight: bold;
        }

        .breadCrumbsBody a:before {
            position: absolute;
            content: '';
            left: 0;
            width: 7px;
            height: 12px;
            top: 50%;
            margin-top: -6px;
            background-position: -175px 0;
        }

        .breadCrumbsBody a:hover:before {
            background-position: -175px -12px;
        }

        .breadCrumbsBody a + a {
            margin-left: 10px;
        }

        .breadCrumbsBody a:hover {
            color: #ea9b1e;
        }

.darkHover:hover .bigLink {
    border-top-color: #fff;
}

.darkHover:hover .relatedActions a:hover {
    color: #ea9b1e;
}

.darkHover:hover .relatedActions a.folderIcon:before {
    background-position: -81px -86px;
}

.darkHover:hover .relatedActions a.docIcon:before {
    background-position: -105px -86px;
}

.darkHover:hover .relatedActions a.folderIcon:hover:before {
    background-position: -81px -107px;
}

.darkHover:hover .relatedActions a.docIcon:hover:before {
    background-position: -105px -107px;
}

.airlineDates {
    font-size: 16px;
    color: #4b4b4b;
}

.floatedMember {
    float: left;
    margin-right: 15px;
}

.statsTable {
    color: #787878;
    font-size: 14px;
}

    .statsTable td, .quickFacts2 td {
        padding: 15px 20px;
    }

.statsTable {
    margin-bottom: 15px;
}

.darkRow td {
    background: #f1f1f1;
}

.quickFacts2 tr td {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

    .quickFacts2 tr td.h5Head + tr td, .fleetSection tr:nth-child(2n+1) td {
        background: #f1f1f1;
    }

.blueRow td, .fleetSection tr:nth-child(1) td, .quickFacts2 tr:nth-child(1) td {
    background: #006595 !important;
    color: #fff;
    font-size: 15px;
}

.tableHead, h5, .h5Head, .quickFacts2 td {
    font-size: 15px;
}

.fleetSection tr td:nth-child(1) {
    color: #006595;
    font-weight: bold;
}

.fleetSection tr:nth-child(1) td:nth-child(1) {
    color: #fff;
    font-weight: normal;
}

.quickFacts2 tr:nth-child(1) td {
    font-weight: bold;
}

td.h5Head, tr.h5Head td {
    font-size: 18px !important;
}

h5, .h5Head {
    color: #3c3c3c;
}

.relatedList .listContent {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .relatedList .listContent:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 none;
    }

.sliderLanding {
    padding-bottom: 20px;
}

    .sliderLanding .sliderContent {
        top: inherit;
        left: 55px;
        bottom: 40px;
    }

    .sliderLanding .flex-direction-nav .flex-prev {
        margin-right: 0;
        right: 70px;
        top: 20px;
    }

    .sliderLanding .flex-direction-nav .flex-next {
        margin-right: 0;
        right: 20px;
        top: 20px;
    }

    .sliderLanding .flex-control-nav {
        display: none;
    }

.connectedGalleryCarousel #carousel .slides > li {
    margin-right: 8px;
}

.connectedGalleryCarousel {
    width: 600px;
}

#carousel {
    margin: 10px 20px;
    margin-bottom: 0;
}

    #carousel .flex-direction-nav a {
        left: inherit;
        right: inherit;
        margin-right: 0;
        margin-top: -22px;
        top: 50%;
    }

        #carousel .flex-direction-nav a.flex-prev {
            left: -20px;
        }

        #carousel .flex-direction-nav a.flex-next {
            right: -20px;
        }

.albumsMainPopup .sharingDetails {
    margin-bottom: 0;
    padding-top: 10px;
}

.formSteps {
    padding-bottom: 30px;
}

    .formSteps li {
        display: block;
        position: relative;
        border-top: 2px solid #9f9f9f;
        float: left;
        color: #9f9f9f;
        font-size: 17px;
        padding-top: 10px;
        padding-right: 20px;
    }

        .formSteps li:after {
            display: block;
            content: '';
            width: 13px;
            height: 13px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            background: #fff;
            border-radius: 100%;
            border: 2px solid #9f9f9f;
            position: absolute;
            left: 0;
            top: -8px;
        }

    .formSteps:after {
        display: block;
        content: '';
        clear: both;
    }

    .formSteps li.active {
        border-color: #ea9919;
        color: #ea9919;
    }

        .formSteps li.active:after {
            border-color: #ea9919;
        }

.checkboxList li, .checkboxList input[type=checkbox], .inputEntity label.inlineLabel {
    display: inline-block;
    vertical-align: middle;
}

.checkboxList input[type=checkbox] {
    float: left;
    margin: 5px 5px 0 0;
}

.checkboxList li {
    font-size: 15px;
    margin-right: 15px;
}

.formMain .inputEntity label {
    color: #3f3f3f;
}

.formMain .inputEntity {
    margin-bottom: 15px;
}

    .formMain .inputEntity:last-child {
        margin-bottom: 0px;
    }

    .formMain .inputEntity input[type=text], .formMain .inputEntity input[type=password], .formMain .inputEntity span.customSelect, .inputEntity textarea {
        border: 1px solid #d9d9d9;
    }

.inputEntity label.lightLabel {
    color: #787878;
    font-weight: 300;
}

.inputEntity label.inlineLabel {
    margin-right: 15px;
}

.inputEntity label.inlineLabel {
    padding-top: 10px;
}

.buttonsMain {
    clear: both;
}

.orangeBg {
    background: #ea9919;
}

.buttonsMain {
    padding-top: 25px;
}

.rightAlign .blocBtn {
    display: inline-block;
    padding: 15px;
}

    .rightAlign .blocBtn + .blocBtn {
        margin-left: 10px;
    }

.secName {
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #2c2c2c;
    font-weight: bold;
}

    .secName:last-child {
    }

#container .item {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    #container .item .lightGrey {
        min-height: 480px;
    }

#container {
    margin-left: -20px;
    margin-right: -20px;
}

    #container .item:nth-child(2) {
        margin-top: 50px;
    }

    #container .item:nth-child(2n) {
        clear: right;
        float: right;
    }

    #container .item:nth-child(2n+1) {
        clear: left;
        float: left;
    }

    #container:after {
        top: 0;
        bottom: 0;
        left: 50%;
        border-right: 1px solid #eca330;
        margin-left: -1px;
        position: absolute;
        display: block;
        content: '';
    }

    #container .item .bigPad:before, #container .item .bigPad:after {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        margin-top: -5px;
    }

    #container .item .bigPad:before {
        border-left: 8px solid #f6f6f6;
        border-top: 12px solid rgba(0,0,0,0);
        border-bottom: 12px solid rgba(0,0,0,0);
        left: 100%;
    }

    #container .item:nth-child(2n) .bigPad:before {
        left: inherit;
        right: 100%;
        margin-left: 0;
        border-left: 0 none;
        border-right: 8px solid #f6f6f6;
        border-top: 12px solid rgba(0,0,0,0);
        border-bottom: 12px solid rgba(0,0,0,0);
    }

.item .bigPad {
    position: relative;
}

#container {
    margin-bottom: 70px;
    position: relative;
}

    #container .item .bigPad:after {
        background: #eca330;
        width: 13px;
        height: 13px;
        border-radius: 100%;
    }

    #container .item .bigPad:after {
        left: 100%;
        margin-left: 13px;
        margin-top: 0px;
    }

    #container .item:nth-child(2n) .bigPad:after {
        left: inherit;
        right: 100%;
        margin-right: 14px;
        margin-left: 0;
    }

    #container .item:last-child {
        margin-bottom: 0;
    }

.smallSpaceList .smallBlocPad {
    margin-bottom: 10px;
}

.content404 {
    padding: 100px 0;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.big404 {
    font-size: 50px;
    color: #006595;
    margin-bottom: 15px;
}

.inlineBtn {
    display: inline-block;
}

.orangeBg a {
    color: #ffffff;
    background-position: -18px -105px;
}

    .orangeBg a::after {
        background-position: -18px -105px;
    }

.padleft20 {
}

.blueText {
    color: #006595;
}

.accContent a {
    color: #ea9b1e;
}

    .accContent a:hover {
        color: #787878;
    }

.relatedRegional {
    padding-top: 30px;
}

.statsTable table {
    margin-bottom: 15px;
}

.accContent {
    padding-bottom: 20px;
}

.videoImage {
    padding-bottom: 100%;
    display: block;
    background-position: center center;
}

    .videoImage img {
        display: none;
    }

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
    height: auto !important;
}

.connectedGalleryCarousel .flex-direction-nav .flex-prev, .connectedGalleryCarousel .flex-direction-nav .flex-next, .subPagesHead .flex-direction-nav .flex-prev, .subPagesHead .flex-direction-nav .flex-next {
    left: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -22.5px;
    top: 50%;
}

.connectedGalleryCarousel .flex-direction-nav .flex-next, .subPagesHead .flex-direction-nav .flex-next {
    right: 20px;
    left: inherit;
}

.calendarStyling td {
    font-size: 13px;
    color: #000;
    padding: 5px;
}

    .calendarStyling td > a {
        display: block;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
    }

    .calendarStyling td.activeEvents > a {
        background: #006595;
        color: #fff !important;
    }

.calendarStyling tr:first-child td {
    padding: 0;
    background: transparent !important;
    vertical-align: middle;
    color: #006595;
}

.calendarStyling {
    border: 0 none !important;
}

.calendarDay {
    display: none;
}

.innerCalContent {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    background: #006595;
    color: #fff !important;
    margin-top: 10px;
}

    .innerCalContent:before {
        left: 50%;
        margin-left: -10px;
        border-right: 10px solid rgba(0,0,0,0);
        border-left: 10px solid rgba(0,0,0,0);
        border-bottom: 5px solid #006595;
        top: -5px;
        display: block;
        content: '';
        position: absolute;
        z-index: 11;
    }

.eventDetails {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

    .eventDetails:last-child {
        border-bottom: 0 none;
    }

.activeEvents:hover .innerCalContent {
    display: block;
}

    .activeEvents:hover .innerCalContent a {
        color: #fff;
    }

.eventDate {
    font-weight: bold;
    margin-bottom: 3px;
}

.eventTitle {
    font-size: 15px;
    margin-bottom: 10px;
}

.arrowsCal a {
    width: 8px !important;
    height: 14px !important;
    display: block;
    text-align: left;
    text-indent: -9999px;
}

.arrowsCal:first-child a {
    background-position: -8px -201px;
    float: left;
}

.arrowsCal:last-child a {
    background-position: 0 -201px;
    float: right;
}

.calendarStyling .posRel {
    z-index: 11;
}

.manglefttd {
    width: 50%;
    padding-right: 15px;
}

.mangrighttd {
    width: 50%;
    padding-left: 15px;
}

.thankyoumessage {
    color: #006595;
    position: relative;
    padding-left: 27px;
}

    .thankyoumessage:before {
        width: 23px;
        height: 14px;
        background-position: 0 -215px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }

.normalText + .relatedBlock {
    margin-top: 30px;
}

.st_print_large {
    position: relative;
}

    .st_print_large .stButton {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: none;
        left: 0;
        top: 0;
    }

        .st_print_large .stButton span {
            display: none !important;
        }

.sliderMain .flex-control-nav {
    display: none;
}

.greyBlock {
    padding: 25px;
    background: #ececec;
    clear: both;
}

.rightFloatedLogo {
    float: right;
}

.smallHeadBlock {
    clear: both;
}

.rightFloatedLogo + h3 {
    padding-top: 25px;
}

#Header1_rptMainMenu_liMainMenu_5 .dropDownMenu, #Header1_rptMainMenu_liMainMenu_6 .dropDownMenu {
    left: inherit;
    margin-left: 0;
    right: 0;
}

.blockImg {
    overflow: hidden;
}

    .blockImg:hover a img {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

body .RadPicker_Default .rcCalPopup {
    width: 18px;
    height: 18px;
    background-position: 0 -273px !important;
}

.foldersList .rgHeader {
    background: #006595 !important;
    color: #fff;
    font-size: 18px;
}

.signUpBtn {
    font-size: 16px;
}

span.error {
    color: #dc404a;
    display: inline-block;
    font-size: 16px;
}

.vspan {
    color: #dc404a;
    font-weight: normal;
    position: relative;
}

    .vspan:before {
        background-position: 0 -291px;
        width: 13px;
        height: 12px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px;
    }

.relatedList p {
    margin: 5px 0;
}

.orangeWord {
    color: #ea9b1e;
}

.documentsTable .rgHeader {
    display: none;
}

.documentsTable.dontHideHeader .rgHeader {
    display: table-cell;
}

.documentsTable td, .documentsTable td {
    padding: 10px !important;
    color: #787878;
}

.documentsTable .RadGrid_Default .rgRow a, .documentsTable .RadGrid_Default .rgAltRow a, .documentsTable .RadGrid_Default .rgEditRow a {
    color: #787878;
}

.documentsTable tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

.documentsTable table, .documentsTable td {
    border: 0 none;
}

.documentsTable .RadGrid_Default {
    border: 0 none;
}

    .documentsTable .RadGrid_Default .rgSelectedRow td {
        background: #006595;
    }

    .documentsTable .RadGrid_Default .rgSelectedCell a, .documentsTable .RadGrid_Default .rgSelectedRow a, .documentsTable .RadGrid_Default .rgSelectedRow td {
        color: #fff;
    }

    .documentsTable .RadGrid_Default .rgRow td, .documentsTable .RadGrid_Default .rgAltRow td, .documentsTable .RadGrid_Default .rgEditRow td, .documentsTable .RadGrid_Default .rgFooter td {
        border: 0 none;
    }

.VDRbreadcrumb {
    margin-bottom: 25px;
    color: #4b4b4b;
    font-weight: bold;
}

    .VDRbreadcrumb a {
        font-size: 15px;
        color: #4b4b4b;
    }

.partnersList .borderedBlock {
    min-height: 280px;
}

.partnersList .col-md-4:nth-child(3n+1) {
    clear: both;
}

.documentsTable .findMore {
    color: #ea9b1e !important;
    margin-left: 0;
    display: block;
}

    .documentsTable .findMore:hover {
        color: #006595 !important;
    }

.documentsTable .RadGrid_Default .rgAltRow {
    background: transparent;
}

.pcolor {
    color: inherit;
}

.relatedBlock a {
    color: #ea9919;
}

.relatedBlock.orangeBg a {
    color: #fff;
}

    .relatedBlock.orangeBg a:hover {
        text-decoration: none;
    }

.relatedBlock a:hover {
    color: #fff;
    background-color: #EA9919;
}

.fancySharingTools {
    position: absolute;
    right: 30px;
    top: 3px;
}

    .fancySharingTools a {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 5px;
        text-indent: -9999px;
    }

        .fancySharingTools a.printImage {
            background-position: -66px -229px;
        }

            .fancySharingTools a.printImage:hover {
                background-position: -66px -251px;
            }

        .fancySharingTools a.shareImage {
            background-position: -88px -229px;
        }

            .fancySharingTools a.shareImage:hover {
                background-position: -88px -251px;
            }

.backLink {
    float: left;
    margin-right: 10px;
    text-indent: -9998px;
    margin-top: 5px;
}

    .backLink.withTopPad {
        margin-top: 10px;
    }

    .backLink.withBigTopPad {
        margin-top: 29px;
    }

    .backLink a {
        display: block;
        width: 23px;
        height: 19px;
        background-position: 0 -307px;
        margin-bottom: 10px;
    }

.mainMenu > ul > li > a.dropdownArrow {
    display: none;
}

.accContent .blockSpace {
    margin-bottom: 20px;
}

.tableLayout .posName, .tableLayout .positionName {
    text-align: center;
    color: #fff; /*padding:15px;*/
}

.tableLayout .posName {
    /*min-height:74px;*/
    position: relative;
}

    .tableLayout .posName:after {
        display: block;
        position: absolute;
        border-left: 15px solid rgba(0,0,0,0);
        border-right: 15px solid rgba(0,0,0,0);
        border-top: 10px solid #006595;
        left: 50%;
        margin-left: -15px;
        top: 100%;
        content: '';
    }

.tableLayout .positionName {
    min-height: 105px;
}

.tableLayout .row {
    margin-left: -5px;
    margin-right: -5px;
}

    .tableLayout .row .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

.historyTimelineSLider .flexslider .slides li {
    margin-right: 30px;
}

.historyTimelineSLider .flex-direction-nav a {
    top: -100px;
}

.linesIcon span, .linesIcon:after, .linesIcon:before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    margin-bottom: 3px;
    background: #c3c3c3;
}

.linesIcon:after {
    margin-bottom: 0;
}

.topIcons a, .topIcons > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #2b2b2b;
}

.linesIcon {
    padding: 7px;
}

.squaresIcon span, .squaresIcon:after, .squaresIcon:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #c3c3c3;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.squaresIcon {
    width: 26px;
    padding: 6px;
}

    .linesIcon.selectedView, .squaresIcon.selectedView {
        background: #eca330;
    }

.selectedView span, .selectedView:before, .selectedView:after {
    background: #fff;
}

.topIcons {
    margin-bottom: 15px;
}

    .topIcons:after {
        clear: both;
        content: '';
        display: block;
    }

.vMiddle {
    display: inline-block;
    vertical-align: middle;
}

.listViewDisplay .accHead {
    display: none;
}

.listViewDisplay .accContent {
    display: block !important;
}

.listViewDisplay .accItem {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.listViewDisplay .row:after {
    display: none !important;
}

.listViewDisplay .row {
    display: block;
}

.listViewDisplay .partnersList .col-md-4 {
    clear: none;
}

.listViewDisplay .partnersList .col-md-4 {
    width: 25%;
}

    .listViewDisplay .partnersList .col-md-4 img {
        max-width: 100%;
    }

.listViewDisplay .blockTitle.smallestBlockTitle {
    font-size: 16px;
}

.listViewDisplay .partnersList .borderedBlock {
    padding: 10px;
    min-height: 270px;
}

.pubsCheckList {
    width: 100%;
}

    .pubsCheckList tr {
        display: block;
        float: left;
        width: 25%;
    }

.listViewDisplay .clearfix:before, .listViewDisplay .container:before, .listViewDisplay .container-fluid:before, .listViewDisplay .row:before {
    display: none;
}

.normalText h3.blockTitle {
    line-height: initial;
}

.editorText h4, .normalText h4:not([class]) {
    font-size: 16px;
    color: #4b4b4b;
    line-height: normal;
    font-weight: bold;
}

.hideFromDisplay {
    display: none;
}

.exCommTable .posName {
    padding: 20px;
    font-size: 20px;
}

.exCommTable .positionName {
    padding: 15px;
    font-size: 15px;
    min-height: inherit;
    line-height: 20px;
}

.exCommTable .col-md-4 .posName {
    height: 84px;
}

.exCommTable .col-md-4 .positionName {
    height: 90px;
}

.boldTitle {
    font-weight: bold;
}

.changeView {
    height: 0;
    position: relative;
    top: -45px;
}

.hideOnDesktop, .flexslider .slides img.hideOnDesktop {
    display: none;
}

.arLang li::before, .arLang .normalText  li::before {
    right: 0 !important;
    left: inherit !important;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.arLang li, .arLang li,.arLang .normalText  li {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.normalText ol li, .editorText ol li {
    list-style: decimal;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    body {
        width: 1100px;
        min-width: inherit;
    }

    .container-fluid {
        max-width: 100%;
    }

    .menusMain > .floatRight {
        text-align: right;
    }

    .flex-direction-nav a, .menusMain, iframe {
        display: none !important;
    }

    .mainMenu > ul > li > a {
        font-size: 13px !important;
        color: blue !important;
    }
}


.sliderMain .sliderContent {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.sliderMain .flex-active-slide .sliderContent {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.sliderMain .sliderAnimation1.fullBg {
    background-size: 110% auto;
    background-position: 80% center;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    -ms-transition: all 2000ms linear;
    transition: all 2000ms linear;
}

.sliderMain .sliderAnimation1.flex-active-slide.fullBg {
    background-size: 100% auto;
    background-position: center center;
}

.sliderMain .sliderAnimation2 .sliderContent {
    left: -500px;
}

.sliderMain .sliderAnimation2.flex-active-slide .sliderContent {
    left: 0;
}

.sliderMain .sliderAnimation2.fullBg {
    background-size: 90% auto;
    background-position: 80% center;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    -ms-transition: all 2000ms linear;
    transition: all 2000ms linear;
}

.sliderMain .sliderAnimation2.flex-active-slide.fullBg {
    background-size: 100% auto;
    background-position: center center;
}

.sliderMain .sliderAnimation3.fullBg {
    background-size: 100% auto;
    background-position: -1500px center;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    -ms-transition: all 2000ms linear;
    transition: all 2000ms linear;
    background-repeat: no-repeat;
}

.sliderMain .sliderAnimation3.flex-active-slide.fullBg {
    background-size: 100% auto;
    background-position: center center;
}

.sliderMain .sliderAnimation4.fullBg {
    background-size: 100% auto;
    background-position: center 500px;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    -ms-transition: all 2000ms linear;
    transition: all 2000ms linear;
    background-repeat: no-repeat;
}

.sliderMain .sliderAnimation4.flex-active-slide.fullBg {
    background-size: 100% auto;
    background-position: center center;
}

.sliderMain .sliderAnimation3 .sliderContent {
    top: -500px;
}

.sliderMain .sliderAnimation3.flex-active-slide .sliderContent {
    top: 120px;
}

.rightFloatedLink {
    float: right;
    position: absolute;
    margin-top: -50px;
    right: 15px;
}

    .rightFloatedLink a {
        font-weight: bold;
    }

    .rightFloatedLink::after {
        clear: both;
        content: '';
        display: block;
    }

.statsTable td label {
    white-space: nowrap;
}

.blockedImageMain, .blockedImageMain img {
    max-width: 100%;
}

.blockedImageMain {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

    .blockedImageMain img {
        display: inline-block;
        max-width: 100%;
    }

.col-md-8.contentArea.arLang {
    direction: rtl;
}

    .col-md-8.contentArea.arLang .rightFloatedLink {
        float: left;
    }

.fleetSection tr td {
    text-align: left;
}

    .fleetSection tr td:nth-child(1) {
        text-align: left;
    }

.confirmationText {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
}

.confirmationLabel {
    display: block;
    margin-bottom: 10px;
}


.selfArranged .posName:after {
    display: none;
}

.selfArranged .posName {
    margin-bottom: 10px;
}

.selfArranged .inputEntity input {
    border: 1px solid #d9d9d9;
}

.normalText table {
    margin-bottom: 15px;
}
    .normalText table td {
        padding:  15px 20px;
    }
.reLayoutWrapper td {
    padding: 0px !important;
}
.normalText table tr:nth-child(2n) td {
    background: #ffffff;
}
.normalText table tr:nth-child(2n+1) td {
    background: #f1f1f1;
}
.normalText table tr:nth-child(1) td {
    background: #006595;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

table.noColors tr:nth-child(1) td, table.noColors tr:nth-child(2n) td, table.noColors tr:nth-child(2n+1) td {
    background: none !important;
}


.hotelTitle label {
    font-weight: 700;
}

.hotelCats .posName {
font-weight:normal;
}
.uploadedfileHolder .listingimg{
        margin-bottom: 10px;
}
.uploadedfileHolder  .viewImg, .uploadedfileHolder  .deleteImg{
        color: #ea9919;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
    margin-left:10px
}
/*.uploadedfileHolder  span{
    
}*/

.RadUpload {
   max-width: 350px !important;
}

    .RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
        box-sizing: border-box;
    }

    .RadUpload .ruStyled .ruFileInput {
        position: absolute;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
    }

    .RadUpload .ruFileWrap {
        height: 41px !important;
        width: 100% !important;
        
    }
   .RadUpload  .ruInputs li{
        position:relative ;
    }
   .RadUpload .ruButton.ruRemove , .RadUpload .ruButton.ruCancel{
    position:absolute ;
    right:0px;
    top:0px;
}


.RadUpload_Default .ruBrowse  {
    position: absolute !important;
    background: #006595 !important;
    top: 0 !important;
    color: white !important;
    right: 0 !important;
    padding: 16px 10px !important;
    height: auto !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    width: auto !important;
}

.RadUpload .ruUploadSuccess {
    font-size: 14px;
}

.inputEntity .RadUpload input[type=text]{
    height:19px;
}
.RadUpload .ruUploadProgress {
max-width: 200px;
Position:absolute;
Top:0
}

.RadUpload_Default .ruFakeInput {
    border: 1px solid #d9d9d9 !important;
    width: 100% !important;
    padding: 10px 10px 10px 10px !important;
    display: block !important;
    border: 1px solid #4b91b3 !important;
    height: 40px !important;
}
.RadUpload .ruFileWrap {
    border: 1px solid #d9d9d9 !important;
}  
.divRightPortlet {
    margin-bottom: 55px;
}
.contentArea h3.formTitle {
    font-size: 20px;
    padding-top: 5px;
}
.mrgb40{
    margin-bottom: 40px;
}
.contactForm .blueBtn, .contactForm .blueBtn {
    padding: 11px 15px;
    text-transform: capitalize;
    min-width: 140px;
    font-size: 14px;
}
.contactForm .buttonsMain  .vspan {
    float: left;
    text-align: left;
    padding-left: 0;
    padding-bottom: 10px;
}
.contactForm .vspan {
    text-transform: capitalize;
}