/**
 * Colour palette:
 * - primaries:
 * #172e4d - dark blue
 * #2e5c99 - mid blue
 * #3c78c7 - light blue
 * #4b97fa - link blue
 * #666666 - pencil grey
 * #ce210f - warm red
 * - secondaries:
 * #a6c3e0 - faded blue
 * #e6ebf0 - sky blue
 * #e0e0e0 - mid grey
 * #f0f0f0 - light grey
 * #ffffbb - calico
 * #ffffff - white
 */
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 1.4rem;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
legend {
    border: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow:visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: 0;
    margin: 30px 0 30px 0;
    height: 5px;
    width: 100%;
    color: #f0f0f0;
    background-color: #f0f0f0;
}
/* --------------- End normalize.css -----------------------------------------*/
/* --------------- Body VSG CSS ----------------------------------------------*/
.clr-fix {
    overflow: hidden;
    zoom: 1;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clr-both {
    clear: both;
}
html {
    font-size: 62.5%; /* 10px (16px is standard browser font-size) */
}
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
    border: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align:baseline;
    *vertical-align:middle;
}
body,
input,
button,
table,
textarea {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #666666;
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 19px;
    line-height: 1.9rem;
    background: url("/assets/images/global/site/backgroundImages/information_bodyBkg.png") 0 0 scroll repeat-x #E6EBF0;
    min-width: 980px;
}
body.ifePage {
    background: none;
    background-color: #172e4d;
}
body.ifePage #ba-body {
    /* Remove normal background styling */
    background-image: none;
    /* Reset the widths */
    max-width: auto;
    min-width: auto;
}
a {
    color:#4b97fa;
}
a:link,
a:visited {
    text-decoration:none;
}
a:focus,
a:hover {
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
.clr {
    clear: both !important;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}
.micro {
    font-size: 0.0001rem;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1, h2 {
    font-family: 'MyliusModernRegular', 'DejaVu Sans', Helvetica, Arial, sans-serif;
    color: #172e4d;
    font-weight: normal;
}
h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    line-height: 4.0rem;
}
h1 strong,
h2 strong {
    font-family: 'MyliusModernBold', 'DejaVu Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 40px 0 14px;
    line-height: 30px;
    line-height: 3.0rem;
}
h3 {
    font-size: 20px;
    font-size: 2.0rem;
    color: #172e4d;
    margin: 36px 0 12px;
    font-weight: normal;
    line-height: 24px;
    line-height: 2.4rem;
}
h4, h5, h6 {
    color: #666666;
}
h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 10px;
    font-weight: bold;
    line-height: 19px;
    line-height: 1.9rem;
}
h5, h6 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 22px 0 10px;
    line-height: 17px;
    line-height: 1.7rem;
}
h5 {
    font-weight: bold;
}
h6 {
    font-weight: normal;
}
p {
    margin: 10px 0;
    padding: 0;
}
p.leadIn,
p.leadCopy  {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
}
h1 + p.leadIn,
h1 + p.leadCopy  {
    margin: 18px 0 16px;
}
h2 + p.leadIn,
h2 + p.leadCopy {
    margin: 16px 0 16px;
}
h3 + p.leadIn,
h3 + p.leadCopy {
    margin: 14px 0 16px;
}
h1 + h3,
h2 + h3 {
    margin: 24px 0 14px;
}
h1 + h2 {
    margin: 20px 0 14px;
}
/* NEW ADDITION FOR FIRST ELEMENTS */
.ui-widget > h2,
.ui-widget > article > h2,
.ui-widget > hgroup  > h2 {
    /* H2 immediately inside .ui-widget */
    margin: 0 0 20px;
}
.ui-widget > h3,
.ui-widget > article > h3,
article.ui-widget > hgroup > h3 {
    /* H3 immediately inside .ui-widget */
    margin: 20px 0;
}
.ui-widget > h4,
.ui-widget > article > h4,
.ui-widget > h5,
.ui-widget > article > h5,
.ui-widget > h6,
.ui-widget > article > h6 {
    /* H4/H5/H6 immediately inside .ui-widget */
    margin: 0 0 10px;
}
.ui-widget > p,
.ui-widget > article > p {
    /* p immediately inside .ui-widget */
    margin-top: 0px;
}
.hero-banner p:last-child,
.ui-widget p:last-child,
.ui-widget article p:last-child,
.pod.ui-widget p:last-child,
.pod.ui-widget article p:last-child {
    /* p last inside .ui-widget */
    margin-bottom: 0px;
}
.fancybox-wrap h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    margin: 0 0 20px;
}
.fancybox-wrap h2 + p {
    /* P immediately after a H2, inside the fancybox lightbox */
    margin: 25px 0 20px;
}
.cookieAcceptanceModal .fancybox-inner {
    height: auto!important;
}
.fancybox-inner p:first-of-type {
    /* The first <p> immediately inside the fancybox-inner div */
    margin-top: 0;
}
h1 + h4,
h2 + h4,
h3 + h4 {
    margin: 20px 0 10px;
}
h2 + h4 {
    margin: 10px 0 19px;
}
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5  {
    margin: 18px 0 10px;
}
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6  {
    margin: 12px 0 10px;
}
strong {
    font-weight: bold;
}
/*------------------- End body VSG CSS ----------------*/

