/* HelpScout Docs custom styles */
/* https://docs.helpscout.net/article/562-branding-examples. */ 

/* transition effect /animation */
.category-list .category,
.btn, button
{
	transition: all 0.2s;
}


body {
    font-family: Sora, sans-serif;
    background: #f4f4f4;
      color: #999;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

body,
input,
button,
select,
textarea {
    font-family: Sora, sans-serif !important;
}


#docsSearch {
    background: #1ec8ab ;
    background-size: 640px;
    border-bottom: 0;
/*     margin-top: -65px; */
    padding: 6em 0 3em;
}


#searchBar button:hover,
#searchBar button:focus {
   background: #1ec8ab;
}

#searchBar button:active {
    color: rgba(255, 255, 255, 0.9);
}
#searchBar input,
#searchBar button {
    outline: none;
    border: none;
}
#searchBar button {
    background: #33404f;
}

.category-list .category {
	border: none;
	background: #fff;
	padding-top: 3em;
	padding-bottom: 2.5em;
	border-radius: 3px;
}
.category-list .category:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
    box-shadow: 0 9px 20px -8px rgba(0,0,0,0.15);
    
    
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.45);
     -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.45);
    
    transform: translate(0px, -5px);
    border-color: #1ec8ab;
    
    background: #1ec8ab;
    background: -moz-linear-gradient(-45deg, #33414f 0%, #34fedb 100%);
    background: -webkit-linear-gradient(-45deg, #33414f 0%, #34fedb 100%);
    background: linear-gradient(135deg, #33414f 0%, #34fedb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33414f', endColorstr='#34fedb', GradientType=1);
}

.category-list .category:hover p,
.category-list .category:hover h3 {
	color: #fff !important;
}


.articleFoot p, .articleFoot time {
	 font-family: Sora, sans-serif !important;

}

footer p span {
	display: none;
}



#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    color: #999;
}
#fullArticle strong , #fullArticle b {
    color: #494949;
}

@media (max-width: 600px) {
	.category-list .category, .category-list.two-col .category {
        margin: 0 0 20px;

	}
}


/* contact form button */ 
button.btn, input[type=submit].btn {
	background: #1ec8ab;
	border: 0px;
	color: #fff;
	text-shadow: none;
	padding: 10px 15px ;
}
button.btn:hover, input[type=submit].btn:hover,
button.btn:focus, input[type=submit].btn:focus {
	background: #1ec8ab;
	transform: translate(0px, -1px);
}


