/*
Commercial fonts:
Helvetica 65 Medium
HelveticaNeueLTStd-HvCn

Color Code:
Book Now: #7b7153
Exhibitions: #064559
Events: #45134b
*/

html, body  {
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: Georgia,'Times New Roman',Serif;
    font-size: 1em;
    color: #333333;
    line-height: 1.5em;
    width: 100%;
    height: 100%;
    font-weight: normal;
}

p {
    width: 100%;
}

h1 {
    font-size: 1.6em;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 1.6em;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
}

h3, .hotspot_audio_box_wrap .title, 
.hotspot_text_box_wrap .title, .hotspot_gallery_wrap .title {
    font-size: 1.2em;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
}

h3 {
    clear: both;
}

img {
    border: none !important;
}

.hotspot_gallery_wrap .title {
    text-align: center;
    margin: 50px auto 20px auto;
}

@media only screen and (min-width: 768px) {
    .hotspot_gallery_wrap .title {
        display: none;
    }
}

h4 {
   font-size: 1.1em;
   font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
   font-weight: normal;
   text-transform: uppercase;
}

.hidden {
    display: none;
}

.greyout {
    color: #777;
}

span.anchor {
    display: block;
    height: 119px;
    margin-top: -119px;
    visibility: hidden;
}

a:link {
    color: #0088CC;
    text-decoration: underline;
}

li:link {
    color: #0088CC;
    text-decoration: none;
}

a:visited {
    color: #0088CC;
    text-decoration: underline;
}

li a:visited {
    color: #0088CC;
    text-decoration: none;
}

a:hover {
    color: #0088CC;
    text-decoration: underline;
}

a:active {
    color: #0088CC;
}

div.article_lists_shim {
    padding-top: 20px;
	clear: both;
}

div.clearfix_shadow { 
    background-image: url('../../img/col_bovington/divider-shadow.png');
    background-repeat: no-repeat;
    clear: both; 
    width: 100%;
    height: 10px;
    margin: 40px 0 0;
    background-position: center center;
    display: none;
}

div.footer_clearfix_shadow {
    background-image: url('../../img/col_bovington/divider-shadow.png');
    background-repeat: no-repeat;
    clear: both; 
    width: 100%;
    height: 10px;
    margin: 40px 0 0;
    background-position: center center;
}

div.clearfix { 
    clear: both; 
    width: 100%;
}

div.neg_top_margin {
    margin-top: -20px !important;
}

div.container {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    width: 100%;
}

.center {
  margin: 0 auto !important;
  display: table; /*For IE8*/
  table-layout: fixed; /* added by Richard 4/4 to address banner image not resizing, need to test.*/
}

.hide { 
    display: none; 
}

.show { 
    display: block; 
}

div.crumb {
   display: none;
}

.error  {
    background-color: #FFFF00;
    color: #FF0000;
    padding: 5px;
    margin: 0 auto !important;
    display: table; /*For IE8*/
}

.result_tools a.selected_sort:link {
    font-weight: bold;
}

.result_msg {
    margin-top: 20px;
}

.result_navigation {
    margin-top: 20px;
}

div.main {
	margin-top: 40px;
}

img.right {
    float: right;
	padding: 0 0 15px 15px;
	max-width: 100%;
}

img.left {
    float: left;
	padding: 0 20px 35px 0;
	max-width: 100%;
}
/*#########################################################################*/

/* Header Start */

div.header {
    width: 100%;
	text-align: center;
}

div.header_grey_background {
    background-color: #f2f2f2;
    width: 100%;
}

div.banner a  img {
    border: 0 none;
}

div.mobile_search_button {
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 20px;
}

div.mobile_search {
    display: none;
}

div.mobile_menu_button {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 20px;
}

div.mobile_menu_button div.mobile_menu_button_bar {
    width: 35px;
    height: 10px;
    margin-bottom: 5px;
    background-color: #59062C;
}