/*****************************************************************/
/*****  Page Layout XSLT Template (Preview Mode source code) *****/
/*****  VSG Core page layout latest specs Jan 2013 ***************/
/*****************************************************************/
#ba-body {
    zoom:1;
    padding-top: 10px;
    margin: 0 auto;
    min-width: 980px;
    max-width: 1920px;
    position: relative;
    background-image: url('/assets/images/global/site/backgroundImages/default.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}
#ba-body.aspirational {
    background: none;
}
.aspirational-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto !important;
    max-width: 1920px;
    min-width: 980px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 850px;
}
.aspirational-bg:before {
    content: "";
    background: url('/assets/images/global/site/backgroundImages/fade.png') repeat-x scroll left bottom transparent;
    height: 850px;
    left: 0;
    margin: 0 auto !important;
    min-width: 980px;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.clr {
    clear: both !important;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}
#page-edit-html {
    background-color: #fff;
}
#pageHeader {
    width: 980px;
    margin: 0 auto 10px;
}
#pageHeaderBar {
    padding: 0px 20px;
    background: #fff;
    width: 940px;
    -webkit-box-shadow: 0 0 5px rgba(0, 40, 100, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 40, 100, 0.15);
    box-shadow: 0 0 5px rgba(0, 40, 100, 0.15);
}
#pageHeaderBar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#page {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
    width: 940px;
    min-height: 500px;
    clear: both;
    -webkit-box-shadow: 0 0 5px rgba(0, 40, 100, 0.15);
    box-shadow: 0 0 5px rgba(0, 40, 100, 0.15);
}
#page.ifeContent {
    /* remove all padding */
    padding: 0;
    /* Set full width */
    width: 100%;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