/*
.static__content {
    max-width: 940px;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box
}

body {
    background: #F2F4F7 !important;
    text-rendering: optimizeLegibility;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0
}

body>section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box
}



hr {
    height: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#contentArea {
    padding-bottom: 30px
}

#contentArea a {
    color: #0375B6
}

#contentArea a:hover {
    color: #0375B6
}

#contentArea>footer {
    display: none
}

.icon-article-doc:before,
#serp .articleList>li a .icon-private-w {
    color: #8C9DA1
}

.most-pop-articles .popArticles,
.articleList,
.related ul>li a,
#sidebar .nav-list a {
    font-size: 1em
}

.most-pop-articles .popArticles a,
.articleList a,
.related ul>li a,
#sidebar .nav-list a {
    text-decoration: none
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    margin-bottom: .65em;
    color: #222;
    font-weight: bold
}

#fullArticle .callout-yellow p,
#fullArticle .callout-blue p,
#fullArticle .callout-red p,
#fullArticle .callout-green p,
#fullArticle .callout p {
    font-size: 1.125em
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
    font-size: 16px
}

.contentWrapper h1,
h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em
}

#content .articleFoot>* {
    font-family: inherit
}

#docsSearch {
    border-bottom: 1px solid #DFDFDF;
    padding: 2em 0 1.2em;
    background: url("./images/banner.svg") repeat-x center;
    background-size: auto 100%;
    margin-left: 0;
    margin-right: 0
}

#docsSearch h1 {
    font-weight: bold;
    font-size: 40px;
    color: #21314D;
    margin-bottom: 5px;
    text-align: center;
    margin-top: .4em
}

#searchBar .search-query {
    border: 1px solid #C0C9CC
}

#searchBar .search-query:focus,
#searchBar .search-query:active {
    border-color: #8C9DA1
}

#searchBar input,
#searchBar button {
    outline: none
}

#searchBar input.search-query {
    padding-right: 145px;
    padding-left: 14px;
    margin-bottom: 0
}

#searchBar button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 0 5px 5px 0;
    border: none;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    right: -1px;
    top: 32px;
    background: #323E42
}

#searchBar button:hover,
#searchBar button:focus {
    background-color: #13181A;
    cursor: pointer
}

#searchBar button:active {
    color: rgba(255, 255, 255, 0.9)
}

.category-list .category {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.75)
}

.category-list .category:hover {
    border-color: #DCE3E6;
    background: white
}

#serp-dd {
    top: 79px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #8C9DA1
}

#serp-dd .result a:hover {
    background: #F2F4F7
}

h1#contact,
h2#contact,
h3#contact,
h4#contact,
h5#contact,
h6#contact {
    display: block
}

@media (min-width: 601px) {
    .category-list .category {
        min-height: 140px
    }
}

#serp-dd .result a:hover,
#serp-dd .result>li.active,
#full-Article strong a,
.collection a,
.contentWrapper a,
.most-pop-articles .popArticles a,
.most-pop-articles .popArticles a:hover span,
.category-list .category .article-count,
.category-list .category:hover .article-count {
    color: #0375B6
}

@media (max-width: 768px) {
    body,
    #fullArticle .callout-yellow p,
    #fullArticle .callout-blue p,
    #fullArticle .callout-red p,
    #fullArticle .callout-green p,
    #fullArticle .callout p,
    #fullArticle p,
    #fullArticle ul,
    #fullArticle ol,
    #fullArticle li,
    #fullArticle div,
    #fullArticle blockquote,
    #fullArticle dd,
    #fullArticle table {
        font-size: 14px
    }
    h1,
    #fullArticle h1,
    #categoryHead h1,
    .contentWrapper h1 {
        font-size: 1.375em;
        line-height: 1.13636364;
        margin-top: 1.36363637em;
        margin-bottom: 0.45454546em
    }
    h2,
    #fullArticle h2,
    #categoryHead h2,
    .contentWrapper h2,
    .category-list h3 {
        font-size: 1.125em;
        line-height: 1.11111111;
        margin-top: 1.66666667em;
        margin-bottom: 0.55555556em
    }
    h3,
    #fullArticle h3,
    #categoryHead h3,
    .contentWrapper h3 {
        font-size: 1em;
        line-height: 1.25
    }
    .most-pop-articles .popArticles,
    .articleList,
    .related ul>li a,
    #sidebar .nav-list a {
        font-size: 1em
    }
    #docsSearch {
        margin-bottom: 0
    }
    #docsSearch h1 {
        font-size: 2em
    }
    #searchBar button {
        top: 21px
    }
    .category-list .category {
        margin: 0 0 5px
    }
    #serp-dd {
        top: 69px
    }
}

@media (max-width: 480px) {
    #searchBar button {
        padding: .9em
    }
    #searchBar input.search-query {
        padding-right: 50px
    }
}

.header__account {
    height: 60px;
    display: table;
    margin: 0;
    padding: 0;
    float: right
}

.header__account-item {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.header__logo {
    display: block;
    background: url("./images/trainline-logo-white.svg") left center no-repeat;
    background-size: 95px auto;
    width: 95px;
    height: 56px
}

.header__logo:hover {
    text-decoration: none
}

.static__header {
    background-color: #21314D;
    font-weight: bold;
    height: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: visible
}

.static__header--signin {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 0.3125em;
    background-color: #01C3A7;
    background-image: none;
    border: 1px solid #01C3A7;
    border-bottom-color: #14B69F;
    color: #FFF !important;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    text-decoration: none;
    line-height: 13px;
    font-size: 13px
}

.static__header--signin:not(:active):hover {
    background-color: #14B69F;
    border-color: #14B69F;
    border-bottom-color: #059E87
}

.static__header--signin:active {
    background-color: #059E87;
    border-color: #059E87
}

.static__header--signin:hover,
.static__header--signin:focus {
    text-decoration: none
}

.header__signin {
    padding-right: 15px
}

.header__language {
    padding-left: 15px
}

.header__link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    display: inline-block;
    min-width: 70px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #FFF !important;
    padding: 0 15px;
    box-sizing: border-box
}

.header__link:hover,
.header__link:focus {
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none
}

.header__uk-rail .header__link {
    min-width: 90px
}

.language-picker {
    position: relative
}

.language-picker:hover .language-picker__locale--current,
.language-picker.active .language-picker__locale--current {
    background-color: #FFF;
    opacity: 1;
    border-color: #000
}

.language-picker:hover:not(.active) .language-picker__locale--current {
    background: #fff url("./images/disclosure-down.svg") no-repeat right 5px center
}

.language-picker.active .language-picker__locale--current {
    background: #fff url("./images/disclosure-up.svg") no-repeat right 9px center
}

.language-picker.active .language-picker__menu-container {
    display: block
}

.language-picker__locale {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 6px 17px;
    border-radius: 5px
}

.language-picker__locale--current {
    padding: 0 25px 0 9px;
    border-width: 2px;
    border-style: solid;
    height: 35px;
    background: #fff url("./images/disclosure-down.svg") no-repeat right 5px center;
    background-clip: padding-box;
    border-color: transparent;
    opacity: .8
}

.language-picker__locale--current .language-picker__flag {
    margin-top: 9px
}

.language-picker__menu-container {
    display: none;
    position: absolute;
    top: 27px;
    left: 0px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-width: 2px;
    border-style: solid;
    border-top-width: 0;
    border-radius: 0 0 5px 5px;
    background-color: #FFF;
    line-height: 27px
}

.language-picker__menu {
    border: none;
    border-top: solid 2px;
    border-radius: 0;
    margin: 3px 0 0;
    padding-top: 7px;
    padding-left: 0
}

.language-picker__flag {
    display: block;
    width: 18px;
    height: 15px
}

.language-picker__locale:not(.language-picker__locale--current):hover .language-picker__flag {
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35)
}

@media screen and (max-width: 480px) {
    li.header__signin,
    li.header__uk-rail,
    li.header__help {
        display: none
    }
}

.static__footer {
    background-color: white;
    border-top: 1px solid #EFEFEF;
    font-size: 15px
}

.static__footer-container {
    padding-top: 60px;
    padding-bottom: 60px
}

.static__footer-container::after {
    content: '';
    display: table;
    clear: both
}

.static__footer--title {
    color: #21314D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .5em
}

.static__footer--left {
    float: left;
    width: 25%;
    min-width: 150px
}

.static__footer--right {
    width: 75%;
    float: right;
    display: inline-table;
    table-layout: fixed
}

.static__footer--links {
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box
}

.static__footer--links li {
    margin-left: 0;
    list-style-type: none
}

.static__footer--links li:not(.static__footer--title) {
    display: block;
    margin-bottom: 5px
}

.static__footer--links li:last-child {
    margin-bottom: 0
}

.static__footer--links a {
    color: #8C9DA1;
    font-size: 14px
}

.static__footer-logo {
    margin-top: 6px;
    margin-bottom: 34px;
    max-width: 100%
}

.static__footer-apps {
    margin-left: -2px;
    margin-right: -2px
}

.static__footer-apps::after {
    content: '';
    display: table;
    clear: both
}

.static__footer-apps a {
    display: inline-block;
    margin: 5px 2px 0
}

.static__footer-apps a img {
    width: auto;
    height: 25px
}

.footer__bottom-bar {
    color: white;
    background: #21314D;
    padding: 20px 0;
    text-align: center
}

.footer__bottom-bar-container {
    position: relative
}

.footer__dont-be-late {
    font-style: italic;
    font-size: 15px;
    vertical-align: -1px
}

.footer__dont-be-late.loading {
    visibility: hidden
}

.footer__bottom-links,
.footer__social-links {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__bottom-links li,
.footer__social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.footer__bottom-links {
    left: 0
}

.footer__bottom-links a {
    color: white;
    font-size: 14px
}

.footer__bottom-links li:not(:last-child):after {
    content: '|';
    display: inline-block;
    margin-left: 5px;
    margin-right: 1px
}

.footer__social-links {
    right: 0
}

.footer__social-links li {
    margin-left: 15px
}

.footer__social-link {
    display: block;
    background: no-repeat center center;
    background-size: contain;
    height: 20px
}

.footer__social-link:hover {
    opacity: 0.8
}

.footer__social-link--mail {
    background-image: url("./images/social/mail.svg");
    width: 25px;
    margin-right: 5px
}

.footer__social-link--twitter {
    background-image: url("./images/social/twitter.svg");
    width: 22px
}

.footer__social-link--facebook {
    background-image: url("./images/social/facebook.svg");
    width: 18px
}

.footer__social-link--google-plus {
    background-image: url("./images/social/gplus.svg");
    width: 26px
}

@media screen and (max-width: 940px) {
    .footer__dont-be-late {
        visibility: hidden
    }
}

@media screen and (max-width: 768px) {
    .static__footer--left {
        text-align: center;
        width: 28%
    }
    .static__footer--right {
        width: 66%
    }
    .static__footer--links {
        display: block;
        width: 50%;
        float: left;
        margin: 8px 0 14px;
        padding-left: 10px
    }
    .static__footer-apps a img {
        height: 30px
    }
}

@media screen and (max-width: 640px) {
    .static__footer-apps a {
        display: block;
        text-align: center;
        margin: 10px 0
    }
}

@media screen and (max-width: 480px) {
    .static__footer--left,
    .static__footer--right {
        width: 100%
    }
    .static__footer--right {
        margin-top: 20px
    }
    .static__footer-apps a {
        display: inline-block;
        text-align: center;
        margin: 0 5px 10px
    }
    .static__footer--links {
        padding: 0
    }
}

.header__tagline {
    float: left;
    margin-left: 133px;
    margin-top: -38px;
    box-sizing: border-box;
    cursor: auto;
    opacity: .8;
    font-family: SourceSansPro, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-rendering: optimizeLegibility
}

@media screen and (max-width:729px) {
    .header__tagline {
        margin-left: 105px;
        margin-top: -34px;
        font-size: 12px
    }
}

@media screen and (max-width:604px) and (min-width:477px) {
    .header__tagline {
        visibility: hidden
    }
}

@media screen and (max-width:414px) {
    .header__tagline {
        visibility: hidden
    }
}
*/