﻿/*Add new font*/

@font-face {
    font-family: "Lucida Bright";
    src: url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.eot);
    src: url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.eot?#iefix) format("embedded-opentype"), url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.woff2) format("woff2"), url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.woff) format("woff"), url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.ttf) format("truetype"), url(/_catalogs/masterpage/Queensland%20Rail/fonts/lucida/LucidaBright.svg#glyphicons_halflingsregular) format("svg");
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*end reset*/


/* GENERAL ------------------------------------------------------------*/

body {
    font-family: Helvetica, Arial, sans-serif, 'Lucidan Bright';
    font-size: 14px;
    line-height: 1.5em;
    color: #444;
    background-color: #fff;
    overflow: auto !important;
}

body a,
body a:visited {
    color: #009346;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body a:hover,
body a.active {
    text-decoration: none;
}

body p {
    margin-bottom: 21px;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2 {
    line-height: 1.4em;
    color: #005a20;
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
    width: 940px;
}

a.button {
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    line-height: 1em;
    padding: 10px 20px;
    border: 1px #c2c2c2 solid;
    background: #009899 none;
}

a.button:hover {
    color: #c2c2c2;
    border: 1px #333333 solid;
}

#s4-workspace {
    overflow: visible;
}

#s4-bodyContainer {
    width: auto !important;
}

#pageStatusBar[class],
.ms-status-msg {
    margin-bottom: 0;
}

.container {
    max-width: 1350px;
}

@media (min-width: 1300px) {
    .container {
      width: 1350px;
    }
}

/*end general*/


/*header*/

header {
    background: #fff none;
    min-height: 140px;
    padding-top: 10px;
    z-index: 50;
    width: 100%;
}

#suiteBarDelta,
#suiteBar {
    display: none;
}

header #logo {
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
}

header #logo img {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
}


/*bootstrap fixes*/

header .searchbox {
    float: right;
    margin-top: 35px;
    margin-bottom: 10px;
    clear: right;
}

header #searchInputBox input[type="text"] {
    width: 80%;
    height: 36px;
    box-shadow: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

header .searchbox a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin-right: 2%;
}

.userAdminControls {
    position: relative;
    display: block;
}

.loginId {
    position: relative;
    float: right;
}

.welcometext {
    color: #555;
    font-size: 1em !important;
}

.ms-welcome-root {
    padding: 0;
}

.ms-core-menu-arrow {
    color: #555;
}


/*search box*/

header .searchbox {
    float: left;
    clear: right;
}

#searchInputBox {
    margin-bottom: 5px;
}

.ms-srch-sb>.ms-srch-sb-searchLink,
.ms-srch-sb>.ms-srch-sb-navLink {
    height: 25px;
    width: 30px;
}

.ms-srch-sb>.ms-srch-sb-navLink:before {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    color: #606060;
    font-size: 14px;
    padding-top: 0;
}

.ms-srch-sb>.ms-srch-sb-searchLink:before {
    color: #606060;
    font-size: 14px;
}

.ms-srch-sb>.ms-srch-sb-searchLink,
.ms-srch-sb>input {
    margin: 0 0 0 8px;
}

.ms-qSuggest-container {
    z-index: 300;
}

.ms-srch-sb>input {
    border-color: #989494;
}


/*End search box*/

@media (max-width: 767px) {
    header {
        min-height: 110px;
    }
    .loginId {
        position: absolute;
        right: 70px;
        z-index: 1500;
    }
    header #logo {
        padding: 0 0 10px 0;
        text-align: center;
    }
    header .searchbox {
        width: 200px;
        display: block;
        margin: 0 auto 12px;
        float: none;
    }
    .welcomeBar {
        position: absolute;
        right: 50px;
        z-index: 1500;
        margin-top: 12px;
    }
    .welcometext {
        display: none;
    }
    .ms-welcome-root>a.ms-core-menu-root {
        display: none;
    }
    .ms-siteactions-root>span>a.ms-core-menu-root {
        color: #fff;
        font-size: 1.2em;
    }
    .ms-siteactions-normal {
        height: 34px;
        padding-left: 4px;
    }
    .ms-siteactions-root>span>a.ms-core-menu-root {
        width: 24px;
        height: 24px;
    }
    .ms-core-menu-arrow {
        color: #fff;
    }
}