#page.col2, .twoColNW #page  {
    padding: 0;
    width: 980px;
}
#pageLeftColumn, #pageRightColumn {
    display: inline;
    float: left;
    width: 180px;
    padding-bottom: 60px
}
#pageLeftColumn .pod, 
#pageLeftColumn #planTripComponent {
    margin: 20px 0 20px 20px;
}
#pageRightColumn .pod, #pageRightColumn #planTripComponent {
    margin: 20px 20px 20px 0;
}
#pageContent {
    display: inline;
    float: left;
    width: 760px;
    padding: 20px 20px 50px 20px;
}
#pageContentHeader,
#pageContentBody {
    width: 760px;
}
#pageContentBody aside {
  float: right;
  width: 160px;
  padding-left: 20px;
}
#pageContentBody aside .pod,
#pageContentBody aside #planTripComponent {
    margin-bottom: 20px;
}
#pageContentMain {
  display:inline;
  float:left;
  width:580px;
}
/************************************************/
/*****  Fixed Layout Template (EDIT MODE)   *****/
/************************************************/
#pageBody, 
#bodyContainer {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 0;
}
#bodyLeft, #nwBodyLeft
{
  float: left;
  width: 160px;
  padding: 0 20px 0 0;
}
#nwBodyLeft
{
  width: 180px;
}
#bodyMain {
  width: 780px;
}
#nwBodyMain
{
  width: 780px;
}
#bodyLeft {
  width: 180px;
  padding: 0 20px 0 0;
}
#pageBodyHeader {
  margin: 0 auto;
  width: 980px;
  padding: 10px 0;
}
.ls-canvas .ls-area,
.ls-canvas .ls-area-body {
  overflow: visible;
}
#largePageTitle {
    margin: 10px auto 0;
    width: 980px;
}
/************************************************/
/************************************************/
/*                                              */
/*      DO NOT CHANGE THE BELOW STYLES.         */
/*      THEY ARE USED BY MOST COMPONENTS.       */
/*      IF YOU NEED CHANGES, PERHAPS YOUR       */
/*      HTML STRUCTURE NEEDS TO CHANGE.         */
/*                                              */
/*      PLEASE CONSULT THE CMS TEAM FIRST.      */
/*                                              */
/************************************************/
/************************************************/

/* DME added for "popup" styling */
body.popup header,
body.popup footer,
body.popup #pageLeftColumn,
body.popup #pageHeader {
    display: none;
}
body.popup {
    background: none!important;
}
body#tinymce {
    /* re-set to default for in-page rich text editing */
    background: none;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 8px;
}
.ui-helper-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
/* required comment for clearfix to work in Opera */
* html .ui-helper-clearfix {
    height: 1%; 
}
.ui-helper-clearfix { 
    display: block; 
}
/* required for Internet explorer 7 - move to IE7 stylesheet when layout xslt is deployed to runtime */
.ui-helper-clearfix {
    zoom: 1;
}
/*Widget Containers*/
.ui-widget {
    margin-bottom: 30px;
}
.backgroundActive {
    background-color: #f0f0f0; 
    padding: 10px;
}
.ui-widget-header, .ui-widget-content {
    margin: 0; 
    padding: 0;
}
.ui-widget-header {
    padding: 0;
} 
.ui-widget.quad article h5.twoLine {
    min-height: 33px;
}
.ui-widget.quad article h5.threeLine {
    min-height: 50px;
}
.ui-widget.quad article h5.fourLine {
    min-height: 67px;
}
.ui-widget ul, 
.ui-widget ol, 
.ui-widget-content ul, 
.ui-widget-content ol {
    list-style-type: disc; 
    margin: 0; 
    padding: 0 0 5px 30px;
}
.ui-widget ol, 
.ui-widget-content ol {
    list-style-type: decimal;
}
.ui-widget ul li, 
.ui-widget ol li, 
.ui-widget-content ul li, 
.ui-widget-content ol li  {
    padding-bottom: 6px;
}
.ui-widget.pod ol,
.ui-widget.pod ul {
    padding: 0 0 5px 20px;
}
.ui-widget.backgroundActive img{
    border: 5px solid #fff;
}
.pod.ui-widget {
    border: 5px solid #f0f0f0;
    padding: 7px 10px 10px;
}
.pod.ui-widget li,
.pod.ui-widget p,
.pod.ui-widget a,
.pod.ui-widget span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
    margin: 0 0 8px;
    padding-bottom: 0;
}
.pod.ui-widget li,
.pod.ui-widget li a,
.pod.ui-widget li a span {
    line-height: 15px;
    line-height: 1.5rem;
}
.clearBoth {
    clear: both;
    border-bottom: 1px #fff solid;
    visibility: hidden;
    line-height: 0px;
    margin: 0px;
    font-size: 0px;
}
#ui-datepicker-div { display: none; }

