html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', arial, helvetica, sans-serif;
	font-size: 94%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #1a1a1a;
	background-color: white;
	font-weight: 400;
}

a {
	color: #f07f15;
}

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

img {
	border: 0px;
}

h1 {
	color: #f07f15;
	font-size: 34px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: 500;
}

h2 {
	color: #f07f15;
	font-size: 140%;
	margin: 0px;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-weight: 500;
}

h3 {
	color: #f07f15;
	font-size: 120%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-weight: 500;
}

h4 {
	color: #f07f15;
	font-size: 120%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-weight: 500;
}

h5 {
	color: #f07f15;
	font-size: 100%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-weight: 500;
}

h6 {
	color: #f07f15;
	font-size: 100%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-weight: 500;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

form {
	margin: 0px;
}

fieldset {
	padding: 6px;
}

.image_hover_zoom {
	overflow: hidden;
	display: block;
}

.image_hover_zoom img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.image_hover_zoom_container:hover .image_hover_zoom img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

#cookie_alert_bar {
	font-size: 80%;
}

.blog_warning_msg {
	background: #ffe6e6;
	border: 2px solid #cc0000;
	color: #cc0000;
	font-size: 140%;
	font-weight: 600;
	margin: 15px 0;
	padding: 20px;
	text-align: center;
}

.blog_warning_msg > a {
	color: inherit;
}

.cms_page {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960px;
}

#container {
	position: relative;
}

#container.santander a {
	color: #ff2600;
}

#minimal_cms_page {
	padding: 10px;
}

#header_container,
#header_container_santander {
	background: #f07f15;
	height: 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9998;
}

#header_container {
	height: 30px;
}

#header {
	font-size: 13px;
	width: 960px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

.santander #header {
	width: 100%;
	height: 142px;
	margin: 0px auto;
}

#santander_header {
	max-width: 2000px;
	height: 142px;
	margin: 0px auto;
	background: url('/images/santander_header.png') no-repeat top center;
}

.header_logo {
	display: block;
	float: left;
	height: 25px;
	padding-right: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 149px;
}

#from_national_rail {
	margin: 10px 0px 0px 16px;
}

#skip_navigation {
	padding: 14px 10px 0 0;
	text-decoration: none;
	display: inline-block;
}

#header_right {
	float: right;
	position: relative;
}

#supplementary_menu_container {
	float: left;
}

#nation_rail {
	float: left;
	margin-right: 6px;
}

#site_select {
	margin-left: 20px;
	position: relative;
	z-index: 99999;
	height: 30px;
	overflow: hidden;
	right: 0;
	top: 0;
}

#site_select:hover,
#site_select:focus {
	height: 305px;
	margin-bottom: -276px;
}

#site_select a {
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	margin-left: 1px;
	color: #fff;
	position: relative;
	z-index: 200;
	height: 30px;
	line-height: 30px;
}

#site_select_button {
	color: #fff;
	margin-left: 20px !important;
	position: relative;
}

#site_select a.sixteen_to_twentyfive {
	background-color: #f07f15;
	color: #fff;
}

#site_select a.twentysix_to_thirty {
	background-color: #eb4d00;
	color: #fff;
}

#site_select a.two_together {
	background-color: #763c96;
	color: #fff;
}

#site_select a.family_and_friends {
	background-color: #e6052d;
	color: #fff;
}

#site_select a.senior {
	background-color: #283269;
	color: #fff;
}

#site_select a.disabled_persons {
	background-color: #009161;
	color: #fff;
}

#site_select a.network {
	background-color: #0092ff;
	color: #fff;
}

#site_select a.sixteen_to_seventeen {
	background-color: #ffe900;
	color: #000;
}

.search_box {
	float: right;
	margin: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#search_box_text {
	background-color: transparent;
	background-image: url('/images/icon-search.png');
	background-position: center left 10px;
	background-repeat: no-repeat;
	border: 1px solid #bfbfbf;
	border-radius: 17px;
	-webkit-box-shadow: 3px 2px 4px rgba(191, 191, 191, 0.8);
	box-shadow: 3px 2px 4px rgba(191, 191, 191, 0.8);
	float: left;
	height: 34px;
	line-height: 34px;
	outline: none;
	padding: 0 10px 0 35px;
	width: 75px;
}

.top_menu_bar_wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	width: 100%;
	z-index: 9997;
}

#top_menu_bar_default,
#top_menu_bar_dropdown {
	clear: both;
	margin: 0px auto;
	height: 60px;
	width: 960px;
}

#top_menu_bar_supplementary {
	float: right;
	width: 500px;
	clear: both;
	background-color: #EFEFEF;
}

ul.top_menu,
#top_menu_bar_dropdown > ul.dropdown,
ul.supplementary_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.top_menu,
#top_menu_bar_dropdown > ul.dropdown {
	float: left;
	margin-right: 20px;
	position: relative;
}

ul.top_menu {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.top_menu li,
#top_menu_bar_dropdown > ul.dropdown > li,
ul.supplementary_menu li {
	display: inline-block;
	margin-right: 0px;
}

ul.top_menu li.last_item,
ul.top_menu li.last_item_selected,
#top_menu_bar_dropdown > ul.dropdown > li.last_item,
#top_menu_bar_dropdown > ul.dropdown > li.last_item_selected,
ul.supplementary_menu li.last_item,
ul.supplementary_menu li.last_item_selected {
	margin-right: 0px;
}

ul.top_menu li:last-of-type::after,
#top_menu_bar_dropdown > ul.dropdown > li:last-of-type::after,
ul.supplementary_menu li:last-of-type::after {
	content: '';
	clear: both;
	display: table;
}

ul.top_menu a,
#top_menu_bar_dropdown > ul.dropdown > li > a,
ul.supplementary_menu a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #1a1a1a;
	text-align: center;
}

#top_menu_bar_dropdown > ul.dropdown > li > a {
	padding-bottom: 22px;
	padding-top: 22px;
}

ul.top_menu a,
#top_menu_bar_dropdown > ul.dropdown > li > a {
	font-size: 16px;
}

ul.supplementary_menu a {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	margin: 0;
	color: #fff;
}

ul.top_menu li.selected a,
ul.top_menu li.first_item_selected a,
ul.top_menu li.last_item_selected a,
#top_menu_bar_dropdown > ul.dropdown > li.selected > a,
#top_menu_bar_dropdown > ul.dropdown > li.first_item_selected > a,
#top_menu_bar_dropdown > ul.dropdown > li.last_item_selected > a {
	color: #f07f15;
}

ul.top_menu li .spacer,
#top_menu_bar_dropdown > ul.dropdown > li .spacer {
	float: left;
}

ul.top_menu a:hover,
ul.top_menu a:focus,
#top_menu_bar_dropdown > ul.dropdown > li > a:hover,
#top_menu_bar_dropdown > ul.dropdown > li > a:focus {
	color: #f07f15;
	text-decoration: none;
}

ul.supplementary_menu a:hover,
ul.supplementary_menu a:focus {
	text-decoration: underline;
}

#side_menu_container {
	background: #F7F7F7;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#side_menu_wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
}

ul.side_menu {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

ul.side_menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0px;
	position: relative;
	border-right: 1px solid #D8D8D8;
}

ul.side_menu li:first-of-type {
	border-left: 1px solid #D8D8D8;
}

ul.side_menu li a {
	display: block;
	padding: 15px 17px;
	text-decoration: none;
	color: #1a1a1a;
	font-weight: 400;
	font-size: 0.9em;
}

ul.side_menu li a:hover,
ul.side_menu li a:focus {
	text-decoration: underline;
}

ul.side_menu li.first_item_selected>a,
ul.side_menu li.selected>a {
	font-weight: 700;
	background-color: #fff0ac;
	color: #f07f15;
	padding-top: 10px 0;
}

.main_area {
	width: 960px;
	float: left;
	background-color: #fff;
	position: relative;
	margin-top: 0;
	padding-top: 30px;
}

.main_area .buy_buttons {
	display: block;
	width: 186px;
	height: 50px;
	line-height: 50px;
}

.main_area.homepage {
	text-align: center;
}

.maintenance {
	margin-top: 70px;
	text-align: left;
}

.main_area.homepage h1 {
	padding: 15px 0px;
}

/* Railcards Widgets - Home Page Start */

.home_railcards_col {
	float: left;
	margin-left: 80px;
	margin-top: 60px;
	width: 50%;
	width: calc(50% - 40px);
}

.home_railcards_col:first-of-type {
	margin-left: 0;
}

.home_railcard {
	border-radius: 10px;
	border-top: 10px solid transparent;
	-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
	margin: 0 0 80px 0;
	position: relative;
	width: 100%;
}

#home_railcard_1625 {
	border-top-color: #f07f15;
}

#home_railcard_2630 {
	border-top-color: #ff751a;
}

#home_railcard_senior {
	border-top-color: #393c69;
}

#home_railcard_familyandfriends {
	border-top-color: #dc2242;
}

#home_railcard_twotogether {
	border-top-color: #794d97;
}

#home_railcard_network {
	border-top-color: #0d4da2;
}

#home_railcard_disabledpersons {
	border-top-color: #178a62;
}

#home_railcard_1617 {
	border-top-color: #ffcb00;
}

.home_railcard_roundel {
	background: #e9eaef;
	border-radius: 20px;
	color: #0d4da2;
	display: block;
	height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -30px;
}

.home_railcard_roundel_inner {
	display: block;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home_railcard_roundel_inner > span {
	font-weight: 700;
}

.home_railcard_content {
	color: #555555;
	padding: 25px;
	position: relative;
	text-align: left;
}

.home_railcard_content_logo {
	margin-bottom: 15px;
}

.home_railcard_content h2 {
	color: inherit;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

.home_railcard_content p {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.arrow_link_container {
	position: relative;
	text-align: right;
	width: 100%;
}

.arrow_link {
	background-color: #0d4da2;
	background-image: url('/images/inverted-arrow.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	margin-top: 15px;
	position: relative;
	width: 19px;
	height: 33px;
}

.arrow_link > span {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	color: #555555;
	white-space: nowrap;
}

#home_railcard_1625 .arrow_link {
	background-color: #f07f15;
}

#home_railcard_2630 .arrow_link {
	background-color: #f07f15;
}

#home_railcard_senior .arrow_link {
	background-color: #393c69;
}

#home_railcard_familyandfriends .arrow_link {
	background-color: #dc2242;
}

#home_railcard_twotogether .arrow_link {
	background-color: #794d97;
}

#home_railcard_network .arrow_link {
	background-color: #0d4da2;
}

#home_railcard_disabledpersons .arrow_link {
	background-color: #178a62;
}

#home_railcard_1617 .arrow_link {
	background-color: #ffcb00;
}

/* Railcards Widgets - Home Page End */

.home_content_area_1_buy_buttons {
	text-align: center;
}

a.ilink {
	font-weight: 700;
	text-decoration: none;
	background: url('/images/purple_arrow.png') 100% 50% no-repeat;
	padding-right: 15px;
}

a.ilink:hover,
a.ilink:focus {
	text-decoration: underline;
}

hr {
	background-color: #E9E9E9;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 25px 0px 0px;
	border: none;
}

hr.dotted {
	background: url('/images/dotted-line-3x1.png') 0% 0% repeat #E5E5E5;
	height: 1px;
	margin: 5px 0px 10px;
}

#homepage_offers_jp_container {
	width: 100%;
	margin: 0 auto;
	background: #f07f15;
	overflow: hidden;
}

#homepage_offers_jp {
	width: 960px;
	margin: 0 auto;
}