div.header_menu a:link, 
div.header_menu a:visited {
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.secondary_menu_wrap {
    background-color: #242424;
    width: 100%;
}

div.secondary_menu  a:hover {
    color: #FFF !important;
}

div.active_menu  div.secondary_menu a.menu_item_selected {
    color: #FFF;
}

div.menu_item_selected {
}

div.secondary_menu a:link, 
div.secondary_menu a:visited {
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

li#search_menu_item {
    margin-right: 0 !important;
}

div.active_menu div.secondary_menu a.menu_item_selected {
    color: #FFFFFF;
}

div.primary_menu .menu_item_selected:link {
    color: #000000;
}

div.primary_menu .menu_item_selected {
    color: #000000 !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.header div.header_carousel_wrap {
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

div.content_carousel_wrap {
    margin-bottom: 40px;
}
/* Header End */

/*#########################################################################*/

/* Generic content Start */
div.content_wrap {
    height: 100%;
    background-color: #FFFFFF;
}

div.content_wrap h2 {
    padding: 0 0 46px 0;
}

div.long_desc h2 {
    padding: 0;
}

div.long_desc {

}

div.body_text h2 {
    padding: 0;
}

/*~~~~~~~~~~~~~~~Start Simple page search box ~~~~~~~~~~~~~~~~~~*/

div.primary_menu_wrap div.adv-search-form {
    display: none;
}

div.table_container {
    color: #333333;
}

/*~~~~~~~~~~~~~~~Start Index Box~~~~~~~~~~~~~~~~~~*/

div.index_box_wrap, div.imageless_index_box_wrap {
    width: 266px;
    padding: 0;
    vertical-align: top;
}

div.index_box_wrap div.index_image {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    width: 266px;
    height: 150px;
}

div.medal_no_image div.index_image {
    height: 279px;
}

div.medal_index div.index_image {
    height: 279px;
    background-color: #215084;
    text-align: center;
}

div.index_box_wrap h3 . div.imageless_index_box_wrap h3{
    margin: 0;
}

div.index_box_wrap div.index_box_title, div.imageless_index_box_wrap div.index_box_title {
    height: 4.5em;
    display: table-cell;
    vertical-align: middle;
}

div.index_box_wrap div.index_box_title a:link, div.imageless_index_box_wrap div.index_box_title  a:link {
	color: #666666 !important;
	text-decoration: none !important;
}

div.index_box_wrap div.index_box_title a:visited, div.imageless_index_box_wrap div.index_box_title  a:visited {
	color: #666666 !important;
	text-decoration: none !important;
}

div.index_box_wrap div.index_box_title a:active, div.imageless_index_box_wrap div.index_box_title  a:active {
	color: #666666 !important;
	text-decoration: none !important;
}

div.index_box_wrap p.date {
    color: #999999;
    font-style: italic;
    padding: 0;
    margin: -1.5em 0 1em;
    line-height:3em;
}

div.index_box_wrap p.summary, div.imageless_index_box_wrap p.summary {
    color: #666666;
    min-height: 0;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 0;
    overflow: hidden;
}

div.index_box_wrap .cross_btn, 
div.imageless_index_box_wrap .cross_btn {
    background-image: url('../../img/col_bovington/more_small.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 0 49px 0;
    cursor: pointer;
    display: block;
}

div.index_box_wrap .cross_btn:hover, 
div.imageless_index_box_wrap .cross_btn:hover {
    background-image: url('../../img/col_bovington/more_small_hover.png');
    background-repeat: no-repeat;
    background-position: center;
}

div.phone_wrap {
    font-family: 'Times New Roman', 'Times', sans;
}

div.phone_icon,
div.phone_num,
div.email_icon,
div.email_add,
div.twitter_icon,
div.twitter_login {
    display: inline-block;
}

div.phone_num,
div.email_add,
div.twitter_login {
    float: right;
}

div.email_add a, div.twitter_login {
    text-decoration: none;
    font-size: 0.9em;
    color: #666666;
    text-decoration: none;
}

div.email_add a:hover, div.twitter_login a:hover {
    color: #333333;
}

div.contact_index_boxes div.index_box_wrap {
    margin-bottom: 40px;
}

/*~~~~~~~~~~~~~~~End Index Box~~~~~~~~~~~~~~~~~~*/

/* Index Boxes start */
div.view_all_wrap div.search_button {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}

div.view_all_wrap div.search_button  p {
    background-color: #333333;
    display: inline;
    padding: 5px 10px 5px 10px;
    line-height: auto;
    font-family: 'HelveticaNeueLTStd-HvCn',Arial,sans-serif;
    font-size: 1em;
    text-transform: uppercase; 
}

div.view_all_wrap a {
    text-decoration: none;
    color: #fff;
}
    /* End Index Boxes */


    /* Hotspot Start */
div.hotspot_wrap h2 {
    margin: 0;
}

div.hotspot_content {
    padding: 30px;
    font-size: 1em;
    position: relative;
}

a.rectangular_btn {
    display: inline-block;
    max-width: 150px;
    background-color: #333333;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
}

div.hotspot_link {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.white, .white a, .white a:visited, .white a:active {
    color: #fff;
    text-decoration: none;
}

.grey, .grey a, .grey a:visited, .grey a:active {
    color: #666666;
    text-decoration: none;
}

/* Hotspot End */


/* Article Start */
div.article-body {
    margin-top: 40px;
}

div.short_desc {
    font-size: 1em;
    text-align: center;
    max-width: 80%;
}

/* Article End */

/*~~~~~~~~~~~~~~~Header-no-image~~~~~~~~~~~~~~~~~~*/

div.header_content_wrap div.no_image_wrap div.text_content_wrapper {
    width: 100%;
    margin: 60px auto 20px;
    position: relative;
    height: auto;
    display: block;
    position: relative !important;
}

div.header_content_wrap div.no_image_wrap  div.text_content {
    position: relative !important;
    max-width: 905px;
    color: #000000;
    margin: auto;
}
/*~~~~~~~~~~~~~~~Image Overlay~~~~~~~~~~~~~~~~~~*/
div.record_image_wrap .overlay {
    position:absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width: 767px) {
    div.record_image_wrap .overlay {
        height: 125px;
    }

    div.record_image_wrap {
        height: 125px;
    }
}

@media only screen and (min-width: 768px) {
    div.record_image_wrap .overlay {
        height: 427px;
        max-width: 1440px;
    }

    div.record_image_wrap {
        height: 427px;
    }
}

div.record_image_wrap img {
    max-width: 100%;
}

div.record_image_wrap {
    overflow: hidden;
    background-position: center center;
    width: 100%
}

div.mus_ixthes_header_content_color {
    background-color: #215084;
}

div.header_content_wrap div.text_content_wrapper {
    position:absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    display: table;
}


div.text_content p.item_title {
    line-height: .9em;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    div.text_content p.item_title {
        font-size: 3em;
        padding: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    div.text_content p.item_title {
        font-size: 1.6em;
        padding: auto;
    }
}

div.text_content p.item_summary {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: Georgia, 'Times New Roman', Serif;
    padding-bottom: 30px;
}


@media only screen and (max-width: 767px) {
    div.text_content p.item_summary {
        display: none;
    }

    div.header_content_wrap div.text_content_wrapper {
        top: 40%;
    }
}

.eightypercentwidth {
    width: 80%;
}

div.text_content p.button {
    background-color: #59062c;
    display: inline;
    padding: 5px 10px 5px 10px;
    line-height: auto;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
}

div.record_image_wrap {
    color: #FFF;
    vertical-align: middle;
    background-repeat: no-repeat;
}

div.header_content_wrap {
    margin: auto;
    text-align: center;
    width: 100%;
    position: relative;
    max-height: 427px;
    overflow: hidden;
}

div.header_content_wrap div.content{
    clear: both;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.header_content_wrap .text_content {
    text-align: center;
    position:absolute;
    width: 100%;
    color: #FFFFFF;
}

div.header_content_wrap div.text_content a:link {
    text-decoration: none;
}

div.header_content_wrap div.text_content p.button {
    color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~Exhibitions~~~~~~~~~~~~~~~~~~*/
div.header_colored_nav_wrap p.header_nav_label {
    display: inline;
    margin: 0 10px;
}

div.header_colored_nav_wrap a {
    text-decoration: none;
    color: #ffffff;
}

div.header_colored_nav_wrap img.arrow_before, 
div.header_colored_nav_wrap img.arrow_after {
    margin-bottom: -3px;
}

div.header_colored_nav_wrap div.back_nav {
    color: #FFFFFF;
    padding: 10px 0;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, 'sans-serif';
}

div.exhibitions_wrap,
div.exhibition_color {
    background-color: #064559;
}

div.colored_box_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
    width: 100%
}

div.colored_box_wrap div.short_desc p {
    margin-bottom: 0;
}

div.colored_box_wrap h1 {
    max-width: 75%;
}

/*~~~~~~~~~~~~~~~Events~~~~~~~~~~~~~~~~~~*/
div.events_wrap,
div.event_color {
    background-color: #45134b;
}

div.hotspot_wrap div.event_box_wrap {
    background-color: #f2f2f2;
    padding: 34px 27px 4px 27px;
}

@media only screen and (max-width: 767px) {
    div.hotspot_wrap div.event_box_wrap {
         margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    div.hotspot_wrap div.event_box_wrap {
        margin-left: 40px;
        width: 100%;
    }
}

div.hotspot_wrap div.event_box_wrap p {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

div.price_box_wrap {
    margin-bottom: 40px;
}

div.price_box_wrap h2 {
    margin: 0;
    padding: 0 0 10px;
}

div.price_box_wrap div.summary_wrap {
    padding: 0 0 10px;
}

div.price_group {
    display: table;
}

@media only screen and (max-width: 767px) {
    div.price_group {
        width: 100%;
        max-width: 400px;
    }
}


div.ticket_validity_row {
    display: table-row;
    font-size: 0.9em;
}

div.price_row {
    display: table-row;
}

div.validity_label, div.ticket_name, div.ticket_price {
    display: table-cell;
}

div.ticket_name {
    width: 200;
    font-size: 0.9em;
}

div.validity_label, div.ticket_price {
    padding-left: 10px;
}

div.ticket_price {
    line-height: 2em;
    font-family: 'Times New Roman', serif;
}

div.ticket_price, div.validity_label {
    text-align: right;
}

div.price_box_wrap div.trailing_caption_url_wrap {
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
}

div.spacer {
    margin: 40px 0;
}

div.artcile_body_wrap {
    margin-bottom: 40px;
}

div.whats-on div.spacer {
    margin: 40px 0;
}

div.whatson_content_wrap {
    clear: both;
}

div.whatson_content_wrap div.left_part {
    float: left;
    display: inline;
}

div.whatson_content_wrap div.hotspot_wrap {
    display: inline;
}


@media only screen and (max-width: 767px) {
    div.whatson_content_wrap div.left_part {
        width: 100%;
    }

    div.whatson_content_wrap div.hotspot_wrap {
        float: left;
        width: 100%;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    div.whatson_content_wrap div.left_part {
        width: 66%;
    }

    div.whatson_content_wrap div.hotspot_wrap {
        float: right;
        width: 266px;
    }
}

div.event_line_up {
    margin-top: 30px;
}

div.tabbed_block_wrap {
    margin-top: 30px;
}

div.tabbed_block_wrap ul#tab {
    list-style-type: none; 
    margin: 0;
    padding: 0;
}

div.tabbed_block_wrap ul#tabs li { 
    display: inline; 
}

div.tabbed_block_wrap ul#tabs li a:link { 
    color: #999999; 
    background-color: #f2f2f2; 
    padding: 0.5em; 
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
}

div.tabbed_block_wrap ul#tabs li a:visited { 
    color: #999999; 
}
div.tabbed_block_wrap ul#tabs li a:hover { 
    color: #333333;
}

div.tabbed_block_wrap ul#tabs li a.selected { 
    background-color: #45134b; 
    color: #FFFFFF;
}

div.tabbed_block_wrap  ul {
    padding-left: 0;
}

div.tabContent {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c9c3ba; 
    line-height: 10px;
    padding: 0;
}

div.tabContent:last-child {
    border: 0;
}

div.tabContent p.time {
    float: left;
    padding-left: 0;
    margin-left: 0;
    width: 10%;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;	
}

div.tabContent p.description {
    float: left;
    display: inline-block;
    width: 90%;
}


/*~~~~~~~~~~~~~~~projects~~~~~~~~~~~~~~~~~~*/
div.projects_wrap,
div.projects_color, 
div.project_color {
    background-color: #A60000;
}

/*~~~~~~~~~~~~~~~News~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.year-news_wrap,
div.news_color {
    background-color: #a6a600;
}

div.year_separator {
    width : 100%;
    height: 50px;
    text-align: center;
}

div.all_news_btn_wrap {
    text-align: center;
    width: 100%;
}

div.all_news_btn_wrap a.rectangular_btn {
    float: none;
}
/*~~~~~~~~~~~~~~~Experiences~~~~~~~~~~~~~~~~~~*/

div.experiences_wrap,
div.experiences_color,
div.experience_color  {
    background-color: #A66600;
}

/*~~~~~~~~~~~~~~~vehicles~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.vehicles_wrap,
div.vehicles_color, 
div.world-war-1_wrap,
div.world-war-2_wrap,
div.post-war_wrap,
div.inter-war_wrap {
    background-color: #4b4914;
}

div.person_color,
div.mus_ixthes_color,
div.valour-medals_wrap,
div.campaign-medals_wrap, 
div.service-medals_wrap, 
div.other-medals_wrap {
    background-color: #4b4914;
}

div.vehicles_search_wrap {
    background-color: #3a3915;
}

div.roll-of-honour_wrap,
div.roll-of-honour_color {
    background-color: #4b4914;
}

div.roll-of-honour_search_wrap {
    background-color: #3a3915;
}

/*~~~~~~~~~~~~~~~medals~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.medals_wrap,
div.medals_color {
   background-color: #4b4914;
}

div.medals_search_wrap {
   background-color: #3a3915;
}

form#advanced_search div {
    display: inline;
    padding: 10px;
}

.adv-search-form {
    margin-top: 10px !important;
}

input#adv_text_box {
    width: 300px;
}

div.search-form-buttons input {
    border: none;
    background-color: transparent;
    color: white;
}

div.search-form-buttons input.advanced_search_submit {
    vertical-align: middle;
}

div.search-form-buttons input.advanced_search_clear {
    display: none;
}

div.vehicles_search_wrap, div.medals_search_wrap {
    padding: 10px 0;
}

div.obj_search_result_wrap div.num_found_result {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-HvCn',Arial,sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 40px;
}

div.obj_search_result_wrap a{
    text-decoration: none;
    color: #303030;
}

div.obj_search_result_wrap a:hover {
    text-decoration: underline;
}

div.obj_search_result_wrap .selected_page, .inactive {
    color: #999999;
}

div.object_result_tools_wrap {
    background-color: #ffffff;
    border-top: 40px solid white;
}

div.object_result_tools_wrap a {
    color: #303030;
}

div.object_result_tools_wrap a:hover {
    text-decoration: underline;
}

div.footer_tools {
    text-align: center;
}

div.footer_tools  div.num_found_result {
	display: none;
}


/*~~~~~~~~~~~~~~~recipients~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.large_image_wrap {
    display: none;
}

div.small_single_image_block {
    cursor: pointer;
    margin-bottom: 40px;
}

.small_single_image {
    width: 266px;
    overflow: hidden;
}

div.large_single_image_block_wrapper {
    background-color: transparent;
    border: 0 none;
    height: 100%;
    left: 0;
    z-index: 9999;
    top: 0 ;
    right: 0;
    text-align: center;
    position: fixed;
    display: none;
}

div.large_single_image_block_inner_wrapper {
    display: inline-block;
    height: 100%;
    max-width:100%;
}

img.large_single_image {
    border: 0 none;
    display: block;
    max-width: 100%;
    max-height:100%;
    width: auto;
    margin-top: -1px;
}

div.large_single_image_block_wrapper  div.gallery_close_nav{
    top: 10px;
    left: 10px;
    position: relative;
}

div.roh_wrap {
    width: 100%;
}

div.roh_wrap div.roh_info, 
div.roh_wrap div.roh_image  {
    width: 50%;
    float: left;
}

/* Generic content End */

/*#########################################################################*/

/* Footer Start */

@media only screen and (min-width: 768px) {

    div.footer_promo_section {
        margin: 0 0 20px;
    }

    div.footer_promo_wrapper {
        display: inline;
        float: left;
        margin: 0 49px 0 0;
        overflow: hidden;
        padding: 0;
        height: 473px;
        width: 266px;
    }    

    div.footer_promo_youtube {
        background-color: #F6F6F6;
        height: 100%;
        width: 100%;
        position: relative;
    }

    div.middle_section #email {
        width: 486px;
    }

    div.bottom_section ul {
        padding: 0;
        margin: 0;
    }

    div.bottom_section .menu_bar li {
        display: inline-block;
        padding: 45px 18px 30px 18px;
    }
}

@media only screen and (max-width: 767px) {
    div.footer_promo_section {
        display: none;
    }

    div.middle_section #email {
        width: 90%;
        margin-bottom: 10px;
    }

    div.bottom_section .menu_bar li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #666666;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.bottom_section .menu_bar li:last-child {
        border-bottom: 0 none;
    }

    div.bottom_section ul {
        padding-left: 0;
    }
}