/************************************************/
/*****  FORMS & INPUTS   ************************/
/************************************************/
fieldset {
    border: 0px none;
    margin: 0px;
    padding: 0px;
}
input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    padding: 1px 4px 3px;
    max-width: 485px;
    color: #666;
    outline: none;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition:
                border 0.15s linear 0s,
                box-shadow 0.1s linear 0s;
    -moz-transition:
                border 0.15s linear 0s,
                box-shadow 0.1s linear 0s;
    transition:
                border 0.1s linear 0s,
                box-shadow 0.1s linear 0s;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type^="date"],
input[type="month"],
input[type="color"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
.uneditable-input {
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #aaa;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
select,
.uneditable-input {
    height: 20px;
    line-height: 20px;
}
/*  NOTE ALL INPUT FIELD WIDTHS ACCOUNT FOR
    4PX LEFT + RIGHT (8PX TOTAL) PADDING
    AND 1PX BORDER (2PX TOTAL)
*/
input.xxxs,
textarea.xxxs,
.uneditable-input.xxxs {
   width: 35px;
}
input.xxs,
textarea.xxs,
.uneditable-input.xxs {
   width: 50px;
}
input.xs,
textarea.xs,
.uneditable-input.xs {
   width: 90px;
}
input.s,
textarea.s,
.uneditable-input.s {
   width: 120px;
}
input.m,
textarea.m,
.uneditable-input.m {
   width: 175px;
}
input.l,
textarea.l,
.uneditable-input.l {
   width: 240px;
}
input.xl,
textarea.xl,
.uneditable-input.xl {
   width: 305px;
}
input.xxl,
textarea.xxl,
.uneditable-input.xxl {
   width: 390px;
}
input.xxxl,
textarea.xxxl,
.uneditable-input.xxxl {
   width: 475px;
}
input[type=search].xxxs{
   width: 17px;
}
input[type=search].xxs {
   width: 32px;
}
input[type=search].xs {
   width: 72px;
}
input[type=search].s {
   width: 102px;
}
input[type=search].m {
   width: 157px;
}
input[type=search].l {
   width: 222px;
}
input[type=search].xl {
   width: 287px;
}
input[type=search].xxl {
   width: 372px;
}
input[type=search].xxxl {
   width: 457px;
}
input[type=search] {
    background: url("/assets/images/global/site/icons/plan-trip-icons.png") no-repeat scroll -354px -178px transparent;
    padding-right: 22px !important;
}
select.xxxs {
   width: 45px;
}
select.xxs {
   width: 60px;
}
select.xs {
   width: 100px;
}
select.s {
   width: 130px;
}
select.m {
   width: 185px;
}
select.l {
   width: 250px;
}
select.xl {
   width: 315px;
}
select.xxl {
   width: 400px;
}
select.xxxl {
   width: 485px;
}
select.multiInputs {
    margin-right: 5px;
}
input:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type^="date"]:focus,
input[type="month"]:focus,
input[type="color"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
    border-color: #2a7fce;
}
input[type="radio"],
input[type="checkbox"] {
    height: auto;
    line-height: 18px;
    margin: -0.2em 0 0px;
    padding: 0;
    width: auto;
}
select,
input[type="file"] {
    height: 26px;
    line-height: 26px;
    padding: 1px;
    color: #666!important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        line-height: 20px;
        padding: 2px 3px 3px 1px;
    }
}