/*sign in*/

nav .site-access .ms-signInLink {
    width: 43px;
    height: 43px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background: transparent url("../img/icon-login.png") no-repeat 0 0;
    line-height: 1em;
    padding: 0px;
}


/*end sign in*/


/*end header*/


/*top nav*/

.navbar {
    clear: both;
    min-height: 44px;
    margin-bottom: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-inverse {
    color: #fff;
    border-color: transparent;
    background-color: #005c23;
    border-radius: 0;
}

.navbar-toggle {
    min-width: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li {
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: 1px solid #fff;
}

.navbar-inverse .navbar-nav>li:hover,
.navbar-inverse .navbar-nav>li:focus {
    background-color: #016e34;
}

.navbar-nav>li:first-child {
    border: 0 none;
}

.navbar-nav>li>a {
    padding: 6px 12px !important;
    font-weight: bold;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #016e34;
}

.navbar-inverse .navbar-nav .popout:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    padding-left: 12px;
    font-size: 0.9em;
}

.navbar-inverse .navbar-nav .dropdown-content a:hover,
.navbar-inverse .navbar-nav .dropdown-content a:focus {
    text-decoration: none;
}

.navbar-inverse .navbar-nav .dropdown-content .clear-0 {
    clear: left;
}

.navbar-inverse .navbar-collapse {
    max-height: none;
    padding: 0;
}

.navbar-inverse .navbar-collapse.in {
    overflow: auto;
}

.navbar-inverse .navbar-nav .dropdown-icon {
    margin-left: -10px;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #009346;
    border: 1px solid #fff;
}

.dropdown-menu>li>a {
    color: #faf8da;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #016e34;
}

@media (max-width: 767px) {
    .navbar .container {
        padding-left: 0;
    }
    .navbar-nav>li {
        border-left: 0 none;
        float: none !important;
        border-left: none 0;
    }
    #zz1_TopNavigationMenu ul {
        width: 100% !important;
    }
    #zz1_TopNavigationMenu ul.dynamic {
        position: static !important;
    }
    .navbar-inverse .navbar-nav>.open {
        background-color: #016e34;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #eaffed;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #DeltaTopNavigation {
        padding: 0;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav>li>a {
        padding: 6px 7px !important;
        font-size: 0.9em;
    }
}


/*end header*/


/*main content area*/

.pageContentTitle {
    margin: 15px 25px;
}

.breadcrumbBar {
    margin-top: -10px;
    color: #005a20;
}

.breadcrumbBar a:link,
.breadcrumbBar a:hover,
.breadcrumbBar a:focus,
.breadcrumbBar a:active,
.breadcrumbBar a:visited {
    color: #009346;
}

#main {
    background-color: #fff;
    padding-top: 15px;
}

.headline {
    text-align: center;
    border-bottom: 1px #333 solid;
    margin-bottom: 10px;
}

.headline h2 {
    text-align: center;
    color: #444;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 5px;
}

.headline h4 {
    text-align: center;
    color: #444;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 5px;
}

.ms-WPBody a {
    color: #009346;
}

.ksr-pageContent {
    padding: 0 25px;
}


/*end additional page fixes*/


/* footer */

footer .footerLogo a {
    float: right;
}

footer .footerLogo img {
    width: 165px;
    border: 0 none;
}

footer .abntext {
    font-size: 0.95em;
}

.qr-footerTopRow {
    padding-top: 15px;
    background-color: #fff;
}

.qr-footerLinksRow {
    background-color: #009346;
    line-height: 2.6em;
}

footer .footerlinks {
    font-size: 0.95em;
}

footer .footerlinks li {
    display: inline;
    border-left: 1px solid #fff;
}

footer .footerlinks a {
    color: #fff;
    padding: 0 1em;
    white-space: nowrap;
}

footer .footerlinks a:hover,
footer .footerlinks a.focus {
    color: #fff;
}

footer .footerlinks li:first-child {
    border-left: 0 none;
}

footer .footerlinks li:first-child a {
    padding-left: 0;
}


/*end general SP fixes*/


/*top nav*/


/*on mobile devices top nav bar will be a drop down, so we want to show across*/