.home_content_area_1 {
	background: transparent;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100vw;
}

.home_content_area_1 h1 {
	color: #1a1a1a;
}

.home_content_area_1 > div {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 960px;
}

#home_offers {
	width: 600px;
	padding: 20px 30px 116px 0;
	background-color: #f07f15;
	text-align: left;
	float: left;
	color: white;
	position: relative;
}

#home_offers h1,
#home_offers h2 {
	color: white;
	padding-top: 0px !important;
}

#home_offers label {
	font-weight: 700;
}

#savings_calculator_home_wrapper {
	background-color: #f7f7f7;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

#savings_calculator_home {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#savings_calculator_home h1,
#savings_calculator_home h2 {
	color: #f07f15;
	font-size: 28px;
	font-weight: 700;
}

#savings_calculator_home > div#savings_calculator_home_content {
	width: 230px;
	float: left;
	padding-right: 25px;
}

#savings_calculator_home > div#savings_calculator_home_form {
	width: 570px;
	float: left;
}

#jp_home_form_from,
#jp_home_form_to,
#jp_home_form_btn {
	float: left;
}

#jp_home_form_from,
#jp_home_form_to {
	margin-right: 20px;
	width: 265px;
}

#jp_home_form_btn {
	width: 135px;
}

#jp_home_form_from > label,
#jp_home_form_to > label {
	display: block;
	padding: 10px;
}

#jp_home_form_from > input,
#jp_home_form_to > input {
	border: 2px solid #a0a0a0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 16px;
	height: 28px;
	padding: 10px;
	width: 243px;
}

#jp_home_form_btn > a {
	background: #f07f15;
	border: 1px solid transparent;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-top: 38px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
}

#easy_steps_homepage,
#easy_steps {
	margin: 0px auto 30px;
	width: 960px;
}

.easy_step {
	float: left;
	font-weight: 400;
	width: 105px;
	margin: 0px;
}

.numbered_circle {
	width: 65px;
	height: 57px;
	line-height: 49px;
	background: url('/images/easy-steps-circle.png') 0% 0% no-repeat;
	font-size: 2.3em;
	padding-top: 8px;
	color: #f07f15;
	margin: 0px auto;
}

.step_spacer {
	overflow: hidden;
	width: 105px;
	height: 2px;
	background-color: #D4D4D4;
	float: left;
	margin-top: 31px;
}

div.button {
	position: relative;
	width: 200px;
}

div.button.center {
	margin: auto;
}

div.button div.middle {
	background: url('/images/button-middle-purple.png') 0% 0% repeat-x;
	height: 22px;
	display: block;
	padding: 17px 15px;
	color: white;
	font-weight: 700;
	width: 150px;
	float: left;
	text-align: center;
}

div.button div.middle a {
	color: white;
	text-decoration: none;
}

div.button.slim div.middle {
	background-image: url('/images/button-small-middle-purple.png');
	height: 18px;
	padding: 6px 5px;
	width: 135px;
}

div.button.white div.middle {
	background-image: url('/images/button-middle-white.png');
	color: #f07f15;
}

div.button.white div.middle a {
	color: #f07f15;
	text-decoration: none;
}

div.button.slim.white div.middle {
	background-image: url('/images/button-small-middle-white.png');
	height: 19px;
	padding: 8px 5px;
}

div.button div.left {
	background: url('/images/button-left-purple.png') 0% 0% no-repeat;
	width: 3px;
	height: 50px;
	float: left;
}

div.button.slim div.left {
	background-image: url('/images/button-small-left-purple.png');
	height: 30px;
}

div.button.white div.left {
	background-image: url('/images/button-left-white.png');
}

div.button.slim.white div.left {
	background-image: url('/images/button-small-left-white.png');
	height: 35px;
}

div.button div.right {
	background: url('/images/button-right-purple.png') 100% 0% no-repeat;
	width: 3px;
	height: 50px;
	float: left;
}

div.button.slim div.right {
	background-image: url('/images/button-small-right-purple.png');
	height: 30px;
}

div.button.white div.right {
	background-image: url('/images/button-right-white.png');
}

div.button.slim.white div.right {
	background-image: url('/images/button-small-right-white.png');
	height: 35px;
}

.whats_on_guide #left_content,
.destination_guide_list #left_content,
.days_out_list #left_content
#destination_guide_things_to_do,
#left_content {
	width: 630px;
	float: left;
}

#destination_guide_caption_wrapper,
#right_bar {
	float: right;
	width: 310px;
}

#buy_renew_buttons {
	background-color: #f2f2f2;
	padding: 30px 43px 0;
	margin-bottom: 20px;
}

#buy_renew_buttons .btn_primary,
#buy_renew_buttons .btn_primary_white {
	margin: auto;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#buy_renew_buttons .buy_buttons {
	margin: 0 auto;
	width: 200px;
	margin-bottom: 20px
}

#buy_renew_buttons .buy_buttons.white {
	width: 196px;
}

#buy_renew_buttons .buy_button .left {
	float: left;
	height: 50px;
	width: 3px;
	background: url('/images/button-left-purple.png') no-repeat;
}

#buy_renew_buttons .buy_button .right {
	float: left;
	height: 50px;
	width: 3px;
	background: url('/images/button-right-purple.png') no-repeat;
}

#buy_renew_buttons .buy_button .middle {
	float: left;
	text-align: center;
	background: url('/images/button-middle-purple.png') repeat-x;
	display: block;
	width: 194px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}

#buy_renew_buttons .buy_button .middle a {
	color: #fff;
	text-decoration: none;
}

#buy_renew_buttons .renew_button .left {
	float: left;
	height: 50px;
	width: 3px;
	background: url('/images/button-renew-left.png') no-repeat;
}

#buy_renew_buttons .renew_button .right {
	float: left;
	height: 50px;
	width: 3px;
	background: url('/images/button-renew-right.png') no-repeat;
}

#buy_renew_buttons .renew_button .middle {
	float: left;
	text-align: center;
	background: url('/images/button-renew-middle.png') repeat-x;
	display: block;
	width: 194px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}

#buy_renew_buttons .renew_button .middle a {
	color: #f07f15;
	text-decoration: none;
}

#buy_renew_buttons #buy_renew_text {
	margin: 0 auto;
	padding-bottom: 30px;
}

#buy_renew_buttons #buy_renew_text p {
	margin: 0;
	padding: 0;
}

#time_restrictions {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px 25px;
}

#time_restrictions img {
	margin: 0px 5px -5px 0px;
}

#plan_title {
	font-weight: 400;
	text-align: center;
	padding: 7px 0px;
	color: #fff;
	background-color: #f07f15;
	font-size: 140%;
}

#plan_image {
	margin: 0;
	padding: 0;
}

#plan_image img {
	display: block;
	width: 310px;
	height: 240px;
}

#plan {
	padding: 20px;
	color: #fff;
	background-color: #f07f15;
}

#plan h1 {
	margin-top: -5px;
	color: #fff;
}

#plan p {
	font-size: 122%;
}

#plan>#jp_home_form label {
	font-weight: 700;
}

#plan>#jp_home_form #journey_from,
#plan>#jp_home_form #journey_to {
	background: url('/images/short_input_bg.png') no-repeat;
	border: 0;
	width: 269px;
	height: 35px;
	margin: 5px 0px 15px 0px;
	padding: 0px 15px;
}

#plan>#jp_home_form .middle {
	width: 80px;
}

#plan>#jp_home_form .buy_buttons {
	width: 80px;
}

#jp_search_container {
	margin-top: 24px;
}

#jp_search_wrapper {
	float: right;
}

#powered_by_nre_wrapper {
	float: left;
}

#tickets_buy_online {
	text-align: center;
}

#tickets_buy_online {
	padding: 45px 0 0 0;
}

.main_area.easy_steps_wrapper {
	margin-top: 0;
}

#tickets_buy_online h1,
.easy_steps_wrapper h1 {
	margin-bottom: 20px;
}

.buy_online_header {
	font-size: 200%;
	margin: 0 0 20px 0;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: 700;
	color: #f07f15;
}

#footer_container {
	width: 100%;
	margin: 0 auto;
	background-color: #E5E5E5;
}

#footer_wrapper {
	width: 960px;
	margin: 30px auto 0px;
	clear: both;
}

#footer,
#footer2 {
	width: 960px;
	clear: both;
	padding: 30px 0px 0px 0px;
	font-size: 90%;
	text-align: center;
	background-color: #E5E5E5;
}

#footer {
	padding-bottom: 20px;
}

#footer2 {
	margin-top: 0px;
	padding-top: 0;
	font-size: 85%;
	line-height: 70px;
}

#footer .footer_box_first,
#footer .footer_box {
	float: left;
	text-align: left;
	width: 205px;
}

#footer .footer_box {
	margin-left: 40px;
}

#footer .footer_col {
	margin-bottom: 30px;
}

#footer .footer_box_first a,
#footer .footer_box a {
	color: #1a1a1a;
}

#footer .footer_box_first h3,
#footer .footer_box h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	color: #1a1a1a;
}

#footer .footer_box_first hr,
#footer .footer_box hr {
	background: url('/images/dotted-line-3x1.png') repeat scroll 0 0 #E5E5E5;
	height: 1px;
	margin: 5px 0 10px;
}

#footer .heading {
	font-size: 1.1em;
	font-weight: 700;
}

#footer .heading img {
	margin: 0 5px 0 0px;
	background: #1a1a1a;
	border-radius: 3px;
	position: relative;
	top: 2px;
}

#footer .social .heading {
	color: #1a1a1a;
	display: block;
	padding-bottom: 30px;
}

#footer .social a {
	color: #f07f15;
}

#footer2 .left {
	float: left;
	width: 150px;
	text-align: left;
}

#footer2 .center {
	float: left;
	width: 660px;
	text-align: center;
}

#footer2 .right {
	float: right;
	width: 150px;
	text-align: right;
}

#footer,
#footer a {
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

a.footer_link {
	font-weight: 600;
	color: inherit;
}

ol.breadcrumb_trail {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol.breadcrumb_trail li {
	display: inline;
}

.error_msg {
	color: red;
	font-weight: 700;
}

.admin_edit_link {
	border: 1px solid black;
	padding: 3px;
	background-color: yellow;
	text-decoration: none;
	font-weight: 700;
}

.wrap {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.max_length_field label {
	float: left;
}

div.max_length_counter {
	float: right;
}

.max_length_field textarea {
	clear: both;
}

.admin_tip {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 14px;
	border: 1px dashed #b2b15e;
	background: #FAF99E;
	font-size: 90%;
}

.admin_tip,
.admin_tip a {
	color: black;
}

.image_field_inline_preview {
	float: left;
	margin-right: 5px;
}

.pagination {
	clear: both;
	padding-bottom: 10px;
}

.pagination ~ .pagination {
	padding-top: 5px;
	padding-bottom: 20px;
}

.pagination_left {
	display: table-cell;
	min-width: 10px;
	float: left;
}

.pagination_left label {
	font-weight: 700;
	color: #505050;
	margin-right: 5px;
}

.pagination_right {
	display: table-cell;
	min-width: 10px;
	float: right;
}

.pagination_count {
	float: left;
	font-weight: 700;
	margin-right: 5px;
	padding: 2px 0px;
	color: #505050;
}

.pagination ol {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	float: left;
	text-align: center;
	margin-left: 5px;
	padding: 2px 7px;
	text-decoration: none;
	background: #e0e0e0;
	color: #505050;
}

.pagination li.selected a {
	font-weight: 700;
	background: #606060;
	color: #e0e0e0;
}

#like_button {
	/* position: absolute; */
	float: right;
	z-index: 10;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}

#twitter_button {
	float: right;
	z-index: 10;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#tellfriend_button_home {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #757575;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 75%;
	padding: 0px 3px;
	height: 20px;
	line-height: 20px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
}

