/*//-------- Bootstrap Overwrites --------//*/

html {
	background: #042946;
	font-size: 1.05em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .07);
}

body {
	background: #E7ECEF;
	color: #052A47;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	/*font-size: 17px;*/
	font-size: 100%;
	font-weight: 400;
	line-height: 1.275;
}

.match {
	font-size: 17px;
}
.note {
	font-size: 10px;
	font-style: italic;
}
.intro {
  width: 100%;
  max-width: 1100px;
}
.intro_left {
  width: 67%;
  margin: 2px 10px 2px 2px;
  float: left;
  padding: 3px;
  font-size: medium;
  background: #fcfdfd;
}
.intro_right {
  width: 27%;
  margin: 2px 2px 2px 2px;
  float: left;
  font-size: small;
  background: #E7ECEF;
  border: 1px solid #e0e6e6;
  padding: 2px 2px 2px 10px;
}

/*//// Global ////*/

.dropdown-menu .divider {
	background-color: #e9eded;
	margin: 0;
}

.popover {
	background-color: #fcfdfd;
	border: 1px solid #e0e6e6;
	border: 1px solid rgba(224, 230, 230, 0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*font-size: 13px;*/
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
	white-space: normal;
}

.popover-title {
	padding: 8px 20px;
	font-size: 15px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.popover.top {
	margin-right: 2%;
}

.popover.top > .arrow {
	border-top-color: #e0e6e6;
	border-top-color: rgba(224, 230, 230, 0.5);
}

.popover-content {
	padding: 10px 20px;
}

/*// Modal //*/

.modal-header {
	background: #fafcfc;
	border-bottom: 1px solid #e0e6e6;
	padding: 20px 6%;
}

.modal-footer {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

.modal-sm .modal-footer {
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

.modal-header-title {
	margin: 0;
}

.modal-header .close {
	margin-right: -5px;
	margin-top: -12px;
}

.no-title .modal-header {
	background: none;
	border: none;
	min-height: 28px;
	padding: 20px 20px 0;
}

.no-title .modal-body {
	padding-top: 10px;
}

.modal-body {
	padding: 30px 6%;
}

.modal-sm {
	margin: 30px auto;
	width: 340px;
}

.modal-md {
	max-width: 600px;
	margin: 30px auto;
}

.modal-sm .modal-footer .btn {
	margin: 0 auto;
	width: 98%;
}

.modal-sm .modal-footer .btn + .btn {
	margin-top: 5px;
}

.modal-sm .row:last-child .form-group {
	margin-bottom: 0;
}


/*// Main Nav //*/

.nav a {
	outline: 0;
}

.navbar,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	background-color: transparent;
	border: none;
	margin: -8px 0 0;
	padding: 0;
}

.navbar .container-fluid {
	padding: 0;
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-toggle {
	margin-right: 0;
	margin-top: 5px;
	padding: 9px 4.5% 9px 15px;
	border: none;
}

.navbar-nav {
	margin: 7.5px 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #01589D;
}

.navbar-default .navbar-nav > li > a {
	border: 1px solid transparent;
	color: #354342;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #4e5c5b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: #f9fafa;
	border: 1px solid #e0e6e6;
	/*border-bottom-color: transparent;*/
	border-bottom: 1px solid #f9fafa;
	color: #354342;
	z-index: 16777271;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.navbar-collapse {
	max-height: none;
}

.dropdown-menu {
	background: #f9fafa;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 15px;
	border: 1px solid #e0e6e6;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

#utility-bar .btn:focus,
#utility-bar .dropdown:focus {
	outline: none;
}

#utility-bar .dropdown-menu {
	font-size: 13px;
	margin: 0;
	min-width: 116px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

.navbar-nav > li > .dropdown-menu-left {
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.dropdown-menu > li > a {
	color: #01589D;
	padding: 9px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #f3f4f4;
	color: #4e5c5b;
}

.dropdown-submenu {
	position: relative;
	width: 100%;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100% !important;
	margin-top: -6px;
	position: absolute;
	/*margin-left: -1px;*/
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}


.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}




/*//// Typography ////*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}

h1, .h1 {
	color: #01589D;
	font-size: 3em;
	font-weight: 300;
}

h1.match {
	font-size: 50px;
}

h2, .h2 {
	color: #01589D;
	font-size: 1.95em;
	font-style: italic;
}

h2.match {
	font-size: 33px;
}

h3, .h3 {
	color: #B62920;
	font-size: 1.45em;
	margin-bottom: 10px;
}

h3.match {
	font-size: 24px;
}

h4, .h4 {
	color: #B62920;
	font-size: 1.15em;
	line-height: 1.25em;
}

h4 a {
	color: inherit;
	text-decoration: none;
}

h4 a:hover {
	color: #4e5c5b;
	text-decoration: underline;
}

h4.match {
	font-size: 19px;
}

h5, .h5 {
	font-size: .85em;
}

h5.match {
	font-size: 	14px;
}

h6, .h6 {
	font-size: .7em;
}

h6.match {
	font-size: 	12px;
}

h4 small {
	font-size: 87%;
}

a {
  color: #CF382F;
  text-decoration: none;
  /*-webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;*/
}
a:hover,
a:focus {
  color: #CF382F;
  text-decoration: underline;
}

/*//// Forms ////*/

label {
	font-size: 15px;
	color: #B62920;
	font-weight: normal;
}

.checkbox label {
	font-size: 13px;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	resize: vertical;
}

input[type="checkbox"] {
	margin: 6px 0 0;
}

.form-control {
	border: 1px solid #dce1e5;
	color: #757978;
	font-size: 15px;
	height: 44px;
	/*max-width: 350px;*/
	padding: 9px 20px 9px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #A4D0DB;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c7c7c7;
}
.form-control::-webkit-input-placeholder {
  color: #c7c7c7;
}

select.form-control {
	background: #ffffff url(arrow-down.png) no-repeat right 40px center;
	cursor: pointer;
	padding: 9px 0 9px 12px;
}

.selectWrap {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.selectWrap select {
	border: none;
	margin: 0;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: calc(100% + 30px);
	-moz-appearance: window;
}

@-moz-document url-prefix() {
	.selectWrap {
		background: #ffffff url(/arrow-down.png) no-repeat right 30px center;
		padding-right: 30px;
	}
}


select.error {
	color: #d12027;
}

.error {
	color: #d12027;
    font-size: 14px;
}

.form-action {
	display: inline-block;
	margin: .5em 0;
	width: 100%;
}

.form-action .btn-push-right {
	margin-right: 10px;
}

.form-action .btn-push-left {
	margin-left: 10px;
}

.brdr {
	border-top: 1px solid #ebecec;
	padding: 1.5em 0 0;
	margin: 1em auto 0 !important;
}

.form-action .btn-link {
	display: inherit;
	font-size: 15px;
	margin: 1em 8px;
}

.signin-wrapper .form-action .btn-link {
	margin-bottom: 0;
}

.signin-wrapper .form-action .btn-link.back {
	margin-left: -5px;
}

/*//// Buttons ////*/

.btn {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	padding: 9px 12px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.65;
}

.btn-mini, .btn-group-mini > .btn {
	background: #fcfdfd;
	border: 1px solid #dfe6e8;
	color: #01589D;
	font-size: 13px;
	line-height: 1;
	padding: 8px; 
}

.btn-mini:hover,
.btn-group-mini > .btn:hover {
	border: 1px solid #cad4d6;
	color: #68aabc;
}

.btn-mini:focus,
.btn-mini:active:focus,
.btn-mini.active:focus {
	outline: none;
	outline-offset: 0;
}

.btn-default {
	border: 1px solid #cdd4d4;
	color: #818181;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #f0f5f5;
	border-color: #c1c7c7;
}

.btn-primary {
  background-color: #01589D;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #5c8d9a;
}

.btn-success {
  background-color: #CF382F;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #CF382F;
}

.btn-radio {
  background-color: #FFFFFF;
  border: 1px solid #dce1e5;
  color: #01589D;
  font-size: 15px;
  padding: 5px;
  min-width: 16px;
  box-sizing: content-box;
}

.btn-radio:hover {
	color: #01589D;
	background-color: #FFFFFF;
}

.btn-radio:focus {
	color: #01589D;
	background-color: #FFFFFF;
}

.btn-radio:active,
.btn-radio.active {
  background-color: #5c8d9a;
  color: #e3ecef;
}

.btn-link {
  color: #01589D;
}
.btn-link:hover,
.btn-link:focus {
  color: #5c8d9a;
}

.c-red,
.btn-link-danger,
.btn-link-inline-danger {
	border: 0;
	color: #d9534f !important;
}

.btn-link-danger:hover,
.btn-link-danger:focus,
.btn-link-inline-danger:hover,
.btn-link-inline-danger:focus {
  color: #d2322d !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 11px 19px 13px;
  font-size: 21px;
  line-height: 1.45;
}

.caret,
.btn .caret {
	margin-left: 4px;
}

.input-group-addon.btn-primary {
	color: #FFFFFF;
}

.input-group-addon.btn-default {
	background-color: #FFFFFF;
}

.input-group-addon.btn-default:hover {
	color: #333333;
	background-color: #f0f5f5;
	border-color: #c1c7c7;
}

/*//// Glyphicons ////*/

.glyphicon {
	margin-right: 8px;
}

/*//// Labels ////*/

.label {
	display: inline-block;
	padding: 4px 7px 5px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 3px 3px 3px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.label-default {
	background: #f7f8f8;
	border: 1px solid #e0e6e6;
	color: #01589D;
}




/*//// Structure ////*/

.row {
	margin: auto;
	max-width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 1%;
	padding-right: 1%;
}


/*//// Modal ////*/

.modal-backdrop {
	background: #FFFFFF;
}

.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal-content {
	border-color: #e0e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


@media print {
  * {
    font-size: 12px;
    line-height: 14px;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  tr,
  img {
    page-break-inside: auto;
  }
  img {
    max-width: 100% !important;
  }
  #logo,
  #logo img {
  	height: 46px !important;
  	width: 230px !important;
  }
  h1 {
  	font-size: 24px;
  }
  .helper-lg,
  .helper-lg * {
  	font-size: 17px !important;
  }
  #header {
  	padding: .25em 0;
  }
  .brdr {
  	margin: 0 !important;
  	padding: 0 !important;
  }
  
  /*//// Give a Gift ////*/
  .container-content-boxed {
  	border: none !important;
  	margin: 0 !important;
  	max-width: none;
  	padding: 0 !important;
  }
  .orderNo {
  	font-size: 12px !important;
  }
  .giftOrderDesc {
  	font-weight: bold;
  	padding-bottom: 0;
  }
  .giftOrderItem {
  	font-size: 17px;
  }
  .mastercard {
  	background: transparent url(/icon-cc-mc@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  
  .visa {
  	background: transparent url(/icon-cc-visa@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  
  .amex {
  	background: transparent url(/icon-cc-amex@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  #giftOrderDetails .row {
  	padding: 0 0 .5em;
  }
  #utility-bar,
  #footer,
  .navbar,
  #wood,
  .printBtn {
    display: none !important;
  }
}

/*//-------- Datepicker Overwrites --------//*/

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background: #01589D;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-image: none;
}

.datepicker.dropdown-menu {
	border: 1px solid #e0e6e6;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
	display: none;
}

.ui-datepicker-calendar {
    display: none;
    }​

.datepicker-calendar {
    display: none;
    }​

/*//////// Global ////////*/

ul, ol {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	
}

.visible-xxs {
	display: none;
}

.icon-x {
	background: transparent url(/icon-x.png) 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 7px;
	margin: auto -5px auto 5px;
	padding: 4px 5px;
	vertical-align: middle;
	width: 7px;
}

.icon-reset {
	background: transparent url(/icon-reset.png) 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: auto -5px auto 5px;
	padding: 0 2px;
	vertical-align: middle;
	width: 10px;
}

::-webkit-input-placeholder {
   color: #c7c9c8;
}

:-moz-placeholder { /* Firefox 18- */
   color: #c7c9c8;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #c7c9c8;  
}

:-ms-input-placeholder {  
   color: #c7c9c8;  
}




.noscroll {
	overflow: hidden;
	position: fixed;
}

/*//// Structure ////*/

/*// Additional Grid Class //*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1%;
  padding-right: 1%;
}

.sub-col {
	padding: 0;
}

.breathe-l {
	padding-left: 2.5%;
}

.breathe-r {
	padding-right: 2.5%;
}

/*//// Typography ////*/

.h12 {
	font-size: 2.5em;
}

h5 {
	color: #4e5c5b;
	font-size: .8em;
	margin-bottom: 2px;
}

.text-md {font-size: .9em;}

.text-extended {letter-spacing: .35em;}

.text-upper {text-transform: uppercase;}

.text-left {text-align: left;}

.text-italic {font-style: italic !important;}

.text-normal {font-style: normal !important;}

.text-light {font-weight: 300 !important;}

.c-darkgreen {color: #4e5c5b !important;}

.c-green {color: #B62920 !important;}

.c-lightgreen {color: #86a19a !important;}

.c-ywgreen {color: #CF382F !important;}

.c-grey {color: #052A47 !important;}

.c-blue {color: #01589D !important;}

.c-white,
.c-white a {
	color: #f1f2f2 !important;
}

.c-white a {
	color: #ffffff !important;
	text-decoration: underline;
}

.c-white a:hover {
	color: #f1f2f2 !important;
	text-decoration: none;
}

ul.checked-list {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 20px;
	padding-left: 12px;
}

ul.checked-list li {
	background: transparent url(/icon-check.png) 0 50% no-repeat;
	margin: .5em 0;
	padding: 0 0 0 20px;
}

ul.circle-list {
	font-size: 15px;
	list-style-type: circle;
	margin: 10px 0 20px;
	padding-left: 17px;
}

ul.circle-list li {
	margin: .5em 0;
}

.faded {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/*//// Forms ////*/

.helper {
	color: #01589D;
	display: block;
	font-size: 15px;
	font-style: italic;
	margin: 1.5em 0;
}

.helper2 {
	color: #052A47;
	display: block;
	font-size: 15px;
	font-style: normal;
	margin: 5px 0 10px;
}

.helper-sm {
	font-size: 13px;
	font-style: normal;
}

.helper-lg {
	color: #4e5c5b;
	font-size: 17px;
	font-style: normal;
}

label.error {
	color: #d12027;
	display: none;
	font-size: 14px;
	/*font-style: italic;*/
}

input[type="radio"],
input[type="checkbox"] {
	position: absolute;
	left: -9999em;
}

.radio-group {
	margin: .5em 0;
	display: inline-block;
	width: 100%;
}

.label-radio-lg {
	background: transparent url(/radio-lg.png) 0 0 no-repeat;
	clear: both;
	cursor: pointer;
	font-size: 17px;
	margin-bottom: 1em;
	min-height: 24px;
	padding: 1px 0 0 35px;
}

.label-checkbox,
.label-checkbox-sm {
	background: transparent url(/checkbox.png) 0 0 no-repeat;
	clear: both;
	cursor: pointer;
	float: left; 
	font-size: 15px;
	min-height: 20px;
	padding: 1px 0 0 26px;
	line-height: 15px;
	margin: 5px 10px 10px 0;
}

.label-checkbox-sm {
	background: transparent url(/checkbox-sm.png) 0 0 no-repeat;
	font-size: 13px;
	line-height: 14px;
	margin-left: 1px;
	min-height: 16px;
	padding: 1px 0 0 21px;
}

label.giftOption {
	background: none;
	border: 1px solid transparent;
	padding: 36px 0 32px;
	width: 100%;
}

label.center_1$lvPlans$ctrl0$rbPlan {
    background: none;
	border: 1px solid transparent;
	padding: 36px 0 32px;
	width: 100%;
}


.radio-icon {
	background: transparent url(/icon-radio.png) 0 0 no-repeat;
	display: inline-block;
	height: 33px;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
	width: 33px;
}

input[type="radio"]:checked + .label-radio-lg {
	background: transparent url(/radio-lg-checked.png) 0 0 no-repeat;
}

input[type="radio"]:checked + .label-radio-lg {
	background: transparent url(/radio-lg-checked.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + .label-checkbox {
	background: transparent url(/checkbox-checked.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + .label-checkbox-sm {
	background: transparent url(/checkbox-sm-checked.png) 0 0 no-repeat;
}

input[type="radio"]:checked + label.giftOption {
	background: #fbfcfc;
	border: 1px solid #CF382F;
}

input[type="radio"]:checked + label.center_1$lvPlans$ctrl0$rbPlan {
	background: #fbfcfc;
	border: 1px solid #CF382F;
}

input[type="radio"] + label.giftOption:hover {
	border: 1px solid #CF382F;
}

input[type="radio"]:checked + label.center_1$lvPlans$ctrl0$rbPlan {
	background: #fbfcfc;
	border: 1px solid #CF382F;
}

input[type="radio"]:checked + .label-radio-lg .radio-icon { 
	background: transparent url(/icon-radio-checked.png) 0 0 no-repeat;
}

.ccard {
	color: #B62920;
	min-height: 30px;
}

.mastercard {
	background: transparent url(/icon-cc-mc.png) 0 0 no-repeat;
}

.visa {
	background: transparent url(/icon-cc-visa.png) 0 0 no-repeat;
}

.amex {
	background: transparent url(/icon-cc-amex.png) 0 0 no-repeat;
}

.cardOption .ccard {
	display: block;
	margin-top: -3px;
	padding-left: 60px;
}

/*//// Buttons ////*/

.btn-link-inline {
	background: transparent;
	color: #CF382F;
	margin: 0 !important;
	padding: 0;
	font-size: inherit !important;
	line-height: inherit;
	vertical-align: bottom;
}

.btn-link-inline:hover {
	color: #CF382F;
	text-decoration: underline;
}

.btn-link-inline:active,
.btn-link-inline:focus,
.btn-link-inline:active:focus {
	color: #CF382F;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

.btn-loadmore {
	background: #fafbfb;
	border: 1px solid #e0e6e6;
	color: #01589D;
	padding: 12px 22px;
}

.btn-loadmore:hover {
	background: #ebf0f0;
	border: 1px solid #e0e6e6;
	color: #01589D;
}

.btn-loadmore:focus,
.btn-loadmore:active,
.btn-loadmore.active {
	background: #ebf0f0;
	border: 1px solid #e0e6e6;
	color: #01589D;
}

.btn-inverted {
	background: #e4e9ea;
	border: none;
	color: #6c929c;
}

.btn-inverted:hover {
	background: #fbfcfc;
	border: none;
	color: #6c929c;
}

.btn-inverted:focus,
.btn-inverted:active,
.btn-inverted.active {
	background: #fbfcfc;
	border: none;
	color: #6c929c;
}

.btn-play-cta {
	background-image: url(/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
	padding-left: 32px;
}

.btn-play-cta:hover {
	background-image: url(/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
}

.btn-play-cta:focus,
.btn-play-cta:active,
.btn-play-cta.active {
	background-image: url(/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
	padding-left: 32px;
}


/*//// Labels ////*/

.label-level {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: .04em;
	line-height: 1.3;
	margin: 0;
	/*padding: 3px 6px 3px;*/
	padding: 2px 5px 2px;
	text-transform: uppercase;
	vertical-align: middle;
}

.label-level-1 {background: #CF382F;}
.label-level-2 {background: #01589D;}
.label-level-3 {background: #c3854e;}

.label-reset {
	background-image: url(/icon-reset.png);
	background-position: right 5px center;
	background-position: 90% 50%\9;
	background-repeat: no-repeat;
	color: #fbfcfc;
	cursor: pointer;
	padding-right: 20px;
}

/*//// Accordion ////*/

.masterAccordion {
	margin: 0 0 2em;
}

.panel-title a.collapsed {
	background: transparent url(/icon-collapse-plus.png) 0 19px no-repeat;
}

.panel-title a {
	background: transparent url(/icon-collapse-minus.png) 0 19px no-repeat;
	display: block;
	padding: 10px 0 10px 20px;
}

.subset .panel-title a.collapsed,
.subset .panel-title a {
	background-position: 0 16px;
}

.panel-title .playlistTitle {
	display: block;
}

/*//// Structure ////*/

.container-wrapper {
	background: #E7ECEF;
	position: relative;
	position: relative;
}

.container-wrapper-clean {
	padding: 0;
}

.bg-light {
	background: #fcfdfd;
}

.texture {
	background-image: url(/texture.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #efefef;
}

.brdr-b-blue {
	border-bottom: 1px solid #e1eded;
}

.no-brdr {
	border: 0;
}

.container-intro {
	background: #fbfcfc;
	border-bottom: 1px solid #f1f2f2;
	padding: 2em 0 1.75em;
    z-index: 0;
}

.container-intro > .container-fluid {
	max-width: 1100px;
}

.container-user-alert {
	background: #01589D;
	border-bottom: 1px solid #f1f2f2;
	padding: 1.25em 0;
}

.container-content-boxed {
	background: #f7f8f8;
	background: #fcfdfd;
	border: 1px solid #e7eaea;
	margin: 1.5em auto;
	max-width: 1020px;
	padding: 2.5em 6.5% 3em;
	width: 100%;
}

.container-content-boxed-full {
	max-width: 100%;
}

.container-fluid {
	max-width: 1100px;
	padding: 0 2%;
}

.container-full {
	padding: 0;
}

.page-head {
	/*margin-bottom: 1em;*/
	padding-bottom: 1em;
}

.page-head * {
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
}

.page-head h4 {
	color: #8b9895;
}

/*// Header //*/

#header {
	padding: .75em 0 .5em;
}

#header .container-wrapper {
	padding: 0;
	z-index: 500;
}


#utility-bar {
	background: #f3f4f4;
	border-bottom: 1px solid #e0e6e6;
	font-size: 13px;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 1000;
}

#utility-bar .btn {
	border-right: 1px solid #e0e6e6;
	display: inline-block;
	/*float: left;*/
	padding: 9px 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#utility-bar .btn:first-child,
#utility-bar .dropdown:first-child .btn {
	border-left: 1px solid #e0e6e6;
}

#utility-bar .btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

#utility-bar .btn-group .btn,
#utility-bar .dropdown .btn {
	border-left: none;
}

#utility-bar .btn-group .btn:hover {
	background: #f9fafa;
}

#utility-bar .btn-group .btn:first-child {
	/*border-right: none;*/
	padding-right: 12px;
}

#utility-bar .open .btn {
	background: #f9fafa;
}

#utility-bar > .container-fluid > .row > .pull-right > .dropdown {
	display: inline-block;
}

#utility-bar .btn-link:hover,
#utility-bar .btn-link:focus {
	/*background: #f9fafa;*/
	text-decoration: none;
}

#utility-bar .selected {
	background: #f9fafa;
	border-bottom: 1px solid #f9fafa;
	margin-bottom: -1px;
}

#panel-container {
	position: relative;
	z-index: 990;
}

.signin-wrapper,
.search-wrapper {
	background: #fafbfb;
	border: 1px solid #e0e6e6;
	border-top: none;
	display: none;
	max-width: 100%;
	overflow: hidden;
	padding: 1em 30px;
	position: absolute;
	right: 0;
	width: 300px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

.signin-wrapper {
	right: 44px;
}

.signin-wrapper .title {
	font-size: 1.35em;
	margin-bottom: 1em;
}

#password-form-container {
	display: none;
}

#search-btn {
	background: transparent url(/icon-search.png) 46% 50% no-repeat;
	text-indent: -9999px;
	width: 44px;
}

#search-btn.selected {
	background-image: url(/icon-search-x.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* INSERTED BY KLOSS */
.search-trigger {
    background: transparent url(/icon-search.png) 46% 50% no-repeat;
	text-indent: -9999px;
	width: 44px;
}




.search-wrapper .form-group {
	margin: 0;
}

#logo {
	max-width: 230px;
	position: relative;
	z-index: 500;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

#logo img {
	height: auto;
	width: 100%;
}

.navbar .dropdown-toggle .glyphicon {
	color: #CF382F;
	font-size: 10px;
	margin: auto 0 auto 10px;
}


/*// Footer //*/

#footer {
	background: #042946;
	border-top: 20px solid #ebecec;
	color: #8e9795;
	font-size: 12px;
	padding-bottom: 2.5em;
}

#footer a, #footer a:visited {
	color: #b7c3c0;
}

#footer a:hover {
	color: #a9b7b4;
}

#footer .social {
	text-align: right;
}

.footer-links {
	list-style-type: none;
	line-height: 1.5;
	margin: 0 0 2px;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	margin: 0 3px;
}

.social li {
	margin: 0 7px;
}

.footer-links li:first-child {
	margin-left: 0 !important;
}

.footer-links li:last-child {
	margin-right: 0 !important;
}

.social img {
	height: auto;
	width: 22px;
}

.social a:hover {
	opacity: .7;
}



#searchFilter {
	background: #fcfdfd;
	border: 1px solid #e0e6e6;
	margin: 0 auto;
	padding: 1em 3% 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#resultNumber {
	margin: 1em 0 1.5em;
}

.loadmore-container {
	margin-bottom: 1.5em;
	margin-top: .5em;
}



.options-container {
	border-bottom: 1px solid #e1eded;
	border-left: 1px solid #e1eded;
	bottom: 0;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}

.options-btn {
	border: none;
	color: #4e5c5b;
	height: 32px;
	line-height: 24px;
	padding: 4px;
	width: 32px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.open .options-btn {
	color: #82a4ad;
}

.options-btn:focus,
.options-btn:active:focus,
.options-btn.active:focus {
	outline: none;
	outline-offset: 0;
}

.options-btn span {
	margin: auto;
	/*vertical-align: text-bottom;*/
}

.panel-heading .options-btn {
	background-image: url(/arrow-down-blue.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.options-container .control-option {
	font-size: 14px;
}

.options-container .control-option a,
.options-container .control-option a:hover {
	background-repeat: no-repeat;
	line-height: 16px;
	max-width: 280px;
	min-width: 190px;
	padding-left: 34px;
	white-space: normal;
}

.options-container .option-watch a,
.options-container .option-watch a:hover {
	background-image: url(/icon-play-sm.png);
	background-position: 9px 9px;
}

.options-container .option-playlist-manager a,
.options-container .option-playlist-manager a:hover {
	background-image: url(/icon-playlist-status-added-blue.png);
	background-position: 10px 9px;
}

.options-container .option-js {
	display: none;
}

.options-container .option-js a,
.options-container .option-js a:hover {
	background-image: url(/icon-js-circle-blue.png);
	background-position: 9px 9px;
}

.options-container .option-remove a,
.options-container .option-remove a:hover {
	background-image: url(/icon-x-md.png);
	background-position: 13px 13px;
	color: #d9534f;
}

.options-container .option-rename a,
.options-container .option-rename a:hover {
	background-image: url(/icon-pencil-blue.png);
	background-position: 11px 10px;
}




/*//////// Responsive ////////*/

/* Big Screens and up */

@media only screen and (min-width: 1700px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 400px;
	}
}

/* In between medium and big screens */

@media only screen and (min-width: 1101px) and (max-width: 1699px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 25%;
	}
	
}

/* Base Laptop Screens and up */

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

	#journey-signup-container {
		padding-right: 7%;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1099px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 30%;
	}
	
	#js-backdrop img {
		left: -10%;
		min-width: 120%;
	}
}

@media only screen and (max-width: 850px) {

	.nav > li > a {
		padding: 15px 10px;
	}
	
	.nav-tabs > li > a {
		padding: 15px 2px;
	}
	
	.subnav-tabs > li > a {
		padding: 5px 0 2px;
	}
	
	/*//// Typography ////*/
	
	h1, .h1 {
		font-size: 2.55em;
	}
	
	.h12 {
		font-size: 2.15em;
	}
	
	
	
}

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

#navbar-container {
text-align: center;
}

#logo {
display: inline-block;
margin: 0 auto .5em;
float: none;
}

.navbar-right {
float: none !important;
margin: 0 auto;
}

.navbar-nav {
display: inline-block;
float: none;
margin: 7.5px auto;
text-align: left;
}
}


@media only screen and (min-width: 641px) and (max-width: 767px) {
	
	/*//// Video List ////*/
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .col-ms-6 {
		width: 84%;
		margin: auto;
		float: none;
	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 40%;
	}
	
	#js-backdrop img {
		min-width: 160%;
		left: -30%;
	}
}



@media only screen and (min-width: 401px) and (max-width: 767px) {
  
  /*//////// Global ////////*/
  
  /*//// Structure ////*/
  
  .container {
      max-width: 748px;
  }
 
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1  { width: 8.33333333%; }
  .col-ms-2  { width: 16.66666667%; }
  .col-ms-3  { width: 25%; }
  .col-ms-4  { width: 33.33333333%; }
  .col-ms-5  { width: 41.66666667%; }
  .col-ms-6  { width: 50%; }
  .col-ms-7  { width: 58.33333333%; }
  .col-ms-8  { width: 66.66666667%; }
  .col-ms-9  { width: 75%; }
  .col-ms-10 { width: 83.33333333%; }
  .col-ms-11 { width: 91.66666667%; }
  .col-ms-12 { width: 100%; }
 
   /*Push and pull columns for source order changes*/
  .col-ms-push-1  { left: 8.33333333%; }
  .col-ms-push-2  { left: 16.66666667%; }
  .col-ms-push-3  { left: 25%; }
  .col-ms-push-4  { left: 33.33333333%; }
  .col-ms-push-5  { left: 41.66666667%; }
  .col-ms-push-6  { left: 50%; }
  .col-ms-push-7  { left: 58.33333333%; }
  .col-ms-push-8  { left: 66.66666667%; }
  .col-ms-push-9  { left: 75%; }
  .col-ms-push-10 { left: 83.33333333%; }
  .col-ms-push-11 { left: 91.66666667%; }
 
  .col-ms-pull-1  { right: 8.33333333%; }
  .col-ms-pull-2  { right: 16.66666667%; }
  .col-ms-pull-3  { right: 25%; }
  .col-ms-pull-4  { right: 33.33333333%; }
  .col-ms-pull-5  { right: 41.66666667%; }
  .col-ms-pull-6  { right: 50%; }
  .col-ms-pull-7  { right: 58.33333333%; }
  .col-ms-pull-8  { right: 66.66666667%; }
  .col-ms-pull-9  { right: 75%; }
  .col-ms-pull-10 { right: 83.33333333%; }
  .col-ms-pull-11 { right: 91.66666667%; }
 
   /*Offsets*/
  .col-ms-offset-1  { margin-left: 8.33333333%; }
  .col-ms-offset-2  { margin-left: 16.66666667%; }
  .col-ms-offset-3  { margin-left: 25%; }
  .col-ms-offset-4  { margin-left: 33.33333333%; }
  .col-ms-offset-5  { margin-left: 41.66666667%; }
  .col-ms-offset-6  { margin-left: 50%; }
  .col-ms-offset-7  { margin-left: 58.33333333%; }
  .col-ms-offset-8  { margin-left: 66.66666667%; }
  .col-ms-offset-9  { margin-left: 75%; }
  .col-ms-offset-10 { margin-left: 83.33333333%; }
  .col-ms-offset-11 { margin-left: 91.66666667%; }
}

/* Attempt to kill some :hover states on mobile touch screen devices 
/*HTC One
Samsung Galaxy S2
Samsung Galaxy S3
Samsung Galaxy S4
LG Nexus 4
Asus Nexus 7
iPad 1 and 2
iPad Mini
iPad 3 and 4
iPhone 3G
iPhone 4
iPhone 5*/
@media
only screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 320px) and (device-height: 534px) and (-webkit-device-pixel-ratio: 1.5),
only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	
	.killTouch,
	.video-thumb .video-poster:hover .overlay {
		display: none !important;
	}
}

#bioVideo-btn {
  	background: transparent url(/icon-play-mini@2x.png) 0 48% no-repeat;
  	background-size: 17px;
}

/* High Res Devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  
  /*//// Global ////*/
  
  .icon-x {
  	background: transparent url(/icon-x@2x.png) 0 0 no-repeat;
  	background-size: 7px;
  }
  
  .icon-reset {
  	background: transparent url(/icon-reset@2x.png) 0 0 no-repeat;
  	background-size: 10px;
  }
  
  .label-reset {
  	background-image: url(/icon-reset@2x.png);
  	background-size: 10px;
  }
  
  ul.checked-list li {
  	background: transparent url(/icon-check@2x.png) 0 50% no-repeat;
  	background-size: 14px 10px;
  }
  
  #loadingOverlay .loader {
  	background: transparent url(/MYW-loader@2x.gif) 50% 50% no-repeat;
  	background-size: 50px;
  }
  
  .video-thumb .video-poster .overlay .icon {
  	background: transparent url(/icon-play@2x.png) 0 0 no-repeat;
  	background-size: 60px 60px;
  }
  
  /*// Buttons //*/
  
  .btn-play-cta {
  	background-image: url(/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  .btn-play-cta:hover {
  	background-image: url(/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  .btn-play-cta:focus,
  .btn-play-cta:active,
  .btn-play-cta.active {
  	background-image: url(/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  
  /*// Forms //*/
  
  select.form-control {
  	background: #ffffff url(/arrow-down@2x.png) no-repeat right 40px center;
  	background-size: 12px 6px;
  }
  
  .radio-icon {
  	background: transparent url(/icon-radio@2x.png) 0 0 no-repeat;
  	background-size: 33px;
  }
  
  .label-radio-lg {
  	background: transparent url(/radio-lg@2x.png) 0 0 no-repeat;
  	background-size: 24px;
  }
  
  input[type="radio"]:checked + .label-radio-lg {
  	background: transparent url(/radio-lg-checked@2x.png) 0 0 no-repeat;
  	background-size: 24px;
  }
  
  input[type="radio"]:checked + .label-radio-lg .radio-icon { 
  	background: transparent url(/icon-radio-checked@2x.png) 0 0 no-repeat;
  	background-size: 33px;
  }
  
  .label-checkbox {
  	background: transparent url(/checkbox@2x.png) 0 0 no-repeat;
  	background-size: 20px;
  }
  
  input[type="checkbox"]:checked + .label-checkbox {
  	background: transparent url(/checkbox-checked@2x.png) 0 0 no-repeat;
  	background-size: 20px;
  }
  
  .label-checkbox-sm {
  	background: transparent url(/checkbox-sm@2x.png) 0 0 no-repeat;
  	background-size: 16px;
  }
  
  input[type="checkbox"]:checked + .label-checkbox-sm {
  	background: transparent url(/checkbox-sm-checked@2x.png) 0 0 no-repeat;
  	background-size: 16px;
  }
  
  

}

/* High Res Devices between 849px and down */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 849px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (min-resolution: 192dpi) and (max-width: 849px),
only screen and (min-resolution: 2dppx) and (max-width: 849px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: #01589D url(/icon-play-white@2x.png) 6% 40% no-repeat;
		background: #01589D url(/icon-play-white.png) 6% 40% no-repeat\9;
		background-size: 50px 50px;
	}
	
}

/* High Res Devices between 850px and up */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 850px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (min-resolution: 192dpi) and (min-width: 850px),
only screen and (min-resolution: 2dppx) and (min-width: 850px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: transparent url(/icon-play-blue@2x.png) 6% 40% no-repeat;
		background: transparent url(/icon-play-blue.png) 6% 40% no-repeat\9;
		background-size: 50px 50px;
	}
	
}

/* High Res Devices 400px and down */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 400px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (min-resolution: 192dpi) and (max-width: 400px),
only screen and (min-resolution: 2dppx) and (max-width: 400px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: #01589D url(/icon-play-white@2x.png) 4.5% 40% no-repeat;
		background: #01589D url(/icon-play-white.png) 4.5% 40% no-repeat\9;
		background-size: 50px;
	}
	
}

#oPlayer {
    position: relative;
    /*padding-top: 56.25%;*/
    height: 0;
    overflow: hidden;
}

#oPlayer .innerWrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

#oPlayer .innerWrapper iframe,   
#oPlayer .innerWrapper object,  
#oPlayer .innerWrapper embed,
#oPlayer .innerWrapper video,
#oPlayer .innerWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**********************************/
/* Modal busy indicators */
/***********************************/
.modalOverlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; filter: alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75; background-color: #333333; z-index: 9000; }

#busyIndicator { height: 100px; width: 100px; background-color: White; filter: alpha(opacity=100); /*IE's opacity */
    opacity: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: fixed; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px; z-index: 9001; }

#busyIndicator img { position: absolute; left: 50%; top: 50%; height: 30px; width: 30px; margin-top: -15px; margin-left: -15px; }



/*400px - 640px*/
#bioVideo-btn {
	background: transparent url(/icon-play-mini.png) 0 48% no-repeat;
	cursor: pointer;
	display: inline-block;
	margin: 1.5em 0;
	padding-left: 22px;
}