.headerInfo {
    float: right;
    clear: right;
    font-size: 13px;
    text-align: right;
}


/*end top nav */

.media {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
}

.media-object img {
    min-width: 160px;
    margin-bottom: 15px;
    border-radius: 6px;
    behavior: url(/_layouts/15/js/PIE.htc);
}

.media-left {
    padding-right: 20px;
    vertical-align: top;
}

.media-right {
    margin-left: 200px;
}

h4.media-heading {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.media-object {
    padding: 6px 3px 3px 3px;
}

@media screen and (max-width: 767px) {
    .media-right {
        margin-left: auto;
    }
}

a.btn-primary,
a.btn-primary:visited {
    color: #fff;
}

.btn-primary {
    border-color: #009346;
    background-color: #009346;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.visited,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #009346;
    border-color: #009346;
}

.panel-primary>.panel-heading {
    background-color: #009346;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #009346;
    border-color: #009346;
}


/** home banner webpart Styles starts**/

.img-responsive {
    display: inline;
}

.ImageContainer {
    display: block;
}


/* Banner Carousel */

#bannerCarousel {
    overflow: hidden;
}

#bannerCarousel .item img {
    width: 100%;
}

#bannerCarousel .carousel-control {
    background-color: rgba(0, 0, 0, 0.3);
    top: 40%;
    width: 5%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    height: 20%;
    min-height: 55px;
    min-width: 35px;
}

#bannerCarousel .carousel-control:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#bannerCarousel .carousel-control .glyphicon-chevron-left,
#bannerCarousel .carousel-control .glyphicon-chevron-right {
    top: 36%;
    left: 30%;
}

#bannerCarousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#bannerCarousel .active.left,
#bannerCarousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

#bannerCarousel .next,
#bannerCarousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}


/*Search Result Page style */

.ms-srch-sbLarge {
    border: 1px solid #009899;
}

.ms-srch-sbLarge input[type="text"] {
    background-color: transparent;
    color: #592a23;
    font-size: 1.1em;
}

.ms-srch-sbLarge:focus {
    border: 1px solid #592a23 !important;
    outline-style: inherit !important;
}

.ms-ref-refinername {
    padding-top: 25px !important;
}

.ms-srch-item:hover,
.ms-srch-resultHover:hover,
.edisc-SearchResultItemContainer:hover {
    background-color: #e9e0c7 !important;
}

.ms-disabled {
    color: rgb(68, 68, 68);
}

a.ms-calloutLink {
    display: none;
}

.ms-ref-refinername {
    padding-top: 25px !important;
}


/* Banner Carousel */

@media screen and (max-width: 767px) {
    .banner-carousel .carousel-control .glyphicon {
        font-size: 26px;
        top: 25%;
    }
    .banner-carousel .carousel-indicators {
        left: 43%;
    }
    .banner-carousel .banner-carousel-play-pause {
        left: calc(43% - 48px);
    }
}

@media screen and (max-width: 480px) {
    .banner-carousel .carousel-control {
        top: 30%;
    }
    .banner-carousel .banner-carousel-play-pause {
        position: relative;
        display: inline-block;
        left: auto;
    }
    .banner-carousel .overlay {
        width: 80%;
    }
    .banner-carousel .TopLeft,
    .banner-carousel .TopRight,
    .banner-carousel .BottomLeft,
    .banner-carousel .BottomRight {
        left: 10%;
        top: 10%;
        position: absolute;
    }
    .banner-carousel-play-pause-button:hover {
        background-color: white;
    }
    .banner-carousel .carousel-indicators li.active,
    .banner-carousel .carousel-indicators li.active button,
    .banner-carousel-play-pause-button {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .banner-carousel .carousel-indicators {
        position: relative;
        display: inline-block;
        left: auto;
    }
    .banner-carousel-indicator-container {
        position: absolute;
        left: auto;
        right: 30px;
        bottom: 1px;
    }
}

.banner-carousel .carousel-indicators,
.banner-carousel .banner-carousel-play-pause {
    width: auto;
    margin: 0;
    left: 45%;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.1);
    -pie-background: rgba(0, 0, 0, 0.1);
    behavior: url(/_layouts/15/js/PIE.htc);
    height: 30px;
    padding: 5px 10px;
}