#tellfriend_button_home:hover,
#tellfriend_button_home:focus {
	background-color: #616161;
	text-decoration: underline;
}

div.rounded {
	border: 1px solid #D4D4D4;
}

div.rounded_corner_tl {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url('/images/rounded_top_left.gif') no-repeat;
}

div.rounded_corner_bl {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin-top: -6px;
	background: url('/images/rounded_bottom_left.gif') no-repeat;
}

div.rounded_corner_tr {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url('/images/rounded_top_right.gif') no-repeat;
}

div.rounded_corner_br {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin-top: -6px;
	background: url('/images/rounded_bottom_right.gif') no-repeat;
}

.video_popup_container {
	position: absolute;
	z-index: 10;
	display: block;
	width: 165px;
	height: 80px;
	top: -30px;
	right: 0px;
}

.fact_boxes {
	background: #fffae5;
	padding-bottom: 8px;
}

.feature_boxes {
	padding-top: 74px;
}

/* UserLogin Module Start */

div.login_container {
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	border-bottom: 11px solid #9EBFD3;
	color: #5C575E;
}

div.login_container_frontend {
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	border-bottom: 11px solid #b8b8b8;
	border-radius: 10px;
	color: #3b3b3b;
}

div.login_head {
	font-weight: 700;
	text-align: center;
	background: #ABC8DB url('/shared_files/images/qs_topmaster3.gif') no-repeat -69px -21px;
	color: white;
	padding-top: 6px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

div.login_container_frontend div.login_head {
	background: #b8b8b8;
	border-radius: 10px 10px 0px 0px;
}

div.login_body {
	background-color: #ECF3F6;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

div.login_container_frontend div.login_body {
	background-color: #f1f1f1;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

div.login_new_user {
	text-align: center;
	margin-bottom: 10px;
}

div.login_error_msg {
	font-weight: 700;
	background-color: red;
	color: white;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

div.login_container label,
div.login_container_frontend label {
	clear: both;
	display: block;
	float: left;
	width: 30%;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	text-align: right;
}

div.login_container_frontend label {
	font-weight: 700;
}

#login_username,
#login_raw_password {
	display: block;
	float: right;
	width: 130px;
	margin-right: 35px;
	margin-bottom: 2px;
	display: inline; /* IE6 margin fix */
}

span.login_access_key {
	text-decoration: underline;
}

div.login_container div.login_forgotten_pass,
div.login_container_frontend div.login_forgotten_pass {
	clear: both;
	float: left;
	font-weight: 400;
	font-size: 80%;
	width: 70%;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 6px;
}

div.login_container_frontend div.login_forgotten_pass {
	margin-top: 8px;
	font-size: 100%;
}

#login_btn {
	display: block;
	float: right;
	margin-top: 6px;
}

div.login_container_frontend #login_btn {
	margin-top: 11px;
	margin-bottom: 10px;
}

#user_valid_submission {
	display: none;
}

form.registration_form,
form.user_details_form {
	margin-top: 20px;
}

form.forgot_pass_form,
form.password_reset_form {
	margin-top: 15px;
}

form.registration_form fieldset,
form.user_details_form fieldset,
form.forgot_pass_form fieldset,
form.password_reset_form fieldset {
	background: #EEEEEE;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 10px;
	padding: 15px;
}

form.registration_form .already_registered {
	float: right;
}

label.registration_form_label,
label.user_details_form_label,
label.forgot_pass_label,
label.password_reset_label {
	clear: left;
	display: block;
	float: left;
	width: 115px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: 700;
	padding-top: 2px;
}

input.registration_form_field,
textarea.registration_form_field,
input.user_details_form_field,
textarea.user_details_form_field,
input.forgot_pass_field,
input.password_reset_field {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 149px;
}

.forgot_pass_submit {
	float: left;
	margin-left: 30px;
}

.password_reset_submit {
	float: right;
	margin-top: -29px;
}

span.registration_form_required,
span.user_details_form_required {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
}

#username_hint {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
	color: red;
	font-weight: 700;
}

#password_hint {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 11px;
	display: inline; /* IE6 margin fix */
	width: 170px;
	position: absolute;
}

.password_reset_form #password_hint {
	margin-top: -17px;
}

.user_details_form #password_hint {
	margin-left: 5px;
}

.password_strong {
	font-weight: 700;
	color: #008800;
}

.password_moderate {
	font-weight: 700;
	color: #555555;
}

.password_weak {
	font-weight: 700;
	color: #EA181C;
}

#user_telephone {
	width: 120px;
}

#user_postcode {
	width: 70px;
}

#registration_form_notes,
#user_details_form_notes {
	margin-top: 15px;
	color: #555555;
	font-size: 90%;
	text-align: right;
}

#registration_form_submit,
#user_details_form_submit {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.user_details_saved {
	font-weight: 700;
	font-size: 110%;
}

.member_profile_head {
	background: #ccc;
	padding: 4px 7px;
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 2px;
}

.member_profile_details {
	float: left;
	width: 152px;
	background: #ddd;
	text-align: center;
	padding: 6px 7px;
	margin-right: 2px;
}

.member_profile_details img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
}

.member_profile_more {
	float: left;
	width: 332px;
}

.member_profile_section_head {
	background: #ddd;
	padding: 6px 7px;
	font-weight: 700;
}

.member_profile_section {
	padding: 6px 7px;
	min-height: 114px;
	border-bottom: 5px solid #ddd;
}

.member_profile_latest_post {
	margin-bottom: 20px;
}

.member_profile_latest_post .latest_post_date {
	font-weight: 700;
	color: #666;
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_breadcrumb {
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_breadcrumb a {
	text-decoration: none;
	font-weight: 700;
}

.member_profile_latest_post .latest_post_breadcrumb a:hover,
.member_profile_latest_post .latest_post_breadcrumb a:focus {
	text-decoration: underline;
}

.member_profile_latest_post .latest_post_blurb {
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_link {
	text-align: right;
}

.member_profile_btn {
	margin: 10px 5px 5px 5px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	background: #999;
	color: white;
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 4px 5px;
	font-size: 90%;
}

a.unread_pm_count {
	text-decoration: none;
}

a.unread_pm_count.has_unread {
	background: yellow;
}

a.unread_pm_count .pm_icon {
	background: url('/shared_files/images/mail.png') no-repeat 0px 2px;
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-bottom: -1px;
	overflow: hidden;
}

.pm_action_completed {
	background: #CCCCCC;
	padding: 8px 10px;
	font-weight: 700;
	margin-bottom: 10px;
	border: 2px dashed #666;
}

table.pm_list {
	margin-bottom: 10px;
}

table.pm_list th {
	background: #CCCCCC;
	padding: 3px 4px;
	text-align: left;
}

table.pm_list th:first-child {
	border-top-left-radius: 10px;
}

table.pm_list th:last-child {
	border-top-right-radius: 10px;
}

table.pm_list td {
	padding: 3px 4px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

table.pm_list tr.unread td {
	font-weight: 700;
}

table.pm_list td.no_pms {
	font-style: italic;
	text-align: center;
}

div.pm_tabs {
	width: 40%;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.pm_pagination {
	width: 60%;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.pm_pagination ol {
	padding: 0px;
	text-align: right;
}

div.pm_tabs ul {
	padding: 0px;
	text-align: left;
}

div.pm_pagination ol li,
div.pm_tabs ul li {
	list-style-type: none;
	display: inline;
}

div.pm_pagination ol li a,
div.pm_pagination ol li a:hover,
div.pm_pagination ol li a:focus,
div.pm_tabs ul li a,
div.pm_tabs ul li a:hover,
div.pm_tabs ul li a:focus {
	display: inline-block;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #c5c5c5;
	padding: 1px 3px;
	min-width: 24px;
	text-align: center;
	background-color: #d5d5d5;
	font-weight: 700;
	text-decoration: none;
}

div.pm_pagination ol li a:hover,
div.pm_pagination ol li a:focus,
div.pm_tabs ul li a:hover,
div.pm_tabs ul li a:focus {
	background-color: white;
}

div.pm_pagination ol li.selected a,
div.pm_tabs ul li.selected a {
	background-color: #f1f1f1;
}

div.pm_pagination ol li.pm_pagination_label {
	display: inline-block;
	padding: 2px 2px;
	min-width: 24px;
	text-align: center;
	font-weight: 700;
}

/* UserLogin Module End */

/* Enquiry Form Start */

#salesforce_form_page form,
form.enquiry_form,
form.landing_page_form {
	margin-top: 20px;
}

#enquiry_form_error.hidden,
#landing_page_form_error.hidden {
	display: none;
}

#salesforce_form_page div.salesforce_form_label,
div.enquiry_form_label,
div.landing_page_form_label,
#salesforce_form_page label,
label.enquiry_form_label,
label.landing_page_form_label {
	clear: left;
	display: block;
	float: left;
	width: 200px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: 700;
}

#salesforce_form_page div.salesforce_form_field,
div.enquiry_form_field,
div.landing_page_form_field,
#salesforce_form_page input,
input.enquiry_form_field,
input.landing_page_form_field,
#salesforce_form_page textarea,
textarea.enquiry_form_field,
textarea.landing_page_form_field {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 200px;
}

#enquirer_postcode {
	width: 80px;
}

#enquiry_details {
	width: 350px;
}

#enquiry_valid_submission,
#landing_page_valid_submission {
	display: none;
}

span.enquiry_form_required,
span.landing_page_form_required {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
}

input.enquiry_form_submit,
input.landing_page_form_submit {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left: 210px;
	width: 155px;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #f07f15;
	border-radius: 3px;
	border: none;
	font-weight: 700;
	cursor: pointer;
}

.santander input.enquiry_form_submit {
	background-color: #ff2600;
}

#enquiry_form_notes,
#landing_page_form_notes {
	width: 496px;
	text-align: right;
	color: #555555;
	font-size: 90%;
	margin-top: 15px;
}

#enquiry_form_success,
#landing_page_form_success {
	display: none;
}

#salesforce_form_page input,
input.enquiry_form_field,
input.landing_page_form_field,
#salesforce_form_page textarea,
textarea.enquiry_form_field,
textarea.landing_page_form_field {
	display: block;
	float: left;
	width: 200px;
}

#salesforce_form_page input[type="text"],
input[type="text"].enquiry_form_field,
input[type="text"].landing_page_form_field,
#salesforce_form_page textarea.uniform,
textarea.enquiry_form_field.uniform,
textarea.landing_page_form_field.uniform {
	margin-bottom: 10px;
}

.enquiry_tip,
.landing_page_tip {
	margin-left: 470px;
	width: 180px;
	position: absolute;
}

.enquiry_tip .rounded,
.landing_page_tip .rounded {
	padding: 7px 10px;
}

/* Enquiry Form End */

/* Articles Module Start */

.news_list_img,
.case_study_list_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	min-width: 130px;
	width: auto !important;
	width: 130px;
}

.news_list_img img,
.case_study_list_img img {
	display: block;
	border: 0px;
}

div.news_list_text,
div.case_study_list_text {
	float: left;
	width: 360px;
	margin-bottom: 20px;
}

div.event_list_text {
	float: left;
	width: 410px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.news_list h2,
.case_study_list h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 120%;
	border-bottom: none;
}

