body {
    color: #000;
    font-family: open_sansregular;
    font-size: 81.25%;
    line-height: 1.2em
}

body.darkSite {
    background: #f8f8f8 url(../images/bg_content_area.gif) repeat-x left top
}

a {
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: underline
}

strong {
    font-weight: bold
}

#skipLinks {
    display: none
}

img {
    display: block
}

h1 {
    color: #000;
    font-family: open_sans_lightregular;
    font-size: 3.077em;
    line-height: 1.2em
}

.rightContent h1,
.rightCol h1,
.oneColLayout .oneColumn h1 {
    padding-bottom: 15px;
    padding-left: 6px
}

.darkSite .oneColLayout .oneColumn h1 {
    position: absolute;
    text-indent: -99999em;
    padding: 0
}

h2 {
    color: #242424;
    font-family: open_sansregular;
    font-size: 2em
}

h3 {
    color: #242424;
    font-family: open_sans_semiboldregular;
    font-size: 1.385em
}

h4 {
    color: #000;
    font-family: open_sans_semiboldregular;
    font-size: 1.0769em
}

p {
    color: #5f5f5f;
    font-family: open_sansregular;
    font-size: 1em
}

br {
    line-height: 1.3846em
}

.formDiv input[type=text],
.formDiv input[type=password],
input.custom,
form.user-login-form .form-item input { /* nelwy added for D8 */
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #d9d9d9 inset;
    padding: 6px 6px;
    font-family: open_sansregular;
    font-size: .8461em;
    color: #494848;
    border-top-color: #b3b3b3
}

.formDiv input[type=password] {
    font-family: arial
}

.formDiv input.calendar {
    background: #f3f3f3 url(../images/ico_calendar.png) no-repeat 125px 5px;
    cursor: pointer;
    height: 16px
}

table tr td img {
    display: block
}

.clearfix:after,
.header .topPanel:after,
.footer:after,
.airServicesWrapper:after,
.bookingWidgetWrapper:after,
li.loginDetails .formDiv:after,
.specialDealsListing:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.homePage .contentArea,
.path-frontpage .contentArea { /* newly added for D8 */
    background-position: 0 550px;
}

.contentArea {
    background: #f8f8f8 url(../images/bg_content_area.gif) repeat-x left top;
    min-width: 1000px;
    position: relative
}

.darkSite .contentArea {
    background: 0;
    min-width: 1000px;
    position: relative
}

.contentAreaWrapper {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden
}

.landingPage .contentArea {
    background: #f9f7f7 url(../images/bg_content_area_inner.gif) repeat-x left top
}