.banner-carousel .banner-carousel-play-pause {
    position: absolute;
    bottom: 1px;
    left: calc(45% - 48px);
    z-index: 15;
}

.banner-carousel .carousel-indicators:hover,
.banner-carousel .banner-carousel-play-pause:hover,
.banner-carousel .banner-carousel-play-pause:focus,
.banner-carousel .carousel-indicators:focus {
    background: rgba(0, 0, 0, 0.4);
    -pie-background: rgba(0, 0, 0, 0.4);
}

.banner-carousel .banner-carousel-play-pause button:hover,
.banner-carousel .banner-carousel-play-pause button:focus {
    background: #ffffff;
}

.banner-carousel .carousel-indicators li,
.banner-carousel .carousel-indicators .active {
    width: 16px;
    height: 12px;
    margin: 1px 3px;
    -webkit-radius: 10px;
    -moz-radisu: 10px;
    border-radius: 10px;
    behavior: url(/_layouts/15/js/PIE.htc);
    -pie-background: rgba(0, 0, 0, 0);
}

.banner-carousel .carousel-indicators .active {
    -pie-background: #fff;
}

.banner-carousel .btn-carousel-indicator {
    width: 16px;
    height: 12px;
    border-radius: 10px;
    display: block;
    background: content-box;
    padding: 0;
    margin: -1px;
    position: absolute;
    min-width: 16px;
}

.banner-carousel .overlay {
    color: #fff;
    width: 40%;
}

.banner-carousel .TopLeft {
    left: 10%;
    top: 10%;
    position: absolute;
}

.banner-carousel .TopRight {
    right: 10%;
    top: 10%;
    position: absolute;
}

.banner-carousel .BottomLeft {
    left: 10%;
    bottom: 10%;
    position: absolute;
}

.banner-carousel .BottomRight {
    right: 10%;
    bottom: 10%;
    position: absolute;
}

.banner-carousel .carousel-control .glyphicon-chevron-right {
    right: calc(100% - 30px);
    margin-right: 0;
}

.banner-carousel.not-fullscrn-carousel .carousel-control .glyphicon-chevron-right {
    right: calc(100% - 25px);
}

@media screen and (min-width: 768px) {
    .banner-carousel .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -50%;
        font-size: 4.5vw;
    }
    .banner-carousel .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        font-size: 4.5vw;
    }
    .banner-carousel .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-top: -45%;
    }
}

@media screen and (min-width: 1237px) {
    .banner-carousel .carousel-control.not-fullscrn-carousel .glyphicon-chevron-left,
    .banner-carousel .carousel-control.not-fullscrn-carousel .glyphicon-chevron-right {
        font-size: 60px;
    }
}

.banner-carousel {
    overflow: hidden;
    border-width: 0px;
}

.banner-carousel.not-fullscrn-carousel {
    margin-bottom: 20px;
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.banner-carousel .carousel-control {
    -pie-background: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.3);
    top: 40%;
    width: 5%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    height: 20%;
    min-height: 55px;
    min-width: 35px;
    z-index: 2;
    behavior: url(/_layouts/15/js/PIE.htc);
}

.banner-carousel .carousel-control:hover,
.banner-carousel .carousel-control:focus {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -pie-background: rgba(0, 0, 0, 0.3);
    behavior: url(/_layouts/15/js/PIE.htc);
}