.event_list h2 {
	font-size: 200%;
	text-align: center;
	border-bottom: none;
	padding-bottom: 15px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 10px;
}

.news_list h2 a,
.case_study_list h2 a {
	text-decoration: none;
}

.news_list h2 a:hover,
.news_list h2 a:focus,
.case_study_list h2 a:hover,
.case_study_list h2 a:focus {
	text-decoration: underline;
}

.event_list h3.event_date {
	width: 80px;
	float: left;
	padding-top: 0px;
	text-align: center;
	font-size: 190%;
	color: #BBBBBB;
}

.event_list h4 {
	padding-top: 4px;
	padding-bottom: 0px;
	font-style: normal;
}

.event_list h4 a {
	text-decoration: none;
}

.event_list h4 a:focus,
.event_list h4 a:hover {
	text-decoration: underline;
}

.event_list p.event_dt_summary {
	padding-bottom: 2px;
	font-weight: 700;
}

.event_list p.event_location {
	font-style: italic;
	padding-bottom: 2px;
}

.news_list p,
.case_study_list p {
	padding-top: 0px;
}

.job_list_item {
	margin-top: 20px;
	margin-bottom: 25px;
}

.job_list h2 {
	border-bottom: none;
	font-size: 120%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.job_list h2 a {
	text-decoration: none;
}

.job_list h2 a:hover,
.job_list h2 a:focus {
	text-decoration: underline;
}

.job_details {
	padding-left: 30px;
}

p.news_archive_link,
p.event_archive_link,
p.job_archive_link,
p.case_study_archive_link {
	text-align: center;
}

p.news_back_link,
p.event_back_link,
p.job_back_link,
p.case_study_back_link {
	margin-top: 20px;
}

#article_id {
	width: 390px;
}

#category_id {
	width: 230px;
}

label.article_edit_label,
div.article_edit_label {
	clear: left;
	display: block;
	float: left;
	width: 220px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: 700;
}

input.article_edit_field,
input.article_edit_field_large,
div.article_edit_field,
textarea.article_edit_field {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.article_toolbar_edit_field {
	clear: left;
	float: right;
	padding-right: 7px;
	width: 700px;
}

input.article_edit_field {
	width: 700px;
}

div.article_edit_field,
input.article_edit_field_large,
textarea.article_edit_field {
	/*width: 334px;*/
}

div.article_edit_field_wrapper {
	text-align: right;
}

div.article_edit_field_wrapper textarea {
	width: 700px;
}

#article_path_preview,
#category_path_preview {
	clear: left;
	margin-bottom: 10px;
	font-size: 90%;
	font-style: italic;
	color: #888888;
}

ol.article_edit_channels {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 200px;
	overflow: auto;
	border: 1px solid #dddddd;
}

ol.article_edit_channels li {
	list-style-type: none;
}

ol.article_edit_categories {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	max-height: 144px;
	overflow: auto;
	border: 1px solid #dddddd;
}

ol.article_edit_categories li {
	list-style-type: none;
}

#news_archive ol.year,
#event_archive ol.year,
#job_archive ol.year,
#case_study_archive ol.year {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#news_archive ol.year li.year,
#event_archive ol.year li.year,
#job_archive ol.year li.year,
#case_study_archive ol.year li.year {
	float: left;
	width: 100px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#news_archive ol.year a.year,
#event_archive ol.year a.year,
#job_archive ol.year a.year,
#case_study_archive ol.year a.year {
	font-size: 140%;
	font-weight: 700;
}

#news_archive ol.month,
#event_archive ol.month,
#job_archive ol.month,
#case_study_archive ol.month {
	list-style: disc;
	font-weight: 400;
	padding-left: 15px;
	margin-left: 0px;
}

div.article_feed h6,
div.channel_feed h6 {
	font-weight: 700;
	font-style: normal;
}

div.article_feed h6 a,
div.channel_feed h6 a {
	text-decoration: none;
}

div.article_feed h6 a:hover,
div.article_feed h6 a:focus,
div.channel_feed h6 a:hover,
div.channel_feed h6 a:focus {
	text-decoration: underline;
}

div.offer_list {
	width: 630px;
	margin-left: 330px;
}

div.offer_block {
	border: 1px solid #D8D8D8;
	padding: 26px 25px 25px;
	background-color: #FAFAFA;
	width: 578px;
	float: left;
	position: relative;
}

#home_offer_carousel div.offer_block {
	border: none;
}

div.offer_list_img {
	width: 220px;
	height: 108px;
	background-color: #D8D8D8;
	float: left;
	margin-right: 15px;
}

.offer_list_text {
	min-height: 65px;
	overflow: hidden;
}

.offer_list_text p {
	padding-bottom: 0px;
}

.offer_save {
	text-transform: uppercase;
}

.offer_name {
	font-weight: 700;
	font-size: 140%;
	line-height: 1em;
	color: #1a1a1a;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.offer_list_rule {
	float: left;
	width: 343px;
}

.offer_list_rule hr {
	background-color: #f07f15;
	margin: 17px 0px 6px;
}

.offer_list_rule .left {
	font-weight: 700;
	color: #f07f15;
	font-size: 1.2em;
	float: left;
	text-transform: uppercase;
}

.offer_list_rule .right {
	float: right;
	margin-top: 4px;
}

#home_offer_carousel {
	width: 519px;
	height: 174px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 0px;
}

#home_offers .offer_wrapper {
	width: 519px;
}

#home_offers .offer_list_img {
	width: 198px;
	height: 144px;
	margin-right: 20px;
}

#home_offers div.offer_block {
	width: 488px;
	padding: 15px;
	/*background: url('/images/offer_image_glow.png') 0% 0% no-repeat;*/
}

#home_offers .offer_list_text {
	height: 80px;
}

#home_offers .offer_list_rule {
	width: 269px;
}

#home_offers .offer_list_rule hr {
	margin-top: 8px;
}

#home_offers .offer_list_rule .right {
	clear: left;
	float: left;
	margin-top: 10px;
}

#home_offers > .btn_primary_white {
	position: absolute;
	left: 263px;
	bottom: 32px;
}

#home_offer_carousel_prev {
	position: absolute;
	margin-top: -105px;
}

#home_offer_carousel_next {
	position: absolute;
	margin-top: -105px;
	margin-left: 570px;
}

#home_offers .social {
	position: absolute;
	margin-top: 46px;
	margin-left: 45px;
	float: left;
}

#home_offers .social a {
	margin-right: 7px;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	height: 38px;
	width: 38px;
}

#home_offers .button {
	float: right;
	margin-top: 46px;
	width: 206px;
}

#home_offers .button .middle {
	width: 190px;
}

div.offer_social_block {
	background-color: #f2f2f2;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 10px 25px;
	height: 35px;
	margin-bottom: 20px;
	width: 578px;
	float: left;
}

div.offer_social_block a {
	display: inline-block;
	margin-right: 8px;
	height: 36px;
	width: 35px;
	border-radius: 3px;
	background-color: #f07f15;
}

div.offer_social_block.offer_of_week a {
	background-color: #fff;
}

div.offer_block.new {
	background-color: #b56ed6;
}

div.offer_block.new .offer_list_text {
	color: #fff;
}

div.offer_block.new .offer_name {
	color: #fff;
}

div.offer_block.new .offer_list_rule hr {
	background-color: #C58BDF;
}

div.offer_block.new .offer_list_rule .left {
	color: #fff;
}

div.offer_block.new .ilink {
	color: #fff;
	background-image: url('/images/white_arrow.png');
}

div.offer_social_block.new {
	background-color: #8e48ae;
}

div.offer_block.offer_of_week {
	background-color: #f07f15;
}

div.offer_block.offer_of_week .offer_list_text {
	color: #fff;
}

div.offer_block.offer_of_week .offer_name {
	color: #fff;
}

div.offer_block.offer_of_week .offer_list_rule hr {
	background-color: #fff;
}

div.offer_block.offer_of_week .offer_list_rule .left {
	color: #fff;
}

div.offer_block.offer_of_week .ilink {
	color: #fff;
	background-image: url('/images/white_arrow.png');
}

div.offer_social_block.offer_of_week {
	background-color: #f07626;
}

img.new_banner {
	position: absolute;
	top: -3px;
	left: -3px;
}

#faqs_cat_menu,
#offers_cat_menu {
	border: 1px solid #D8D8D8;
	background: #f2f2f2;
	width: 270px;
	float: left;
}

#faqs_cat_menu a,
#offers_cat_menu a {
	display: block;
	font-weight: 400;
	padding: 14px 11px;
	text-decoration: none;
	color: #1a1a1a;
	border-top: 1px solid #D8D8D8;
}

#faqs_cat_menu a:hover,
#faqs_cat_menu a:focus,
#offers_cat_menu a:hover,
#offers_cat_menu a:focus {
	text-decoration: underline;
}

#faqs_cat_menu a.first,
#offers_cat_menu a.first {
	border-top-width: 0px;
}

#faqs_cat_menu a.selected,
#offers_cat_menu a.selected {
	background: #fff0ac;
	color: #f07f15;
	font-weight: 700;
}

#faqs_cat_menu a img,
#offers_cat_menu a img {
	float: right;
	margin: -15px -18px;
}

#offer {
	width: 555px;
}

#offer_fill_width {
	width: 960px;
}

#offer_image {
	float: right;
}

#offer_image>div {
	margin-top: 2px;
	height: 70px;
	padding-top: 20px;
}

#offer_image img {
	width: 330px;
	height: 330px;
	display: block;
	border: 0;
}

#offer h2.blurb,
#offer_full_width h2.blurb {
	font-size: 1.3em;
	color: #1a1a1a !important;
	font-weight: 600;
}

.news_story {
	float: right;
	width: 630px;
}

#news_story_image img {
	width: 100%;
	max-width: 630px;
}

/* Articles Module End */

/* Site Search Start */

#search_text {
	margin-bottom: 5px;
}

div.search_results {
	margin-top: 15px;
}

div.search_results p {
	margin-bottom: 20px;
}

div.search_results a {
	font-size: 120%;
}

div.search_pagination {
}

div.search_pagination a {
	text-align: center;
	display: inline-block;
	width: 26px;
	height: 22px;
	padding-top: 3px;
	background: url('/images/page_button_grey.png') 0% 0% no-repeat;
	text-decoration: none;
}

div.search_pagination a.selected {
	background: url('/images/page_button_purple.png') 0% 0% no-repeat;
	color: white;
}

p.search_time {
	text-align: center;
	font-style: italic;
	font-size: 90%;
	color: #7e7e7e;
	margin-top: 15px;
}

/* Site Search End */

/* Rotating Banners Start */

.rotating_banner_wrapper,
.rotating_banner_wrapper_inner {
	position: relative;
}

.rotating_banner {
	overflow: hidden;
	width: 100%;
}

.banner_frame {
	background-color: transparent;
	position: relative;
	width: 100%;
}

.banner_frame_image {
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner_frame_content_container {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1100px;
}

.banner_frame_title_wrapper {
	font-weight: 700;
	position: absolute;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 48px;
	left: 50%;
}

.banner_edit {
	bottom: 20px;
	left: 20px;
	position: absolute;
	z-index: 1000;
}

.rotating_banner_content_overlay_wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-520px, -50%);
	-ms-transform: translate(-520px, -50%);
	transform: translate(-520px, -50%);
	z-index: 20;
}

.rotating_banner_content_overlay {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
	box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
	font-size: 18px;
	padding: 40px;
	width: 260px;
}