div.middle_section {
    line-height: 1em;
    margin: 0;
    padding: 41px 0;
    text-align: center;
    color: #333333;
    background-color: #f6f6f6;
}

div.middle_section p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.8em;
    color: #666666;
}

div.middle_section input {
    border: 0 none;
    text-align: center;
    padding: 5px;
    vertical-align: top;
}

div.middle_section #email {
    color: #666666;
    font-family: Arial;
    font-style: italic;
}

div.middle_section #submit {
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
    text-transform: uppercase;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    margin-left: 10px;
}

div.bottom_section {
    line-height: auto;
    margin: 0;
    text-align: center;
    background-color: #ebebeb;
}

div.social_media_wrap a img {
    border: 0 none;
}

div.social_media_wrap li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}

div.bottom_section .menu_bar li {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-HvCn', Arial, sans-serif;
}

div.bottom_section .menu_bar a {
    color: #666666 !important;
    text-decoration: none !important;
}

div.footer .bottom_section {
    padding: 44px 0 38px 0;
    background-color: #eee;
}

div.footer .bottom_section .registered {
    color: #666666;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.8em;
    font-style: italic;
    padding: 0;
    margin: 0;
}

div.footer div.footer_logos {
    padding-top: 30px;
}

div.footer div.footer_logos img {
    padding: 15px;
}

/* Footer End */

/*#########################################################################*/

/* Dashboard */
#dashboard,
#dashboard-recman {
    width: 905px;
    margin: 0 auto;
}

#dashboard-recman-contents #dashboard-lhs {
    width: 100%;
}