/************************************************/
/*****  Tables  *********************************/
/************************************************/
table { 
    border-collapse: separate;
    border: 0;
    border-bottom: 4px solid #e0e0e0;
    width: 100%;
    margin:20px 0;
}
th, td {
    border: 1px solid #e0e0e0;
    border-top: 0 none;
    border-left: 0 none;
    padding: 10px;
    vertical-align: top;
    background-color: #ffffff;
}
th:first-child, td:first-child {
    border-left: 1px solid #e0e0e0;
}
th p, td p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
table caption,
th {
    text-align: left;
}
table caption,
tr.tableHeading {
    padding: 11px 11px 13px;
    background-color: #172e4d;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: 1px solid #fff;
}
tr.tableSubHeading,
tr.tableSubHeading td,
tr.tableSubHeading th {
    padding: 12px 11px;
    background-color: #2E5C99;
    border: 0 none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
}
tr.tableCellIlluminated,
tr.tableCellIlluminated td,
tr.tableCellIlluminated th  {
    background-color: #3b76c5;
    color: #fff;
    border: 0 none;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
}
tr.tableCellIlluminated td:last-child,
tr.tableCellIlluminated th:last-child {
    border-right: 1px solid #3b76c5;
}
td.firstColumn {
    background-color: #f0f0f0;
    color: #172e4d;
    font-weight: bold;
}
tr.zebra,
tr.zebra td,
tr.zebra th {
    background-color: #f8f8f8;
}
tr.zebra td.firstColumn {
    background-color: #e9e9e9;
}
tr.bigTextBlock,
td.bigTextBlock {
    font-size: 12px;
}