.rotating_banner_content_overlay_inner {
	position: relative;
}

.rotating_banner_content_overlay h2 {
	color: #f07f15;
	font-size: 35px;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 15px;
	padding-top: 0;
}

.rotating_banner_content_overlay ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rotating_banner_content_overlay ul li {
	background-color: transparent;
	background-image: url('/images/icon-tick.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 27px 21px;
	padding-left: 52px;
	margin-bottom: 30px;
}

.rotating_banner_content_overlay ul li:last-of-type {
	margin-bottom: 0;
}

.rotating_banner_buy_buttons {
	text-align: center;
}

.rotating_banner_buy_buttons a {
	border: 1px solid transparent;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.rotating_banner_buy_buttons .renew_homepage {
	margin-left: 15px;
}

.content_page_rotating_banner_container {
	position: relative;
}

.content_page_rotating_banner {
	/*margin-top: 40px;*/
	background: #f2f2f2;
}

.content_page_rotating_banner > div,
.content_page_rotating_banner > a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.content_page_rotating_banner .banner_content {
	display: block;
	width: auto;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.content_page_rotating_banner .banner_content > span {
	background: rgba(255, 255, 255, 1);
	padding: 10px;
}

.content_page_rotating_banner span.banner_title {
	display: block;
	color: #fff;
	margin: 170px 0px 0px 2px;
	text-decoration: none;
	font-weight: 600;
	font-size: 280%;
	line-height: 1.0em;
}

.content_page_rotating_banner span.banner_title {
	display: inline-block;
	/*text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
	margin-top: 20px;
	color: #ed5e00;
}

.content_page_rotating_banner span.banner_subtitle {
	display: block;
	color: white;
	margin: -5px 0px 0px 2px;
	text-decoration: none;
	font-weight: 400;
	font-size: 260%;
}

.content_page_rotating_banner span.banner_subtitle {
	display: inline-block;
	width: auto;
	color: #ed5e00;
	/*text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
}

.content_page_rotating_banner span.banner_blurb {
	display: block;
	margin: 0px 0px 0px 2px;
	color: #ffd200;
	font-weight: 600;
	font-size: 280%;
	width: 500px;
	line-height: 1.0em;
}

.content_page_rotating_banner span.banner_blurb {
	display: inline-block;
	width: auto;
	/*text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
}

.content_page_rotating_banner .button {
	margin: 20px 0px 0px 40px;
	width: 140px;
	display: inline-block;
}

.content_page_rotating_banner_container .banner_frame_buy_buttons {
	position: relative;
	margin: 0;
	width: 920px;
	overflow: hidden;
	padding: 20px;
	background: #f2f2f2;
}

.content_page_rotating_banner_container .banner_frame_buy_buttons a {
	margin-top: 0;
}

.content_page_rotating_banner_container #nav_wrap {
	margin: 0;
	top: 20px;
	right: 20px;
	left: initial;
	position: absolute;
	width: 280px;
	z-index: 50;
}

.content_page_rotating_banner_container .banner_edit {
	margin: 0;
	top: 20px;
	left: 20px;
	right: initial;
	bottom: initial;
}

#nav,
#pause,
#resume {
	float: right;
}

#nav a {
	background: url('/images/button-off.png') 0% 0% no-repeat;
	padding: 15px 0px 0px 15px;
	height: 1px;
	width: 1px;
	margin-left: 10px;
	overflow: hidden;
	display: inline-block
}

#pause,
#resume {
	margin-left: 10px;
}

#home_banner_prev_div {
	float: left;
	position: relative;
	margin-left: -680px;
}

#home_banner_next_div {
	float: right;
}

#pause {
	display: block;
}

#resume {
	display: none;
}

#nav a.activeSlide {
	background-image: url('/images/button-on.png');
}

/* Rotating Banners End */

/* Widgets Start */

.fact_box,
.feature_box {
	width: 300px;
	margin: 0 10px 10px;
	float: left;
}

.fact_box {
	margin: 0;
	margin-left: 30px;
	margin-top: 40px;
	text-align: center;
}

.fact_box:first-of-type {
	margin-left: 0;
}

.fact_box h2,
.feature_box h2 {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
	font-size: 130%;
	color: #f07f15;
	font-weight: 700;
}

.fact_box h2 {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 500;
	margin-top: 15px;
	padding: 0;
}

.fact_box a {
	color: inherit;
	text-decoration: none;
}

.fact_box a.fact_box_link,
.fact_box a.fact_box_icon,
.feature_box a.feature_box_link,
.feature_box a.feature_box_icon {
	text-decoration: none;
	color: #f07f15;
	font-weight: 600;
	font-size: 0.8em;
	display: block;
}

.fact_box a.fact_box_link:hover,
.fact_box a.fact_box_link:focus,
.fact_box a.fact_box_icon:hover,
.fact_box a.fact_box_icon:focus,
.feature_box a.feature_box_link:hover,
.feature_box a.feature_box_link:focus,
.feature_box a.feature_box_icon:hover,
.feature_box a.feature_box_icon:focus {
	text-decoration: underline;
}

.fact_box a.fact_box_icon,
.feature_box a.feature_box_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.fact_box a:hover,
.fact_box a:focus,
.feature_box a:hover,
.feature_box a:focus {
	text-decoration: none;
}

.fact_box_text,
.feature_box_text {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.fact_box_text {
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}

.feature_box_text > p:first-of-type {
	min-height: 60px;
}

.image_box {
	width: 310px;
	margin-bottom: 50px;
}

.image_box img {
	display: block;
	border: 0;
}

/* Stripe Content Box Widget Start */

.stripe_content_box {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	min-height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.stripe_content_box_inner {
	width: 960px;
	margin: 0 auto;
}

.stripe_content_box.parallax {
	background-size: cover;
	background-attachment: fixed;
}

.stripe_content_box {
	color: #fff;
	font-weight: 600;
}

.stripe_content_box_inner > div:first-of-type {
	font-size: 30px;
}

.stripe_content_box_text {
	float: left;
	width: 670px;
}

.stripe_content_buy_button_wrapper {
	float: right;
	width: 260px;
}

.stripe_content_buy_button_wrapper a.btn_primary {

}

.stripe_content_buy_button_wrapper .renew_link {
	text-decoration: underline;
	color: #fff;
	font-size: 80%;
	margin-top: 10px;
	display: inline-block;
}

/* Stripe Content Box Widget End */

/* Widgets End */

/* FAQs Start */

#faqs_search_text {
	background: url('/images/faq_search_input.png') 0% 0% no-repeat;
	height: 51px;
	width: 490px;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	color: #1a1a1a;
}

#faq_search input.btn {
	background-color: #f07f15;
	border: 0px;
	color: #fff;
	height: 51px;
	width: 116px;
}

.faq_body {
	float: right;
	width: 630px;
	margin-bottom: 20px;
}

.faq_body .answer {
	display: none;
	padding: 10px 20px 0px;
}

.faqs {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.faqs li {
	padding-left: 0px;
}

.faqs li a {
	text-decoration: none;
	font-weight: 400;
}

.faqs li a:hover,
.faqs li a:focus {
	text-decoration: underline;
}

.faqs li hr {
	margin: 20px 0px;
	background-color: #ECECEC;
}

/* FAQs End */

/* Competitions Start */

#competitions .valid_submission_field {
	display: none;
}

#competitions p {
	font-size: 80%;
}

#competitions label {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

#competitions fieldset {
	width: 480px;
}

#competitions fieldset {
	padding: 20px 40px;
	border: 1px solid #E9E9E9;
}

#competitions fieldset a.btn_primary {
	float: right;
	height: auto !important;
}

#competitions .btn_primary {
	height: auto !important;
}

.registerform,
.furtherinfo {
	margin-bottom: 20px;
}

.furtherinfo {
	font-size: 80%;
}

.registerform th {
	font-weight: 700;
	text-align: left;
	padding-right: 30px;
}

.registerform th,
.registerform td {
	padding: 5px 5px 5px 0;
}

#competitions .button {
	margin-top: 20px;
}

.sr_only {
	display: none;
}

/* Competitions End */

/* Journey Planner Start */

.journey_planner_head {
	width: 640px;
	height: 5px;
	overflow: hidden;
	background: url('/images/journey_planner_head.gif?v3');
}

.journey_planner_body {
	width: 675px;
	background: #f07f15;
	padding: 5px 15px;
	padding-bottom: 15px;
}

.journey_planner_body h2,
#journey_planner_form .label_col1,
#journey_planner_form .label_col2,
#include_return_container label,
#journey_class_container label{
	color: #fff;
}

.journey_planner_foot {
	width: 640px;
	height: 5px;
	overflow: hidden;
	background: url('/images/journey_planner_foot.gif?v3');
	margin-bottom: 10px;
}

#journey_planner_form h2 {
	margin-bottom: 20px;
}

.journey_row {
	clear: both;
}

.journey_row+.journey_row {
	padding-top: 15px;
}

#journey_planner_form .label_col1 {
	clear: both;
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

#journey_planner_form .outward_row .label_col1,
#journey_planner_form .inward_row .label_col1 {
	padding-top: 17px;
}

#journey_planner_form .label_col2 {
	display: block;
	float: left;
	width: 35px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#journey_planner_form .label_col3 {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
}

#journey_planner_from {
	width: 180px;
	float: left;
	padding-top: 4px;
}

#journey_from {
	width: 150px;
}

#journey_planner_to {
	width: 180px;
	float: left;
	padding-top: 4px;
}

#journey_to {
	width: 150px;
}

#include_return_container {
	float: left;
	width: 160px;
	padding-top: 1px;
}

#include_return {
	float: left;
}

#include_return_container label {
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}

#journey_planner_outward_date {
	float: left;
	width: 197px;
}

#journey_planner_outward_time {
	float: left;
	width: 200px;
}

#journey_planner_outward_time .label_col2,
#journey_planner_inward_time .label_col2 {
	padding-top: 1px;
}

#journey_planner_inward_date {
	float: left;
	width: 197px;
}

#journey_planner_inward_time {
	float: left;
	width: 200px;
}

.journey_date_shortcuts {
	font-size: 85%;
	text-align: center;
	width: 150px;
}

.journey_date_shortcuts a {
	color: #fff;
	float: left;
	margin: 0 10px;
}

.journey_planner_landing_page .journey_date_shortcuts {
	position: absolute;
	margin-top: -15px;
}

.journey_planner_landing_page .journey_date_shortcuts a {
	color: #a9a9a9;
}

.label_hours,
.label_minutes {
	color: #fff;
}

.label_hours {
	margin-left: 35px;
}

.label_minutes {
	margin-left: 5px;
}

#outward_date,
#inward_date {
	width: 130px;
}

.journey_planner_body .ui-datepicker-trigger {
	margin-bottom: -4px;
	margin-right: 10px;
}

#journey_planner_return_options {
	display: inline;
}

#journey_planner_passengers {
	margin-top: 12px;
}

#journey_adults_container,
#journey_children_container {
	float: left;
	width: 68px;
}

#journey_adults_container label,
#journey_children_container label {
	display: block;
	width: 50px;
	color: #fff;
	font-size: 85%;
	text-align: center;
	padding-bottom: 5px;
}

.journey_planner_landing_page #journey_adults_container label,
.journey_planner_landing_page #journey_children_container label {
	color: #a9a9a9;
	margin-top: -15px;
	position: absolute;
}

#journey_adults,
#journey_children {
	width: 50px;
}

#journey_class_container {
	padding-top: 13px;
}