.mainContent {
    background: #f9f7f7;
    padding: 0 20px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.planBook .mainContent {
    background: 0
}

.oneColLayout .mainContent {
    padding-bottom: 50px;
    padding-top: 20px
}

.darkSite .oneColLayout .mainContent {
    padding-bottom: 0
}

.oneColLayout .mainContent .fullWidth {
    width: 960px
}

.oneColLayout .oneColumn .fullWidth h1,
.fullWidth .contentDetail h2,
.fullWidth .contentDetail h3,
.fullWidth .contentDetail h4,
.fullWidth .contentDetail p,
.fullWidth .contentDetail span {
    padding-left: 0
}

.sideBar {
    float: right;
    width: 220px
}

.cols {
    padding: 30px 0 0 0;
    float: left
}

.cols .col .innerShadowBox {
    height: 395px
}

.cols .col img {
    display: block;
    margin-bottom: 17px
}

.cols .col h3 {
    font: 1.3846em open_sans_semiboldregular;
    margin-bottom: 12px;
    padding-left: 10px
}

.cols .col p {
    font-family: open_sansregular;
    margin-bottom: 27px;
    padding: 0 73px 0 10px;
    line-height: 1.588em
}

.cols .col a.grayButton {
    margin: 0 0 0 3px
}

.cols .col.contentComp h3 {
    margin: 13px 0 21px 0;
    color: #242424;
    padding-left: 10px
}

.cols .col.contentComp .innerShadowBox {
    overflow: hidden
}

.cols .col.contentComp p {
    margin: 0 0 18px 0;
    color: #333;
    padding: 0 25px 0 10px;
    text-align: justify
}

.cols .col.contentComp p a {
    color: #5f5f5f
}

.cols .col.contentComp p a:hover {
    color: #242424
}

.cols .col.contentComp a.knowMore {
    float: right;
    line-height: 20px;
    margin: 7px 30px 0 0
}

.twoColLayout .mainContent {
    padding: 20px;
    width: 730px
}

.oneColLayout .oneColumn .leftNav,
.twoColLayout .twoColumn .leftCol {
    width: 221px;
    float: left;
    margin-right: 18px
}

.twoColLayout .twoColumn .rightCol {
    float: left;
    width: 490px;
    position: relative
}

/* newly added for D8 */
.twoColLayout .twoColumn .rightCol.w-auto {
    width: auto;
}

.oneColLayout .oneColumn .rightContent {
    float: left;
    position: relative;
    width: 720px
}

.oneColLayout .oneColumn .rightContent .centerObjectWrapper {
    width: 720px
}

.oneColLayout .oneColumn .contentDetail .cols .col {
    width: 350px;
    float: left
}

.oneColLayout .oneColumn .contentDetail .cols .col .innerShadowBox {
    height: 313px
}

a.anchorLink,
input[type="submit"].anchorLink {
    color: #fff;
    font: 1.0769em open_sans_semiboldregular;
    padding: 10px 30px 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    text-decoration: none
}

input[type="submit"].anchorLink {
    border: 0;
    font-size: .92307em;
    padding: 4px 24px 5px 24px
}

.ie9 input[type="submit"].anchorLink {
    padding-top: 6px;
    padding-bottom: 7px
}

.ie8 input[type="submit"].anchorLink {
    padding-top: 5px;
    padding-bottom: 6px
}

input.submitLink,
form.user-login-form .form-actions .button { /* nelwy added for D8 */
    color: #fff;
    font: 1.2307em open_sans_semiboldregular;
    padding: 7px 30px 7px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    cursor: pointer
}

a.blueButton,
input[type="submit"].blueButton,
input[type="button"].blueButton,
form.user-login-form .form-actions .button { /* nelwy added for D8 */
    background: #12a7cc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyYTdjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzg2YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #12a7cc 0, #0386a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #12a7cc), color-stop(100%, #0386a7));
    background: -webkit-linear-gradient(top, #12a7cc 0, #0386a7 100%);
    background: -o-linear-gradient(top, #12a7cc 0, #0386a7 100%);
    background: -ms-linear-gradient(top, #12a7cc 0, #0386a7 100%);
    background: linear-gradient(to bottom, #12a7cc 0, #0386a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12a7cc', endColorstr='#0386a7', GradientType=0)
}

a.blueButton:hover,
input[type="submit"].blueButton:hover,
input[type="button"].blueButton:hover,
form.user-login-form .form-actions .button:hover { /* nelwy added for D8 */
    background: #5ac1db;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhYzFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzg2YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5ac1db 0, #0386a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5ac1db), color-stop(100%, #0386a7));
    background: -webkit-linear-gradient(top, #5ac1db 0, #0386a7 100%);
    background: -o-linear-gradient(top, #5ac1db 0, #0386a7 100%);
    background: -ms-linear-gradient(top, #5ac1db 0, #0386a7 100%);
    background: linear-gradient(to bottom, #5ac1db 0, #0386a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ac1db', endColorstr='#0386a7', GradientType=0)
}

a.goldenButton,
input[type="submit"].goldenButton,
input[type="button"].goldenButton,
input[type="reset"].goldenButton {
    background: #d1ae6d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYWU2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODk2NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d1ae6d 0, #b89657 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1ae6d), color-stop(100%, #b89657));
    background: -webkit-linear-gradient(top, #d1ae6d 0, #b89657 100%);
    background: -o-linear-gradient(top, #d1ae6d 0, #b89657 100%);
    background: -ms-linear-gradient(top, #d1ae6d 0, #b89657 100%);
    background: linear-gradient(to bottom, #d1ae6d 0, #b89657 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1ae6d', endColorstr='#b89657', GradientType=0)
}

input[type="submit"].goldenButton,
input[type="button"].goldenButton {
    border: 0;
    cursor: pointer
}

a.goldenButton:hover,
input[type="submit"].goldenButton:hover,
input[type="submit"].goldenButton:focus,
input[type="button"].goldenButton:hover,
input[type="button"].goldenButton:focus,
input[type="reset"].goldenButton:hover,
input[type="reset"].goldenButton:focus {
    background: #dfc699;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmYzY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODk2NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfc699), color-stop(100%, #b89657));
    background: -webkit-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -o-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -ms-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: linear-gradient(to bottom, #dfc699 0, #b89657 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfc699', endColorstr='#b89657', GradientType=0)
}

.ie9 a.blueButton,
.ie9 a.goldenButton,
.ie9 input[type="submit"].goldenButton,
.ie9 input[type="button"].goldenButton,
.ie9 input[type="reset"].goldenButton {
    filter: none
}

a.grayButton {
    border: 1px solid #aaa;
    background-color: #d8d8d8;
    padding: 8px 28px 8px 29px;
    color: #5f5f5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

a.grayButton:hover {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1f1f1 0, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #f1f1f1 0, #d9d9d9 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #d9d9d9 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0)
}

.goldenTextButton {
    background: #dfc699;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmYzY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODk2NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfc699), color-stop(100%, #b89657));
    background: -webkit-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -o-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: -ms-linear-gradient(top, #dfc699 0, #b89657 100%);
    background: linear-gradient(to bottom, #dfc699 0, #b89657 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfc699', endColorstr='#b89657', GradientType=0)
}

a.anchorLink.back {
    padding: 5px 10px 5px 10px
}

a.knowMore, div.knowMore a {
    font-family: open_sans_semiboldregular;
    cursor: pointer;
    color: #b89657;
    padding-right: 23px;
    background: url(../images/ico_know_more_arrow.png) no-repeat right 2px
}

a.fnClose {
    background: url(../images/icon_close.png) no-repeat right 2px;
    font: .8461em open_sans_semiboldregular;
    padding: 17px 17px 3px 0;
    position: absolute;
    right: 2px;
    top: 1px;
    color: #b89657
}

.outerShadowBox {
    border-right: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb
}

.innerShadowBox {
    background: #fff;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px
}

h2.icoAirLounge {
    background: url(../images/ico_air_lounge.png) no-repeat left top;
    padding: 0 0 10px 86px
}

a span.hiddenSpan {
    display: none
}

.errorField,
.formDiv input[type="text"].errorField,
.selectboxit-container .selectboxit.errorField {
    border: 1px solid red
}

ul.utilities {
    position: absolute;
    right: 0;
    top: -10px
}

ul.utilities li {
    float: left;
    margin-left: 10px
}

ul.utilities li:first-child {
    margin: 0
}

.utilities li a {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background: url(../images/ico_utilities.png) no-repeat 0 0
}

.utilities li a.print {
    background-position: 0 0
}

.utilities li a.pdf {
    background-position: 0 -50px
}

.tbaPlug ul.tabs li a {
    float: left;
    background-color: #aaa;
    border-radius: 6px;
    padding: 12px 10px;
    position: relative;
    text-align: center;
    margin-right: 2px;
    font-family: open_sansregular;
    color: #fff;
    text-decoration: none
}

.tbaPlug ul.tabs li a:hover,
.tbaPlug ul.tabs li a.active,
.tbaPlug ul.tabs li a:hover,
.tbaPlug ul.tabs li a.hoverClass {
    background-color: #008bae;
    text-decoration: none
}

.tbaPlug ul.tabs li a span.arrowDrop {
    display: none;
    background: url("../images/ico_arrowdown.png") no-repeat scroll left top transparent;
    height: 11px;
    width: 23px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -11px
}

.investorRelations .tbaPlug ul.tabs li a span.arrowDrop {
    bottom: -11px
}

.specialDealsDetailsWrapper ul.tabs li a span.arrowDrop {
    bottom: -9px
}

.tbaPlug ul.tabs li a.active span {
    display: block
}

ul.socialWidgets {
    float: right;
    width: 100%;
    text-align: right;
    padding: 12px 0;
    direction: ltr
}

ul.socialWidgets li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

ul.socialWidgets li.gPlus div,
ul.socialWidgets li.gPlus iframe {
    width: 32px !important
}

ul.socialWidgets li.gPlus iframe,
.fb_iframe_widget span {
    height: 23px !important
}

.twitter .addthis_default_style .twitter-share-button {
    width: 58px !important
}

ul.socialWidgets li.facebook .fb_iframe_widget {
    float: left
}

ul.socialWidgets li.facebook {
    margin-left: -2px
}

.ie9 ul.socialWidgets li.facebook {
    margin-left: -4px
}

ul.socialWidgets li.twitter {
    margin-left: 0
}

ul.socialWidgets li.shareThis {
    margin-left: 0
}

ul.socialWidgets li.facebook .fb_iframe_widget iframe {
    position: inherit
}

.ie8 ul.socialWidgets li.shareThis {
    margin-top: 22px;
    margin-left: 0
}

ul.socialWidgets li.shareThis .addthis_button_compact .at16nc.at16t_compact {
    background: #f3f3f3 url(../images/share_logo.png) no-repeat 0 0 !important;
    width: 50px !important;
    height: 23px !important
}

.ie8 ul.socialWidgets li.shareThis .addthis_button_compact .at16nc.at16t_compact {
    margin-top: -22px
}

ul.twoColumnList div.outerShadowBox {
    margin-top: 20px
}

.fleetinfoLandingWrapper ul.twoColumnList li:first-child div.outerShadowBox {
    margin-top: 0
}

ul.twoColumnList div.leftColumn {
    float: left;
    width: 335px;
    margin-right: 20px;
    overflow: hidden
}

ul.twoColumnList div.rightColumn {
    float: left;
    width: 335px
}

ul.twoColumnList p {
    margin-left: 0;
    margin-bottom: 15px;
    line-height: 1.538em;
    padding: 0
}

ul.twoColumnList h3 {
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1em;
    padding: 0
}

span.requiredMark {
    color: red;
    font-size: .846em;
    display: inline
}

.lightBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    display: none
}

.lightBoxPopup {    
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -495px;
    z-index: 1001;
    width: 985px;
    padding: 3px;
    background-color: #f9f7f8;
    display: none
}

.lightBoxPopup .header {
    background: url("../images/bg_top_panel.jpg") repeat left top #dfe1e5;
    padding: 0;
    min-width: 980px;
    width: 100%;
    margin-bottom: 25px
}

.lightBoxPopup .header h3 {
    float: left;
    width: 850px;
    padding: 25px 10px
}

.lightBoxClose {
    float: right;
    background: url("../images/icon_close.png") no-repeat right center;
    text-align: right;
    color: #b89657;
    padding-right: 25px;
    margin: 5px;
    line-height: 1.385em
}

.headerWithLogo {
    margin-bottom: 15px
}

.headerWithLogo h1 {
    float: left
}

.headerWithLogo img {
    float: right
}
.addthis_counter{
    display: none !important;
}
/* hide the content banner body*/
.page-node-type-about-us .field--name-field-content-banner-desc{
    display: none;
}
#block-sharemessage{
    display: none;
}
.page-node-type-forms .field--name-field-template-filename{
    display: none;
}