.banner-carousel-play-pause-button {
    height: 21px;
    width: 28px;
    min-width: 28px;
    border-radius: 4px;
    padding: 0;
    margin-top: -5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-carousel-play-pause-button span.glyphicon {
    font-size: 14px;
}


/** home banner webpart Styles Ends**/

body div.col-lg-12 .qrt-fullscrn-item {
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
}


/*Webpart zones*/

.s4-wpcell>.ms-webpart-chrome,
.s4-wpActive>.ms-webpart-chrome {
    border-width: 0 0 0 0;
}


/*end Webpart zones*/

.centerfluidContent {
    background-color: #c8ddc7;
}

.contentFluid p {
    font-size: 1.5em;
    line-height: 1.6em;
}

.ms-webpartzone-cell {
    margin: auto auto 0px;
}

.buttonHomePage {
    background-color: #005c23;
    color: #fff !important;
    text-align: center;
    width: 230px;
    margin-top: 30px;
}

.buttonHomePage:focus,
.buttonHomePage:hover {
    color: #fff;
    background-color: #005c23;
}

.logoImageHomePage {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.logoContentHomePage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logoContentHomePage h4 {
    line-height: 1.4em;
    color: rgb(0, 90, 32);
    font-weight: 500;
}

div.contactWithUs {
    display: flex;
    align-items: center;
}

.contactWithUs a:focus {
    display: block;
    border: 1px solid #444 !important;
}

.contactWithUs a {
    display: block;
}

.headerInfo a {
    color: #444 !important;
    text-decoration: underline;
}

@media (max-width: 680px) {
    .headerInfo {
        display: none;
    }
    .logoCover {
        display: none;
    }
    header .searchbox {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    /* .headerInfo {
      width: 180px;
    } */
    .ms-srch-sb>input {
        width: 120px;
    }
    .headerInfo {
        font-size: 11px;
    }
    .contactWithUs a img {
        width: 30px;
    }
    .contactWithUs p {
        font-size: 11px !important;
    }
    .headerInfo>p {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    header .searchbox {
        width: 300px;
    }
    div.contactWithUs {
        float: none;
    }
    .contactWithUs a img {
        width: 35px;
    }
}

.banner-carousel .Center {
    left: 30%;
    top: 40%;
    position: absolute;
}

body {
    overflow: hidden !important;
}

body>form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

div#s4-workspace {
    flex: 1;
    overflow: auto;
}

.contentFluid h2,
.centerfluidContent h2 h3,
.tile h2,
.logoImageHomePage h3 {
    font-weight: 500;
}

.has-link a {
    color: #444;
}

.has-link a:focus {
    text-decoration: none;
    border: 1px #444 solid;
    outline: none;
}

.has-link a:visited {
    color: #93619c;
}

.has-link a:hover {
    text-decoration: underline;
}


/*Tab */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #009346;
    color: #fff;
}

.tab-content a {
    color: #009346;
}

.nav-tabs>li>a:hover {
    color: #009346;
    text-decoration: underline;
}


/* Travel Safe */

.ksr-travelsafe a,
.ksr-travelsafe a:hover,
.ksr-travelsafe a:visited,
.ksr-travelsafe a:focus {
    text-decoration: underline;
}

.ksr-travelsafe .noticed-text {
    color: green;
}

.ksr-travelsafe .custom-heading {
    text-align: center;
    padding: 13px 25px;
    border-radius: 21px;
}

.ksr-travelsafe .mb-3 {
    margin-bottom: 30px;
}

.ksr-travelsafe .custom-button {
    padding: 12px 25px;
    border-radius: 12px;
    margin: 10px 0;
    display: inline-block;
    color: white;
    background-color: #009346;
}

@media (min-width: 768px) {
    .ksr-travelsafe .right-col {
        padding-left: 50px;
    }
}

.tilelogo {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 1199px) and (min-width: 736px) {
    .tilelogo {
        padding: 85px;
    }
}

@media (max-width: 680px) {
    .tilelogo {
        padding: 25px;
    }
}


/*Trasparent overlay style for image ooverlays */

.qrt-overlay {
    padding: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.qrt-overlay-large {
    font-size: 1.75em;
}

.qrt-overlay-xxlarge {
    font-size: 2.6em;
}

.qrt-overlay-xlarge {
    font-size: 2em;
}

.qrt-overlay-medium {
    font-size: 1.5em;
}

.qrt-overlay-small {
    font-size: 1.25em;
}

.qrt-icon-container {
    height: 40px;
}

.has-link a {
    color: #444;
}

.has-link a:focus {
    border: 1px #444 solid;
}

.has-link a:visited {
    color: #93619c;
}

.has-link a:hover {
    text-decoration: underline;
}

.qrt-flip-container {
    font-size: 0.8em;
    padding: 1em;
}

.qrt-flip-container>ul {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 10px;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 10px;
}

.qrt-flip-container>ul>li {
    line-height: 1.4em;
}

@media screen and (max-width: 1199px) {
    .qrt-flip-container {
        font-size: 0.7em;
        padding: 1em;
    }
}

@media screen and (max-width: 991px) {
    .qrt-overlay {
        padding: 0em;
    }
    .qrt-overlay-large {
        font-size: 1.25em;
    }
    .qrt-overlay-medium {
        font-size: 1.1em;
    }
    .qrt-overlay-small {
        font-size: 1em;
    }
    .qrt-overlay-xxlarge {
        font-size: 2em;
    }
    .qrt-overlay-xlarge {
        font-size: 1.8em;
    }
    .qrt-flip-container {
        font-size: 0.8em;
        padding: 1em;
    }
}

@media screen and (max-width: 767px) {
    .qrt-overlay-large {
        font-size: 1.25em;
    }
    .qrt-overlay-medium {
        font-size: 1.1em;
    }
    .qrt-overlay-small {
        font-size: 1em;
    }
    .qrt-overlay-xxlarge {
        font-size: 1.8em;
    }
    .qrt-overlay-xlarge {
        font-size: 1.6em;
    }
    .qrt-flip-container {
        font-size: 0.8em;
        padding: 1em;
    }
    .qrt-flip-container {
        font-size: 0.8em;
        padding: 1em;
    }
}

@media screen and (max-width: 480px) {
    .qrt-overlay-large {
        font-size: 0.6em;
    }
    .qrt-overlay-medium {
        font-size: 1.1em;
    }
    .qrt-overlay-small {
        font-size: 0.8em;
    }
    .qrt-overlay-xxlarge {
        font-size: 1.6em;
    }
    .qrt-overlay-xlarge {
        font-size: 1.4em;
    }
    .qrt-flip-container {
        font-size: 0.8em;
        padding: 1em;
    }
}

@media screen and (max-width: 320px) {
    .qrt-overlay-large {
        font-size: 1em;
    }
    .qrt-overlay-medium {
        font-size: 0.85em;
    }
    .qrt-overlay-small {
        font-size: 0.6em;
    }
    .qrt-overlay-xxlarge {
        font-size: 1.4em;
    }
    .qrt-overlay-xlarge {
        font-size: 1.2em;
    }
    .qrt-flip-container {
        font-size: 0.9em;
        padding: 1em;
    }
}


/*fixed cutting words & focus button tab */

.expanel button:focus {
    border: solid 2px #444444;
    outline: none;
    background-color: #009D4E;
}

.expanel .ex-header {
    margin: 25px 10px;
    font-size: 28px;
    color: white;
}

.expanel button {
    background-color: #005c23;
    display: block;
    padding: 11.5px 15px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
}

.hidden {
    display: none;
}

.mystyle {
    width: 100%;
    padding: 25px;
    background-color: coral;
    color: white;
    font-size: 25px;
}

.expanel .ex-header {
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
}

.expanel .ex-header [aria-expanded] {
    width: 100%;
    text-align: left;
}

.expanel .ex-header+.hidden {
    display: none;
    width: 100%;
}

.expanel {
    display: block;
    margin-bottom: 20px;
}

.expanel .ex-content {
    padding: 15px 15px 0px 15px;
}

#s4-bodyContainer a[type="button"]:focus {
    background-color: #009D4E !important;
}

.btn-primary:focus {
    background-color: #009D4E !important;
}

.buttonHomePage:focus {
    background-color: #009D4E !important;
}

#s4-bodyContainer a:focus {
    outline-offset: 2px;
}

#footer-main .footer-container a:focus {
    outline-offset: 2px;
}

header a:focus {
    outline-offset: 0px;
}

.expanel .ex-header .arrow-down {
    background-image: url(/Media%20Assets/Icons/arrow-down-white.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}

.expanel .ex-header .arrow-up {
    background-image: url(/Media%20Assets/Icons/arrow-up-white.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}


/*end */

thead > tr.ms-rteTableHeaderRow-4 {
	height: 34.6667px;
}

thead > tr.ms-rteTableHeaderRow-4 > th.ms-rteTableHeaderFirstCol-4, th.ms-rteTableHeaderOddCol-4 {
	background-color:#009966;
	border: 1px solid #005594;
	padding-left: 5px;
}

.left-column {
    width: 75%;
}
div.ms-webpart-cell-vertical-inline-table{
    display:block !important;   
}
/* --- Content styles end */