#journey_second_class {
	margin-left: 8px;
}

#journey_railcard {
	float: left;
	width: 185px;
	margin-top: 5px;
}

.journey_planner_landing_page #journey_railcard {
	float: none;
	margin-top: 0px;
}

#journey_planner_submit {
	float: right;
	font-size: 120%;
	width: 40px;
	height: 40px;
	margin-top: -40px;
	background-color: #fff;
	color: #f07f15;
	font-weight: 700;
}

.journey_planner_landing_page #journey_planner_submit {
	background-color: #f07f15;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin-top: 0;
	border-radius: 3px;
	font-size: 100%;
	width: 100px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

span.journey_tooltip {
	border-bottom: 1px dotted #1a1a1a;
	cursor: default;
	cursor: pointer;
}

.journey_tooltip_content {
	display: none;
}

.journey_results {
	border-left: 1px solid #D4D4D4;
}

.journey_results th,
.journey_results td {
	text-align: center;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding: 3px 5px;
}

.journey_results th.left,
.journey_results td.left {
	text-align: left;
}

h2.journey_return_title {
	margin-top: 5px;
}

.journey_changes table.journey_results {
	width: 100%;
	font-size: 80%;
}

.return_col {
	display: none;
}

.select_ticket_btn,
.select_return_ticket_btn {
	background: #f07f15;
	border-radius: 4px;
	width: 95px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: white;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.select_ticket_btn.selected,
.select_return_ticket_btn.selected {
	color: #ffff00;
}

.buy_railcard_btn {
	float: right;
	clear: right;
	background: #f07f15;
	border-radius: 4px;
	width: 107px;
	height: 35px;
	line-height: 36px;
	display: block;
	color: white;
	font-weight: 700;
	padding: 0 7px;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}

.buy_tickets_btn {
	background: url('/images/buy_tickets_button.png') no-repeat top left;
	height: 28px;
	line-height: 28px;
	display: block;
	color: white;
	font-weight: 700;
	padding-right: 10px;
	text-align: right;
}

.select_ticket_btn:hover,
.select_ticket_btn:focus,
.buy_railcard_btn:hover,
.buy_railcard_btn:focus,
.buy_tickets_btn:hover,
.buy_tickets_btn:focus {
	text-decoration: none;
}

.buy_tickets_text_link {
	display: block;
	float: right;
	clear: right;
	font-weight: 700;
	text-align: right;
	margin-top: 10px;
}

#journey_buy_tickets {
	margin-top: 10px;
	float: right;
	width: 360px;
}

#journey_buy_tickets_head {
	background: url('/images/buy_tickets_head.png') no-repeat 0px 0px;
	height: 5px;
	overflow: hidden;
}

#journey_buy_tickets_body {
	background: #F8F8F8;
	border: 1px solid #D4D4D4;
	padding: 10px;
}

#journey_buy_tickets_foot {
	background: url('/images/buy_tickets_foot.png') no-repeat 0px 0px;
	height: 5px;
	overflow: hidden;
}

.journey_buy_label {
	clear: both;
	float: left;
	width: 240px;
	margin-bottom: 10px;
	font-size: 120%;
}

.journey_planner_landing_page .journey_buy_label {
	font-size: inherit;
	width: 200px;
	margin: 2px 0;
}

.journey_planner_landing_page hr {
	background-color: #d4d4d4;
	margin: 2px 0;
}

#journey_buy_price,
#journey_buy_saving {
	float: right;
	width: 80px;
	text-align: right;
	font-size: 120%;
	font-weight: 700;
}

.journey_planner_landing_page #journey_buy_price,
.journey_planner_landing_page #journey_buy_saving {
	font-size: inherit;
}

#journey_search_loading {
	margin-left: 725px;
	font-size: 110%;
	visibility: hidden;
	position: absolute;
}

#buy_tickets_loading {
	clear: both;
	float: right;
	padding-top: 6px;
	font-size: 110%;
	visibility: hidden;
}

#journey_buy_tickets_body hr {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #f07f15;
}

.railcard_saving {
	color: #f07f15;
	font-weight: 700;
}

#journey_buy_price_without_railcard {
	font-size: 120%;
	font-weight: 400;
	text-align: right;
}

.journey_planner_landing_page #journey_buy_price_without_railcard {
	font-size: inherit;
}

.return_prices,
.single_prices,
.single_only_prices,
.return_only_prices,
.disabled_return_prices {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 2px solid #f07f15;
}

.return_prices,
.single_prices {
	cursor: pointer;
}

.return_prices,
.disabled_return_prices {
	float: left;
	width: 49%;
}

.single_prices {
	float: right;
	width: 49.25%;
}

.return_prices.selected,
.single_prices.selected,
.single_only_prices.selected,
.return_only_prices.selected {
	font-weight: 700;
	position: relative;
	background: #fff;
	border: 0;
	border: 2px solid #f07f15;
	border-bottom: none;
}

.journey_results td.journey_date {
	border-top: 1px solid #D4D4D4;
	border-right: none;
	text-align: left;
	padding-left: 14px;
}

.journey_results td.ticket_toggle {
	border: none;
	background: #D4D4D4;
}

.journey_results td.changes,
.journey_results th.changes {
	border-right: none;
}

.journey_results td.single_col.ticket_type,
.journey_results td.return_col.ticket_type {
	border-left: 2px solid #f07f15;
}

.journey_results td.single_col.buy_btn,
.journey_results td.return_col.buy_btn {
	border-right: 2px solid #f07f15;
}

.journey_results th.journey_summary {
	border-right: 2px solid #f07f15;
	border-left: 2px solid #f07f15;
}

.journey_results td.last_row {
	border-bottom: 2px solid #f07f15;
}

.outward_selected_row,
.return_selected_row {
	background-color: #ececec;
}

.journey_planner_landing_page .buy_buttons {
	width: 205px;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 0px;
	margin-top: 20px;
}

.outward_selected_row,
.return_selected_row {
	background-color: #ececec;
}

/* Journey Planner End */

/* Journey Planner Landing Page Start */

#journey_planner_top_content_container {
	poaition: relative;
	width: 100%;
	height: 255px;
	margin-bottom: 45px;
}

#journey_planner_top_content {
	height: 255px;
	width: 685px;
	padding-left: 275px;
}

#journey_planner_top_content_inner {
	padding-top: 55px;
}

#journey_planner_roundel {
	position: absolute;
	top: 25px;
	left: 0;
	display: table;
	background-color: #db373f;
	height: 205px;
	width: 205px;
	border-radius: 255px;
	color: #fff;
	text-align: center;
	padding: 25px;
	font-size: 115%;
}

#journey_planner_roundel_content {
	font-family: 'Roboto Slab';
	display: block;
	font-weight: 600;
	font-size: 310%;
	line-height: 45px;
}

#journey_planner_roundel_from_to {
	font-size: 80%;
}

#caveat_asterisk {
	font-size: 60%;
	display: inline-block;
	position: relative;
	top: -14px;
}

#journey_options_table {
	display: table;
	width: 960px;
	table-layout: fixed;
}

#journey_options_table_row {
	display: table-row;
}

#journey_options_table_cell {
	display: table-cell;
	width: 640px;
	background-color: #ececec;
}

.journey_planner_heading {
	color: #db373f;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.disabled_fields {
	opacity: 0.6;
}

#show_more_options_link {
	height: 30px;
	line-height: 30px;
	background-color: #676667;
	background-image: url('/images/journey_planner_more_arrow.png');
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 0 15px 0 35px;
	color: #fff;
	cursor: pointer;
}

#price_summary_table {
	display: table-cell;
	width: 320px;
	background-color: #f2f2f2;
	padding: 15px;
}

#how_to_start_saving_box {
	padding: 20px;
	border: 1px solid #e2e2e2;
	margin-top: 15px;
}

#how_to_start_saving_box h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

#how_to_start_saving_box ul {
	list-style: url('/images/red-bullet.png');
	padding: 0 0 0 15px;
}

#how_to_start_saving_box ul li {
	padding: 0;
	margin: 0;
}

/* Journey Planner Landing Page End */

.buy_buttons,
.orange_btn {
	background: #f07f15;
	border-radius: 3px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.orange_btn {
	width: auto;
	height: initial;
	line-height: initial;
	padding: 20px;
	font-size: 115%;
	display: inline-block;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.orange_btn:hover {
	background: #df7a07;
	text-decoration: none;
}
/*
.buy_buttons {
	display: block;
	width: auto;
	height: auto;
	line-height: initial;
	padding: 20px 40px;
	font-size: 17px;
}
*/

.home_content_area_1_buy_buttons {
	margin-top: 25px;
}

.home_content_area_1_buy_buttons .renew_homepage {
	color: #fff !important;
	background: #f07f15;
	margin-left: 15px;
}

.buy_buttons.white {
	color: #f07f15;
	background: #fff;
	border: 2px solid #f07f15;
}

.buy_buttons.white.no_border {
	border: none;
}

.buy_buttons.white.no_border.jp_search_btn {
	height: 35px;
	line-height: 35px;
	width: 80px;
}

#right_bar .jp_search_btn {
	margin-top: 0px;
}

#tell_friend_button_container {
	background: transparent url('/images/tell-a-friend-bg.jpg') no-repeat top center;
	text-align: center;
	height: 350px;
	width: 960px;
	margin-top: 20px;
}

#tell_friend_button_inner {
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 30px;
	position: relative;
	width: auto;
}

#tell_friend_blurb {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

#tell_friend_blurb p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

/* Days Out Guide Start */

.days_out_hero {
	margin-bottom: 20px;
	width: 100%;
	min-height: 350px;
}

#days_out_hero_image {
	float: left;
	width: 630px;
}

#days_out_hero_image img {
	display: block;
	height: 350px;
	width: 630px;
	border: 0;
}

#days_out_hero_content {
	float: left;
	width: 310px;
	margin-left: 20px;
}

#days_out_hero_content h2 {
	padding-top: 0px;
}

.days_out_menu_container fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.hr_days_out_cat_menu {
	height: 1px;
	width: 100%;
	margin: 5px 0 15px;
	border: none;
	background: #d8d8d8;
}

.days_out_cat_menu_wrapper {
	float: left;
	position: relative;
	width: 132px;
	height: 41px;
	font-size: 86%;
	background: #e5e5e5;
	margin-bottom: 10px;
	padding: 5px;
}

.days_out_cat_menu_inner {
	display: table;
	width: 100%;
	height: 100%;
}

.days_out_cat_menu_wrapper.spacing {
	margin-left: 20px;
}

.days_out_cat_name {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 97px;
}

.days_out_checkbox {
	display: table-cell;
	width: 22px;
	text-align: right;
	vertical-align: middle;
}

.days_out_search_offers {
	float: right;
	width: 140px;
	height: 45px;
	line-height: 37px;
	text-align: center;
	background: #f2f2f2 url('/images/down-arrow.png') 113px center no-repeat;
	margin: 5px 3px 0 0;
	padding: 0;
	padding-right: 25px;
	cursor: pointer;
	color: #1a1a1a;
	font-weight: 700;
}

#show_offers_arrow {
	position: relative;
	float: right;
	z-index: 1;
	right: 30px;
	top: 23px;
	cursor: pointer;
}

#days_out_list_wrapper {
	height: 1px;
	width: 100%;
	margin: 10px 0 11px;
	border: none;
	background: #d8d8d8;
}

.days_out_list_offer {
	float: left;
	width: 305px;
	font-size: 90%;
	margin-bottom: 43px;
}

.days_out_list_offer.spacing {
	margin-left: 20px;
}