/************************************************/
/*****  VSG BUTTONS   ***************************/
/************************************************/
.btn { 
    float: left;
    overflow: hidden;
}
a.ui-priority-primary,
a.ui-priority-secondary,
input.ui-priority-primary,
input.ui-priority-secondary,
button.ui-priority-primary,
button.ui-priority-secondary {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border: 0;
}
a.ui-priority-primary:hover,
a.ui-priority-secondary:hover,
input.ui-priority-primary:hover,
input.ui-priority-secondary:hover,
button.ui-priority-primary:hover
button.ui-priority-secondary:hover {
    text-decoration: none;
}
/* #### BUTTON COLOURS #### */
/* primary buttons */
a.ui-priority-primary,
input.ui-priority-primary,
button.ui-priority-primary {
    background: #ce210f;
    background: -moz-linear-gradient(top,  #ff3e3e 0%, #ce210f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e3e), color-stop(100%,#ce210f));
    background: -webkit-linear-gradient(top,  #ff3e3e 0%,#ce210f 100%);
    background: -o-linear-gradient(top,  #ff3e3e 0%,#ce210f 100%);
    background: -ms-linear-gradient(top,  #ff3e3e 0%,#ce210f 100%);
    background: linear-gradient(top,  #ff3e3e 0%,#ce210f 100%);
    color: #fff;
}
a.ui-priority-primary:focus,
input.ui-priority-primary:focus,
button.ui-priority-primary:focus,
a.ui-priority-primary:hover,
input.ui-priority-primary:hover,
button.ui-priority-primary:hover {
    background: #ff3e3e;
    background: -moz-linear-gradient(top,  #ff7777 0%, #ff3e3e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7777), color-stop(100%,#ff3e3e));
    background: -webkit-linear-gradient(top,  #ff7777 0%,#ff3e3e 100%);
    background: -o-linear-gradient(top,  #ff7777 0%,#ff3e3e 100%);
    background: -ms-linear-gradient(top,  #ff7777 0%,#ff3e3e 100%);
    background: linear-gradient(top,  #ff7777 0%,#ff3e3e 100%);
}
a.ui-priority-primary:active,
input.ui-priority-primary:active,
button.ui-priority-primary:active {
    outline:0;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(100, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px 0px rgba(100, 0, 0, 0.4);
}
/* secondary buttons  */
a.ui-priority-secondary,
input.ui-priority-secondary,
button.ui-priority-secondary {
    background: #3c78c7;
    background: -moz-linear-gradient(top,  #4b97fa 0%, #3c78c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b97fa), color-stop(100%,#3c78c7));
    background: -webkit-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: -o-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: -ms-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    color: #fff;
}
a.ui-priority-secondary:focus,
input.ui-priority-secondary:focus,
button.ui-priority-secondary:focus,
a.ui-priority-secondary:hover,
input.ui-priority-secondary:hover,
button.ui-priority-secondary:hover {
    background: #4b97fa;
    background: -moz-linear-gradient(top,  #88bcff 0%, #4b97fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bcff), color-stop(100%,#4b97fa));
    background: -webkit-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: -o-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: -ms-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
}
a.ui-priority-secondary:active,
input.ui-priority-secondary:active,
button.ui-priority-secondary:active {
    outline:0;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 50, 100, 0.4);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 50, 100, 0.4);
}
/* disabled buttons */
a.disabled,
input.disabled,
button.disabled,
a.disabled:hover,
input.disabled:hover,
button.disabled:hover,
a.disabled:focus,
input.disabled:focus,
button.disabled:focus,
a.disabled:active,
input.disabled:active,
button.disabled:active {
    background: #f0f0f0;
    color: #aaaaaa;
    cursor:default;
    border: solid 1px #ccc;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 1);
}
/* #### MAIN BUTTON STYLES #### */
a.ui-priority-primary,
a.ui-priority-secondary,
input.ui-priority-primary,
input.ui-priority-secondary,
button.ui-priority-primary,
button.ui-priority-secondary {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.ui-priority-primary.standout,
a.ui-priority-secondary.standout,
input.ui-priority-primary.standout,
input.ui-priority-secondary.standout,
button.ui-priority-primary.standout,
button.ui-priority-secondary.standout {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 23px;
    line-height: 2.3rem;
}
/* <A HREF="#"> styles */
a.ui-priority-primary,
a.ui-priority-secondary {
    padding: 1px 10px 3px;
}
a.ui-priority-primary:active, 
a.ui-priority-secondary:active {
    padding: 2px 10px;
}
a.ui-priority-primary.standout,
a.ui-priority-secondary.standout {
    padding: 4px 10px 8px;
}
a.ui-priority-primary.standout:active, 
a.ui-priority-secondary.standout:active {
    padding: 5px 10px 7px;
}
/* CHEVRON ICONS */
a.ui-priority-primary > span.arr-left,
a.ui-priority-secondary > span.arr-left {
    padding-left: 16px;
    background: url("/assets/images/global/site/icons/arr_left_7x11.png") no-repeat left 3px;
}
a.ui-priority-primary > span.arr-right,
a.ui-priority-secondary > span.arr-right {
    padding-right: 16px;
    background: url("/assets/images/global/site/icons/arr_right_7x11.png") no-repeat right 3px;
}
a.ui-priority-primary.standout > span.arr-left,
a.ui-priority-secondary.standout > span.arr-left {
    padding-left: 19px;
    background: url("/assets/images/global/site/icons/arr_active_left_10x17.png") no-repeat left 4px;
}
a.ui-priority-primary.standout > span.arr-right,
a.ui-priority-secondary.standout > span.arr-right {
    padding-right: 19px;
    background: url("/assets/images/global/site/icons/arr_active_right_10x17.png") no-repeat right 4px;
}
/* input + button styles*/
input.ui-priority-primary,
input.ui-priority-secondary,
button.ui-priority-primary,
button.ui-priority-secondary {
    padding: 2px 10px 4px;
    white-space: normal;
    text-align: left;
    box-shadow: none;
}
input.ui-priority-primary:active,
input.ui-priority-secondary:active,
button.ui-priority-primary:active,
button.ui-priority-secondary:active {
    padding: 3px 10px 3px;
}
input.ui-priority-primary.standout,
input.ui-priority-secondary.standout {
    padding: 3px 10px 7px;
}
input.ui-priority-primary.standout:active,
input.ui-priority-secondary.standout:active {
    padding: 4px 10px 6px;
}
button.ui-priority-primary.standout,
button.ui-priority-secondary.standout {
    padding: 4px 10px 8px;
}
button.ui-priority-primary.standout:active,
button.ui-priority-secondary.standout:active {
    padding: 5px 10px 7px;
}
/* CHEVRON ICONS */
input.ui-priority-primary.arr-left,
input.ui-priority-secondary.arr-left,
button.ui-priority-primary.arr-left,
button.ui-priority-secondary.arr-left {
    float: right;
    padding-left: 29px;
    position: relative;
}
input.ui-priority-primary.arr-left + span.arr-left,
input.ui-priority-secondary.arr-left + span.arr-left,
button.ui-priority-primary.arr-left + span.arr-left,
button.ui-priority-secondary.arr-left + span.arr-left {
    float: left;
    margin: 8px -20px 0 10px;
    height: 17px;
    width: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background: url("/assets/images/global/site/icons/arr_active_left_10x17.png") no-repeat left top;
}
input.ui-priority-primary.arr-left:active,
input.ui-priority-secondary.arr-left:active,
button.ui-priority-primary.arr-left:active,
button.ui-priority-secondary.arr-left:active {
    padding-left: 29px;
}
input.ui-priority-primary.arr-left:active + span.arr-left,
input.ui-priority-secondary.arr-left:active + span.arr-left,
button.ui-priority-primary.arr-left:active + span.arr-left,
button.ui-priority-secondary.arr-left:active + span.arr-left {
    margin-top: 9px;
}
input.ui-priority-primary.arr-right,
input.ui-priority-secondary.arr-right,
button.ui-priority-primary.arr-right,
button.ui-priority-secondary.arr-right {
    float: left;
    padding-right: 29px;
    position: relative;
}
input.ui-priority-primary.arr-right + span.arr-right,
input.ui-priority-secondary.arr-right + span.arr-right,
button.ui-priority-primary.arr-right + span.arr-right,
button.ui-priority-secondary.arr-right + span.arr-right {
    float: right;
    margin: 8px 10px 0 -20px;
    height: 17px;
    width: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background: url("/assets/images/global/site/icons/arr_active_right_10x17.png") no-repeat right top;
}
input.ui-priority-primary.arr-right:active,
input.ui-priority-secondary.arr-right:active,
button.ui-priority-primary.arr-right:active,
button.ui-priority-secondary.arr-right:active {
    padding-right: 29px;
}
input.ui-priority-primary.arr-right:active + span.arr-right,
input.ui-priority-secondary.arr-right:active + span.arr-right,
button.ui-priority-primary.arr-right:active + span.arr-right,
button.ui-priority-secondary.arr-right:active + span.arr-right {
    margin-top: 9px;
}
/* NOT YET STYLED OR TESTED */
a.ui-priority-secondary.videoPlayer,
a.ui-priority-secondary.videoPlayer:active,
button.ui-priority-secondary .videoPlayer,
button.ui-priority-secondary .videoPlayer:active {
    padding: 0;
}
a.ui-priority-secondary.videoPlayer span {
    margin: 0 10px;
    padding: 2px 0 4px 24px;
    background: url("/assets/images/global/site/icons/btn_icn_videoPlay_15.png") 0 4px no-repeat;
    display: block;
    cursor: pointer;
}
a.ui-priority-secondary.videoPlayer:active span,
a.ui-priority-secondary.videoPlayer span:active {
    padding: 3px 0 3px 24px;
    background-position: 0 5px;
}

/************************************************/
/*****  VSG Modal     ***************************/
/************************************************/
.modalBox.modalSmall, #ajaxActivity.modalSmall {
    width: 340px;
}
.modalBox.modalMedium, #ajaxActivity.modalMedium {
    width: 580px;
}
.modalBox.modalLarge, #ajaxActivity.modalLarge {
    width: 760px;
}

/************************************************/
/************************************************/
/*                                              */
/*      END OF PROTECTED STYLES.                */
/*                                              */
/************************************************/
/************************************************/

/************************************************************/
/*  jQuery UI CSS Framework - add/overwrite as appropriate  */
/************************************************************/
/*  Interaction Cues */
.ui-priority-tertiary,
.ui-priority-tertiary.ui-state-default, 
.ui-widget-content .ui-priority-tertiary.ui-state-default {
    border: none;
    background: none;
    color: #2A7FCE;
}
.ui-priority-tertiary:hover, 
.ui-widget-content .ui-priority-tertiary:hover,
.ui-priority-tertiary.ui-state-hover, 
.ui-widget-content .ui-priority-tertiary.ui-state-hover { text-decoration: underline }

/****************************/
/*  jQuery UI DatePicker    */
/****************************/

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}