.days_out_list_title {
	font-size: 105%;
	font-weight: 700;
	height: 50px;
}

.days_out_list_title a {
	color: #1a1a1a;
	text-decoration: none;
}

.days_out_list_thumb,
.days_out_list_find_out_more {
	float: left;
	width: 140px;
	text-align: center;
}

.days_out_list_thumb {
	overflow: hidden;
	height: 130px;
	position: relative;
}

.days_out_list_thumb img {
	width: auto;
	height: 112px;
	border: none;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -100px;
}

.days_out_list_intro,
.days_out_list_booking_btn {
	float: right;
	width: 145px;
}

.days_out_list_intro {
	height: 130px;
}

.days_out_list_find_out_more a {
	text-decoration: none;
	color: #1a1a1a;
	margin-top: 10px;
	display: inline-block;
}

a.days_out_list_hero_booking_btn,
.days_out_list_booking_btn a {
	display: block;
	width: 145px;
	background: #f07f15;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-weight: 700;
	text-decoration: none;
	font-size: 90%;
}

a#pagination_previous {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
	text-decoration: none;
	color: #1a1a1a;
}

div#pagination_previous {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
	color: #e5e5e5;
}

a#pagination_next {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	text-decoration: none;
	color: #1a1a1a;
}

div#pagination_next {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	color: #e5e5e5;
}

.pagination_numbers {
	display: inline-block;
	font-size: 90%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #1a1a1a;
	margin: 0 2px;
	background: #f2f2f2;
}

.pagination_numbers.selected {
	background: #f07f15;
	color: #fff;
	border: 1px solid #e97f05;
}

.day_out h1.day_out_heading {
	color: #1a1a1a;
	font-size: 140%;
	font-weight: 400;
	margin: 0 0 4px;
	padding-bottom: 4px;
	padding-top: 12px;
}

.day_out h4 {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 0;
}

.day_out img.thumbnail {
	padding: 0 0 15px 15px;
	float: right;
	width: 300px;
}

#getting_there p,
#disabled_access p {
	margin: 0;
	padding: 0;
}

#day_out_link {
	margin-top: 25px;
	display: inline-block;
	color: #1a1a1a;
}

.underground_logo {
	position: relative;
	top: 8px;
	padding-right: 10px;
}

.day_out #google_maps_wrapper {
	margin-top: 25px;
}

.day_out #google_maps_wrapper iframe {
	width: 630px;
	height: 400px;
}

.buy_buttons.day_out_btn_bottom {
	float: right;
	margin-top: 25px;
}

/* Days Out Guide End */

/* Destination Guide Start */

.destination_guide_list h2 {
	padding-top: 0px;
	padding-bottom: 10px;
}

.destination_guide_list .intro_text {
	padding-bottom: 13px;
}

.destination_hero {
	clear: both;
	width: 630px;
	margin-bottom: 25px;
}

.destination_items {
	float: left;
	width: 300px;
	height: 250px;
	margin-bottom: 25px;
}

.destination_items.spacing {
	margin-left: 30px;
}

.destination_guide .primary_section_wrapper img {
	margin: 0px 0px 20px 20px;
	height: 350px;
	width: 620px;
	display: block;
}

#destination_guide_things_to_do {
	float: left;
	width: 630px;
}

#destination_guide_things_to_do #additional_content_wrapper {
	float: left;
	width: 312px;
}

#destination_guide_things_to_do #caption_wrapper {
	float: right;
	margin-left: 20px;
	width: 298px;
}

#destination_guide_things_to_do #caption_wrapper img {
	display: block;
	height: 169px;
	width: 298px;
	margin-bottom: 20px;
}

#destination_guide_things_to_do #caption_content {
	font-weight: 400;
	font-style: italic;
	text-align: center;
	font-size: 115%;
}

.buy_buttons.destination_guide_button {
	margin-top: 25px;
	border: none;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	cursor: pointer;
}

#additional_content_wrapper ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 90%;
}

#additional_content_wrapper ul li {
	margin-top: 13px;
}

.destination_guide_cat_menu .thumbnails {
	float: left;
	width: 300px;
}

.destination_guide_cat_menu .thumbnails.spacing {
	margin-left: 30px;
}

.destination_guide_cat_menu .thumbnails .thumbnails_inner {
	position: relative;
	width: 300px;
}

.destination_guide_cat_menu .thumbnails .thumbnail_link {
	display: block;
	position: absolute;
	bottom: 0;
	background: url('/images/transparent-bg.png');
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-size: 150%;
	text-shadow: 1px 1px #1a1a1a;
	text-decoration: none;
}

.destination_guide_cat_menu .thumbnails .thumbnail_link {

}

.destination_guide_cat_menu #category_indicator {
	width: 100%;
	background: url('/images/destination_guide_divider.gif');
	height: 37px;
	margin: 10px 0 25px 0;
}

.destination_guide_cat_menu #category_indicator .selected {
	width: 300px;
	text-align: center;
}

.destination_guide_cat_menu #category_indicator .selected.beach_destinations_selected {
	float: left;
}

.destination_guide_cat_menu #category_indicator .selected.countryside_destinations_selected {
	float: right;
}

.destination_guide_cat_menu #category_indicator .selected.city_destinations_selected {
	margin: 0 auto;
}

/* Destination Guide End */

/* What's On Guide Start */

.whats_on_guide h2.article_heading {
	font-size: 170%;
}

.whats_on_guide h2,
.whats_on_guide h3 {
	padding-top: 0px;
}

.whats_on_guide_hero {
	width: 100%;
	margin-bottom: 50px;
}

.whats_on_guide_hero_image {
	float: left;
	width: 622px;
}

.whats_on_guide_hero_image img {
	display: block;
	width: 622px;
	height: 345px;
}

.whats_on_guide_hero_content {
	float: left;
	margin-left: 20px;
	width: 318px;
}

.buy_buttons.whats_on_guide_button {
	margin-top: 25px;
	border: none;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	cursor: pointer;
}

.whats_on_guide_where_when {
	margin: 5px 0px 10px 0px;
	font-weight: 700;
}

.whats_on_guide_items {
	width: 100%;
	margin-bottom: 50px;
}

.whats_on_guide_thumb {
	float: left;
	width: 300px;
}

.whats_on_guide_thumb img {
	display: block;
	width: 300px;
	height: 168px;
}

.whats_on_guide_item_content {
	float: left;
	width: 310px;
	margin-left: 20px;
}

/* What's On Guide End */

/* Splash Screen Start */

#splash_content_container {
	width: 560px;
	margin: 0 auto 0 auto;
	padding-top: 130px;
}

#splash_content {
	background: url('/images/splash-content-bg.png') no-repeat bottom right;
	width: 560px;
}

#splash_content_inner {
	padding: 25px 15px 15px 15px;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
}

#splash_content h2 {
	font-size: 94%;
	font-weight: 700;
	color: #fff;
}

#splash_content_base {
	width: 620px;
	height: 41px;
	background: url('/images/splash-screen-base.png') no-repeat;
}

/* Splash Screen End */

/* Tell A Friend Start */

#tellfriendsubmit {
	background: none repeat scroll 0 0 #f07f15;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 106px;
}

.tellfriendmodal {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.tellfriendcancel img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#valid_submission {
	display: none;
}

#tell_friend_error {
	margin: 10px 0px;
}

#tellfriend_ie_fix {
	display: none;
	clear: both;
	overflow: hidden;
	height: 1px;
}

#tellfriendokbox {
	width: 469px;
	height: 127px;
	background-color: #F8F8F8;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding-top: 35px;
	display: none;
}

#tellfriendok img {
	border: 0px;
	margin-top: 5px;
}

label.tellafriend_form_label {
	clear: left;
	display: block;
	float: left;
	width: 140px;
	display: inline;
	margin-right: 10px;
	font-weight: bold;
}

input.tellafriend_form_field,
textarea.tellafriend_form_field {
	display: block;
	float: left;
	width: 200px;
}

input[type="text"].tellafriend_form_field,
textarea.tellafriend_form_field.uniform {
	margin-bottom: 10px;
}

/* Tell A Friend End */

/* Accessibility Fixes Start */

.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.accessibility_container {
	width: 100%;
	height: 30px;
	background-color: #757575;
	color: #fff;
}

.accessibility_container > .accessibility_inner {
	clear: both;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0;
}

.accessibility_container > .accessibility_inner > span.accessibility_heading {
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -5px;
}

.accessibility_container > .accessibility_inner > span.accessibility_themes {
	display: inline-block;
	height: 18px;
	width: 18px;
	border-radius: 2px;
	border: 1px solid #fff;
	margin: 0 3px;
	cursor: pointer;
}

.accessibility_container > .accessibility_inner > span.accessibility_themes.orange_theme {
	background-color: #f07f15;
}

.accessibility_container > .accessibility_inner > span.accessibility_themes.grey_theme {
	background-color: #1a1a1a;
}

.accessibility_container > .accessibility_inner > span.accessibility_themes > .selected_theme {
	display: block;
	background-color: #fff;
	height: 9px;
	width: 9px;
	border-radius: 9px;
	margin: 4px auto 0 auto;
}

.accessibility a,
.accessibility ul.supplementary_menu a,
.accessibility .numbered_circle,
.accessibility #footer .social .heading,
.accessibility #footer .social a,
.accessibility ul.top_menu li.selected a,
.accessibility ul.top_menu li.first_item_selected a,
.accessibility ul.side_menu li.first_item_selected > a,
.accessibility ul.side_menu li.selected > a,
.accessibility ul.top_menu li.last_item_selected a {
	color: #1a1a1a;
}

.accessibility #footer .social a {
	border-bottom: 1px dotted #1a1a1a;
	font-weight: 600;
}

.accessibility #footer .social a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1a1a1a;
}

.accessibility #homepage_offers_jp_container {
	background: #1a1a1a url('/images/homepage_competitions_bg_dark.gif') repeat-y top center;
}

.accessibility #home_offers,
.accessibility div.offer_block.offer_of_week {
	background-color: #1a1a1a;
}

.accessibility a.ilink {
	 background: url('/images/dark_arrow.png') 100% 50% no-repeat;
}

.accessibility .buy_buttons {
	color: #fff;
	background: #1a1a1a;
}

.accessibility .buy_buttons.white {
	color: #1a1a1a;
	background: #fff;
	border: 2px solid #1a1a1a;
}

.accessibility .buy_buttons.white.no_border {
	border: none;
}

.accessibility .tell_friend_button {
	background: #1a1a1a;
	color: #fff;
}

.accessibility #plan_title {
	background-color: #1a1a1a;
}

.accessibility #plan {
	background-color: #1a1a1a;
}

.accessibility #site_select_button {
	background-color: #1a1a1a;
}

.accessibility ul.top_menu li.selected a,
.accessibility ul.top_menu li.first_item_selected a,
.accessibility ul.top_menu li.last_item_selected a {
	border-color: #1a1a1a;
}

.accessibility .journey_planner_body {
	background: #1a1a1a;
}

.accessibility .journey_date_shortcuts a {
	color: #fff;
}

.accessibility #journey_planner_submit {
	border: none;
	color: #1a1a1a;
}

.accessibility .return_prices.selected,
.accessibility .single_prices.selected,
.accessibility .single_only_prices.selected,
.accessibility .return_only_prices.selected {
	border: 2px solid #1a1a1a;
	border-bottom: none;
}

.accessibility .journey_results td.changes,
.accessibility .journey_results th.changes {
	border-right: none;
}

.accessibility .journey_results td.single_col.ticket_type,
.accessibility .journey_results td.return_col.ticket_type {
	border-left: 2px solid #1a1a1a;
}

.accessibility .journey_results td.single_col.buy_btn,
.accessibility .journey_results td.return_col.buy_btn {
	border-right: 2px solid #1a1a1a;
}

.accessibility .journey_results th.journey_summary {
	border-right: 2px solid #1a1a1a;
	border-left: 2px solid #1a1a1a;
}

.accessibility .journey_results td.last_row {
	border-bottom: 2px solid #1a1a1a;
}

.accessibility .select_ticket_btn,
.accessibility .select_return_ticket_btn {
	background: #1a1a1a;
	color: #fff;
}

.accessibility .select_ticket_btn.selected,
.accessibility .select_return_ticket_btn.selected {
	color: #ffff00;
}

.accessibility .railcard_saving {
	color: #1a1a1a;
}

.accessibility #journey_buy_tickets_body hr {
	background-color: #1a1a1a;
}

.accessibility .buy_railcard_btn {
	background: #1a1a1a;
	color: #fff;
}

.accessibility a.days_out_list_hero_booking_btn,
.accessibility .days_out_list_booking_btn a {
	background: #1a1a1a;
	color: #fff;
}

.accessibility .pagination_numbers.selected {
	background: #1a1a1a;
	border-color: #1a1a1a;
}

.accessibility .offer_list_rule hr {
	background-color: #1a1a1a;
}

.accessibility #faq_search input.btn {
	background-color: #1a1a1a;
}

.accessibility #offers_cat_menu a.selected {
	color: #1a1a1a;
	font-weight: 600;
}

.accessibility input.enquiry_form_submit {
	background-color: #1a1a1a;
}

/* Accessibility Fixes End */

/* Social Media Start */

#social_media_links {
	padding-top: 4px;
	padding-bottom: 1px;
}

p+#social_media_links {
	padding-top: 15px;
}

#social_media_links a {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 2px;
}

#social_media_links a.social_media_facebook:hover {
	background: #4564af;
	background: linear-gradient(#4564af, #3d5da5);
}

#social_media_links a.social_media_twitter:hover {
	background: #25aae1;
}

#social_media_links a.social_media_linkedin:hover {
	background: #0088c2;
	background: linear-gradient(#0088c2, #0088c2);
}

#social_media_links a.social_media_youtube:hover {
	background: #ee3f30;
	background: linear-gradient(#ee3f30, #b82126);
}

#social_media_links a.social_media_googleplus:hover {
	background: #e16150;
	background: linear-gradient(#e16150, #ce5145);
}

#social_media_links a.social_media_rss:hover {
	background: #faab4f;
	background: linear-gradient(#faab4f, #f58221);
}

#social_media_links a.social_media_pinterest:hover {
	background: #e64032;
	background: linear-gradient(#e64032, #c71a20);
}

#social_media_links a.social_media_instagram:hover {
	background: url('/images/icon-instagram-bg.png') no-repeat 0px 0px;
	background-size: 31px 31px;
}

/* Social Media End */

/* Buttons Start */

.btn_primary,
.btn_primary_white,
.btn_secondary,
.btn_yellow {
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 35px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;

	border: 1px solid transparent;
	height: 30px;
	line-height: 30px;
	margin-top: 38px;
	text-align: center;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary_white:hover,
.btn_primary_white:focus {
	text-decoration: none;
}

.btn_primary {
	color: #1a1a1a;
	background: #ffd200;
}

.btn_primary:hover,
.btn_primary:focus {
	background: #ffe466;
}

.btn_primary_white {
	color: #f07f15;
	background: #fff;
}

.btn_primary_white:hover,
.btn_primary_white:focus {
	color: #fff !important;
	background: #f07f15;
}

.btn_admin {
	background-color: #005088;
	background-image: -moz-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: linear-gradient(to top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -webkit-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -o-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -ms-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	border: 2px solid #3f7496;
	border-radius: 4px;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin-top: 10px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: initial !important;
}

.btn_admin:hover,
.btn_admin:focus {
	border: 2px solid #a24f46;
	background-color: #881201;
	background-image: -moz-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: linear-gradient(to top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -webkit-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -o-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -ms-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
}

/* Buttons End */

/* Blog Start */

.blog_list {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

.blog_right_col {
	float: right;
	width: 225px;
}

.blog_right_col .blog_categories,
.blog_right_col .latest_blog_articles,
.blog_right_col .social_media_icons {
	width: 205px;
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
	margin-top: 0px;
	padding: 0 10px;
}

.blog_right_col h2 {
	padding-top: 0;
	color: #f07f15;
	padding: 10px 10px 0 10px;
}

.blog_right_col a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 10px;
	text-decoration: none;
	color: #444444;
}

.blog_right_col a:last-of-type {
	border-bottom: none;
}

.blog #buy_renew_buttons {
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding: 15px 20px;
	margin-top: 30px;
	text-align: center;
}

.blog #buy_renew_buttons > a.btn_primary,
.blog #buy_renew_buttons > a.btn_primary_white {
	width: 50%;
	width: calc(50% - 100px);
	float: none;
	margin-top: 20px;
}

.blog #buy_renew_buttons > a.btn_primary_white {
	margin-left: 20px;
}

.blog #buy_renew_buttons #buy_renew_text {
	padding-bottom: 0px;
}

.blog #buy_renew_buttons .btn_primary_white {
	color: #fff;
	background: #ed5e00;
}

.blog_list_item {
	width: 306px;
	position: absolute;
	z-index: 0;
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
}

.blog_list_item:before {
	content: '';
	display: block;
	border-top: 5px solid #f07f15;
	width: 0;
	position: absolute;
	left: 0;
	-webkit-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	background-color: #f9f9f9;
}

.blog_list_item:after {
	content: '';
	display: block;
	border-bottom: 5px solid #f07f15;
	width: 0;
	position: absolute;
	left: 0;
	-webkit-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	background-color: #f9f9f9;
}

.blog_list_item:hover:before,
.blog_list_item:hover:after {
	width: 100%;
}

.blog_list_item a {
	text-decoration: none;
}

.blog_list_img img {
	display: block;
	width: 100%;
	height: auto;
}

.blog_list_text {
	padding: 20px;
}

.blog_list_text h2 {
	padding-top: 0;
}

.blog_list_text .blog_list_text_date,
.blog_latest_item .blog_latest_item_date,
.blog .blog_date,
.blog_list_text .blog_list_text_snippet a,
.blog_latest_item .blog_latest_item_snippet a {
	font-style: italic;
	font-weight: 600;
	color: #999999;
}

.blog_list_text .blog_list_text_snippet a:hover,
.blog_latest_item .blog_latest_item_snippet a:hover {
	text-decoration: underline;
	color: #f07f15;
}

.blog_back_link a {
	color: #fff;
	background-color: #f07f15;
	margin-top: 10px;
	padding: 6px;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}

.blog_latest_item {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.blog_latest_item:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.blog_latest_item h2 {
	padding-bottom: 10px;
}

.blog_latest_item img {
	width: 100% !important;
	height: auto !important;
}

.blog_latest_item a {
	padding: initial;
}

.blog_latest_item .blog_latest_item_snippet a {
	display: inline-block;
}

.blog_banner {
	width: 960px;
	margin-bottom: 20px;
}

.blog_main_body {
	float: left;
	width: 715px;
}

.blog_hero_image {
	margin-bottom: 20px;
}

#blog_home {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

#blog_home h2 {
	padding-top: 0;
	font-size: 30px;
}

#blog_home_widget {
	margin-bottom: 30px;
}

.blog_feed {
	margin-top: 0px;
}

.blog_feed .blog_feed_item {
	float: left;
	width: 33.3334%;
	width: calc(33.3334% - 22px);
	margin-left: 30px;
	text-align: left;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	height: 350px;
}

.blog_feed .blog_feed_item:first-of-type {
	margin-left: 0;
}

.blog_feed .blog_feed_item  a{
	text-decoration: none;
}

.blog_feed_item_image {
	height: 190px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
}

.blog_feed_item_image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.blog_feed_item_content {
	padding: 12px 20px;
}

.blog_feed_item_content h3 {
	padding-top: 0;
}

.blog_feed_read_more {
	text-align: right;
}

/* Blog End */

/* Offers & Competitions (Home Page) Start */

.offers_competitions_home_content {
	font-size: 20px;
}

.offers_competitions_home_content h2 {
	color: #1a1a1a;
	font-size: 34px;
	padding: 0;
}

.offers_competitions_feed .offers_competitions_feed_item {
	float: left;
	width: 33.3334%;
	width: calc(33.3334% - 22px);
	height: 298px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #f9f9f9;
	position: relative;
}

.offers_competitions_feed .offers_competitions_feed_item:nth-of-type(3n + 1) {
	margin-left: 0;
}

.offers_competitions_feed_item img {
	display: block;
	width: 100%;
	height: auto;
}

.offers_competitions_feed_item_content {
	position: absolute;
	bottom: 0;
	padding: 20px;
}

.offers_competitions_feed_item_content a {
	text-decoration: none;
}

.offers_competitions_feed_item_content h3,
.offers_competitions_feed_item_content p {
	display: block;
	font-size: 95%;
	padding: 0;
}

.offers_competitions_feed_item_content h3 {
	font-weight: 600;
}

.offers_competitions_feed_item_content h3 > a > span,
.offers_competitions_feed_item_content p > span {
	background-color: #fff;
	padding: 0.15em;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	border-radius: 4px;
}

.offers_competitions_feed_item_content h3 {
	line-height: 1.8em;
}

.offers_competitions_feed_item_content p {
	line-height: 1.8em;
}

.view_all_btn {
	text-align: center;
	margin-top: 30px;
}

/* Offers & Competitions (Home Page) End */

/* Widget - Maintenance Content Box Start */

.maintenance_content_box {
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-size: 12px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 200px;
	z-index: 200;
}

@media (max-width: 999px){
	.maintenance_content_box {
		margin-right: 0;
		right: 0;
	}
}

@media (min-width: 1000px){
	.maintenance_content_box {
		margin-right: -600px;
		right: 50%;
	}
}

.maintenance_content_box__title {
	background-color: #ffd200;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
}

.maintenance_content_box__body {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	padding: 10px;
}

.maintenance_content_box__status {
	background: #ffffb3;
	border: 2px solid yellow;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 3px 10px;
}

.maintenance_content_box .btn_admin {
	font-size: 12px !important;
	padding: 5px;
}

/* Widget - Maintenance Content Box End */

/* Responsive Styling Start */

.col-row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-row:after {
	content: " ";
	clear: both;
}

.col-d-1,
.col-d-2,
.col-d-3,
.col-d-4,
.col-d-5,
.col-d-6,
.col-d-7,
.col-d-8,
.col-d-9,
.col-d-10,
.col-d-11 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-d-1 {
	width: 8.33333334%
}

.col-d-2 {
	width: 16.66666667%
}

.col-d-3 {
	width: 25%;
}

.col-d-4 {
	width: 33.33333334%;
}

.col-d-5 {
	width: 41.66666667%;
}

.col-d-6 {
	width: 50%;
}

.col-d-7 {
	width: 58.33333334%;
}

.col-d-8 {
	width: 66.66666667%;
}

.col-d-9 {
	width: 75%;
}

.col-d-10 {
	width: 83.33333334%;
}

.col-d-11 {
	width: 91.66666667%;
}

.col-d-12 {
	width: 100%;
}

/* Responsive Styling End */
