/* Minification failed. Returning unminified contents.
(214,1): run-time error CSS1019: Unexpected token, found '@import'
(214,9): run-time error CSS1019: Unexpected token, found 'url("//hello.myfonts.net/count/2b8a55")'
(514,1167): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(514,1202): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(514,1276): run-time error CSS1019: Unexpected token, found '@keyframes'
(514,1303): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}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}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

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

.modal-sm {
    width: 300px;
}



.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/*********************************
**** TABLET BREAKPOINT
*********************************/

@media (max-width: 1131px) {
    .modal-lg {
        width: 900px;
    }
}

/*********************************
**** MOBILE BREAKPOINT
*********************************/

@media (max-width: 697px) {

}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.input_tiny{width:50px}.input_small{width:100px}.input_medium{width:150px}.input_large{width:200px}.input_xlarge{width:250px}.input_xxlarge{width:300px}.input_full{width:100%}.input_full_wrap{display:block;padding-right:8px}input[type=search]::-webkit-search-decoration{display:none}a.button:invalid,button:invalid,input:invalid,select:invalid,textarea:invalid{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}a.button:focus,button:focus,input:focus,select:focus,textarea:focus{-webkit-box-shadow:#06f 0 0 5px 0;-moz-box-shadow:#06f 0 0 5px 0;box-shadow:#06f 0 0 5px 0;z-index:1}input[type=checkbox]:active,input[type=checkbox]:focus,input[type=file]:active,input[type=file]:focus,input[type=radio]:active,input[type=radio]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}a.button,button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-background-clip:padding;-moz-background-clip:padding;background:#ddd url(../../img/formalize/formalize/button.png?1298351022) repeat-x;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#ddd));background-image:-webkit-linear-gradient(#fff,#ddd);background-image:-moz-linear-gradient(#fff,#ddd);background-image:-o-linear-gradient(#fff,#ddd);background-image:linear-gradient(#fff,#ddd);border:1px solid;border-color:#ddd #bbb #999;cursor:pointer;color:#333;display:inline-block;font:700 12px/1.3 "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;outline:0;overflow:visible;margin:0;padding:3px 10px;text-shadow:#fff 0 1px 1px;text-decoration:none;vertical-align:top;width:auto;*padding-top:2px;*padding-bottom:0}a.button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(1px,#eee),color-stop(100%,#ccc));background-image:-webkit-linear-gradient(#fff,#eee 1px,#ccc);background-image:-moz-linear-gradient(#fff,#eee 1px,#ccc);background-image:-o-linear-gradient(#fff,#eee 1px,#ccc);background-image:linear-gradient(#fff,#eee 1px,#ccc);text-decoration:none}a.button:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ddd),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#ddd,#eee);background-image:-moz-linear-gradient(#ddd,#eee);background-image:-o-linear-gradient(#ddd,#eee);background-image:linear-gradient(#ddd,#eee);-webkit-box-shadow:inset rgba(0,0,0,.25)0 1px 2px 0;-moz-box-shadow:inset rgba(0,0,0,.25)0 1px 2px 0;box-shadow:inset rgba(0,0,0,.25)0 1px 2px 0;border-color:#999 #bbb #ddd}a.button::-moz-focus-inner,button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}a.button{*padding-bottom:3px}button{*padding-top:1px;*padding-bottom:1px}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-appearance:none;background-color:#fff;border:1px solid;border-color:#848484 #c1c1c1 #e1e1e1;color:#000;outline:0;margin:0;padding:2px 3px;text-align:left;font-size:13px;font-family:Arial,"Liberation Sans",FreeSans,sans-serif;height:1.8em;vertical-align:top;*padding-top:2px;*padding-bottom:1px;*height:auto}input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled],select[disabled],textarea[disabled]{background-color:#eee}a.button_disabled,button[disabled],input[disabled],select[disabled],select[disabled] optgroup,select[disabled] option,textarea[disabled]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-moz-user-select:-moz-none;-webkit-user-select:none;-khtml-user-select:none;user-select:none;color:#888;cursor:default}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#888}input:-moz-placeholder,textarea:-moz-placeholder{color:#888}input.placeholder_text,textarea.placeholder_text{color:#888}select[multiple],select[size],textarea{height:auto}select[size="0"],select[size="1"]{height:1.8em;*height:auto}@media (-webkit-min-device-pixel-ratio:0){select[multiple],select[multiple][size],select[size]{background-image:none;padding-right:3px}select,select[size="0"],select[size="1"]{background-image:url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);background-repeat:no-repeat;background-position:right center;padding-right:20px}::-webkit-validation-bubble-message{-webkit-box-shadow:none;box-shadow:none;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(1,#000));border:0;color:#fff;font:13px/17px "Lucida Grande",Arial,"Liberation Sans",FreeSans,sans-serif;overflow:hidden;padding:15px 15px 17px;text-shadow:#000 0 0 1px;min-height:16px}::-webkit-validation-bubble-arrow,::-webkit-validation-bubble-top-inner-arrow,::-webkit-validation-bubble-top-outer-arrow{-webkit-box-shadow:none;box-shadow:none;background:#666;border-color:#666}}textarea{min-height:40px;overflow:auto;resize:vertical;width:100%}optgroup{color:#000;font-style:normal;font-weight:400;font-family:Arial,"Liberation Sans",FreeSans,sans-serif}optgroup::-moz-focus-inner{border:0;padding:0}* html a.button,* html button,.ie6_button{background:#ddd url(../../img/formalize/formalize/button.png?1298351022) repeat-x;border:1px solid;border-color:#ddd #bbb #999;cursor:pointer;color:#333;font:700 12px/1.2 Arial,sans-serif;padding:2px 10px 0;text-decoration:none;overflow:visible;vertical-align:top;width:auto}* html a.button{position:relative;top:3px;padding-bottom:2px}* html button{padding-top:1px;padding-bottom:1px}* html select,* html textarea,.ie6_input{background:#fff;border:1px solid;border-color:#848484 #c1c1c1 #e1e1e1;color:#000;padding:2px 3px 1px;font-size:13px;font-family:Arial,sans-serif;vertical-align:top}* html select{margin-top:1px}.ie6_button_disabled,.ie6_input_disabled,.placeholder_text{color:#888}.ie6_input_disabled{background:#eee}
/**
 * @license
 * MyFonts Webfont Build ID 2853461, 2014-07-27T23:53:12-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo 700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/700/
 * 
 * Webfont: Museo 300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/300/
 * 
 * Webfont: Museo 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/500/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2853461
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b8a55");

@font-face {font-family: 'Museo-700';src: url('../../webfonts/2B8A55_0_0.eot');src: url('../../webfonts/2B8A55_0_0.eot?#iefix') format('embedded-opentype'),url('../../webfonts/2B8A55_0_0.woff') format('woff'),url('../../webfonts/2B8A55_0_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-300';src: url('../../webfonts/2B8A55_1_0.eot');src: url('../../webfonts/2B8A55_1_0.eot?#iefix') format('embedded-opentype'),url('../../webfonts/2B8A55_1_0.woff') format('woff'),url('../../webfonts/2B8A55_1_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-500';src: url('../../webfonts/2B8A55_2_0.eot');src: url('../../webfonts/2B8A55_2_0.eot?#iefix') format('embedded-opentype'),url('../../webfonts/2B8A55_2_0.woff') format('woff'),url('../../webfonts/2B8A55_2_0.ttf') format('truetype');}

@font-face {
	font-family: 'BlackJack';
	src: url('../../webfonts/black_jack-webfont.eot');
	src: url('../../webfonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../../webfonts/black_jack-webfont.woff') format('woff'),
		 url('../../webfonts/black_jack-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*! jQuery UI - v1.8.23 - 2012-08-15
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* 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: 5px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {cursor:pointer;}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.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-prev span {background:url(/buildassets/images/arrowsLeft.png) no-repeat left top;}
.ui-datepicker .ui-datepicker-next span {background:url(/buildassets/images/arrowsRight.png) no-repeat left top;}
.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*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { background: #3b6aaf; color: #ffffff/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }

.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px;}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);border:solid 1px #fff;color:#3969af}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{width:25em}}
.ease{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.ease a{color:#fff}.no-ease{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}input[id^="touch"]{position:absolute;opacity:0;height:0}input[id^="touch"]~.item-top-level .notify-me-btn span{width:80px;padding:4px 8px 4px 0;position:absolute;background-color:#cad3e2;color:#3a68af;font-family:Museo-700,serif;font-weight:700;border-radius:13px;cursor:pointer;transition:border-radius .4s ease;display:block;text-align:center;font-size:12px;line-height:14px}input[id^="touch"]~.item-top-level .notify-me-btn span:after{content:'';position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAqklEQVRIicXWsQmAMBCF4TiWcziDhZ1YKVnACXQM57ISdIB4EYsQNLk7Hlr87QcSczlTNktFrdRODZSR5Jy7MjfigqwWOiLI12sg+wCxsRDyjVoshtTYE6TC3iAxloJEWA5iYxyIhXEh35TCJFBBzW+YBMphrQTKYbUESmHbLxDk01JI9/nxQ35IyBWBXFrIGIEMNsiohQx/yHMEeyBhT3a8RIg2khCCrDUn3MMEXZq9XksAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:contain;background-position:center;width:13px;display:block;transition:transform .4s ease;top:5px;right:5px;height:11px}input[id^="touch"]~.notifyme{height:0;position:relative;z-index:300}input[id^="touch"]~.notifyme .slide{clear:both;width:100%;height:0;overflow:hidden;margin:0;transition:padding .4s ease;list-style:none;padding:0;display:inline-block;border:0 solid #e5eaf3;opacity:0;z-index:300;top:20px;position:relative}input[id^="touch"]~.notifyme .slide>div{padding:0 20px}input[id^="touch"]~.notifyme .slide label.close-notify .closebtn{background-color:#3a68af;border-radius:12px;position:relative;display:block;height:24px;width:24px;cursor:pointer;float:right;margin-top:-23px;margin-right:-12px;line-height:0}input[id^="touch"]~.notifyme .slide label.close-notify .closebtn:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAABGdBTUEAALGPC/xhBQAAAJpJREFUGBldjlEOgyAQRKWJiTfz097GD+KH12kPqDFNcN6yS2kngR2Gx7LDIJVSNttkCkGnFsks5A820uRXT04LB4l6YJJjh+qEl4zM1VuP2bzoy9fMU2ntL36CID5Kr6AaQaj1ZqRMKhHY5NDydLARVffowNyAiBoA5zqMkd8OJzcuZmk//H8BswJo9T/UBwp3gOge1R+8VMcbKYL82wTfPX0AAAAASUVORK5CYII=);width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}input[id^="touch"]~.notifyme .slide .text{float:left}input[id^="touch"]~.notifyme .slide .text p{font-weight:600;color:#4d4d4d;text-align:left;font-size:13px;margin-top:0}@media only screen and (max-width:698px){input[id^="touch"]~.notifyme .slide .text p{font-size:14px}}input[id^="touch"]~.notifyme .slide .form-wrapper{display:flex;flex-direction:column-reverse;width:100%;box-sizing:border-box}@media only screen and (max-width:698px){input[id^="touch"]~.notifyme .slide .form-wrapper{float:left}}input[id^="touch"]~.notifyme .slide .form-wrapper .button{display:block;font-size:12px;font-family:'Open Sans',sans-serif;font-weight:bold;background-color:#c9d3e1;line-height:36px;border-radius:22px;padding:0 16px;background-size:9px 16px;background-position:92% 50%;color:#3969af;z-index:210;transition:none;text-transform:uppercase;text-shadow:none;border:none;width:55%;min-width:130px;max-width:180px;margin:0;text-align:left}input[id^="touch"]~.notifyme .slide .form-wrapper .button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAqklEQVRIicXWsQmAMBCF4TiWcziDhZ1YKVnACXQM57ISdIB4EYsQNLk7Hlr87QcSczlTNktFrdRODZSR5Jy7MjfigqwWOiLI12sg+wCxsRDyjVoshtTYE6TC3iAxloJEWA5iYxyIhXEh35TCJFBBzW+YBMphrQTKYbUESmHbLxDk01JI9/nxQ35IyBWBXFrIGIEMNsiohQx/yHMEeyBhT3a8RIg2khCCrDUn3MMEXZq9XksAAAAASUVORK5CYII=);background-repeat:no-repeat}input[id^="touch"]~.notifyme .slide .form-wrapper .email-field{overflow:hidden;padding-bottom:1em}input[id^="touch"]~.notifyme .slide .form-wrapper .email-field input[type="text"]{width:100%;color:#3a68af}input[id^="touch"]~.notifyme .slide .form-wrapper .email-field input[type="text"].ng-dirty{background-color:rgba(248,231,28,.2)}input[id^="touch"]:checked~.item-top-level .notify-me-btn [for^="touch"] span:after{transform:rotate(0deg)}@media only screen and (max-width:698px){input[id^="touch"]:checked~.item-top-level .notify-me-btn [for^="touch"] span:before{content:"▲";position:absolute;opacity:1;left:50%;bottom:-24px;z-index:310;transform:scaleX(2.5) translateX(-20%);color:#fff;font-size:25px;text-shadow:0 -3px 2px rgba(0,0,0,.14)}}input[id^="touch"]:checked~.notifyme .slide{height:auto;border:1px solid #e5eaf3;background-color:#fff;padding:1em 0;opacity:1;overflow:visible;-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.14);-moz-box-shadow:0 0 4px 1px rgba(0,0,0,.14);box-shadow:0 0 4px 1px rgba(0,0,0,.14)}.list [id^="touch"]{position:absolute;opacity:0;height:0}@media only screen and (min-width:1131px){.list [id^="touch"]~.item-top-level .red-highlight{position:absolute;content:'';display:block;top:0;left:0;width:0;height:0;border-style:solid;border-width:21px 21px 0 0;border-color:#cb4949 transparent transparent transparent}}.list [id^="touch"]~.item-top-level .top-info{position:relative}.list [id^="touch"]~.item-top-level .notify-me-btn{letter-spacing:.6px}@media only screen and (min-width:698px){.list [id^="touch"]~.item-top-level .notify-me-btn{top:87px}}@media only screen and (min-width:698px){.list [id^="touch"]~.item-top-level .notify-me-btn [for^="touch"] span{width:106px;float:none;padding:6px 8px 6px 0}.list [id^="touch"]~.item-top-level .notify-me-btn [for^="touch"] span:after{top:10px;right:10px;height:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAw0lEQVRIibWSwQnDMAxF7bE6R2bIobfSU0IWyATtGJ0rp0I6QCsVBYKxZfljHR4ES/F7B4fL9TUQG/EhFiI4s4iLnUOQj++J1VG+Jq6ND/fk0CsilTM7D+bMoHdETs7Mx4JnREn+f2/nxckhoiSfjp30h54RVXkuoFeESV4K0CIeRFTEUXZMci1Ai3gWIqLMzPJaQEsEJLcEWCJguTWgFgHLWwK0CFjeGmCNMMuRgFpEkxwNYO4Z+Q25Cw1gRuItjOg9P88jqgaKT5NXAAAAAElFTkSuQmCC)}}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme{margin:0;bottom:10px;left:0;right:0;width:auto;height:0}}@media only screen and (min-width:698px) and (max-width:1131px){.list [id^="touch"]~.notifyme{margin:30px auto 0 0;z-index:300}}.list [id^="touch"]~.notifyme .slide{text-align:center}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme .slide{top:0;position:relative}}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme .slide label.close-notify .closebtn{display:none}}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme .slide .text p{margin:.8em 0}}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme .slide .form-wrapper{float:right;width:54%;display:block;box-sizing:border-box}}@media only screen and (min-width:1131px){.list [id^="touch"]~.notifyme .slide .form-wrapper{padding-left:0}}@media only screen and (min-width:698px) and (max-width:1131px){.list [id^="touch"]~.notifyme .slide .form-wrapper{display:flex;flex-direction:column-reverse;width:100%;box-sizing:border-box}}.list [id^="touch"]~.notifyme .slide .form-wrapper.hasRequested .button{width:38%;min-width:130px}.list [id^="touch"]~.notifyme .slide .form-wrapper .button{float:right;max-width:180px;width:30%;min-width:110px}@media only screen and (min-width:698px){.list [id^="touch"]~.notifyme .slide .form-wrapper .email-field{padding-right:1em;padding-bottom:0}}@media only screen and (min-width:698px) and (max-width:1131px){.list [id^="touch"]~.notifyme .slide .form-wrapper .email-field{padding-bottom:1em;padding-right:0}}@media only screen and (min-width:698px){.list [id^="touch"]:checked~.item-top-level .notify-me-btn [for^="touch"] span{border-bottom-right-radius:0;border-bottom-left-radius:0}.list [id^="touch"]:checked~.item-top-level .notify-me-btn [for^="touch"] span:after{transform:rotate(-180deg)}}.list [id^="touch"]:checked~.notifyme{height:auto}@media only screen and (min-width:698px){.list [id^="touch"]:checked~.notifyme .slide{margin-left:120px;width:84%}}@media only screen and (min-width:698px) and (max-width:1131px){.list [id^="touch"]:checked~.notifyme .slide{width:100%;margin:0}}@media only screen and (max-width:698px){.list [id^="touch"]:checked~.notifyme .slide{position:absolute;top:50px;left:0}.list [id^="touch"]:checked~.notifyme .slide .text p{margin-top:1em}.list [id^="touch"]:checked~.notifyme .slide .form-wrapper .button{margin-bottom:1em}}@media only screen and (min-width:698px){.list [id^="touch"]:checked~.notifyme .slide{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.grid [id^="touch"]~.notifyme{position:absolute;top:0;right:0}@media only screen and (min-width:698px){.grid [id^="touch"]~.notifyme .slide{left:calc(100% - 4px);top:-1px;z-index:300;opacity:0;transform:scaleX(0);transform-origin:left;transition-property:all;transition-duration:.4s;height:272px}}@media only screen and (max-width:698px){.grid [id^="touch"]~.notifyme .slide{transform-origin:top;transition-property:opacity}}@media only screen and (min-width:698px){.grid [id^="touch"]~.notifyme .slide .text p{margin-top:0;margin-bottom:1em}}@media only screen and (min-width:698px){.grid [id^="touch"]~.notifyme .slide .form-wrapper .button{width:80%}}@media only screen and (max-width:698px){.grid [id^="touch"]:checked~.notifyme{position:absolute;top:34px;left:0}}@media only screen and (min-width:698px){.grid [id^="touch"]:checked~.notifyme .slide{height:272px;transform:scaleX(1);opacity:1;-webkit-box-shadow:4px 0 4px 0 rgba(0,0,0,.14);-moz-box-shadow:4px 0 4px 0 rgba(0,0,0,.14);box-shadow:4px 0 4px 0 rgba(0,0,0,.14);border-left:none}.grid [id^="touch"]:checked~.notifyme .slide:before{background:#e5eaf3;position:absolute;content:'';height:90%;transform:translateY(-50%);left:5px;width:1px;top:50%}}@media only screen and (max-width:698px){.grid [id^="touch"]:checked~.notifyme .slide{height:210px;width:calc(100% - 4px);left:50%;transform:translateX(-50%)}}@media only screen and (min-width:698px){.grid ul.products li:nth-child(4n+4) [id^="touch"]~.notifyme .slide{left:-100%;transform-origin:right;width:100%}}@media only screen and (min-width:698px){.grid ul.products li:nth-child(4n+4) [id^="touch"]:checked~.notifyme .slide{-webkit-box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);-moz-box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);border-right:none}.grid ul.products li:nth-child(4n+4) [id^="touch"]:checked~.notifyme .slide:before{left:calc(100% - 5px)}.grid ul.products li:nth-child(4n+4) [id^="touch"]:checked~.notifyme .slide label.close-notify .closebtn{float:left;margin-left:-12px;margin-right:0}}@media only screen and (min-width:698px) and (max-width:1131px){.grid ul.products li:nth-child(2n+2) [id^="touch"]~.notifyme .slide{left:-100%;transform-origin:right;width:100%}}@media only screen and (min-width:698px) and (max-width:1131px){.grid ul.products li:nth-child(2n+2) [id^="touch"]:checked~.notifyme .slide{-webkit-box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);-moz-box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);box-shadow:-2px 0 4px 0 rgba(0,0,0,.14);border-right:none}.grid ul.products li:nth-child(2n+2) [id^="touch"]:checked~.notifyme .slide:before{left:calc(100% - 5px)}.grid ul.products li:nth-child(2n+2) [id^="touch"]:checked~.notifyme .slide label.close-notify .closebtn{float:left;margin-left:-12px;margin-right:0}}#main-body .list .products-listing article>ul.products>li .item-top-level ul.notify-me-toggle{padding-top:0;position:relative;clear:left;left:112px}@media only screen and (min-width:698px){#main-body .list .products-listing article>ul.products>li .item-top-level ul.notify-me-toggle li.notify-me-btn{position:relative;background:transparent;z-index:400;top:0;clear:left;margin:10px 0}}@media only screen and (min-width:698px) and (max-width:1131px){#main-body .list .products-listing article>ul.products>li .item-top-level ul.notify-me-toggle li.notify-me-btn{position:relative;top:0;display:block;margin-top:20px;z-index:350;clear:left;padding-left:0;left:0;margin-left:0}}@media only screen and (max-width:1131px){#main-body .list .products-listing article>ul.products>li .item-top-level ul.notify-me-toggle{display:inline-block;position:relative;height:20px;top:-18px;left:0;clear:none}}#main-body .grid .products-listing article>ul.products>li .item-top-level .labels ul{float:left;position:relative;padding:0}#main-body .grid .products-listing article>ul.products>li .item-top-level .labels ul.notify-me-toggle{background:none;position:absolute;top:23px;left:0}#main-body .grid .products-listing article>ul.products>li .item-top-level .labels ul li{margin:5px 7px 0 7px}#main-body .grid .products-listing article>ul.products>li .item-top-level .labels ul li.notify-me-btn{padding:0}#main-body .products-listing article>ul.products>li .item-top-level ul{margin:0;width:71%}#main-body .products-listing article>ul.products>li .item-top-level ul li.notify-me-btn{border:none;background:none}@media only screen and (min-width:698px){#main-body .products-listing article>ul.products>li .item-top-level ul li.notify-me-btn{margin:0}}#pd-container #pd-container-inner .notifyme{margin-top:3em;float:left;width:100%}#pd-container #pd-container-inner .notifyme .notify-me-btn{width:98px;padding:8px 0;position:relative;background-color:#cad3e2;color:#3a68af;font-family:Museo-700,serif;border-radius:13px;border-bottom-right-radius:0;border-bottom-left-radius:0;transition:border-radius .4s ease;display:block;text-align:center;font-size:13px;line-height:14px}#pd-container #pd-container-inner .notifyme .slide{clear:both;width:100%;height:auto;overflow:hidden;margin:0;transition:all .4s ease;list-style:none;padding:0;display:inline-block;border:1px solid #e5eaf3;padding:0 0 24px 0}#pd-container #pd-container-inner .notifyme .slide>div{padding:0 17px}#pd-container #pd-container-inner .notifyme .slide .text{float:left}#pd-container #pd-container-inner .notifyme .slide .text.hasRequested{width:auto}#pd-container #pd-container-inner .notifyme .slide .text p{font-weight:600;color:#4d4d4d;text-align:left;font-size:13px}@media only screen and (max-width:698px){#pd-container #pd-container-inner .notifyme .slide .text p{font-size:14px}}#pd-container #pd-container-inner .notifyme .slide .form-wrapper{display:flex;flex-direction:column-reverse;width:100%;box-sizing:border-box;padding-top:16px}@media only screen and (min-width:1131px){#pd-container #pd-container-inner .notifyme .slide .form-wrapper{float:right;width:100%;display:block}}@media only screen and (min-width:1131px){#pd-container #pd-container-inner .notifyme .slide .form-wrapper.hasRequested{float:none}}#pd-container #pd-container-inner .notifyme .slide .form-wrapper.hasRequested .button{max-width:170px}#pd-container #pd-container-inner .notifyme .slide .form-wrapper .button{display:block;font-size:12px;font-family:'Open Sans',sans-serif;font-weight:bold;background-color:#c9d3e1;line-height:36px;border-radius:22px;padding:2px 16px;background-size:9px 16px;background-position:92% 50%;color:#3969af;text-transform:uppercase;text-shadow:none;border:none;float:right;text-align:left;width:80%;margin-top:16px;max-width:130px}@media only screen and (min-width:1131px){#pd-container #pd-container-inner .notifyme .slide .form-wrapper .button{margin-top:0}}#pd-container #pd-container-inner .notifyme .slide .form-wrapper .button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAqklEQVRIicXWsQmAMBCF4TiWcziDhZ1YKVnACXQM57ISdIB4EYsQNLk7Hlr87QcSczlTNktFrdRODZSR5Jy7MjfigqwWOiLI12sg+wCxsRDyjVoshtTYE6TC3iAxloJEWA5iYxyIhXEh35TCJFBBzW+YBMphrQTKYbUESmHbLxDk01JI9/nxQ35IyBWBXFrIGIEMNsiohQx/yHMEeyBhT3a8RIg2khCCrDUn3MMEXZq9XksAAAAASUVORK5CYII=);background-repeat:no-repeat}#pd-container #pd-container-inner .notifyme .slide .form-wrapper .email-field{overflow:hidden}@media only screen and (min-width:1131px){#pd-container #pd-container-inner .notifyme .slide .form-wrapper .email-field{width:60%}}#pd-container #pd-container-inner .notifyme .slide .form-wrapper .email-field input[type="text"]{width:100%;color:#3a68af}#pd-container #pd-container-inner .notifyme .slide .form-wrapper .email-field input[type="text"].ng-dirty{background-color:rgba(248,231,28,.2)}.error-messages{text-align:left}.error-messages .error-message{margin-top:5px;display:none}.error-messages .error-message.invalid{display:block}.product-notifications .intro p{font-size:14px;line-height:22px}.product-notifications .table{margin-top:30px;display:block;overflow:hidden}.product-notifications .table .heading p{font-size:14px;color:#3a68af;font-weight:600}@media only screen and (min-width:698px){.product-notifications .table th.date-width{width:70px;padding:0}.product-notifications .table th.suburb-width{width:80px}.product-notifications .table th.product-width{max-width:140px;min-width:110px}.product-notifications .table th.brand-width{max-width:80px;min-width:40px}.product-notifications .table th.close-width{width:75px}.product-notifications .table th.gap-width{width:110px}.product-notifications .table th.button-width{width:150px}.product-notifications .table th.title-center{text-align:center !important}.product-notifications .table th.no-padding{padding:0 !important}.product-notifications .table th.extra-width{width:160px}.product-notifications .table th.extra-large-width{width:240px}}.product-notifications .table .closebtn{background-color:#cad3e2;border-radius:12px;position:relative;display:block;height:24px;width:24px;cursor:pointer;line-height:0}@media only screen and (min-width:1131px){.product-notifications .table .closebtn{float:right}}.product-notifications .table .closebtn:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAABGdBTUEAALGPC/xhBQAAAJpJREFUGBldjlEOgyAQRKWJiTfz097GD+KH12kPqDFNcN6yS2kngR2Gx7LDIJVSNttkCkGnFsks5A820uRXT04LB4l6YJJjh+qEl4zM1VuP2bzoy9fMU2ntL36CID5Kr6AaQaj1ZqRMKhHY5NDydLARVffowNyAiBoA5zqMkd8OJzcuZmk//H8BswJo9T/UBwp3gOge1R+8VMcbKYL82wTfPX0AAAAASUVORK5CYII=);width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-notifications .table .product td{-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.product-notifications .table .product td strong{color:#3a68af}@media only screen and (max-width:1131px){.product-notifications .table .product.active td{padding-bottom:20px !important;line-height:16px !important}.product-notifications .table .product.active td .quantity-selector{top:-8px !important}}@media only screen and (max-width:1131px){.product-notifications .table .product.active td.bottom-row-add-btn{float:left;margin-top:10px;padding-bottom:0 !important}}@media only screen and (max-width:1131px){.product-notifications .table .product.active td.bottom-row-close{float:right;transform:translateY(25%);margin-top:10px;padding-bottom:0 !important}}@media only screen and (max-width:1131px){.product-notifications .table .outOfStock tr.product.active td.bottom-row-close{margin-top:0;bottom:10px;padding:0 !important}}.product-notifications .table .outOfStock tr.product.active td.remove-on-mobile{padding:0 !important}.product-notifications .customer-details{margin-top:40px}@media only screen and (min-width:698px){.product-notifications .customer-details{display:flex}.product-notifications .customer-details .col-left{margin-right:20px}}.product-notifications .customer-details .columns{width:100%;text-align:left}.product-notifications .customer-details table{width:100%}.product-notifications .customer-details table tbody tr{margin-bottom:20px;display:block}@media only screen and (min-width:698px){.product-notifications .customer-details table tbody tr:nth-last-child(1){margin-bottom:10px}}.product-notifications .customer-details table tbody tr th{width:33%;display:inline-block}.product-notifications .customer-details table tbody tr td{display:inline-block}.filter-area .select-customer-area{width:100%}.filter-area .select-customer-area .row{width:100%}@media only screen and (min-width:1131px){.filter-area .select-customer-area .row{width:calc((50% - 40px));margin-right:40px}}.filter-area .select-customer-area .row .rb label{margin-top:10px;color:#4d4d4d}.filter-area .select-customer-area .row input[type=text]{width:100%}.filter-area .select-customer-area .row label{color:#3969af}.filter-area .select-customer-area .row .css-checkbox input[type=radio]{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.filter-area .select-customer-area .row .css-checkbox input[type=radio]+label{padding-left:26px;height:21px;display:inline-block;line-height:21px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer}.filter-area .select-customer-area .row .css-checkbox input[type=radio]:checked+label{background-position:0 -21px}.filter-area .select-customer-area .row .css-checkbox label{background-image:url(../buildassets/images/checkbox.png);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-area .select-customer-area .row .date-wrapper{color:#4d4d4d;font-family:'Open Sans',sans-serif;line-height:20px;height:40px;font-size:13px;box-sizing:border-box;border-radius:20px;border:solid 1px #c9d3e1;padding-left:15px;padding-right:0;display:flex}.filter-area .select-customer-area .row .date-wrapper input[type="text"]{font-family:'Open Sans',sans-serif;width:49%;border:none;overflow:hidden;height:100%;background:transparent url(../buildassets/images/calendar.png) 90% 50% no-repeat;padding:0 5px 0 0;margin:0}.filter-area .select-customer-area .row .date-wrapper input[type="text"].dateFrom{border-right:1px solid #c9d3e1;border-radius:0}.filter-area .select-customer-area .row .date-wrapper input[type="text"].dateTo{padding-left:8px}.filter-area .select-customer-area .row .date-wrapper input[type="text"]::-webkit-inner-spin-button{display:none}.filter-area .select-customer-area .row .date-wrapper input[type="text"]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;position:relative;right:10px}.filter-area .select-customer-area .row .ui-widget{font-family:'Open Sans',sans-serif}.filter-area .select-customer-area .button-go{right:20px;bottom:32px;line-height:40px;padding:0 50px 0 40px;border-radius:20px;cursor:pointer}@media only screen and (min-width:1131px){.filter-area .select-customer-area .button-go{right:60px}}@media only screen and (max-width:400px){.filter-area .select-customer-area .button-go{position:relative;margin:-10px 0 30px;bottom:0;right:0}}.download-summary{margin:50px 0 35px;cursor:pointer}.download-summary a.download-btn{font-family:Museo-500,serif;font-size:16px;color:#3a68af;background:#cad3e2;border-radius:26px;height:45px;padding:10px 25px}.download-summary a.download-btn:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAHDFaW4AAAABGdBTUEAALGPC/xhBQAAAcpJREFUOBG9VEEvA1EQfm9biWM5kODmF6iTbg/LAQeaStRBwnlXIuoqkZSTxMHBof0DSDhsKyUqEhIUJX6BSPwAJSFpq7pj3tbbvt1s2YPoofPN976ZnZmdt4Q4f7Fd8DGOhlQdnIcNP6xl25yyQuPYiXiykcWjdv4E5G4sHRcwQrJYAZikrOoPjEN7LJwRIob/UrkQJ0YJtHsBokDEVHRYf2+l0jPnuoei/r0pWuO+rVCLdAG24fBzeS6zGlb3x7jPrevA+KFo/15oda/MH/ZUqx9rRKKP1KAFoLVES2cgfJYYLLMSLCFzQlr6Hk0vwwTgIJ+amDYx+5O19JXlIGBiHMe2ndNrfpFgOJ+MBp0c8z0vhK1Gt0yMYy8BDGNZIr7xi1Qk20zHec8z5wFe7P8mHVZzHfzWOqtT4npASZy2Onnuu87UvCbl8gm++z5K6BZuxxMALGFbs0DJAgDpxwQ7eH1mbNfnOyuVtUwEN+flMhk950/iVkzOObRNk7FcPom8+gGMDKX0GsUDQqAJcxujRQRBlvy9Uol3KZEVs7KUU1n3gRj6Z43c1XcP25OAbLpLvbMGoevY9S3b/EmCX2fDe+wPSohRSSp+AZGXpyNTLnbuAAAAAElFTkSuQmCC);width:21px;height:18px;position:relative;top:2px;padding-right:10px}.generic-lightbox{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:300;transition:.4s;opacity:0;visibility:hidden}.generic-lightbox.generic-lightbox-show{opacity:1;visibility:visible}.generic-lightbox.generic-lightbox-show.has-single-notification .single-notification{display:block !important}.generic-lightbox.generic-lightbox-show.has-two-notifications .two-notifications{display:block !important}.generic-lightbox .generic-lightbox-container{position:relative;top:50%;transform:translate(-50%,-50%);left:50%;width:100%}.generic-lightbox .generic-lightbox-container .generic-lightbox-content{max-width:660px;margin:auto;position:relative;width:80%}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;width:80%;max-height:75vh;overflow:auto;background:#fff;-webkit-box-shadow:4px 4px 5px 0 rgba(0,0,0,.2);-moz-box-shadow:4px 4px 5px 0 rgba(0,0,0,.2);box-shadow:4px 4px 5px 0 rgba(0,0,0,.2);border-radius:10px;padding:20px 40px}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons{margin-bottom:20px}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon{height:87px;width:87px;border-radius:50%;margin:0 auto;position:relative;display:none}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.icon-on{display:block}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:''}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.stock{background-color:#9ec518}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.stock:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA2CAYAAACiAEtPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ2NUMxNzkwRTBFMTFFODgwNEE4RjgyNjM5OEZCQTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ2NUMxN0EwRTBFMTFFODgwNEE4RjgyNjM5OEZCQTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDY1QzE3NzBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDY1QzE3ODBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq2StbwAAAMQSURBVHja7JhNSFRRFMfvPJ86VJZ9KBEZUU0fkEU1YR8U0QdU1KIiokWb2gUtglbhulVB0KI2tQ2LAmlRLVsJQhEZUUQUlVIpQWbS6Iyv/5H/pePzOZ/vjS7egR8+7zzn/u8995xzPcbzPONjPmgHfV40lgOdIA0cO68JEHIV/PWitx7QbOd1zURbDvaDev7+BgyAhAnH5Hu28vvXg73gPsj5hWwAC/icBe3gGagNQYRHnoBNFLUNPAgSIhM6fP4OPoCfJlz7yAW7nG98tx3fS2NUbfiiY8K3WuXqMTtY7EQrwTHlNrHV4AhoUGPi96NglhrbCA6CunwTFCtEJnwI1qixE6ADLFNj58A90KzGzoPbYG65QnLKTU7A+wmuvEaNyXPS956MzVbuyAZN5uYR0sBViwt2cEy2PQVGQRvHjoM0yIBWjp0CP8AIWMdzcQb0082T04EvmZ0EvV717Caok7n9rpGQHTbVs682cvyu6QZ3wG51BiT5zOHnL8GvEg55lm6zkdUDvvF5wCaz8QM3XnAmWxMnS1FYSvm+W5WAQjYIHjOBycIugk5O3mtF5Dus/fyZ5CG09hl8KnH7h32u/xIUOYW2eERnvwpqjLXMVC/5d0SS0xbQyBBdChapz6UyLymhCP6hm60dZnbOcVfegueyWH1G9oELYKfKggmKtXE/NFVCyrMbDWrBWbXD8vwe3AXXrJAVTNdpMz122io9y+JkV/2O2+pENPEYI3Exd/uyFbJW+f0puM7IcSMSkmUhvcKq3OoGRM9r8KIKGbZR55Ggra+L0CXakuXcRyK3WEgsZCYLGSr2zlrIpAAuLLM653i/rQlDyCWwmVeFcqxeV/FKhDT5Snx8WGMhsZBYSCwkFlJqx6iQdbAzkC3jb6Vit7AD5VYq5JaZ2D8r9f8a6cEcCkPIYIXeGNSdAmemnM84aooRMmoq7xIVY5mg8NX3TumnrwJ9EXYDZLHbgy7Pr8z/Zr6EVBtfTkQkRKJlnro8d9mOkQw+Arum6Yjs0e3vFnAD/K5iC7wLHADuPwEGACLVjCvRt4gJAAAAAElFTkSuQmCC);width:34px;height:54px}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.know{background-color:#c767a2}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.know:after{width:48px;height:57px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA5CAYAAABwDahPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ2NUMxN0QwRTBFMTFFODgwNEE4RjgyNjM5OEZCQTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ2NUMxN0UwRTBFMTFFODgwNEE4RjgyNjM5OEZCQTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDY1QzE3QjBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDY1QzE3QzBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlkRp4QAAAYoSURBVHja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)}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.repair{background-color:#ed8229}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .icons .icon.repair:after{width:57px;height:44px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAsCAYAAADfAxCtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAyQjk2MEEwRTBGMTFFODgwNEE4RjgyNjM5OEZCQTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAyQjk2MEIwRTBGMTFFODgwNEE4RjgyNjM5OEZCQTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDY1QzE3RjBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDY1QzE4MDBFMEUxMUU4ODA0QThGODI2Mzk4RkJBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phz8bsYAAAPOSURBVHja7JlLSFVBGMeP5s0HaWY+SC1LCwnpBT20MiqTDJIWERhCtTHaRJuohS4CS6hFRJaJ1qJFFEILI6JFgVKS9qTUzIoeCqWVgvl+3dv/o/+x4XD16lX03NsZ+HmPM985Z/5nZr75ZkZzOBzHQZ/D89ItsBhorvDBnwFN02yaZ6YccNWVka8HC5QUMh4jP+V6EDwDD4C/CQX1g+UgHYQqjTQhkfKQe+CMiVtuO1ipiBxX8jVcB5i8e852Z3j5av9BskRaIi2RlkhLpCXSEmmJtERaIj0l+XlYfWUV0gMqQQuo9UaRspgvBeWgk4K9TmQ1kD2pVm/urs38jQJxoB00UbhXOR4RVwBugvsgyxu961qQAeJBAtikudi1M7vIXWytkyAQxIB9IFqxkd27bGpZB8rAJbBoxELZke4G+ePZkZ4mMsAX1q0NVIFXoMfJbnoLqAANwM68YhAlz1Idjx30mqgVkzn+JIWBjWPYRhE17QDXxBPLMYGDmcPgK3g3Q17Xh5N9EbvcelAM1jixlTrWgTnsovOd2BSQbs1khziNYKvSZc8bymvBQZAAIkEMWA1KDd24A2zTn2Mmke/BHkWgCLhj+ACZSrkv8OG1P8egXbHPVkX2zrC4AXAFLGGl4sFRUA66FLs8lgeCU+AteATSmC+t+0Sxl/JCkC6Fh2dYpFRmCysaDC6CYTCk2DSDnbQ5BvqVMvG6SSwrcfIBO8TBXAcv6Z3sbjqNIbAAHAEpY9h9A5dBFQiig/uhrCbmcYI3zt9i85PXK+ig9LQBLAX14JfhPjk3sclL5DTr+RR4R5moM13YdDLIrhylvN1JRTVGNCHKhzJ6Wj0vdKoC9Fl03fKV9OlngG48yMW9NraWtESwki/P6SJnwVN+sDTWUVoqCVSAQt6/n6uR09rfc1WZSxOVZ34Ad8FDdyKROHAbfGaE0cBx9RF0uhh/MpaaQL1yr9xXDXYb3pPCfHX6SGbZXLAMLAQ25okzGlTsT4AA8cDuiEwEdVPsfGReO+TkXecMdq/BXuCn2ESDC+C3YtcKUnUbd7prH7tCMK8nm2x0Km2G/FUg1ZAnp8wlIJddVYL2WPoD9QA5EmwGNTKUfP5FdRNaaEdwK8IxReHcMJ1Ot5KfB/In8dxGrk5e+Lk5XXyfhli2nq2lB94t/MDho9h/ogfWy6sYi2uaiZZWzsjiEioXxNLZ3DCMU1mO5YBwjkMJBYsYOY2EdWZGYtIIEKTkHeD6Uk9ldD56PBvGyEmPa02/M9BPp6RuPT4Gb5T/a5RgwM6x3an6iz8CDABay2CxX6ZI4QAAAABJRU5ErkJggg==)}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text span{font-family:Museo-700,serif;font-size:28px;color:#366ab0}@media only screen and (max-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text span{font-size:1.4em;line-height:1.4em}}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text p{font-size:16px;line-height:24px;color:#515151}@media only screen and (max-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text p{margin:.4em 0;font-size:1.1em}}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.button{color:#fff;background:#366ab0;font-size:16px;line-height:24px;padding:12px 0;max-width:211px;width:100%;border-radius:26px;display:inline-block;margin-top:10px;text-align:center;cursor:pointer;border-color:transparent;text-shadow:none}@media only screen and (max-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.button{margin-top:10px;width:70%;font-size:1em;padding:5px 0}}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.link{padding:8px 0 0;max-width:211px;cursor:pointer;text-decoration:underline;margin-top:10px;width:70%;font-size:1em;text-align:center}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.link:hover{text-decoration:none}@media only screen and (min-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.link{width:100%;font-size:16px;position:relative;top:20px;margin-left:40px}}@media only screen and (max-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .text a.link{display:inline-block}}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .single-notification{text-align:center;display:none}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications{display:none}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications div .notification{border-bottom:1px solid #dadada}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications div:last-child .notification:last-child{border-bottom:none}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification{float:left;width:100%;padding:30px 0}@media only screen and (max-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification{text-align:center}}@media only screen and (min-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification .icons{float:left;width:25%}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification .icons .icon{margin:0}}@media only screen and (min-width:698px){.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification .text{float:left;width:75%}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .two-notifications .notification .text span{font-size:24px}}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .generic-lightbox-close{background-color:#3a68af;border-radius:50%;position:absolute;display:block;height:32px;width:32px;cursor:pointer;text-indent:-9999px;z-index:1;line-height:0;right:5px;top:5px}.generic-lightbox .generic-lightbox-container .generic-lightbox-content .generic-lightbox-inner .generic-lightbox-close:after{content:'';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTYyRTNBNkYwRDM4MTFFODk2NEM4Q0NEMzk3NTA4RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTYyRTNBNzAwRDM4MTFFODk2NEM4Q0NEMzk3NTA4RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjJFM0E2RDBEMzgxMUU4OTY0QzhDQ0QzOTc1MDhFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NjJFM0E2RTBEMzgxMUU4OTY0QzhDQ0QzOTc1MDhFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkqvGYwAAABNSURBVHjaYvj//z8DEE8A4gQoGx0vgGIGBqgiGEjAohAGHLAJJuASw2XKAWy2MeCxFsNZTAykAHKcQbQHJxAZdAYgAQMg/kBMpAAEGACjDVOeVT8MawAAAABJRU5ErkJggg==);width:11px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
html,button,input,select,textarea{color:#222}html{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}font- ::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.ir{background-color:transparent;cursor:pointer;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.left{float:left !important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.clear{clear:both}.nofloat{float:none !important}.center{text-align:center}.right{text-align:right}.ease,.ui-selectmenu-button span,.ui-selectmenu-button span.ui-icon,.button-generic,.button-go,.button-alternate,.button-alternate.back,#main-header .account>div>ul,#main-header #main-nav>ul>li>a,#main-header #main-nav>ul>li.products>ul,#main-header #main-nav>ul>li.education-events>ul,#main-body .no-nav .slideshow>ul li,.main-body .no-nav .slideshow>ul li,#main-body .no-nav .slideshow>ul li.cycle-pager-active,.main-body .no-nav .slideshow>ul li.cycle-pager-active,#main-body .confirm-shipping>div.shipping-location>ul>li>label,.main-body .confirm-shipping>div.shipping-location>ul>li>label,#main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,.main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,#main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,.main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,#main-body .confirm-shipping>div.shipping-location>ul>li>label:active,.main-body .confirm-shipping>div.shipping-location>ul>li>label:active,#main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,.main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,#main-body .clinic-details>div.clinic-location>ul>li>label,.main-body .clinic-details>div.clinic-location>ul>li>label,.cart-panel{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.ease a{color:#fff}.no-ease{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important}body{background-color:#fff;background-repeat:no-repeat;color:#7f7f7f;font-size:13px;font-family:'Open Sans',sans-serif;background-image:url(../img/bg/body.jpg);background-size:auto 286px;background-position:50% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;overflow-x:hidden}body.consult-mode .breadcrumb,body.consult-mode .switch-store-consult-mode{background:#723c88 !important}body.consult-mode .breadcrumb>div label::after,body.consult-mode .switch-store-consult-mode>div label::after{background:#723c88 !important}body.salesRep{background-position:50% 36px}body.communities{background-image:url(../img/bg/body-communities.jpg)}body.events{background-image:url(../img/bg/body-events.jpg)}body.products{background-image:url(../img/bg/body-products.jpg)}body.resources{background-image:url(../img/bg/body-resources.jpg)}body.patients{background-image:url(../img/bg/body-patients.jpg);background-size:auto 193px}body.patients #main-header #main-logo a{width:296px}body.patients #main-header #main-logo a h2{margin:0;line-height:50px;font-size:30px;font-family:'Open Sans',sans-serif;font-weight:normal;border-left:solid 1px #3969af;position:absolute;top:15px;right:21px;padding:10px 0 0 15px}body.patients #main-nav{margin-bottom:-25px}body.patients #main-body .generic-content{margin-top:-40px}body.patients #main-footer{margin-top:40px}body.patients #main-footer #general-footer-links{text-align:left}body.patients #main-footer #general-footer-links>div{max-width:1132px;margin:auto}body.patients.patient-registration{background-image:url(../img/bg/body-events.jpg);background-size:auto}body.patients.patient-registration #main-header{height:286px}body.patients.patient-registration #main-body .intro{padding:50px 0 30px;font-size:16px;line-height:1.5;color:#4d4d4d}body.patients.patient-registration #main-body .intro h1{position:static;height:auto;font-size:34px;line-height:1.5;font-family:Museo-700,serif}body.patients.patient-registration #main-body .intro ul{padding:0}body.patients.patient-registration #main-body .intro ul li{margin:.5em 0;padding-left:25px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA8klEQVQoU42RTU4CQRBGX43xAFwBjsBCISyZHYsZjRwB0yeQI8gJKnAFY4aFO1wSBxPnCnMFDmCcNm3TSUuATK869dWrr36Elm9oipmFpUVSacPcmvVYsBuX2wq6MUU/AQd0gLrUvHfRaWReuz8kDugC+wbST82rP2hgCieMnfVOs3cXG5m3TsP3xkI/tBU0GZr1k8U+e8Eudno3jwu5vyDzD80WYX4ZmGIJzA6BVan5YxyLC52DapAK7INPkJdSs+nxhv+1F4sCVcJ1utXJ/gTkj3Yk1Fc06Vbv61N3lMMdviLxIuAXA4QN+paa6TmHUPgXl9hnNziBHMQAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:3px 7px;list-style:none}body.patients.patient-registration #main-body .details{font-size:16px;background:#ebf0f7;margin-left:-9990px;margin-right:-9990px}body.patients.patient-registration #main-body .details>div{padding-left:9990px;padding-right:9990px}body.patients.patient-registration #main-body .details>div .steps{margin:0 -30px;padding:40px 0}body.patients.patient-registration #main-body .details>div .steps h2{font-size:34px;line-height:1.1;font-family:Museo-700,serif;margin-bottom:1em}body.patients.patient-registration #main-body .details>div .steps h3{font-size:34px;margin-top:2em}body.patients.patient-registration #main-body .details>div .steps .video{border:solid 1px #e3e9f2;border-radius:3px;background:#fff;padding:10px}body.patients.patient-registration #main-body .details>div .steps dl{margin:0;line-height:21px}body.patients.patient-registration #main-body .details>div .steps dl dt{color:#3969af;font-weight:bold;margin-top:.5em}body.patients.patient-registration #main-body .details>div .steps dl dd{margin-top:-21px;margin-left:70px}body.patients.patient-registration #main-body .details>div .steps>div{padding:0 30px;box-sizing:border-box;float:left}body.patients.patient-registration #main-body .details>div .steps>div.form{width:58.3%}body.patients.patient-registration #main-body .details>div .steps>div.form .row{margin-top:30px}body.patients.patient-registration #main-body .details>div .steps>div.form .row+.row{margin-top:20px}body.patients.patient-registration #main-body .details>div .steps>div.form .row input[type="text"],body.patients.patient-registration #main-body .details>div .steps>div.form .row input[type="password"],body.patients.patient-registration #main-body .details>div .steps>div.form .row input[type="email"]{width:100%}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns{position:relative;height:40px;margin-left:-5px;margin-right:-5px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column{padding-left:5px;padding-right:5px;box-sizing:border-box;float:left;width:50%}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column.quarter{width:25%}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column.ui-front{position:absolute;top:0;right:0}body.patients.patient-registration #main-body .details>div .steps>div.form .row.checkbox{font-size:16px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.checkbox small{color:#3969af;display:block;margin-bottom:3px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.checkbox label{padding-left:5px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.checkbox label a{color:#4d4d4d}body.patients.patient-registration #main-body .details>div .steps>div.form .formBottom{text-align:right;margin-top:-37px}body.patients.patient-registration #main-body .details>div .steps>div.info{width:41.6%}body.patients-practitioner{background-position:50% 0}body.patients-practitioner #main-header{margin-top:0}body.patients-practitioner #main-footer #general-footer-links{text-align:center}body .container{max-width:1132px;margin:auto}body.desktop #main-body .tile-listing .cycle-slideshow>li,body.tablet #main-body .tile-listing .cycle-slideshow>li,body.desktop .main-body .tile-listing .cycle-slideshow>li,body.tablet .main-body .tile-listing .cycle-slideshow>li{position:relative !important;top:0 !important;left:0 !important;visibility:visible !important}body.desktop #main-body .tile-listing .cycle-slideshow>li:first-child,body.tablet #main-body .tile-listing .cycle-slideshow>li:first-child,body.desktop .main-body .tile-listing .cycle-slideshow>li:first-child,body.tablet .main-body .tile-listing .cycle-slideshow>li:first-child{display:none !important}body.desktop #main-body .article .article-featured>ul.cycle-slideshow li,body.tablet #main-body .article .article-featured>ul.cycle-slideshow li,body.desktop .main-body .article .article-featured>ul.cycle-slideshow li,body.tablet .main-body .article .article-featured>ul.cycle-slideshow li{position:relative !important;top:0 !important;left:0 !important;visibility:visible !important}body.desktop #main-body .article .article-featured>ul.cycle-slideshow li:first-child,body.tablet #main-body .article .article-featured>ul.cycle-slideshow li:first-child,body.desktop .main-body .article .article-featured>ul.cycle-slideshow li:first-child,body.tablet .main-body .article .article-featured>ul.cycle-slideshow li:first-child{display:none !important}body.desktop #main-body .top-brands ul.cycle-slideshow li,body.tablet #main-body .top-brands ul.cycle-slideshow li,body.desktop .main-body .top-brands ul.cycle-slideshow li,body.tablet .main-body .top-brands ul.cycle-slideshow li{position:static !important;visibility:visible !important;float:left;width:25%}body.desktop #main-body .top-brands ul.cycle-slideshow li:first-child,body.tablet #main-body .top-brands ul.cycle-slideshow li:first-child,body.desktop .main-body .top-brands ul.cycle-slideshow li:first-child,body.tablet .main-body .top-brands ul.cycle-slideshow li:first-child{display:none !important}body.desktop #main-body .top-brands ul.cycle-slideshow li a img,body.tablet #main-body .top-brands ul.cycle-slideshow li a img,body.desktop .main-body .top-brands ul.cycle-slideshow li a img,body.tablet .main-body .top-brands ul.cycle-slideshow li a img{max-width:90%}body.desktop #main-body .article .article-featured>ul>li{height:auto !important}a{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;text-decoration:none;color:#3969af;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}a a{color:#fff}a:hover,a:focus,a:active{text-decoration:none}input{box-shadow:none !important}input[type=text],input[type=password]{color:#4d4d4d;font-family:'Open Sans',sans-serif;line-height:20px;height:40px;font-size:13px;box-sizing:border-box;border-radius:20px;border:solid 1px #c9d3e1;padding-left:15px;padding-right:15px}input[type=text][disabled],input[type=password][disabled]{background:#dedede;border-color:#dedede;color:#7f7f7f}a.action{float:left;height:40px;line-height:40px;color:#4d4d4d;text-decoration:underline;font-size:15px}a.action:hover,a.action:focus,a.action:active{text-decoration:none}textarea{height:240px;border:solid 1px #c9d3e1;box-shadow:none !important;box-sizing:border-box;padding:15px;color:#4d4d4d;font-family:'Open Sans',sans-serif;line-height:20px;font-size:13px}.buttons{padding-top:20px;clear:both;margin-top:0}.buttons>a{margin-right:5px}.error-message{display:block;color:#f00}.payment .error{color:#f00}.full-width{width:100%}button{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;box-shadow:none !important}button a{color:#fff}.errorBox{color:#f00;margin-bottom:10px}p.ui-front{height:40px}.ui-selectmenu-button{position:relative;z-index:100;width:auto !important;display:block;cursor:pointer;color:#4d4d4d;font-size:13px;line-height:40px;height:40px;overflow:hidden;box-sizing:border-box;border-radius:20px;border:solid 1px #c9d3e1;padding:0 70px 0 20px;background-color:#fff;outline:none}.ui-selectmenu-button span{display:block}.ui-selectmenu-button span.ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAw0lEQVRIibWSwQnDMAxF7bE6R2bIobfSU0IWyATtGJ0rp0I6QCsVBYKxZfljHR4ES/F7B4fL9TUQG/EhFiI4s4iLnUOQj++J1VG+Jq6ND/fk0CsilTM7D+bMoHdETs7Mx4JnREn+f2/nxckhoiSfjp30h54RVXkuoFeESV4K0CIeRFTEUXZMci1Ai3gWIqLMzPJaQEsEJLcEWCJguTWgFgHLWwK0CFjeGmCNMMuRgFpEkxwNYO4Z+Q25Cw1gRuItjOg9P88jqgaKT5NXAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:16px 9px;background-position:center;width:50px;height:40px;position:absolute;top:0;right:0;border-left:solid 1px #c9d3e1}.ui-selectmenu-button.ui-corner-top{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.ui-selectmenu-button.ui-corner-top span.ui-icon{transform:scaleY(-1);border-color:#fff}.ui-selectmenu-menu{position:relative;z-index:200;max-height:0;overflow:hidden;background:#fff;padding:0 20px;width:auto !important;border-color:#c9d3e1;border-width:0;border-style:solid;border-radius:0 0 20px 20px}.ui-selectmenu-menu.ui-selectmenu-open{max-height:500px;border-width:0 1px 1px 1px}.ui-selectmenu-menu ul{margin:0 0 15px 0;padding:10px 0 0 0;width:100% !important;border-top:solid 1px #c9d3e1;border-left:none;border-right:none;border-bottom:none;max-height:120px;overflow:auto;outline:none}.ui-selectmenu-menu ul li{cursor:pointer;margin:0;padding:0;list-style:none;line-height:24px}.ui-selectmenu-menu ul li:hover{color:#3969af}.tablet-only,.mobile-only,.tablet-and-mobile{display:none !important}.has-menu{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAw0lEQVRIibWSwQnDMAxF7bE6R2bIobfSU0IWyATtGJ0rp0I6QCsVBYKxZfljHR4ES/F7B4fL9TUQG/EhFiI4s4iLnUOQj++J1VG+Jq6ND/fk0CsilTM7D+bMoHdETs7Mx4JnREn+f2/nxckhoiSfjp30h54RVXkuoFeESV4K0CIeRFTEUXZMci1Ai3gWIqLMzPJaQEsEJLcEWCJguTWgFgHLWwK0CFjeGmCNMMuRgFpEkxwNYO4Z+Q25Cw1gRuItjOg9P88jqgaKT5NXAAAAAElFTkSuQmCC);background-position:right;background-repeat:no-repeat}.btn,.products-listing article>ul.products>li .cart,.products-listing article>ul.products>li .cart:hover,.products-listing article>ul.products>li .cart:focus,.products-listing article>ul.products>li .cart:active,.products-listing article>ul.products>li .cart[disabled],.products-listing article>ul.products>li .cart[disabled]:hover,.products-listing article>ul.products>li .cart[disabled]:focus,.products-listing article>ul.products>li .cart[disabled]:active{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAqklEQVRIicXWsQmAMBCF4TiWcziDhZ1YKVnACXQM57ISdIB4EYsQNLk7Hlr87QcSczlTNktFrdRODZSR5Jy7MjfigqwWOiLI12sg+wCxsRDyjVoshtTYE6TC3iAxloJEWA5iYxyIhXEh35TCJFBBzW+YBMphrQTKYbUESmHbLxDk01JI9/nxQ35IyBWBXFrIGIEMNsiohQx/yHMEeyBhT3a8RIg2khCCrDUn3MMEXZq9XksAAAAASUVORK5CYII=);background-repeat:no-repeat;text-transform:uppercase;text-decoration:none !important}.btn.large{font-weight:bold;font-size:20px;line-height:1.5;padding:15px 60px 15px 30px;border-radius:30px;background-size:auto 20px;background-position:92% 50%}.btn.inverse{color:#fff;background-color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAQAAAC1deB6AAAAkklEQVQ4T6XUzQmAMAwF4DijM3gXT0oXcAKd0ZOgAzyVUmp/0j40glb4aCFNImix4cAE0R+5iQ1TQidcjDoy8KGw5zXXmP1UmFsUmV8W2PtHZeHGCguRwmIkWFKWogZrzFIUsz6PYtblUcj2H4g4LiTD5xQQySSuhbhgolSIoiPKl2gEoqWo5qTa3A2MwlwRZvRcFdTxdwxOjeEAAAAASUVORK5CYII=)}.btn.inverse:hover,.btn.inverse:focus,.btn.inverse:active{background-color:#2c5289}.textbox-go{position:relative;display:inline-block}.button-go-circle{top:3px;right:3px;width:34px;height:34px;line-height:34px;font-weight:600;border-radius:50%;font-size:12px;text-decoration:none !important;background:#3969af;color:#fff;display:block;position:absolute;cursor:pointer;text-align:center;text-transform:uppercase}.button-go-circle:hover,.button-go-circle:focus,.button-go-circle:active{background:#5483c7}.button-generic{position:relative;border:none;background-color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAQAAABvRdZAAAAAwklEQVRIx83VoQ5BURzH8Z/ZbrApNk0VFaKgSHTNC0j3CRRvIHoBwQMomiCIXsBmJiiUa+5mX8Fxpt9f8D/9s52d//n9RMqDE33kOeIJQM7IBW75zIuJB6yz5ztTByiqbCI5p1QcFAmrSC5JioOizCKSayrFQSFmkdxRc4AijeSBhgMUY/JAHmk6QDEkC+SVtgMUXW6BvNNzgKLFOZCXvwTNVx78PErn79bGvNjWr2cOB3N8mQPWXgH2krLXaErmLPo3Ll6OWqppQXUAAAAASUVORK5CYII=) !important;background-size:20px 13px;background-repeat:no-repeat;background-position:right;color:#fff;text-transform:uppercase;line-height:36px;border-radius:18px;display:inline-block;padding:0 40px 0 20px;text-shadow:none;text-decoration:none !important;font-weight:bold}.button-generic:hover,.button-generic:focus,.button-generic:active{background-color:#2c5289}.button-generic.locked{background-image:none !important;padding-right:50px}.button-generic.locked::after{content:'';position:absolute;top:50%;right:20px;margin-top:-9px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAA8klEQVQ4T7WSsU4CURBFzw3R1i/wI6gsaYyNFdQkbGMJJYUBCrW0EqiBxForG0NDSeVH+AWWQMwlz+yS9SWGzSLTzZs5M/PujIjM9hUwAC7S0BK4k/SeT1Xesd0CpsA3sEhjNaACJJJmWf4OtH0GfAIb4FLSR0iyXQXmwAlwLukrvOfBOvAC9CU9RJP0gHugIek1BhNgkg9msO2saFvSaAfaDmPcAGOgCbxFml0Dz8At8ChpI9vddIzTWOE//PXPd2yvgKJQVmsdQBfs9Cvt38GwqyB/sD4QdlyoY0fSMD2ANvB0dLD0qHuFPkjV0gdQ6uS2oh12xek3N54AAAAASUVORK5CYII=) !important;width:14px;height:18px}.button-generic.down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAQCAQAAAD+UuQHAAABF0lEQVQ4y63TIa7CQBDG8SEkFSQYEhwWiXlIBAb1nsdxAVRPgOEGSC6A4AAYHAKB5AIkhCAwYHiBhPyfYJhXoIVul1nT7n47P9GpEHJiRhlJscrMOBGmykaWcARgQfFtuMgCgF93ZM21pgQvowFTTa7dkRZnvTwmnxjMM9bUmZY7IrS5aINhYnCoiQttV+KKCF1u1Y+N9e28607cEKFnbZ5nJ7SzXhbiHxEG1qpzF+nY/iAbEUVyjOzTftvuj43FiJw/IgRMtOGRBoLQ0L8IJm8GPDUiFJhr0z01auz1bU4hO/GICCWW2njDRp+WlHyIZ0SosCJaKyp+RBwiVNkZsaPqS8QjQp0DAAe+/IkkRGiyZUvzEwTyB9Panzt+le9vAAAAAElFTkSuQmCC) !important;background-size:25px 8px}.button-generic.disabled{background-color:#929292;cursor:default}.button-go{position:relative;border:none;background-color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAQAAABvRdZAAAAAwklEQVRIx83VoQ5BURzH8Z/ZbrApNk0VFaKgSHTNC0j3CRRvIHoBwQMomiCIXsBmJiiUa+5mX8Fxpt9f8D/9s52d//n9RMqDE33kOeIJQM7IBW75zIuJB6yz5ztTByiqbCI5p1QcFAmrSC5JioOizCKSayrFQSFmkdxRc4AijeSBhgMUY/JAHmk6QDEkC+SVtgMUXW6BvNNzgKLFOZCXvwTNVx78PErn79bGvNjWr2cOB3N8mQPWXgH2krLXaErmLPo3Ll6OWqppQXUAAAAASUVORK5CYII=) !important;background-size:20px 13px;background-repeat:no-repeat;background-position:right;color:#fff;text-transform:uppercase;line-height:36px;border-radius:18px;display:inline-block;padding:0 40px 0 20px;text-shadow:none;text-decoration:none !important;background-color:#8dc642;font-weight:bold}.button-go:hover,.button-go:focus,.button-go:active{background-color:#2c5289}.button-go.locked{background-image:none !important;padding-right:50px}.button-go.locked::after{content:'';position:absolute;top:50%;right:20px;margin-top:-9px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAA8klEQVQ4T7WSsU4CURBFzw3R1i/wI6gsaYyNFdQkbGMJJYUBCrW0EqiBxForG0NDSeVH+AWWQMwlz+yS9SWGzSLTzZs5M/PujIjM9hUwAC7S0BK4k/SeT1Xesd0CpsA3sEhjNaACJJJmWf4OtH0GfAIb4FLSR0iyXQXmwAlwLukrvOfBOvAC9CU9RJP0gHugIek1BhNgkg9msO2saFvSaAfaDmPcAGOgCbxFml0Dz8At8ChpI9vddIzTWOE//PXPd2yvgKJQVmsdQBfs9Cvt38GwqyB/sD4QdlyoY0fSMD2ANvB0dLD0qHuFPkjV0gdQ6uS2oh12xek3N54AAAAASUVORK5CYII=) !important;width:14px;height:18px}.button-go:hover,.button-go:focus,.button-go:active{background-color:#a5d269}.button-go.disabled,.button-go[disabled]{background-image:none !important;background-color:#dedede;color:#fff;cursor:default}span.button-go:hover,span.button-go:focus,span.button-go:active{background-color:#8dc642}.button-alternate{position:relative;border:none;background-color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAQAAABvRdZAAAAAwklEQVRIx83VoQ5BURzH8Z/ZbrApNk0VFaKgSHTNC0j3CRRvIHoBwQMomiCIXsBmJiiUa+5mX8Fxpt9f8D/9s52d//n9RMqDE33kOeIJQM7IBW75zIuJB6yz5ztTByiqbCI5p1QcFAmrSC5JioOizCKSayrFQSFmkdxRc4AijeSBhgMUY/JAHmk6QDEkC+SVtgMUXW6BvNNzgKLFOZCXvwTNVx78PErn79bGvNjWr2cOB3N8mQPWXgH2krLXaErmLPo3Ll6OWqppQXUAAAAASUVORK5CYII=) !important;background-size:20px 13px;background-repeat:no-repeat;background-position:right;color:#fff;text-transform:uppercase;line-height:36px;border-radius:18px;display:inline-block;padding:0 40px 0 20px;text-shadow:none;text-decoration:none !important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAYAAADFTB7LAAAA50lEQVRYw+3XIQoCQRTG8RHBIFgEm3WjRZMYLCbtNg+gaU9g8QZGL2AwGLfYDAajFxBEDBa3KAoyfg9GWB5jMIifsuGXNuwfln3zxtT78xAusIMWmHdYaz9KXnIF69ygyxa4TASKOwyYAkuwVpFiyBIoCrDwRI4hwxAocjDzRE7ds68HiixMPJER5BkCn0aeyBUUWQKNm486cgNllkDRc7MxGbmFgCVQdOCsIo9QZQkUDTipyBiaLIGiAnsVeUgD/+ETt1/8JLV0zPzyoKY96qiXBep1i3phpV/56S9N9NfO0J0UlBf3B9+17wUvxzsyAAAAAElFTkSuQmCC) !important;color:#3969af;background-color:#c9d3e1;font-weight:bold}.button-alternate:hover,.button-alternate:focus,.button-alternate:active{background-color:#2c5289}.button-alternate.locked{background-image:none !important;padding-right:50px}.button-alternate.locked::after{content:'';position:absolute;top:50%;right:20px;margin-top:-9px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAA8klEQVQ4T7WSsU4CURBFzw3R1i/wI6gsaYyNFdQkbGMJJYUBCrW0EqiBxForG0NDSeVH+AWWQMwlz+yS9SWGzSLTzZs5M/PujIjM9hUwAC7S0BK4k/SeT1Xesd0CpsA3sEhjNaACJJJmWf4OtH0GfAIb4FLSR0iyXQXmwAlwLukrvOfBOvAC9CU9RJP0gHugIek1BhNgkg9msO2saFvSaAfaDmPcAGOgCbxFml0Dz8At8ChpI9vddIzTWOE//PXPd2yvgKJQVmsdQBfs9Cvt38GwqyB/sD4QdlyoY0fSMD2ANvB0dLD0qHuFPkjV0gdQ6uS2oh12xek3N54AAAAASUVORK5CYII=) !important;width:14px;height:18px}.button-alternate:hover,.button-alternate:focus,.button-alternate:active{background-color:#eaeef3}.button-alternate[disabled]{color:#929292;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAQAAABvRdZAAAAAyklEQVRIx83VIQpCURCF4RHhBcEi2KxGi0aDxaTd5gZMbwUWdyB/cgMGF2CxGQxGNyCIGCxanvhAxnK5GCzyTpDpH1xm7jlGyoMTfez7+I9jPHGcnJEK3OI4zouJBqyzD6QzVYBGlU0k55SKg0bCKpJLkuKgUWYRyTWV4qBhzCK5o6YAjTSSBxoK0BiTB/JIUwEaQ7JAXmkrQKPLLZB3egrQaHEO5OUvQfGTBx9L6fzd2YgPW/r1xOEgji9xwMorQF5S8hpNyZRF/wYtKuBrRQekiAAAAABJRU5ErkJggg==) !important}.button-alternate[disabled]:hover,.button-alternate[disabled]:focus,.button-alternate[disabled]:active{background-color:#c9d3e1}.button-alternate.back{padding-left:40px;padding-right:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAYAAADFTB7LAAAA80lEQVRYw2P4//8/Ay2xZeZ6UrELED8G4u9AXMAwyBwYBsS/gPg/FP8cTA7MAuK/SI4D4cODxYF1aA4D4dNALDrQDmQE4klYHLcHiHlBagbSgWxAvByL41ZD5RgG0oFcQLwdi+NmATEzstqBcKAQEB/H4rhmbJ6htwNlgPgyFscV4EoK9HSgKhA/QHMYqMyLxZeR6OVAIyB+jea4b0DsTagIoocD7YH4I5rjPgCxNTFlJD0c+BzNcU+BWJfYGmbUgUMhikHYGEcm8RosDhz0xcyQKKiHRFU3JBoLQ6K5NSQarEOiyT9kOk1DotuJ3nEH1TQFAOO/7wXMhWbEAAAAAElFTkSuQmCC) !important;background-position:left}.button-close,.cart-button-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAYUlEQVQoz42RQRKAMAgD8zY+BQ9nel0P1bZ2VAwnJhlIQAhhJI6WchJDqNMNgBh0ANAwNOkpidE3TCQrYqEBUjhf8PvIHdFNvkniSvEsOTP9FBQrCpNlzPJQ5anLZxXvPgBdf6foWMRE7QAAAABJRU5ErkJggg==);background-size:8px 8px;background-position:center;background-repeat:no-repeat;background-color:#b9c7dc;display:inline-block;width:24px;height:24px;text-indent:-9999px;outline:none;border-radius:12px}.button-close:hover,.button-close:focus,.button-close:active{background-color:#dbe2ed}.cart-button-close{background-color:#f00}.button-favourites{background-image:url(data:image/png;base64,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);background-size:contain;display:inline-block;width:43px;height:40px;text-indent:-9999px;outline:none}.button-call{line-height:36px;display:inline-block;padding:0 20px 0 25px;font-weight:600;text-transform:uppercase;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABeElEQVQoU42SvS+DURTGf+dt+3YQISIWicRg8rE0QbuJTYKSFLsQVwwiIhhshEgkItWy+Iipg5ZEsFl4DSwSfwF/AIOPtmmvaOtN46PeO95zf+d5zrmP4PCEQjHXQ7VnV2AQCFuR4JQ4ZPGr+BIw9/Veo1ccwYGxwxot8gh4isSSjuA2FfcZcPPNZcoRDFr8KnEEdH81ELh1CINvNFZhujxPtrpmwTHcPp7oFq2PC3AqmzbqHMH+4VgVpvsOpDYPy6oVCc78CzeGYmZ5tftMkI4cBg/JTLr5dnvguSScD4Z5IOihgt2s1nReR/suCo2gZfq8rOz1TaG1p9LtXTvd6Erm7l5e94F+e0nCpLXZt25vvHXiuN6VyZwDDYV5TiC7B7IANBUn6jrSP1v81xJQ8RsNvpIxFVm2NoN2NG1lv4q/A94/4KQg6ioS3PmtLgF1uKiR+R9FwTLENXIZ7rn/y5V8Ri+gEmENI8AbcGFkJXq51XsKokuN8wHik3PJeViKFAAAAABJRU5ErkJggg==);background-position:0 50%;background-repeat:no-repeat}#main-header{position:relative;z-index:90;pointer-events:none;max-width:1132px;margin:0 auto}#main-header *{pointer-events:auto}#main-header #main-logo{position:relative;z-index:200;float:left}#main-header #main-logo a{display:block;background:#fff;padding:17px 21px 14px 13px;border-radius:0 0 20px 20px;width:178px;height:60px}#main-header #main-logo a img{display:block}#main-header .account{float:right;margin-top:55px;height:36px}#main-header .account>div{z-index:400;position:relative;float:right;margin-left:10px;padding-left:20px;padding-right:20px;background:rgba(255,255,255,.6);background:white\9;border-radius:18px}#main-header .account>div.highlighted{background:#fff;border-radius:18px;cursor:pointer;padding:0}#main-header .account>div.highlighted>a{padding:0 20px;background-repeat:no-repeat}#main-header .account>div.highlighted.cart>a{padding:0 20px 0 40px;background-position:20px 50%;background-size:auto 15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAB4ElEQVRYw8WWzysEYRjHF0sStfkHrKsThz3IgaRwUBy0B8meFCcHRImLg4PT5iSsg5SDdi+ySWrLgbLaIrVOclHa7GXbFct4Xn2nnqZ3Zmfn1x4+zdvzPj3vZ95533deX+9c3OcxcULRcOq1RFAiISh5LTLNBr8mDokYMeG1yB4TCYmYoij/eC2ShUSB8GtFlog0kfEAdTaSqhwX+dVZQG6yIhPJsoRXIsfaRfCCWM5Gf4mN0ycTibGEbiKCdoBIAB9iERv9z4gLsSaZyCwTeXdxRtQxLvkC5iJdLOmROEZ7lXgAC4gdW+w/YmOs64nUE3n2FlG0p4hbMI5Y1GL/CRMZ0BMRnHu0Wz6JZiORNZZ8gWcHcQYCiM2DavpTxA9iKe0hpxUZZCIFPEWRN5BA7B5U019ktTcribQSZc00OiXCaw5VEvGxAorDn0at90W0mBHZcXmh3sh+hDKRSZdFtsyKNBDLuKw4xRMTGTEr4gZJSIjt21YrET87Cu708rwQCbHPsl1LkUUmMmZVpBM/JztcQULcANutiPRITlk7ZIxmzkik3+HzY8OqiGAUl520pug+4jL4LJYRmyEa7Yio7GpEhg1y8yxPtOvMLGqzIkHMyjdxUKF4mPgAYbO7SxX5AzgKUXgeUnDMAAAAAElFTkSuQmCC)}#main-header .account>div.highlighted.cart>a span{font-weight:600}#main-header .account>div.highlighted.cart.prescription>a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAAx0lEQVRIx2NgQAKWGWvtgXgtEL8H4v9k4g9AvBmIvRjQAVCQGYinUmA4LrwUiNmRLaKFJTC8DDm4/tMY+zBA44TWFm1hoDDiiU4gDHgk5YFYgAz8CJt5+CwSYCADAPU9INUiquJBYZEeECuQgZ8M2jj6CC23SMX/RuNoNI5G4wiOH0E1kYr/DNo4sgViAzLwswGPow90iCNwVb6FXo0THzpY5AUL12U0tGQpcgSyQ5uvVG+lojSJkSz0gjbQP1DYyN8Cbp0iAQDHuehha7VowgAAAABJRU5ErkJggg==)}#main-header .account>div>a{line-height:36px;display:block;padding-right:20px;background-size:11px 6px;background-position:100% 52%;color:#3969af;font-weight:bold;font-size:14px}#main-header .account>div>ul{opacity:0;position:absolute;top:36px;right:0;max-height:0;overflow:hidden;margin:0;padding:10px 0;box-sizing:border-box;width:220px;background:#fff;border-radius:18px;border:solid 0 #e3e9f2}#main-header .account>div>ul>li{margin:0;padding:0;list-style:none}#main-header .account>div>ul>li>a{display:block;font-size:14px;color:#000;padding:5px 20px}#main-header .account>div>ul>li>a:hover,#main-header .account>div>ul>li>a:focus,#main-header .account>div>ul>li>a:active{color:#3969af}#main-header .account>div:hover>ul,#main-header .account>div:focus>ul,#main-header .account>div:active>ul{opacity:1;border-width:1px;max-height:300px}#main-header #main-nav{clear:both;padding-top:30px}#main-header #main-nav input[type=checkbox]{display:none}#main-header #main-nav>ul{position:relative;z-index:300;margin:0;padding:0;height:68px}#main-header #main-nav>ul>li{position:relative;margin:0;padding:0;list-style:none;float:left;box-sizing:border-box}#main-header #main-nav>ul>li>a{display:block;line-height:68px;height:68px;font-size:18px;font-weight:600;text-align:center;background:#3969af;color:#fff;text-transform:uppercase;border-left:solid 1px #2c5289;border-right:solid 1px #5483c7}#main-header #main-nav>ul>li>a .badge{display:block;position:absolute;top:0;right:0;width:30px;height:30px;border-radius:50%;background-color:#ff1744;color:#fff;line-height:30px;font-size:16px;font-weight:normal;transform:translate(33%,-33%);text-align:center}#main-header #main-nav>ul>li:hover>a,#main-header #main-nav>ul>li:focus>a,#main-header #main-nav>ul>li:active>a{background-color:#2c5289;color:#a1bbe0}#main-header #main-nav>ul>li.home{width:6%}#main-header #main-nav>ul>li.home>a{border-left:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAmCAYAAAC/H3lnAAABQUlEQVRYw+3XoYsCQRTHcUUwWMRgEzEcwgWz3XbRYLLZrF62ysXNdv8Bm22j1w6uCTaxWFaDQVnG38A8WA531113Zt/JhG97j/mkndnCwNkXNPSlip0VQiRKB3aKhGrKHTwJYKlPruDxHSw15gYeIj8C7KsZmm8iL6SmbnA/BhtE99VOK2KupRP8gS4PYKmL2skF3EPnBFhK7oxMg7volAJLXU2CO+j4BDauTMHv6KARmyn4De00YzMDN9DWADYTcB1tDGGfBtfQr0GsrJ0WXEXfhrFCnVlNCq4gNwcsJc+uPAouo1WOWEoaynHgEloywFLSUgoDS+yCEZZaBNGELaI5QywlbcUg2GGMpRwCz/4BlprR6/9vawa49T1b2HfYZQB2k1wcacDyn+0nJJ8j2Iu45j0LtmALtmALtmALfknwDY3EjWlgugsiAAAAAElFTkSuQmCC);background-size:22px 19px;background-repeat:no-repeat;background-position:center;text-align:left}#main-header #main-nav>ul>li.home>a:hover,#main-header #main-nav>ul>li.home>a:focus,#main-header #main-nav>ul>li.home>a:active{background-size:28px 24px}#main-header #main-nav>ul>li.products,#main-header #main-nav>ul>li.education-events{width:14%}#main-header #main-nav>ul>li.products>ul,#main-header #main-nav>ul>li.education-events>ul{position:absolute;top:68px;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAABCAIAAAB42ySwAAAAEUlEQVQoU2PQ9GkYRaNohCAAs8rvQ6zJmykAAAAASUVORK5CYII=);background-repeat:repeat-y;background-position:right;margin:0;padding:0;width:600px;box-sizing:border-box;max-height:0;overflow:hidden;opacity:0}#main-header #main-nav>ul>li.products>ul>li,#main-header #main-nav>ul>li.education-events>ul>li{margin:0;padding:0;list-style:none;box-sizing:border-box}#main-header #main-nav>ul>li.products>ul>li.categories,#main-header #main-nav>ul>li.education-events>ul>li.categories{float:left;width:350px;padding-top:25px;padding-left:65px}#main-header #main-nav>ul>li.products>ul>li.categories>a,#main-header #main-nav>ul>li.education-events>ul>li.categories>a{display:block;color:#fff;font-size:20px;text-transform:uppercase;font-weight:600}#main-header #main-nav>ul>li.products>ul>li.categories>ul,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul{margin:0;padding:10px 0 25px 0}#main-header #main-nav>ul>li.products>ul>li.categories>ul>li,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li{margin:0;padding:0;list-style:none}#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a{text-decoration:underline;color:#fff;font-size:14px;line-height:22px;padding:0 10px 0 0}#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a:hover,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a:hover,#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a:focus,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a:focus,#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a:active,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a:active{text-decoration:none}#main-header #main-nav>ul>li.products>ul>li.specials-new-products,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products{float:right;width:250px}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul{margin:0;padding:0}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li{margin:0;padding:25px 20px 40px 20px;list-style:none}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li:first-child,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li:first-child{border-bottom:solid 1px #2c5289}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li:last-child,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li:last-child{border-top:solid 1px #203b62}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a{display:block;color:#fff;font-size:20px;font-weight:600;text-transform:uppercase}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn{line-height:36px;background-color:#fff;color:#3969af;border-radius:18px;font-size:13px;margin-top:15px;padding:0 15px;background-position:93% 50%;background-size:9px 16px}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn:hover,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn:hover,#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn:focus,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn:focus,#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn:active,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn:active{background-color:#e3e9f2}#main-header #main-nav>ul>li.products:hover>ul,#main-header #main-nav>ul>li.education-events:hover>ul,#main-header #main-nav>ul>li.products:focus>ul,#main-header #main-nav>ul>li.education-events:focus>ul,#main-header #main-nav>ul>li.products:active>ul,#main-header #main-nav>ul>li.education-events:active>ul{max-height:1000px;opacity:1;background-color:#2c5289;border-bottom:solid 7px #3969af}#main-header #main-nav>ul>li.education-events{width:23%}#main-header #main-nav>ul>li.education-events>ul{width:auto;background:#2c5289;margin-right:1px}#main-header #main-nav>ul>li.education-events>ul>li.categories{width:100%}#main-header #main-nav>ul>li.education-events>ul>li.categories a{font-size:14px}#main-header #main-nav>ul>li.education-events:hover>ul,#main-header #main-nav>ul>li.education-events:focus>ul,#main-header #main-nav>ul>li.education-events:active>ul{background-color:#2c5289;padding-bottom:25px}#main-header #main-nav>ul>li.resources{width:18%}#main-header #main-nav>ul>li.communities{width:16%}#main-header #main-nav>ul>li.communities>a{border-right:none}#main-header #main-nav>ul>li.patientordering{width:23%}#practitioner-patient-controls{position:absolute;top:0;left:0;right:0;height:36px;background:#723c88;line-height:36px;color:#fff}#practitioner-patient-controls>div{max-width:1132px;margin:0 auto}#practitioner-patient-controls h6{margin:0 10px 0;font-size:14px;font-weight:600;line-height:36px}#practitioner-patient-controls h6.prescribing-for{float:left;background-size:14px auto;background-repeat:no-repeat;background-position:left;padding-left:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAA9ElEQVQ4y53UIQ7CMBSA4W4kmAWJ4g47Ah4uMBJOgOMCCAQYBHdAI7gADrklSOQcCQ4UDSQ/isDYa1/ZX9vPvL7NYITTZsoRi+XIlLZ0R2JdCr4r6IbAmAO/HYh1mCGV6XAnwp0OTyI86bAUYanDqwivGuzgquOHAycc+GDE3gn3RG44w9fMBSdoTSQ4IqRRHc6D4LwOYxY8vejJ4rPs1eGkbLAismxI/ZuT0OdSQRf6JCEf8u++lqF/gIawx5J7Bd5Z0vPBFkO2PMThPNgypFWHKSvO6iueWb1na4gYk/NPOWMiw5omrY3jwbWsoWGGWyN3ewFsSa6tFnkkHwAAAABJRU5ErkJggg==)}#practitioner-patient-controls .consult-mode{float:left;height:36px;padding-left:10px;border-left:solid 1px rgba(255,255,255,.2)}#practitioner-patient-controls .consult-mode h6{margin:0;float:right;font-weight:normal;font-size:13px}#practitioner-patient-controls .consult-mode label{position:relative;top:4px;display:inline-block;margin-right:7px;height:15px;width:44px;padding:1px;border-radius:3px;background:#fff;cursor:pointer}#practitioner-patient-controls .consult-mode label>span{top:1px;bottom:1px;left:1px;background:#723c88;width:31px;border-radius:3px;position:absolute}#practitioner-patient-controls .consult-mode label>span span{display:block;position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;line-height:14px;text-transform:uppercase;font-size:11px;opacity:0}#practitioner-patient-controls .consult-mode label>span span:first-child{opacity:1}#practitioner-patient-controls .consult-mode input[type="checkbox"]#consult-mode:checked+label>span{left:13px}#practitioner-patient-controls .consult-mode input[type="checkbox"]#consult-mode:checked+label>span span{opacity:1}#practitioner-patient-controls .consult-mode input[type="checkbox"]#consult-mode:checked+label>span span:first-child{opacity:0}#practitioner-patient-controls ul{margin:0;padding:0;float:right}#practitioner-patient-controls ul li{list-style:none;color:#fff;line-height:36px;float:left;border-left:solid 1px rgba(255,255,255,.2)}#practitioner-patient-controls ul li a{display:block;padding:0 10px;color:#fff}#practitioner-patient-controls ul li a:hover,#practitioner-patient-controls ul li a:focus,#practitioner-patient-controls ul li a:active{text-decoration:underline}#practitioner-patient-controls ul li:first-child{border-left:none}#practitioner-patient-controls ul li:last-child a{padding-right:0}#logged-in-out{position:absolute;z-index:80;top:0;left:0;right:0;height:36px;line-height:36px;background:rgba(255,255,255,.6);font-size:14px;color:#4d4d4d;font-weight:600}#logged-in-out>div{max-width:1132px;margin:0 auto;text-align:right}#logged-in-out>div h6{display:inline;font-size:14px;font-weight:600;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAABAklEQVQ4ja3TMQ4BQRTG8dmVaESpcoc9gp7kX5M4gc4FFAoahTuoFS6gU5IolTqJjsqE5Kk2rHkzs0S++te873sGo6TKkD0Wy54hVTFuNNZgh7xlR6MMTNkUmCBsSOOw6zBB6MbhSoWrODyo8BCHRxUe4/CiwksM1lUmCPUwbHthOwQT1l64JvHDkZcJwsgHB0EmCAMN9qJMEHouHJeCYxemTHgE0YPJa+zF42QssCqyLMjCy6nR4lxAZ1rUyjzy516dnf4ZNplyK8AbU5ohWKHDkrt6nDtLOlRcmDHjFG3xxCy/rSGhz7ZU+Xm29EkM869QnrnxFB6LNT8xQQzXn+D1CdFY/K+D2qENAAAAAElFTkSuQmCC);background-size:14px 14px;background-repeat:no-repeat;background-position:20px 50%;padding-left:40px}#logged-in-out>div a{color:#4d4d4d;text-decoration:underline;padding-left:10px}#logged-in-out>div a:hover,#logged-in-out>div a:focus,#logged-in-out>div a:active{text-decoration:none}#logged-in-out>div a.log-in-out{color:#3969af;text-transform:uppercase;text-decoration:none;font-weight:bold}#logged-in-out>div a.log-in-out:hover,#logged-in-out>div a.log-in-out:focus,#logged-in-out>div a.log-in-out:active{text-decoration:underline}.salesRep #main-header{margin-top:36px}.salesRep #logged-in-out{top:36px}.salesRepToolbar{position:absolute;top:0;left:0;right:0;height:36px;background:#3969af;color:#fff;line-height:36px}.salesRepToolbar a{color:#fff}.salesRepToolbar>div{width:1132px;margin:0 auto}.salesRepToolbar>div>p,.salesRepToolbar>div>div{margin:0;float:left}.salesRepToolbar>div>p.settings,.salesRepToolbar>div>div.settings{position:relative;margin-left:20px}.salesRepToolbar>div>p.settings>a,.salesRepToolbar>div>div.settings>a{display:block;background:#4d4d4d;padding:0 35px 0 20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAASCAMAAADPJmjkAAAABGdBTUEAALGPC/xhBQAAADNQTFRF////////////////////////////////////////////////////////////AAAA////FbWC9gAAABB0Uk5TcnDyU/Nllu95e+kBl4h4AD4nDfkAAACPSURBVDjLpcxJDoAgEERRHBFQq+9/WpVBMULStH9ZlTw12NGgkhntAGbKEtFW/rbzsmyop5p0OdSzoYUqkndoYUOoSMEx4EPYS1JwdrRAJanZ8dBXancCFKXZhc3N7U6EorR6ya0CJ0GZJHNu6JaEzgMlSehkUJSETg49ksB5QUmSOG8I6nI6/IcwaT2JHBylnks/wxg2YAAAAABJRU5ErkJggg==);background-size:24px 6px;background-position:100% 52%;background-repeat:no-repeat}.salesRepToolbar>div>p.settings>ul,.salesRepToolbar>div>div.settings>ul{position:absolute;top:36px;left:0;background:#4d4d4d;margin:0;padding:0;z-index:500;border-radius:0 0 18px 18px;max-height:0;overflow:hidden;opacity:0}.salesRepToolbar>div>p.settings>ul li,.salesRepToolbar>div>div.settings>ul li{line-height:26px;list-style:none}.salesRepToolbar>div>p.settings>ul li a,.salesRepToolbar>div>div.settings>ul li a{display:block;padding:0 20px;white-space:nowrap}.salesRepToolbar>div>p.settings:hover>ul,.salesRepToolbar>div>div.settings:hover>ul,.salesRepToolbar>div>p.settings:focus>ul,.salesRepToolbar>div>div.settings:focus>ul,.salesRepToolbar>div>p.settings:active>ul,.salesRepToolbar>div>div.settings:active>ul{max-height:100px;opacity:1;padding:10px 0}.salesRepToolbar>div>p.fr,.salesRepToolbar>div>div.fr{float:right;border-right:solid 1px #fff}.salesRepToolbar>div>p.fr>span,.salesRepToolbar>div>div.fr>span,.salesRepToolbar>div>p.fr>a,.salesRepToolbar>div>div.fr>a{float:left;padding:0 20px}.salesRepToolbar>div>p.fr>a,.salesRepToolbar>div>div.fr>a{border-left:solid 1px #fff}.salesRepToolbar>div>p.fr>a:hover,.salesRepToolbar>div>div.fr>a:hover,.salesRepToolbar>div>p.fr>a:focus,.salesRepToolbar>div>div.fr>a:focus,.salesRepToolbar>div>p.fr>a:active,.salesRepToolbar>div>div.fr>a:active{background:rgba(255,255,255,.2)}.breadcrumb{background:#3969af;line-height:38px;color:#fff;margin-top:97px;transition:.4s ease}.breadcrumb>div{max-width:1132px;margin:0 auto}.breadcrumb>div a{color:#fff;text-decoration:underline;padding:5px}.breadcrumb>div a:hover,.breadcrumb>div a:focus,.breadcrumb>div a:active{text-decoration:none}.breadcrumb>div a.home{padding-left:0}.breadcrumb>div span{font-weight:bold;padding:5px}#main-body .past-events-list,.main-body .past-events-list{margin:0 -10px;padding:0;font-family:Museo-500,serif}#main-body .past-events-list li,.main-body .past-events-list li{list-style:none;padding:10px;float:left;box-sizing:border-box;width:25%;position:relative}#main-body .past-events-list li a,.main-body .past-events-list li a{position:relative;display:block;background:#ebf0f7;overflow:hidden;padding-bottom:75px}#main-body .past-events-list li a::after,.main-body .past-events-list li a::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.5);opacity:0;transition:all .4s ease}#main-body .past-events-list li a:hover::after,.main-body .past-events-list li a:hover::after,#main-body .past-events-list li a:focus::after,.main-body .past-events-list li a:focus::after,#main-body .past-events-list li a:active::after,.main-body .past-events-list li a:active::after{opacity:1}#main-body .past-events-list li a .thumb,.main-body .past-events-list li a .thumb{position:relative;height:0;padding-bottom:80%;overflow:hidden}#main-body .past-events-list li a .thumb img,.main-body .past-events-list li a .thumb img{position:absolute;width:100%}#main-body .past-events-list li a h4,.main-body .past-events-list li a h4{position:relative;color:#3969af;margin:10px 15px 0 15px !important;height:88px;overflow:hidden;z-index:200}#main-body .past-events-list li a h4 span,.main-body .past-events-list li a h4 span{color:#7f7f7f}#main-body .past-events-list li a p,.main-body .past-events-list li a p{margin:10px 15px 0 15px !important}#main-body .past-events-list li a h5.free-access,.main-body .past-events-list li a h5.free-access{position:absolute;top:0;left:0;margin:0;color:#fff;background-color:#cb4949;font-size:14px;line-height:1;text-align:center;width:7.5em;height:7.5em;box-sizing:border-box;padding-top:5em;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;z-index:200}#main-body .past-events-list li a>.footer,.main-body .past-events-list li a>.footer{position:absolute;bottom:0;left:0;right:0;z-index:200}#main-body .past-events-list li a .view-content,.main-body .past-events-list li a .view-content{font-size:16px;color:#4d4d4d;margin:10px 15px 0;padding-bottom:10px}#main-body .past-events-list li a .preview-available,.main-body .past-events-list li a .preview-available{font-family:'Open Sans',sans-serif;color:#7f7f7f;padding-left:2.4em;margin:-5px 15px 15px;background-image:url(/img/icons/video.svg);background-repeat:no-repeat;background-position:left;background-size:auto 1em;font-weight:600}@media(max-width:1131px){#main-body .past-events-list li,.main-body .past-events-list li{width:50%}}@media(max-width:697px){#main-body .past-events-list li,.main-body .past-events-list li{width:auto;float:none}#main-body .past-events-list li a,.main-body .past-events-list li a{padding-bottom:0}#main-body .past-events-list li a h4,.main-body .past-events-list li a h4{height:auto}#main-body .past-events-list li a>.footer,.main-body .past-events-list li a>.footer{position:initial}}h1{position:relative;top:-124px;margin:0;font-family:Museo-500,serif;font-weight:normal;color:#3969af;font-size:32px;line-height:77px}h2{margin:0;padding-top:30px;clear:both;font-weight:normal;font-family:Museo-300,serif;font-size:28px;color:#3969af}h2 .button-generic{float:right;font-weight:normal;font-size:13px;font-family:'Open Sans',sans-serif}h2:first-child{padding-top:0}h2 em{font-style:normal;color:#ff1744}>h2{margin-top:-40px}h3{margin:0;font-weight:normal;font-family:Museo-300,serif;color:#3969af;font-size:24px;line-height:24px}h3.alert{font-size:22px;line-height:22px;display:inline-block;padding:6px 15px;border:solid 1px #c9d3e1;margin-top:20px;font-family:Museo-700,serif}h4{margin:10px 0 0 0;font-weight:normal;font-size:16px;line-height:22px;color:#4d4d4d}h4 .button-generic,h4 .button-alternate{font-weight:normal;font-size:13px}h4 .buttons{float:right;padding-top:0;position:relative;top:-10px;display:block}h4>.button-generic{float:right;position:relative;top:-10px}h5{color:#4d4d4d;margin:1em 0 0;font-size:1em}#main-body,.main-body{position:relative;z-index:20;max-width:1132px;margin:0 auto}#main-body+#main-footer,.main-body+#main-footer{margin-top:35px}#main-body p strong label,.main-body p strong label{position:relative;top:8px;color:#4d4d4d}#main-body p.back,.main-body p.back{margin-top:-30px;margin-bottom:20px}#main-body p a,.main-body p a{text-decoration:underline}#main-body p a:hover,.main-body p a:hover,#main-body p a:focus,.main-body p a:focus,#main-body p a:active,.main-body p a:active{text-decoration:none}#main-body .checkboxes,.main-body .checkboxes{padding:0}#main-body .checkboxes li,.main-body .checkboxes li{margin-top:14px;padding:0;list-style:none}#main-body .checkboxes li label,.main-body .checkboxes li label{display:block;margin:-20px 0 0 26px}#main-body .boxed-list,.main-body .boxed-list{padding:0}#main-body .boxed-list>li,.main-body .boxed-list>li{border:solid 1px #c9d3e1;border-collapse:collapse;list-style:none;clear:both;padding:10px 20px;*zoom:1}#main-body .boxed-list>li+li,.main-body .boxed-list>li+li{border-top:none}#main-body .boxed-list>li:before,.main-body .boxed-list>li:before,#main-body .boxed-list>li:after,.main-body .boxed-list>li:after{content:" ";display:table}#main-body .boxed-list>li:after,.main-body .boxed-list>li:after{clear:both}#main-body .boxed-list>li>a,.main-body .boxed-list>li>a{line-height:36px}#main-body .boxed-list>li .button-generic,.main-body .boxed-list>li .button-generic{float:right}#main-body .notifications,.main-body .notifications{margin:40px 0}#main-body .notifications>ul,.main-body .notifications>ul{margin:0;padding:0}#main-body .notifications>ul>li,.main-body .notifications>ul>li{list-style:none}#main-body .notifications>ul>li>div,.main-body .notifications>ul>li>div{position:relative;background:#f5f7fb;border-left:3px solid #ff1744;padding:20px 270px 20px 20px;margin-bottom:5px;transition:all .4s ease;overflow:hidden;max-height:100px}#main-body .notifications>ul>li>div p,.main-body .notifications>ul>li>div p{margin:0;font-size:17px;color:#4d4d4d}#main-body .notifications>ul>li>div .actions,.main-body .notifications>ul>li>div .actions{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:240px}#main-body .notifications>ul>li>div .actions .button-generic,.main-body .notifications>ul>li>div .actions .button-generic{font-weight:normal}#main-body .notifications>ul>li>div .actions label,.main-body .notifications>ul>li>div .actions label{position:absolute;right:-10px;top:50%;transform:translateY(-50%);text-indent:-9990px;cursor:pointer;width:20px;height:20px}#main-body .notifications>ul>li>div .actions label:before,.main-body .notifications>ul>li>div .actions label:before,#main-body .notifications>ul>li>div .actions label:after,.main-body .notifications>ul>li>div .actions label:after{position:absolute;top:0;left:0;content:'';width:4px;height:20px;background:#a5afc3;transition:all .4s ease}#main-body .notifications>ul>li>div .actions label:before,.main-body .notifications>ul>li>div .actions label:before{transform:rotate(-45deg)}#main-body .notifications>ul>li>div .actions label:after,.main-body .notifications>ul>li>div .actions label:after{transform:rotate(45deg)}#main-body .notifications>ul>li>div .actions label:hover:before,.main-body .notifications>ul>li>div .actions label:hover:before,#main-body .notifications>ul>li>div .actions label:focus:before,.main-body .notifications>ul>li>div .actions label:focus:before,#main-body .notifications>ul>li>div .actions label:active:before,.main-body .notifications>ul>li>div .actions label:active:before,#main-body .notifications>ul>li>div .actions label:hover:after,.main-body .notifications>ul>li>div .actions label:hover:after,#main-body .notifications>ul>li>div .actions label:focus:after,.main-body .notifications>ul>li>div .actions label:focus:after,#main-body .notifications>ul>li>div .actions label:active:after,.main-body .notifications>ul>li>div .actions label:active:after{background:#3969af}#main-body .notifications>ul>li input[type="checkbox"]:checked+div,.main-body .notifications>ul>li input[type="checkbox"]:checked+div{margin-bottom:0;max-height:0;padding-top:0;padding-bottom:0;opacity:0}#main-body .switch-store-consult-mode,.main-body .switch-store-consult-mode{background:#3969af;color:#fff;float:right;margin-top:-38px;transition:.4s ease}#main-body .switch-store-consult-mode>div,.main-body .switch-store-consult-mode>div{float:left;height:26px;line-height:26px;padding-top:6px;padding-bottom:6px}#main-body .switch-store-consult-mode>div>a,.main-body .switch-store-consult-mode>div>a{font-size:16px;display:block;padding:0 20px;border-right:solid 1px #fff;color:#fff}#main-body .switch-store-consult-mode>div h5,.main-body .switch-store-consult-mode>div h5{font-size:12px;display:block;float:left;padding:0 20px;margin:0;font-weight:normal;color:#fff}#main-body .switch-store-consult-mode>div label,.main-body .switch-store-consult-mode>div label{display:block;float:left;background:#fff;border-radius:13px;position:relative;cursor:pointer}#main-body .switch-store-consult-mode>div label::after,.main-body .switch-store-consult-mode>div label::after{content:'';position:absolute;background:#3969af;height:20px;width:50%;left:47%;top:3px;border-radius:10px;transition:all .4s ease}#main-body .switch-store-consult-mode>div label span,.main-body .switch-store-consult-mode>div label span{display:block;float:left;padding:0 20px;font-size:16px;text-transform:uppercase}#main-body .switch-store-consult-mode>div label span.off,.main-body .switch-store-consult-mode>div label span.off{color:#ff1744}#main-body .switch-store-consult-mode>div label span.on,.main-body .switch-store-consult-mode>div label span.on{color:#1cb00c}#main-body .switch-store-consult-mode>div input[type="checkbox"]:checked+label::after,.main-body .switch-store-consult-mode>div input[type="checkbox"]:checked+label::after{left:3%}#main-body .events-filtering-sorting,.main-body .events-filtering-sorting{position:relative;margin-top:2em;margin-bottom:2em;min-height:50px}#main-body .events-filtering-sorting>p,.main-body .events-filtering-sorting>p{position:absolute;top:4px;right:0}#main-body .events-filtering-sorting>p a,.main-body .events-filtering-sorting>p a{display:inline-block}#main-body .events-filtering-sorting .sorting,.main-body .events-filtering-sorting .sorting{position:absolute;top:0;right:0}#main-body .events-filtering-sorting .sorting h4,.main-body .events-filtering-sorting .sorting h4{margin:0;text-transform:uppercase;font-size:15px;font-weight:bold;color:#7f7f7f}#main-body .events-filtering-sorting .sorting .ui-menu-item,.main-body .events-filtering-sorting .sorting .ui-menu-item{font-size:14px}#main-body .events-filtering-sorting .sorting .ui-selectmenu-menu,.main-body .events-filtering-sorting .sorting .ui-selectmenu-menu{border-radius:20px}#main-body .events-filtering-sorting .sorting .ui-selectmenu-menu.ui-selectmenu-open,.main-body .events-filtering-sorting .sorting .ui-selectmenu-menu.ui-selectmenu-open{border-width:1px}#main-body .events-filtering-sorting .sorting .ui-selectmenu-menu ul,.main-body .events-filtering-sorting .sorting .ui-selectmenu-menu ul{border:none}#main-body .events-filtering-sorting .sorting .ui-selectmenu-button,.main-body .events-filtering-sorting .sorting .ui-selectmenu-button{border:none;font-size:24px;font-family:Museo-300,serif;color:#7f7f7f;line-height:1.4;padding:0 30px 0 0;border-radius:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAqklEQVQoU43SPQrCQBCG4Xc2JxDsbBRsvYMI4qUSJiGXEgTxBDa2gmnsAt4gKxM0YLJrsuX8PPuxrKjqFZgB+6Io7kw4qroGTsBLVPUBLEXk6b3fjiG2LCIX7/0CqAzoCmNIaFYs8RQkNtMCfQSom6bZlWV5s16WZRvn3BmY91N2QAyxemzZej9ACPkEHNz8TT4AAgj/HjcIGJKm6SpJkmMbU+SQ53kV+iJvJPKJUhpaS6gAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:100% 60%;height:auto}#main-body .events-filtering-sorting .sorting .ui-selectmenu-button[aria-expanded="true"],.main-body .events-filtering-sorting .sorting .ui-selectmenu-button[aria-expanded="true"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAArElEQVQoU2NkwAHMcjYpsvz9uwMk/e8/g/uJGYEPsCllxCZombVRheH/3wMMDIzSEPn/TxkYmR2OT/O/g64ewwBkzYwMDG/A2hkYRHAZgmIAuub/zIxOIAMY//7fh8sQuAHYNB+fEnAZZIBlzgZdXIaADUD1M3b/4lLDSIxmWMBhU8tombn+PgMDgwK+kEYOebQYegAy4BwDA4MgAyOTK7Zowh3N/3YzMDC8BwCS4XbRuB3JQgAAAABJRU5ErkJggg==)}#main-body .events-filtering-sorting .sorting .ui-selectmenu-button .ui-icon,.main-body .events-filtering-sorting .sorting .ui-selectmenu-button .ui-icon{display:none}#main-body .events-filtering-sorting .filtering,.main-body .events-filtering-sorting .filtering{position:relative;margin:0;padding:80px 0 0;width:100%;overflow:hidden}#main-body .events-filtering-sorting .filtering>li,.main-body .events-filtering-sorting .filtering>li{list-style:none}#main-body .events-filtering-sorting .filtering>li>label,.main-body .events-filtering-sorting .filtering>li>label{position:absolute;top:0;display:block;font-size:15px;text-transform:uppercase;border-left:solid 1px #e3e9f2;padding-left:30px;font-weight:bold;cursor:pointer}#main-body .events-filtering-sorting .filtering>li>label[for="filtering-year"],.main-body .events-filtering-sorting .filtering>li>label[for="filtering-year"]{border:none;padding-left:0}#main-body .events-filtering-sorting .filtering>li>label[for="filtering-type"],.main-body .events-filtering-sorting .filtering>li>label[for="filtering-type"]{left:150px}#main-body .events-filtering-sorting .filtering>li>label[for="filtering-speaker"],.main-body .events-filtering-sorting .filtering>li>label[for="filtering-speaker"]{left:340px}#main-body .events-filtering-sorting .filtering>li>label[for="filtering-location"],.main-body .events-filtering-sorting .filtering>li>label[for="filtering-location"]{left:340px}#main-body .events-filtering-sorting .filtering>li>label strong,.main-body .events-filtering-sorting .filtering>li>label strong{font-size:24px;font-family:Museo-300,serif;display:inline-block;text-transform:none;font-weight:normal;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAqklEQVQoU43SPQrCQBCG4Xc2JxDsbBRsvYMI4qUSJiGXEgTxBDa2gmnsAt4gKxM0YLJrsuX8PPuxrKjqFZgB+6Io7kw4qroGTsBLVPUBLEXk6b3fjiG2LCIX7/0CqAzoCmNIaFYs8RQkNtMCfQSom6bZlWV5s16WZRvn3BmY91N2QAyxemzZej9ACPkEHNz8TT4AAgj/HjcIGJKm6SpJkmMbU+SQ53kV+iJvJPKJUhpaS6gAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:100% 60%;padding-right:30px}#main-body .events-filtering-sorting .filtering>li>ul,.main-body .events-filtering-sorting .filtering>li>ul{margin:0;padding:0;column-count:4;column-gap:20px;max-height:0;opacity:0;width:100%;overflow:hidden;transition:all 0s}#main-body .events-filtering-sorting .filtering>li>ul>li,.main-body .events-filtering-sorting .filtering>li>ul>li{list-style:none;line-height:1.7;font-size:15px}#main-body .events-filtering-sorting .filtering>li>ul>li div,.main-body .events-filtering-sorting .filtering>li>ul>li div{display:inline-block}#main-body .events-filtering-sorting .filtering>li>ul>li label,.main-body .events-filtering-sorting .filtering>li>ul>li label{color:#4d4d4d;margin:-1.7em 0 0 1.7em;display:block}#main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~label,.main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~label{color:#4d4d4d}#main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~label strong,.main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~label strong{color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAArElEQVQoU2NkwAHMcjYpsvz9uwMk/e8/g/uJGYEPsCllxCZombVRheH/3wMMDIzSEPn/TxkYmR2OT/O/g64ewwBkzYwMDG/A2hkYRHAZgmIAuub/zIxOIAMY//7fh8sQuAHYNB+fEnAZZIBlzgZdXIaADUD1M3b/4lLDSIxmWMBhU8tombn+PgMDgwK+kEYOebQYegAy4BwDA4MgAyOTK7Zowh3N/3YzMDC8BwCS4XbRuB3JQgAAAABJRU5ErkJggg==)}#main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~ul,.main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~ul{max-height:990px;opacity:1}#main-body .events-filtering-sorting .filtering.filtering-upcoming-events>li>label[for="filtering-location"],.main-body .events-filtering-sorting .filtering.filtering-upcoming-events>li>label[for="filtering-location"]{border:none;padding-left:0;left:0}#main-body .events-filtering-sorting .filtering.filtering-upcoming-events>li>label[for="filtering-speaker"],.main-body .events-filtering-sorting .filtering.filtering-upcoming-events>li>label[for="filtering-speaker"]{left:190px}#main-body .events-filtering-sorting .filters,.main-body .events-filtering-sorting .filters{margin:0 -5px;padding:2em 0 0}#main-body .events-filtering-sorting .filters li,.main-body .events-filtering-sorting .filters li{list-style:none;float:left;margin:0 5px 10px}#main-body .events-filtering-sorting .filters li label,.main-body .events-filtering-sorting .filters li label{position:relative;cursor:pointer;color:#4d4d4d;font-size:15px;display:block;line-height:34px;border:1px solid #dedede;border-radius:18px;padding:0 40px 0 15px;overflow:hidden;transition:all .4s ease}#main-body .events-filtering-sorting .filters li label:hover,.main-body .events-filtering-sorting .filters li label:hover,#main-body .events-filtering-sorting .filters li label:focus,.main-body .events-filtering-sorting .filters li label:focus,#main-body .events-filtering-sorting .filters li label:active,.main-body .events-filtering-sorting .filters li label:active{background-color:#ebf0f7}#main-body .events-filtering-sorting .filters li label::after,.main-body .events-filtering-sorting .filters li label::after{content:'';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAg0lEQVQoU2O0yly/4h/j/8YT04KuMxAAFlnrNJn+M9YzghiM/xmX/Wf8H4VPI7I6RpDhhDSiy4M14dOIzUC4JmwacbkARROyRob/jE0MjP/rsPkVQxNIo2XGhkAGxv/rGP4zBh2fEbAePVAptwndDwT9hEsBztAjOZ4IacAWj4zkpD0At1ar9DFlG6YAAAAASUVORK5CYII=);width:13px;height:13px;position:absolute;right:15px;top:50%;margin-top:-6px}#main-body .events-filtering-sorting .filter-actions,.main-body .events-filtering-sorting .filter-actions{clear:both}#main-body .events-filtering-sorting .filter-actions .button-generic,.main-body .events-filtering-sorting .filter-actions .button-generic{margin-right:10px}#main-body .events-pricing-structure:not(:empty),.main-body .events-pricing-structure:not(:empty){margin:-18px 0 4em;color:#4d4d4d}#main-body .event-details,.main-body .event-details{width:100%;margin-top:-77px;margin-bottom:-40px}#main-body .event-details>header,.main-body .event-details>header{background:#25497d;margin-left:-2000px;padding-left:2000px;margin-right:-2000px;padding-right:2000px}#main-body .event-details>header>div,.main-body .event-details>header>div{max-width:1132px;margin:0 auto;padding:15px 0 0;text-align:center}#main-body .event-details>header>div p,.main-body .event-details>header>div p{margin:0;height:auto;padding-bottom:15px}#main-body .event-details>header>div p .button-go,.main-body .event-details>header>div p .button-go{font-size:17px;line-height:30px;padding-top:15px;padding-bottom:15px;border-radius:30px}#main-body .event-details>header>div img,.main-body .event-details>header>div img{max-width:100%}#main-body .event-details>header>div img+p,.main-body .event-details>header>div img+p{margin-top:-15px;height:15px}#main-body .event-details>div h2,.main-body .event-details>div h2{font-family:Museo-700,serif;font-size:26px;line-height:1.3}#main-body .event-details>div h3,.main-body .event-details>div h3{font-size:26px;line-height:1.3}#main-body .event-details>div h3 time,.main-body .event-details>div h3 time{font-size:24px}#main-body .event-details>div .event-details-access,.main-body .event-details>div .event-details-access{float:left;width:50%;box-sizing:border-box}#main-body .event-details>div .event-details-access>div.login-panel,.main-body .event-details>div .event-details-access>div.login-panel{padding:70px 60px 20px 0}#main-body .event-details>div .event-details-access>div.guest-access-code,.main-body .event-details>div .event-details-access>div.guest-access-code{padding:28px;margin:60px 60px 4em 0;border:2px solid #c7d0dd}#main-body .event-details>div .event-details-access>div.guest-access-code h4:first-child,.main-body .event-details>div .event-details-access>div.guest-access-code h4:first-child,#main-body .event-details>div .event-details-access>div.guest-access-code h3:first-child,.main-body .event-details>div .event-details-access>div.guest-access-code h3:first-child{margin-top:0}#main-body .event-details>div .event-details-access>div.guest-access-code p:last-child,.main-body .event-details>div .event-details-access>div.guest-access-code p:last-child{margin-bottom:0}#main-body .event-details>div .event-details-access>div,.main-body .event-details>div .event-details-access>div{padding:70px 60px 70px 0}#main-body .event-details>div .event-details-access>.pricing,.main-body .event-details>div .event-details-access>.pricing{padding-top:0}#main-body .event-details>div .event-details-includes,.main-body .event-details>div .event-details-includes{float:right;width:50%;box-sizing:border-box;min-height:800px;display:flex;flex-direction:column}#main-body .event-details>div .event-details-includes>div,.main-body .event-details>div .event-details-includes>div{margin-right:-2000px;background:#ebf0f7;padding:70px 2000px 0 60px;box-sizing:border-box}#main-body .event-details>div .event-details-includes>div+div,.main-body .event-details>div .event-details-includes>div+div{padding-top:4em}#main-body .event-details>div .event-details-includes>div:last-child,.main-body .event-details>div .event-details-includes>div:last-child{flex-grow:1;padding-bottom:70px}#main-body .event-details>div .event-details-includes>div .preview .preview-video,.main-body .event-details>div .event-details-includes>div .preview .preview-video{margin-top:2em}#main-body .event-details>div .description-resources,.main-body .event-details>div .description-resources{margin:0 -10px}#main-body .event-details>div .description-resources .description,.main-body .event-details>div .description-resources .description{box-sizing:border-box;padding:0 10px;width:60%;float:left}#main-body .event-details>div .description-resources .description .media,.main-body .event-details>div .description-resources .description .media{margin-top:20px}#main-body .event-details>div .description-resources .description .media #audio_player,.main-body .event-details>div .description-resources .description .media #audio_player{width:100% !important;height:32px !important}#main-body .event-details>div .description-resources .description .media>h2,.main-body .event-details>div .description-resources .description .media>h2{margin-bottom:7px}#main-body .event-details>div .description-resources .description .media .playlist,.main-body .event-details>div .description-resources .description .media .playlist{padding:2em 0;border-bottom:solid 1px #e3e9f2}#main-body .event-details>div .description-resources .description .media .playlist>label,.main-body .event-details>div .description-resources .description .media .playlist>label{font-size:20px;font-family:Museo-700,serif;color:#3969af;display:inline-block;padding-right:30px;position:relative;cursor:pointer}#main-body .event-details>div .description-resources .description .media .playlist>label::after,.main-body .event-details>div .description-resources .description .media .playlist>label::after{content:'';position:absolute;right:0;top:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAArElEQVQoU2NkwAHMcjYpsvz9uwMk/e8/g/uJGYEPsCllxCZombVRheH/3wMMDIzSEPn/TxkYmR2OT/O/g64ewwBkzYwMDG/A2hkYRHAZgmIAuub/zIxOIAMY//7fh8sQuAHYNB+fEnAZZIBlzgZdXIaADUD1M3b/4lLDSIxmWMBhU8tombn+PgMDgwK+kEYOebQYegAy4BwDA4MgAyOTK7Zowh3N/3YzMDC8BwCS4XbRuB3JQgAAAABJRU5ErkJggg==);background-repeat:no-repeat;width:16px;height:9px;margin-top:-4px;transition:all .4s ease;transform:scaleY(-1)}#main-body .event-details>div .description-resources .description .media .playlist ol,.main-body .event-details>div .description-resources .description .media .playlist ol{margin:0;padding:0;overflow:hidden;max-height:0;opacity:0;transition:all .4s ease}#main-body .event-details>div .description-resources .description .media .playlist ol li,.main-body .event-details>div .description-resources .description .media .playlist ol li{list-style:none;font-size:16px;color:#4d4d4d;font-weight:bold}#main-body .event-details>div .description-resources .description .media .playlist ol li:first-child,.main-body .event-details>div .description-resources .description .media .playlist ol li:first-child{margin-top:1em}#main-body .event-details>div .description-resources .description .media .playlist ol li label,.main-body .event-details>div .description-resources .description .media .playlist ol li label{display:inline-block;padding:.3em 0;cursor:pointer;transition:all .4s ease}#main-body .event-details>div .description-resources .description .media .playlist ol li input,.main-body .event-details>div .description-resources .description .media .playlist ol li input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#main-body .event-details>div .description-resources .description .media .playlist ol li input:checked+label,.main-body .event-details>div .description-resources .description .media .playlist ol li input:checked+label{color:#3969af}#main-body .event-details>div .description-resources .description .media .playlist ol li input:checked+label::after,.main-body .event-details>div .description-resources .description .media .playlist ol li input:checked+label::after{content:' (Now Playing)';color:#a3a3a3}#main-body .event-details>div .description-resources .description .media .playlist>input[type="checkbox"]:checked+label::after,.main-body .event-details>div .description-resources .description .media .playlist>input[type="checkbox"]:checked+label::after{transform:scaleY(1)}#main-body .event-details>div .description-resources .description .media .playlist>input[type="checkbox"]:checked~ol,.main-body .event-details>div .description-resources .description .media .playlist>input[type="checkbox"]:checked~ol{max-height:1000px;opacity:1}#main-body .event-details>div .description-resources .description p.ui-front,.main-body .event-details>div .description-resources .description p.ui-front{width:50%}#main-body .event-details>div .description-resources .resources,.main-body .event-details>div .description-resources .resources{box-sizing:border-box;padding:0 10px;width:40%;float:right}#main-body .event-details>div .description-resources .resources>ul,.main-body .event-details>div .description-resources .resources>ul{margin:20px 0 0;padding:0}#main-body .event-details>div .description-resources .resources>ul>li>h3,.main-body .event-details>div .description-resources .resources>ul>li>h3{font-size:18px;background-color:#c9d3e1;padding:13px 30px;font-family:Museo-500,serif}#main-body .event-details>div .description-resources .resources>ul>li>ul,.main-body .event-details>div .description-resources .resources>ul>li>ul{margin:0;padding:0}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li{border-top:solid 1px #e3e9f2}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li:first-child,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li:first-child{border:none}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label{position:relative;color:#4d4d4d;font-weight:bold;text-transform:uppercase;font-size:15px;cursor:pointer;display:block;padding:14px 60px;background-color:#f5f7fb;background-position:30px 50%;background-repeat:no-repeat}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-videos"],.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-videos"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAfElEQVQoU2O0zFx/jYGBQZOBNHD9+PQAbQYGxv8gbZZZG1UYLTPXgzmkAnZ2BsEDEwI/gAxh+P/3AEUG/fzFJAIyhIGBUZpsg5j+MZn+Y/q7AWQIyDdkG8TIwPDmPwODCCxIyDYIPUwH3iCqeY1qgQ1KR1SJfmwJkipZBAArb0nlcltMHQAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-audio-recordings"],.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-audio-recordings"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAABd0lEQVQ4T+WSPSxDURTH/+fV01pIBza7iEmH9okIg8Qg1XbohEQiuNWlZkMTZjWUIiY1deirxiAxaAz9GGoS7DYGH4vq03fk9Sv1ktZocJabc/73f+7NOT+CKRwriT7ZIkcJ8BsSAwmtogWLR/631qtkNrqEGidgvrXOwGk+5l3oaFSE+gmg29SwnIt5bABxo256kUkRKd38CyO3WmHP7Hpf2xgBRajNrq0N/qVREaoG4CYX8zqNYfy2DkWoBQCjpARS92AehE3rz0X8H50AUEKJHpTkZxA9kkuoWwRsMtFGft8T6YScK5AKEfMOA9s0Ls7tFWgPAPXquu4uHPoua/vjOhw1WpyryWlJktIAv1sgD1XFsfWzCdb1iypqjCiBj7MHvtuqtpYcYdAyCEEAZZKkmeze3HUTOadQHRJwAmC4TowxNCPk+nmnA4uFmLdo5D9YnQxfdZWeXtxgzBJoqW6IM3HKNmBPZ8JTX21ZbQgNZs2M/p3xG8VIsMe6pN57AAAAAElFTkSuQmCC)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-downloadable-resources"],.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label[for="resources-downloadable-resources"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAABBklEQVQ4T+2TvUoDQRSFv6Nuo7Gx8QVEC8UiaRwULC0sEsEiTyCutZVYpLC09ucNUgjZgBaWgrKVFqKFwRewSRMVZDVXlF1YNxtIYZkp7zln5uPMjMhZbqc5I+vWDYqCO9NINTwqP2etKm2det7o9KqwQiIK9g1KYI+gecGtwUGiG3qNvl6u5PzgHGy9F0A34XFlxfnBNdhyjn4h5ze6QEuibkYVmIuNEcYZYhPw4tlTyjf7EzaMZniyUXHbjQBRzuvhd5bx/V94cfdyYurzPUHsAWiPjUf3h2tvCeGfk/viZoRhOL6/YWH9G0g/kg+gAzwMWhiwAExqyQ/2hNVS326QPSJDtW95eLnFuduTOwAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label::after,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>label::after{position:absolute;content:'';right:30px;top:50%;margin-top:-5px;width:11px;height:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAA4UlEQVQYV2NkwAD/Gf0qdnRu6vAsQ5diRBfwrdgRzMDwfw0jI0PwpnbPdcjyKIrT0s6wPhd6fY2BgUGFkYHhlsQ7UZ1Zs0x+wzSgKPap3J7H+J9hIkKSMXdTh8cUDMWeDdv4WH4w3mVgYBBBsvr1H47/KtsbvD6BxOAm+1Rsb2NkYKhE98N/Bob2LR2eVXDF/tU7Zf/9/XeTgYGBEzN0GL4zMTOpb2x1fww22bdi+wIGBoZ4LAphQgs3d3gmMHpVbTVg/sd0loGBgQmP4n///zMaMfpUbN/NyMDggkchTGoXAANnQOrh3LyLAAAAAElFTkSuQmCC);transition:all .4s ease;transform:scaleY(-1)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul{overflow:hidden;max-height:0;transition:all .4s ease;margin:0;padding:0}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li{font-size:15px}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li:nth-child(even),.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li:nth-child(even){background-color:#f5f7fb}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li:first-child,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li:first-child{border-top:solid 1px #e3e9f2}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li a,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>ul>li a{display:block;color:#4d4d4d;padding:10px 30px 10px 60px;background-position:30px 50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAABSElEQVQ4T+2TwUrDQBCG/1nove/gIwiaRBDPotYmBQtC8SA12z6A+AY+gG2iF0E9CLYb0LPiKcnZk1ffQL1UiGZkayshJoqenePu/83O/vxDKCnTVXcgPEaevVgkoVJQKgbwFHl29R/MOWD+ZI7pBnNI356jo8Z9li0D52UwKwSqZEr1AiAlxkro2zdTuAg05HCNQIOx3pJql4F9ACMmsRH31680nActVzWZcAKgwkydcQBMqboADgAkTGjGfVtlQbOjWmAcay0xb4W+c/qZHEMOtwl0qC+Z0SLCmU4OM+0RcV83JUYr9O3zcYOsIYarNuljHF1C95hoEgY3Ys+5nOq/ZNXqqhqnuNB/mYhGELQa9erX2UcKQ76wM1hOhdDuJcxUi/36bT7opdthtYMZVNLXsOc8FG6H4QZLZav13bkOgDbg1/Vn8B16fpvXZlSjLAAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>input[type="checkbox"]:checked~label::after,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>input[type="checkbox"]:checked~label::after{transform:scaleY(1)}#main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>input[type="checkbox"]:checked~ul,.main-body .event-details>div .description-resources .resources>ul>li>ul.downloads>li>input[type="checkbox"]:checked~ul{max-height:500px}#main-body .event-details>div .description-resources .resources>ul>li>ul.share,.main-body .event-details>div .description-resources .resources>ul>li>ul.share{padding:20px 30px;background:#f5f7fb}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li{float:left;margin-left:15px;background-size:cover;background-position:center}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li:first-child,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li:first-child{margin-left:0}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li a,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li a{display:block;height:40px;width:40px;opacity:0;background-size:cover;background-position:center}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:hover,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:hover,#main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:focus,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:focus,#main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:active,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li a:active{opacity:1}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.facebook,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.facebook{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABSElEQVR42u3br0oEURiH4QkigiBmDd6CTYPBK5DVZBSbgtEgFuPegOAt6BYvwqB5b0DNBsU/YBD9BndxWGblOMcgzhPeeMoDB34zcIqr/s27mldAAAgQIEABBAgQoAACBAhQAAECBKj/AfgQ9aLDaDtaj1bH9ATwq7toJ5qKisTuAX7Wj+Z+AAewUomw0AAP4KD9hngAo9doFmDzLjPwAEbHiVAz0Uq0FnUqPbcd8CABbzl6NKTr200APPElMr6tBMAzgHmA5wABAvwLgOVmOxppMQFws+bcsJc2AV5njubRJqI3gM2bb9sV/m3AJYB5bQDMaw9gXt22Ad4O/v1Vm0yAmq45V3ZqSBvSAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAABPqfvOMa9gFQI8NBRAgQIACCBAgQAEECBAgQAEECLCdfQCMbim6S0UHuAAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.facebook a,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.facebook a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABSElEQVR42u3br0oEURiH4QkigiBmDd6CTQWDV7CoySi2FYwGsRj3BgRvwTXoRRjs3oCYDYp/wCD6De7isMzKcY5BnCe88ZQHDvxm4BQr3fN3Na+AABAgQIACCBAgQAEECBCgAAIECFD/A/AhOosOo51oI1ob0xPAr+6ibjQVFYndA/zsOpr7ARzASiXCQgM8gIP2G+IBjF6jWYDNu8rAAxgdJ0LNRKtRJ1qv9Nx2wIMEvOXo0ZCubzcB8MSXyPi2EwD7APMALwACBPgXAMvNdjTSYgLgVs25YS9tArzJHM2jTURvAJs337Yr/NuASwDz2gSY1x7AvHptA7wd/PurNpkANV1zruzUkDakAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAASbU++YZ17BLgB4bCiBAgAAFECBAgAIIECBAgAIIEGA7+wC4qNv4QoguGAAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.linkedin,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.linkedin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABzElEQVR42u3YLUhDURiA4WsRRLNMTGsTxZ9gF/zBYFLEaFkUFMSuQRBWLMqKaHGwYDEpWg02cWGKCE5lokEY+BP1O3gGY5zd+7EZpucNb7vfuXcP9+6eLTjPFb6o/gIQAAQQQAAJQAABBJAABBBAAAlAAAEEkJoD8FJKSykpI70AqKsojUlBVW3SGoDhfUq9DrzK1gGs3XYEXvlOLAHobkYBaDoG0N2kEjALoLsVJWAeQHc3UmsE3igvkfAyIYh90hOA0ZlHdEEalhLShLRltznsAwlAAP8r4Ku0F9GRY+5NMXdYNfMu7UjTUlxqty+vbmlc2pAe/xrghWIPOOKYu1PMDVYcfyB1KWYM6KLFBtAea+6sFuWGvdyA9Azgz6Mc1NmQ9OEzYKfU0QCgadlnwN/IfCc+ANhYqwDmCrPSiXQvXdntTFw52+8zoHn7pmuc2/zL3aNco+Qr4HzE+U+V65z5CniruIaYYp2sj4Ax5TVMKdba9REwobyGpGKtTd9/C4e1BCCAAAIIIIAAAggggAACCCCAAALoDeC1/aBhJR1zRcXcnPIaUoq19psV0KsABBBAAAEkAAEEEEACEEAAASQAAQQQQAIQQAB96Bs8lM081ZqwIgAAAABJRU5ErkJggg==)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.linkedin a,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.linkedin a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABzUlEQVR42u3YLUhDURiA4WsRRLNMTGsTxZ9gsAn+YDApYrSsDAQFsWsQhBWLsiJaHCzIwKRotQ+LigiiMtEgDPyJ+h08gzHO7v3YDNPzhrfd79y7h3t3zxaMpPJfVH8BCAACCCCABCCAAAJIAAIIIIAEIIAAAkjNAXghZaS0lJVeANRVlMaloKo2aR3A8D6lXgdeZRsA1m4nAq98J5YAdDerADSdAOhuSgmYA9DdqhLwEkB3N1JrBN4YL5HwsiGIfdITgNGZR3RRGpYS0qS0bbc57AMJQAD/K+CrtB/RsWPuTTF3VDXzLu1KM1Jcarcvr25pQtqUHv8aYEGxBxx1zN0p5gYrjj+UuhQzBnTJYgNojzV3Votyw15uQHoG8OdRDupsSPrwGbBT6mgA0LTiM+BvZL4THwBsrDUAU/k56VS6l67sdiaunO33GdC8fTM1zm3+5e5RrlHyFXAh4vxnynXOfQW8VVxDTLFOzkfAmPIaphVr7fkImFBeQ1Kx1pbvv4XDWgYQQAABBBBAAAEEEEAAAQQQQAAB9Abw2n7QsJKOuaJibl55DWnFWgfNCuhVAAIIIIAAEoAAAgggAQgggAASgAACCCABCCCAPvQNaM5/ifyyKgUAAAAASUVORK5CYII=)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.twitter,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.twitter{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAACmUlEQVR42u3aTUgUYRzH8d00KsHaXHw5LJERgpgEBXkKRKGDUEQkZGHiwYN48Gh6MYSgF0IPHcRzJ8+iHkIjgq2tDvaGUCsYhIgUKlvrwcrfQ/+DLOvq7PPsjM/M7/A9CDowH555ZnyeJ/T6w+I/ln8hIhCQgAQkICMgAQlIQEZAAhKQgIyABCQgARkBCUhAAjICEpCApvuG7qBzqBxFUDW6hRI5/u67jYBv0G+D13uIDqPQDoVRB/ohv7+JplErumEjYAtqMoTYlQMusyp0G0Xl54iMXKsAN9ARuQGFuK5xrREHeJkVoSm5zl+bAD9m3Mj5POehFVSqAXgVjaM21GsT4PMsN1OJnjm8zmMNvO2ppyBtE+D7HBN9D1p1MI/q4jWgXzbPgdmKyuhK7XKdGk28OrRm63fg9T3cYETmplc7XOO0JuC4zR/S7+Qt6OTzQ32vPUKTaB6d1QSM2/6fyF1DL4F8S9oK+AI9RT/RNY/wimQuthJwQm7iICrzCLDW5sWENcHz8vG9aftqzBWPAcdsB0w4fAub7qsf1gPve4R3xk8Lqg88GIn3/LYiHZcVGTfwDqElPwGquWgIDaILLgB2+21PZAEVuzT6jqJlP24q9bkE+MSvu3J/UHuB8ZqDsK05jEoKgBdz89H1el9YvSEH0AmD897bIG6sq2X9i5p4ajTPBO1kQlq2Kqs08Y6h2aAc7VDrci9l+b7SwGOr9ko++/VszCf5mFXnVS6heoNLWwdkVy/lNV6hR6DaJLosN2wCLiyb5HNBO52VlI/oWJ5wJ1E/+sLjbf+Pe6j/FDrl7XsKHZetzQqZ1xrlER3dr2g8YElAAhKQEZCABCQgIyABCUhAAjICEpCABGQEJCABCcgISEACBqctotY4YhRuX4EAAAAASUVORK5CYII=)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.twitter a,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.twitter a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAACmUlEQVR42u3aPUhWURzH8cc0MkF7UvJxECkJIUoEhcRBEAMHoRApSCXDoUEcHH1ZFCHoBcnBQZqdnsVFzEEsIlDUhkJF8GUQJCISDdOGfPkd/A/yoI/d55zn3s69v+E7CHrhfjj33Os5J1TROnLIEi9EBAISkIAEZAQkIAEJyAhIQAISkBGQgAQkICMgAQlIQEZAAhLQdOuoE5WiayiMbqAmNBPn7zZsBJxFuwav9wqlo9AZpaCn6Kf8/l80jh6hxzYC1qJqQ4jP4sDFloeaUY78HJaRaxXgH3RZbkAh/tK41oADvNhS0Tu5zoFNgPMxN1KW4Dz0A2VqANahKGpA7TYBfjjlZiJowuF1+jXwTqaegj2bAL/Gmejb0JaDeVQXrxz9tnkOPK0cGV0751ynSBPvNtq29Tvw4T/cYFjmpukzrnFTEzBq84f0Z3kLOvn8UN9rr9EYWkIlmoBTtv8n0mvoJZBoq7YCfkTDaBPVe4SXKnOxlYCjchMXUbZHgLdsXkzYFjwvH99G21djHngM+NZ2wBmHb2HTrfhhPfCFR3h3/LSg+tKDkfjcbyvSU7Ii4wbeJfTNT4BqLupDPeiuC4CtftsTWUNpLo2+LPTdj5tKHS4BDvp1V24fPUky3r0gbGu+QRlJwMt389H1el9YvSG7UYHBeW8uiBvralm/UhNPjebJoJ1M2JOtyjxNvCvofVCOdqh1uU+yfB8x8NiqvZJFv56NWZCPWXVepQYVG1zauiC7ejte4yV7BKpNovtywybgUmST/EvQTmetykd0foJw11EXWubxtuPjHuo/hRZ5+xaiq7K1mSvzWpU8okP/KxoPWBKQgARkBCQgAQnICEhAAhKQgIyABCQgARkBCUhAAjICEpCAwekIzxDqoPZY2pwAAAAASUVORK5CYII=)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.email,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.email{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAOVBMVEX////U3OfR2ebR2ubP2OTP2OXQ2eXN1+TO1+TL1OLL1eLM1ePM1uPJ0+HK1OHJ0+HJ0+HJ0+HJ0+FYHGx/AAAAEnRSTlMAFy4uRkZGXV10dHR0i4ve7vR4o/h2AAAA0klEQVRYw+3Zyw6DIBAFUKxVEL0+5v8/tgunaRsfCJ1N03s3BggnGgZM1E2zaSYnxnGLrbe42RacCRIkSJAgwR8DAX9PxAM5oLsQgolFueDlgIIUiX3vpA6B8ZgbD7iTR4YI0O1z3TqatyiAiABxy0Udyl3lSucNn9yg3VVB2dQ6N7y4oF11YR22Or9Zm4022y8K++2WNjdcuFO8OnrxBluvfxYI0Bvt5bgWXjQ8HOJOSfI8JEgQ4ZZIyHvrFYcgQYIECRL8J9D8S7sYx5n/rbAGH7CugLjLsodsAAAAAElFTkSuQmCC)}#main-body .event-details>div .description-resources .resources>ul>li>ul.share li.email a,.main-body .event-details>div .description-resources .resources>ul>li>ul.share li.email a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQBAMAAAB8P++eAAAAGFBMVEU5aa85aa85aa85aa85aa85aa85aa85aa/AkumQAAAAB3RSTlMAFy5GXXSL3mQVRgAAAKhJREFUSMft1LEOwiAQBuCL1j6Cs+ngbGLi7OTsxFwVr28Ar+/PQAjYg46N3r8RvgS4u0B+YUihQoW/DJ09F7lN85C+sj44lq6fh54L2bNUx1xmLjuaPd+T22Ep3BFXShLOjdKr90kG95DLc4S8BtfBPWt1vECeiLZwr3rBMQd82MDZVmeCjK7eQoNd917SazNF1xoKE90K5/E/oR2KCF9KPQoVKlTYzgdIKQn5SH5EJwAAAABJRU5ErkJggg==)}#main-body .event-details>div .coming-up,.main-body .event-details>div .coming-up{margin-top:4em;border-top:solid 1px #e3e9f2;padding-bottom:4em}#main-body .event-details>div .coming-up h3,.main-body .event-details>div .coming-up h3{text-align:center;font-size:28px;line-height:80px;margin:10px 0 0}#main-body .event-details>div .coming-up>p,.main-body .event-details>div .coming-up>p{margin:2em 0 0}#main-body .event-details>div .coming-up ul,.main-body .event-details>div .coming-up ul{margin:0 -10px;padding:0}#main-body .event-details>div .coming-up ul li,.main-body .event-details>div .coming-up ul li{box-sizing:border-box;float:left;padding:10px;width:25%;list-style:none}#main-body .event-details>div .coming-up ul li>div h4,.main-body .event-details>div .coming-up ul li>div h4{text-align:center;font-size:24px;font-family:Museo-500,serif;background:#e3e9f2;padding:14px 15px;color:#3969af;margin:0}#main-body .event-details>div .coming-up ul li>div>div,.main-body .event-details>div .coming-up ul li>div>div{padding:14px 14px 74px;border:solid 1px #e3e9f2;position:relative}#main-body .event-details>div .coming-up ul li>div>div h5,.main-body .event-details>div .coming-up ul li>div>div h5{font-size:15px;font-family:Museo-500,serif;color:#3969af;margin:0}#main-body .event-details>div .coming-up ul li>div>div h6,.main-body .event-details>div .coming-up ul li>div>div h6{font-size:14px;font-family:Museo-500,serif;color:#3969af;margin:1em 0 0}#main-body .event-details>div .coming-up ul li>div>div p,.main-body .event-details>div .coming-up ul li>div>div p{color:#4d4d4d;font-size:15px;margin:1em 0 0;font-family:Museo-300,serif}#main-body .event-details>div .coming-up ul li>div>div .button-alternate,.main-body .event-details>div .coming-up ul li>div>div .button-alternate{position:absolute;bottom:14px;left:14px}#main-body .recent-events-list,.main-body .recent-events-list{margin:2em 0;padding:0}#main-body .recent-events-list li,.main-body .recent-events-list li{list-style:none}#main-body .recent-events-list li img,.main-body .recent-events-list li img{width:100%}#main-body .recent-events-list li h4,.main-body .recent-events-list li h4{background:#ebf0f7;padding:20px 20px 40px;margin:0;color:#3969af;font-family:Museo-700,serif;font-size:15px;line-height:1.33}#main-body .upcoming-events-table,.main-body .upcoming-events-table{margin-top:40px}#main-body .upcoming-events-table td,.main-body .upcoming-events-table td{border-top:solid 1px #e3e9f2;vertical-align:middle;padding:15px}#main-body .upcoming-events-table td:first-child,.main-body .upcoming-events-table td:first-child{width:15%;text-align:center}#main-body .upcoming-events-table td:last-child,.main-body .upcoming-events-table td:last-child{width:20%;padding-right:0;text-align:right}#main-body .upcoming-events-table td h3,.main-body .upcoming-events-table td h3{font-size:60px;line-height:1;font-family:Museo-700,serif;line-height:.9}#main-body .upcoming-events-table td h4,.main-body .upcoming-events-table td h4{font-size:15px;font-family:Museo-700,serif;line-height:1.33;margin:0;color:#3969af}#main-body .upcoming-events-table td h5,.main-body .upcoming-events-table td h5{font-size:15px;font-family:Museo-700,serif;line-height:1.33;margin:0;font-weight:normal}#main-body .upcoming-events-table td p,.main-body .upcoming-events-table td p{font-size:15px;font-family:Museo-300,serif;line-height:1.33;margin:.33em 0 0}#main-body .upcoming-events-table .month th,.main-body .upcoming-events-table .month th{font-size:20px;background:#e3e9f2;padding:0 30px;text-align:left;color:#4d4d4d;font-family:Museo-700,serif;font-weight:normal;line-height:1.5}#main-body .upcoming-events-table .month+tr td,.main-body .upcoming-events-table .month+tr td{border-top:none}#main-body .author-details,.main-body .author-details{position:relative;padding-left:240px;min-height:150px;padding-bottom:35px;margin-bottom:25px;border-bottom:solid 3px #3969af}#main-body .author-details img,.main-body .author-details img{position:absolute;top:0;left:0;width:215px;max-height:143px}#main-body .author-details h2,.main-body .author-details h2{margin:0}#main-body .author-details h3,.main-body .author-details h3{margin:5px 0 0 0;font-family:'Open Sans',sans-serif;font-size:18px;line-height:18px;color:#4d4d4d}#main-body .author-details p,.main-body .author-details p{font-size:14px;color:#4d4d4d;margin:20px 0 0 0;line-height:20px}#main-body .blog-feature,.main-body .blog-feature{margin:0 0 25px 0;position:relative;padding:35px 0 35px 410px;border-top:solid 3px #3969af;border-bottom:solid 3px #3969af;min-height:240px}#main-body .blog-feature>a>img,.main-body .blog-feature>a>img{position:absolute;top:35px;left:0;width:385px;height:auto;max-height:240px}#main-body .blog-feature h3,.main-body .blog-feature h3{margin:0;color:#4d4d4d;font-size:22px;line-height:22px;font-weight:600}#main-body .blog-feature h3>a,.main-body .blog-feature h3>a{color:#4d4d4d}#main-body .blog-feature h3>a:hover,.main-body .blog-feature h3>a:hover,#main-body .blog-feature h3>a:focus,.main-body .blog-feature h3>a:focus,#main-body .blog-feature h3>a:active,.main-body .blog-feature h3>a:active{text-decoration:underline}#main-body .blog-feature h5,.main-body .blog-feature h5{display:inline-block;margin:7px 0 0 0;font-weight:600;font-size:14px;line-height:14px}#main-body .blog-feature h5 a,.main-body .blog-feature h5 a{color:#4d4d4d}#main-body .blog-feature h5 a:hover,.main-body .blog-feature h5 a:hover,#main-body .blog-feature h5 a:focus,.main-body .blog-feature h5 a:focus,#main-body .blog-feature h5 a:active,.main-body .blog-feature h5 a:active{text-decoration:underline}#main-body .blog-feature h6,.main-body .blog-feature h6{display:inline-block;margin:-1px 0 0 25px;font-size:12px;font-weight:normal;font-family:Museo-700,serif;color:#3969af;line-height:18px;padding:0 7px;border:solid 1px #c9d3e1;border-radius:3px}#main-body .blog-feature p,.main-body .blog-feature p{margin:20px 0 0 0;font-size:14px;line-height:20px}#main-body .blog-feature .button-alternate,.main-body .blog-feature .button-alternate{margin-top:25px}#main-body .tile-listing,.main-body .tile-listing{margin-top:40px}#main-body .tile-listing>h3,.main-body .tile-listing>h3{text-align:center}#main-body .tile-listing>.cycle-slideshow,.main-body .tile-listing>.cycle-slideshow{margin:35px 0 0 0;padding:0}#main-body .tile-listing>.cycle-slideshow>li,.main-body .tile-listing>.cycle-slideshow>li{position:relative;height:330px;background:#fff;margin:20px 0 0 20px;padding:15px;list-style:none;box-sizing:border-box;float:left;width:268px;border:solid 1px #e3e9f2;border-radius:3px}#main-body .tile-listing>.cycle-slideshow>li>a>img,.main-body .tile-listing>.cycle-slideshow>li>a>img{display:block;width:100%;max-height:162px;height:auto}#main-body .tile-listing>.cycle-slideshow>li h4,.main-body .tile-listing>.cycle-slideshow>li h4{margin:10px 0 0 0;font-weight:normal;font-family:Museo-700,serif;font-size:18px;line-height:18px}#main-body .tile-listing>.cycle-slideshow>li h4 a,.main-body .tile-listing>.cycle-slideshow>li h4 a{color:#3969af}#main-body .tile-listing>.cycle-slideshow>li h5,.main-body .tile-listing>.cycle-slideshow>li h5{margin:5px 0 0 0;font-size:14px;line-height:14px;font-weight:600}#main-body .tile-listing>.cycle-slideshow>li .button-alternate,.main-body .tile-listing>.cycle-slideshow>li .button-alternate{position:absolute;bottom:15px;left:15px}#main-body .tile-listing>.cycle-slideshow>li.first-column-of-four,.main-body .tile-listing>.cycle-slideshow>li.first-column-of-four{margin-left:0}#main-body .no-nav,.main-body .no-nav{margin-top:-78px}#main-body .no-nav>h4,.main-body .no-nav>h4{font-size:16px;margin-top:50px;color:#3969af}#main-body .no-nav .slideshow,.main-body .no-nav .slideshow{padding-top:34px;background:#fff}#main-body .no-nav .slideshow>div,.main-body .no-nav .slideshow>div{float:left;width:791px}#main-body .no-nav .slideshow>div>img,.main-body .no-nav .slideshow>div>img{display:block;width:791px}#main-body .no-nav .slideshow>ul,.main-body .no-nav .slideshow>ul{float:right;margin:0;padding:0;width:341px}#main-body .no-nav .slideshow>ul li,.main-body .no-nav .slideshow>ul li{margin:0;padding:0;list-style:none;background:#f6f9fc;height:90px;border-top:solid 4px #c9d3e1}#main-body .no-nav .slideshow>ul li.cycle-pager-active,.main-body .no-nav .slideshow>ul li.cycle-pager-active{border-color:#3969af;background:#fff}#main-body .no-nav .slideshow>ul li a,.main-body .no-nav .slideshow>ul li a{display:table-cell;box-sizing:border-box;width:341px;height:90px;vertical-align:middle;padding:0 25px;font-weight:bold;color:#3969af;font-size:14px}#main-body .no-nav .purchase-path-steps ul,.main-body .no-nav .purchase-path-steps ul{margin:35px 0 0 0;padding:0;border-left:solid 1px #c9d3e1}#main-body .no-nav .purchase-path-steps ul li,.main-body .no-nav .purchase-path-steps ul li{position:relative;list-style:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAA3CAYAAAD63bgkAAAC2UlEQVR42u3du4+McRTHYWyIiFAQEYmCQiQKDZVINDSoRKORqJSiUihUSolKodAoqRSiUdFIJBIFUbDY68zO7szeL9mM876zaNyWnd33yFM88y98Mpn5nt+6Nx9G2gBA1y2Gs2FdNxQf7dbUAgDQRbWxmSLq0+GooANAYoONqSLqtbBf0AEgsf76ZBH1d2GnoANAYn21iSLqz8MWQQeAxD4Pl1F/GHoEHQAS+zQ0XkT9tqADQGLN71G/KugAkFhjfK7dO9Aqon5e0AEg/0Z9NhwXdABIbKgxXUR9NBwUdABIbGCkPDzTG3YLOgCk3qiXh2dehq2CDgD5N+qPl7NRF3QAqO5G/a6gA8D/EfXrgg4AiY1OzLU/DpZRvyjoAJBYvTlbBH0+nBR0AEhseLTcqLfCYUEHgPwb9b6wV9ABILH+erlRfx22CzoA5N+oPw2bBB0AMs/ZOlG/H9YLOgDk36jfFHQASGxscv5r1C8LOgAkNtIqN+qL4YygA0DmjfrYTBH194IOAMkVLRd0AMj8Db1zRe6toANA7t/QF8IpQQeAjP9yn5j/+hLbJf9yB4DcO/QbdugAkDvm91yKA4Cklm65Pwkb3XIHgIT6auVra6/CNq+tAUBCS++hfwp7vIcOAAkNdbbmzXDoRzEXdACouHqzPO06H078LOaCDgAVNjo+1+4dbBVBv/CrmAs6AFR/nnbtdzEXdACodszv/EnMBR0Aqrs1fxR6BB0AUm7Ny5i/CFv+NOaCDgBV2prXy8Mx78Ou5cRc0AGgKlvzRrk1HwkHlhtzQQeACqiNlVvzmXDsb2Iu6ACwxhrjc0XMF8O5v425oAPAGmpOfpunXfmXmAs6AKz91vzWv8Zc0AFgbbfmD8IGQQeAvFvzZ2HzSsRc0AFglfV3tuZvw46VirmgA8AqGmxMFTEfDvtWMuaCDgCrZLizNZ8KR1Y65t+CDgB0XbE1P92NmBe+AJrIXKfSQMowAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:right;float:left;line-height:55px;width:25%;text-align:center;margin-left:-25px;padding-left:25px;font-size:18px;color:#3969af}#main-body .no-nav .purchase-path-steps ul li:first-child,.main-body .no-nav .purchase-path-steps ul li:first-child{margin-left:0;padding-left:0}#main-body .no-nav .purchase-path-steps ul li.current,.main-body .no-nav .purchase-path-steps ul li.current{font-weight:bold;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAA3CAYAAAD63bgkAAADFklEQVR42u3dv4vbdRzH8dOiSBEdFJGCgw4iOLjoJIKLLtpJXFyETh3FycHByVFwcnBwcdTJQVycdBEEwaHFoS1Stckll+SSy69L8vX9+SSHol5texzNGx4PeE35A55L3p/vzqWrncbMzMxOfcvY+djOSdc0zb9WfmgAgNM1Gs9L1MexFwQdABLrD6cl6u3YU4IOAIl1++MS9V9ijwo6ACS22zsoUf8+dlbQASCxVrdG/cvYGUEHgMRudEcl6h8LOgAktlo1zR+dGvV3BR0AEpvNF8319n6J+puCDgCJHUzqjfo09pKgA0Big1G9Ud+LPSPoAJDY3mBSon4t9rigA0Biu7368MyPsQcFHQASa+3VG/Wvj7tRF3QASGJzo/6poANAcpsb9fcFHQASO1wsm993hyXqbws6ACQ2nh6WoM9jrwg6ACS2fzArUR/EnhN0AEist19v1K/HnhB0AEis06836j/HHhZ0AEisvb5R/zZ2v6ADQGKbG/XPY/cIOgBkjvr6Rv1DQQeAxBbL1dHDMxcFHQASm84WJejL2OuCDgCJDcf1Rv2KoANAcqXlgg4AiW1ekbss6ACQ1GT9zvth7FVBB4CEFn99ie1C41/uAJDT5g79g8YdOgAkjfn6pbjPvBQHAElt3nL/JnZf4y13AMin06tfW/sp9lDja2sAkM/e+nvov8bONb6HDgD57I/qrXk/9mxsR9ABIJnxpN6az2Mvl5gLOgAkMz9cNr+16635W0cxF3QASGbzedT3/h5zQQeARDa35p/8M+aCDgBJtLr11vyr2BlBB4CEdns15j/Ezv5XzAUdALZcd1Bvza/EHjsu5oIOAFtsMJqWmHdiT98s5oIOAFtqNJmXmE9iL/5fzAUdALbQbL4oMV/G3riVmAs6AGyZ1Wp1dGv+zq3GXNABYMvcWMf8o9uJuaADwBZprR+O+SJ2r6ADQELt9a35d7EHbjfmgg4AW6DbH5eYX449cicxF3QAuMv6w3pr3oo9eacxF3QAuIuG41mJ+UHs+ZPE/KZBNzMzs1NfuTV/7aQxPy7ofwKDILRkuRAYIwAAAABJRU5ErkJggg==)}#main-body .no-nav .purchase-path-steps ul li.step-1,.main-body .no-nav .purchase-path-steps ul li.step-1{z-index:100}#main-body .no-nav .purchase-path-steps ul li.step-2,.main-body .no-nav .purchase-path-steps ul li.step-2{z-index:90}#main-body .no-nav .purchase-path-steps ul li.step-3,.main-body .no-nav .purchase-path-steps ul li.step-3{z-index:80}#main-body .no-nav .purchase-path-steps+.products-in-cart,.main-body .no-nav .purchase-path-steps+.products-in-cart{margin-top:30px}#main-body .no-nav .purchase-path-steps+.confirm-shipping,.main-body .no-nav .purchase-path-steps+.confirm-shipping{margin-top:56px}#main-body .no-nav .order-info,.main-body .no-nav .order-info{width:216px}#main-body .order-info,.main-body .order-info{float:right;width:380px}#main-body .order-info>h2:first-child,.main-body .order-info>h2:first-child{margin-top:0 !important}#main-body .order-info>h2+.order-summary,.main-body .order-info>h2+.order-summary{padding-top:0;padding-bottom:10px;margin-bottom:2em}#main-body .order-info>h2+.order-summary table tbody tr th,.main-body .order-info>h2+.order-summary table tbody tr th,#main-body .order-info>h2+.order-summary table tbody tr td,.main-body .order-info>h2+.order-summary table tbody tr td{color:#4d4d4d}#main-body .order-info>h2+.order-summary table tbody tr:first-child th,.main-body .order-info>h2+.order-summary table tbody tr:first-child th,#main-body .order-info>h2+.order-summary table tbody tr:first-child td,.main-body .order-info>h2+.order-summary table tbody tr:first-child td{padding-top:1em}#main-body .order-info>h4,.main-body .order-info>h4{font-weight:normal;font-family:Museo-700,serif;color:#3969af;font-size:22px;line-height:22px;margin:0}#main-body .order-info>h5,.main-body .order-info>h5{font-weight:normal;font-family:Museo-300,serif;color:#3969af;font-size:18px;line-height:18px;margin:0}#main-body .order-info>div,.main-body .order-info>div{border:solid 1px #c9d3e1;margin-top:10px;padding:15px}#main-body .order-info>div:first-child,.main-body .order-info>div:first-child{margin-top:30px}#main-body .order-info>div h3,.main-body .order-info>div h3,#main-body .order-info>div h4,.main-body .order-info>div h4{font-weight:normal;font-family:Museo-700,serif;font-size:24px;line-height:24px;color:#3969af;margin:0}#main-body .order-info>div h4,.main-body .order-info>div h4{font-size:18px}#main-body .order-info>div.savings,.main-body .order-info>div.savings{background:#3969af;border:none}#main-body .order-info>div.savings h4,.main-body .order-info>div.savings h4{color:#fff;font-family:Museo-500,serif}#main-body .order-info>div.order-summary p,.main-body .order-info>div.order-summary p{font-size:12px;margin:.5em 0}#main-body .order-info>div.order-summary table,.main-body .order-info>div.order-summary table{margin:10px 0;width:100%}#main-body .order-info>div.order-summary table:last-child,.main-body .order-info>div.order-summary table:last-child{margin-bottom:0}#main-body .order-info>div.order-summary table tbody tr th,.main-body .order-info>div.order-summary table tbody tr th,#main-body .order-info>div.order-summary table tfoot tr th,.main-body .order-info>div.order-summary table tfoot tr th,#main-body .order-info>div.order-summary table thead tr th,.main-body .order-info>div.order-summary table thead tr th,#main-body .order-info>div.order-summary table tbody tr td,.main-body .order-info>div.order-summary table tbody tr td,#main-body .order-info>div.order-summary table tfoot tr td,.main-body .order-info>div.order-summary table tfoot tr td,#main-body .order-info>div.order-summary table thead tr td,.main-body .order-info>div.order-summary table thead tr td{font-size:14px;text-align:left;line-height:1.4;padding-top:.3em;padding-bottom:.3em;position:relative;vertical-align:top}#main-body .order-info>div.order-summary table tbody tr th small,.main-body .order-info>div.order-summary table tbody tr th small,#main-body .order-info>div.order-summary table tfoot tr th small,.main-body .order-info>div.order-summary table tfoot tr th small,#main-body .order-info>div.order-summary table thead tr th small,.main-body .order-info>div.order-summary table thead tr th small,#main-body .order-info>div.order-summary table tbody tr td small,.main-body .order-info>div.order-summary table tbody tr td small,#main-body .order-info>div.order-summary table tfoot tr td small,.main-body .order-info>div.order-summary table tfoot tr td small,#main-body .order-info>div.order-summary table thead tr td small,.main-body .order-info>div.order-summary table thead tr td small{font-weight:normal;display:block}#main-body .order-info>div.order-summary table tbody tr.highlighted th,.main-body .order-info>div.order-summary table tbody tr.highlighted th,#main-body .order-info>div.order-summary table tfoot tr.highlighted th,.main-body .order-info>div.order-summary table tfoot tr.highlighted th,#main-body .order-info>div.order-summary table thead tr.highlighted th,.main-body .order-info>div.order-summary table thead tr.highlighted th,#main-body .order-info>div.order-summary table tbody tr.highlighted td,.main-body .order-info>div.order-summary table tbody tr.highlighted td,#main-body .order-info>div.order-summary table tfoot tr.highlighted td,.main-body .order-info>div.order-summary table tfoot tr.highlighted td,#main-body .order-info>div.order-summary table thead tr.highlighted td,.main-body .order-info>div.order-summary table thead tr.highlighted td{background-color:#f1f5fb;vertical-align:top;font-weight:bold}#main-body .order-info>div.order-summary table tbody tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table tbody tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table tbody tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table tbody tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted td:last-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted td:last-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted td:last-child::after{content:'';display:block;width:7px;background-color:#f1f5fb;position:absolute;top:0;bottom:0}#main-body .order-info>div.order-summary table tbody tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table tbody tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted td:first-child::after{left:-7px}#main-body .order-info>div.order-summary table tbody tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table tbody tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table tbody tr.highlighted td:last-child::after,#main-body .order-info>div.order-summary table tfoot tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table tfoot tr.highlighted td:last-child::after,#main-body .order-info>div.order-summary table thead tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table thead tr.highlighted td:last-child::after{right:-7px}#main-body .order-info>div.order-summary table tbody tr th,.main-body .order-info>div.order-summary table tbody tr th,#main-body .order-info>div.order-summary table tfoot tr th,.main-body .order-info>div.order-summary table tfoot tr th,#main-body .order-info>div.order-summary table thead tr th,.main-body .order-info>div.order-summary table thead tr th{padding-right:15px}#main-body .order-info>div.order-summary table tbody tr td,.main-body .order-info>div.order-summary table tbody tr td,#main-body .order-info>div.order-summary table tfoot tr td,.main-body .order-info>div.order-summary table tfoot tr td,#main-body .order-info>div.order-summary table thead tr td,.main-body .order-info>div.order-summary table thead tr td{width:100px}#main-body .order-info>div.order-summary table tbody,.main-body .order-info>div.order-summary table tbody{padding-bottom:10px}#main-body .order-info>div.order-summary table tfoot,.main-body .order-info>div.order-summary table tfoot{border-top:solid 1px #c9d3e1;padding-top:10px}#main-body .order-info>div.order-summary table tfoot.single-row,.main-body .order-info>div.order-summary table tfoot.single-row{border-top:none}#main-body .order-info>div.order-summary table thead tr.highlighted th,.main-body .order-info>div.order-summary table thead tr.highlighted th{color:#3969af}#main-body .order-info>div.order-summary table thead tr.highlighted td,.main-body .order-info>div.order-summary table thead tr.highlighted td{color:#4d4d4d}#main-body .order-info>div.order-summary table.full-footer,.main-body .order-info>div.order-summary table.full-footer{margin-bottom:-15px}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td{padding-top:.5em;padding-bottom:.5em}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:first-child::after,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:last-child::after{width:15px}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:first-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:first-child::after,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:first-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:first-child::after{left:-15px}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:last-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th:last-child::after,#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:last-child::after,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td:last-child::after{right:-15px}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted th{color:#3969af}#main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td,.main-body .order-info>div.order-summary table.full-footer tfoot tr.highlighted td{font-weight:bold;color:#000}#main-body .order-info>div.promo h3,.main-body .order-info>div.promo h3,#main-body .order-info>div.promo h4,.main-body .order-info>div.promo h4{line-height:1.4;padding-bottom:5px}#main-body .order-info>div.promo h4,.main-body .order-info>div.promo h4{font-size:14px}#main-body .order-info>div.promo .button-generic,.main-body .order-info>div.promo .button-generic{padding-right:30px;padding-left:15px;margin-top:10px;font-size:12px}#main-body .order-info>div.misc-info,.main-body .order-info>div.misc-info{border:none;background:#d0ddef}#main-body .order-info>div.misc-info p,.main-body .order-info>div.misc-info p{font-size:14px;line-height:20px;color:#4d4d4d;margin:0}#main-body .order-info>div.credit-cards,.main-body .order-info>div.credit-cards{border-top:solid 4px #3969af;margin-top:13px}#main-body .order-info>div.credit-cards h6,.main-body .order-info>div.credit-cards h6{font-size:14px;line-height:14px;margin:0;font-weight:600}#main-body .order-info>div.credit-cards h6.secure,.main-body .order-info>div.credit-cards h6.secure{border-top:solid 1px #c9d3e1;margin-top:10px;padding-top:10px}#main-body .order-info>div.credit-cards img,.main-body .order-info>div.credit-cards img{display:block;margin-top:10px}#main-body .order-info .button-go,.main-body .order-info .button-go{display:block;margin-top:1em}#main-body .order-info.wide,.main-body .order-info.wide{float:none;width:auto}#main-body .order-info.wide>div,.main-body .order-info.wide>div{width:48%;box-sizing:border-box;float:right}#main-body .order-info.wide>div:first-child,.main-body .order-info.wide>div:first-child{float:left}#main-body .order-info:first-child,.main-body .order-info:first-child{float:none}#main-body .order-info+.order-numbers-address,.main-body .order-info+.order-numbers-address{clear:both;margin-top:0;padding-top:30px}#main-body .shipping-and-notes,.main-body .shipping-and-notes{clear:both;padding-top:10px}#main-body .shipping-and-notes h3,.main-body .shipping-and-notes h3{font-family:'Open Sans',sans-serif;font-size:13px;font-weight:600}#main-body .shipping-and-notes .actions,.main-body .shipping-and-notes .actions{text-align:right}#main-body .confirm-shipping,.main-body .confirm-shipping{clear:both}#main-body .confirm-shipping>div,.main-body .confirm-shipping>div{padding-top:25px}#main-body .confirm-shipping>div h4,.main-body .confirm-shipping>div h4{font-weight:bold;color:#3969af;font-size:16px;margin:0 0 10px 0}#main-body .confirm-shipping>div.shipping-location,.main-body .confirm-shipping>div.shipping-location{position:relative}#main-body .confirm-shipping>div.shipping-location>ul,.main-body .confirm-shipping>div.shipping-location>ul{margin:0;padding:0;border:solid 1px #c9d3e1;padding:20px 20px 0 0}#main-body .confirm-shipping>div.shipping-location>ul>li,.main-body .confirm-shipping>div.shipping-location>ul>li{list-style:none;float:left;box-sizing:border-box;width:33%;margin-left:0;margin-bottom:20px;padding-left:20px}#main-body .confirm-shipping>div.shipping-location>ul>li>label,.main-body .confirm-shipping>div.shipping-location>ul>li>label,#main-body .confirm-shipping>div.shipping-location>ul>li>a,.main-body .confirm-shipping>div.shipping-location>ul>li>a{display:block;background-color:#e3ebf5;min-height:200px;box-sizing:border-box;cursor:pointer}#main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,.main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,#main-body .confirm-shipping>div.shipping-location>ul>li>a:hover,.main-body .confirm-shipping>div.shipping-location>ul>li>a:hover,#main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,.main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,#main-body .confirm-shipping>div.shipping-location>ul>li>a:focus,.main-body .confirm-shipping>div.shipping-location>ul>li>a:focus,#main-body .confirm-shipping>div.shipping-location>ul>li>label:active,.main-body .confirm-shipping>div.shipping-location>ul>li>label:active,#main-body .confirm-shipping>div.shipping-location>ul>li>a:active,.main-body .confirm-shipping>div.shipping-location>ul>li>a:active,#main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,.main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,#main-body .confirm-shipping>div.shipping-location>ul>li>a.selected,.main-body .confirm-shipping>div.shipping-location>ul>li>a.selected{background-color:#f6f9fc}#main-body .confirm-shipping>div.shipping-location>ul>li>label,.main-body .confirm-shipping>div.shipping-location>ul>li>label{padding:15px;color:#4d4d4d;font-size:14px;line-height:20px}#main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,.main-body .confirm-shipping>div.shipping-location>ul>li>label:hover,#main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,.main-body .confirm-shipping>div.shipping-location>ul>li>label:focus,#main-body .confirm-shipping>div.shipping-location>ul>li>label:active,.main-body .confirm-shipping>div.shipping-location>ul>li>label:active,#main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,.main-body .confirm-shipping>div.shipping-location>ul>li>label.selected,#main-body .confirm-shipping>div.shipping-location>ul>li>label h5,.main-body .confirm-shipping>div.shipping-location>ul>li>label h5{display:inline-block;font-size:14px;margin:0}#main-body .confirm-shipping>div.shipping-location>ul>li>label p,.main-body .confirm-shipping>div.shipping-location>ul>li>label p{margin:10px 0 0 0;word-wrap:break-word}#main-body .confirm-shipping>div.shipping-location>ul>li>label a,.main-body .confirm-shipping>div.shipping-location>ul>li>label a{color:#4d4d4d}#main-body .confirm-shipping>div.shipping-location>ul>li>label a:hover,.main-body .confirm-shipping>div.shipping-location>ul>li>label a:hover{color:#4d4d4d}#main-body .confirm-shipping>div.shipping-location>ul>li>a,.main-body .confirm-shipping>div.shipping-location>ul>li>a{text-align:center;color:#c7d0dd;font-weight:bold;font-size:26px;line-height:26px;padding-top:120px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAAQlBMVEW8x9f///+8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9eBQsJlAAAAFXRSTlMAAAMoQmFtb4aHiKDM0uDn6O/w9PfyDCWKAAAAj0lEQVRYw+3ZOQ7DMAwF0R8vSuR4UWTz/ldNl8q0CoNFgJmafDUBSq1SsZPK0xl//GrKozmNt+nZo+fb9OrRKzQ0NDQ0NDQ0NLS618cCqrlTtqCyahRdZWFBQ0NDQ0P/J71EyYuGI0Y+Bqmf3lft3u5+uTb1nJPQ0NDQ0NDQ0NChdODbOPDZrbSdwSWpRX8BkZJDjd4b/zgAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:45px 45px;background-position:50% 40%}#main-body .confirm-shipping>div.shipping-location .button-go,.main-body .confirm-shipping>div.shipping-location .button-go,#main-body .confirm-shipping>div.shipping-location .button-generic,.main-body .confirm-shipping>div.shipping-location .button-generic{position:absolute;top:-20px;right:0}#main-body .confirm-shipping>div .delivery-instructions .button-alternate,.main-body .confirm-shipping>div .delivery-instructions .button-alternate{margin-top:25px}#main-body .confirm-shipping>div .delivery-instructions .button-generic,.main-body .confirm-shipping>div .delivery-instructions .button-generic,#main-body .confirm-shipping>div .delivery-instructions .button-go,.main-body .confirm-shipping>div .delivery-instructions .button-go{margin-top:25px;float:right}#main-body .clinic-details,.main-body .clinic-details{clear:both}#main-body .clinic-details>div,.main-body .clinic-details>div{padding-top:25px}#main-body .clinic-details>div h4,.main-body .clinic-details>div h4{font-weight:bold;color:#3969af;font-size:16px;margin:0 0 10px 0}#main-body .clinic-details>div.clinic-location,.main-body .clinic-details>div.clinic-location{position:relative}#main-body .clinic-details>div.clinic-location>ul,.main-body .clinic-details>div.clinic-location>ul{margin:0;padding:0;border:solid 1px #c9d3e1;padding:20px 20px 0 0}#main-body .clinic-details>div.clinic-location>ul>li,.main-body .clinic-details>div.clinic-location>ul>li{list-style:none;float:left;box-sizing:border-box;width:33%;margin-left:0;margin-bottom:20px;padding-left:20px}#main-body .clinic-details>div.clinic-location>ul>li>label,.main-body .clinic-details>div.clinic-location>ul>li>label,#main-body .clinic-details>div.clinic-location>ul>li>a,.main-body .clinic-details>div.clinic-location>ul>li>a{display:block;background-color:#e3ebf5;min-height:230px;box-sizing:border-box;cursor:pointer}#main-body .clinic-details>div.clinic-location>ul>li>label:hover,.main-body .clinic-details>div.clinic-location>ul>li>label:hover,#main-body .clinic-details>div.clinic-location>ul>li>a:hover,.main-body .clinic-details>div.clinic-location>ul>li>a:hover,#main-body .clinic-details>div.clinic-location>ul>li>label:focus,.main-body .clinic-details>div.clinic-location>ul>li>label:focus,#main-body .clinic-details>div.clinic-location>ul>li>a:focus,.main-body .clinic-details>div.clinic-location>ul>li>a:focus,#main-body .clinic-details>div.clinic-location>ul>li>label:active,.main-body .clinic-details>div.clinic-location>ul>li>label:active,#main-body .clinic-details>div.clinic-location>ul>li>a:active,.main-body .clinic-details>div.clinic-location>ul>li>a:active,#main-body .clinic-details>div.clinic-location>ul>li>label.selected,.main-body .clinic-details>div.clinic-location>ul>li>label.selected,#main-body .clinic-details>div.clinic-location>ul>li>a.selected,.main-body .clinic-details>div.clinic-location>ul>li>a.selected{background-color:#f6f9fc}#main-body .clinic-details>div.clinic-location>ul>li>label,.main-body .clinic-details>div.clinic-location>ul>li>label{padding:15px;color:#4d4d4d;font-size:14px;line-height:20px}#main-body .clinic-details>div.clinic-location>ul>li>label h5,.main-body .clinic-details>div.clinic-location>ul>li>label h5{display:inline-block;font-size:14px;margin:0}#main-body .clinic-details>div.clinic-location>ul>li>label p,.main-body .clinic-details>div.clinic-location>ul>li>label p{margin:0 0 0 0;word-wrap:break-word}#main-body .clinic-details>div.clinic-location>ul>li>label a,.main-body .clinic-details>div.clinic-location>ul>li>label a{color:#4d4d4d}#main-body .clinic-details>div.clinic-location>ul>li>label a:hover,.main-body .clinic-details>div.clinic-location>ul>li>label a:hover{color:#4d4d4d}#main-body .clinic-details>div.clinic-location>ul>li>a,.main-body .clinic-details>div.clinic-location>ul>li>a{text-align:center;color:#c7d0dd;font-weight:bold;font-size:26px;line-height:26px;padding-top:120px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAAQlBMVEW8x9f///+8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9e8x9eBQsJlAAAAFXRSTlMAAAMoQmFtb4aHiKDM0uDn6O/w9PfyDCWKAAAAj0lEQVRYw+3ZOQ7DMAwF0R8vSuR4UWTz/ldNl8q0CoNFgJmafDUBSq1SsZPK0xl//GrKozmNt+nZo+fb9OrRKzQ0NDQ0NDQ0NLS618cCqrlTtqCyahRdZWFBQ0NDQ0P/J71EyYuGI0Y+Bqmf3lft3u5+uTb1nJPQ0NDQ0NDQ0NChdODbOPDZrbSdwSWpRX8BkZJDjd4b/zgAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:45px 45px;background-position:50% 40%}#main-body .clinic-details>div.clinic-location .button-go,.main-body .clinic-details>div.clinic-location .button-go,#main-body .clinic-details>div.clinic-location .button-generic,.main-body .clinic-details>div.clinic-location .button-generic{position:absolute;top:-20px;right:0}#main-body .body-content h2:first-child,.main-body .body-content h2:first-child{margin-top:1em}#main-body .has-aside .body-content article,.main-body .has-aside .body-content article{float:left;width:844px}#main-body .has-aside .body-content aside,.main-body .has-aside .body-content aside{width:268px;float:right}#main-body .has-aside .body-content aside>div,.main-body .has-aside .body-content aside>div{margin-right:-3000px;padding-right:3000px;padding-top:4em;padding-bottom:2em;margin-top:-77px}#main-body .has-aside .body-content aside>div>h3,.main-body .has-aside .body-content aside>div>h3{margin:0;font-size:26px;line-height:1.15;font-family:Museo-700,serif}#main-body .has-nav .body-nav,.main-body .has-nav .body-nav{float:left;width:215px}#main-body .has-nav .body-nav>div,.main-body .has-nav .body-nav>div{margin-bottom:20px}#main-body .has-nav .body-nav>div.product-filter,.main-body .has-nav .body-nav>div.product-filter{background-color:#f5f7fb}#main-body .has-nav .body-nav>div.product-filter h4,.main-body .has-nav .body-nav>div.product-filter h4{margin:0;font-family:Museo-700,serif;font-weight:normal;font-size:16px;color:#3969af;line-height:18px;padding:15px 10px;background-color:#c7d6ed}#main-body .has-nav .body-nav>div.product-filter h4.first,.main-body .has-nav .body-nav>div.product-filter h4.first{border-radius:3px 3px 0 0}#main-body .has-nav .body-nav>div.product-filter ul,.main-body .has-nav .body-nav>div.product-filter ul{margin:0;padding:20px 10px}#main-body .has-nav .body-nav>div.product-filter ul li,.main-body .has-nav .body-nav>div.product-filter ul li{margin:0;padding:0;list-style:none;color:#4d4d4d;line-height:20px;padding:5px 0}#main-body .has-nav .body-nav>div.product-filter ul li input[type=checkbox],.main-body .has-nav .body-nav>div.product-filter ul li input[type=checkbox]{position:relative;top:2px}#main-body .has-nav .body-nav>div.product-filter ul li label,.main-body .has-nav .body-nav>div.product-filter ul li label{padding-left:10px}#main-body .has-nav .body-nav>div.product-filter ul.collapsed li:nth-child(n+10),.main-body .has-nav .body-nav>div.product-filter ul.collapsed li:nth-child(n+10){display:none}#main-body .has-nav .body-nav>div.product-filter p,.main-body .has-nav .body-nav>div.product-filter p{margin:0;padding:0 10px 30px 10px;font-weight:bold}#main-body .has-nav .body-nav>div.product-filter p a,.main-body .has-nav .body-nav>div.product-filter p a{color:#4d4d4d;text-decoration:underline}#main-body .has-nav .body-nav>div.product-filter p a:hover,.main-body .has-nav .body-nav>div.product-filter p a:hover,#main-body .has-nav .body-nav>div.product-filter p a:focus,.main-body .has-nav .body-nav>div.product-filter p a:focus,#main-body .has-nav .body-nav>div.product-filter p a:active,.main-body .has-nav .body-nav>div.product-filter p a:active{text-decoration:none}#main-body .has-nav .body-nav>div.sub-nav>a.has-menu,.main-body .has-nav .body-nav>div.sub-nav>a.has-menu{display:none}#main-body .has-nav .body-nav>div.sub-nav>ul,.main-body .has-nav .body-nav>div.sub-nav>ul{margin:0;padding:0}#main-body .has-nav .body-nav>div.sub-nav>ul>li,.main-body .has-nav .body-nav>div.sub-nav>ul>li{list-style:none;font-size:14px;font-weight:600;line-height:18px;border-top:solid 1px #e3e9f2}#main-body .has-nav .body-nav>div.sub-nav>ul>li>a,.main-body .has-nav .body-nav>div.sub-nav>ul>li>a{padding:15px;display:block;color:#3969af;background:#f5f7fb;position:relative}#main-body .has-nav .body-nav>div.sub-nav>ul>li>a .badge,.main-body .has-nav .body-nav>div.sub-nav>ul>li>a .badge{position:absolute;display:block;top:0;right:0;width:30px;height:30px;line-height:30px;color:#fff;background-color:#ff1744;text-align:center;font-size:16px;font-weight:normal;border-radius:50%;transform:translate(33%,-33%)}#main-body .has-nav .body-nav>div.sub-nav>ul>li>a:hover,.main-body .has-nav .body-nav>div.sub-nav>ul>li>a:hover,#main-body .has-nav .body-nav>div.sub-nav>ul>li>a:focus,.main-body .has-nav .body-nav>div.sub-nav>ul>li>a:focus,#main-body .has-nav .body-nav>div.sub-nav>ul>li>a:active,.main-body .has-nav .body-nav>div.sub-nav>ul>li>a:active{background:#fff}#main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a,.main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a{color:#fff;background:#3969af}#main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:hover,.main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:hover,#main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:focus,.main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:focus,#main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:active,.main-body .has-nav .body-nav>div.sub-nav>ul>li.current>a:active{background:#5483c7}#main-body .has-nav .body-nav>div.sub-nav>ul>li:first-child,.main-body .has-nav .body-nav>div.sub-nav>ul>li:first-child{border-top:none}#main-body .has-nav .body-nav>div.sub-nav>ul>li>ul,.main-body .has-nav .body-nav>div.sub-nav>ul>li>ul{margin:0;padding:10px 15px 10px 30px}#main-body .has-nav .body-nav>div.sub-nav>ul>li>ul>li,.main-body .has-nav .body-nav>div.sub-nav>ul>li>ul>li{padding:5px 0}#main-body .has-nav .body-content,.main-body .has-nav .body-content{float:right;width:886px;padding-bottom:20px}#main-body .has-nav .body-content>h3,.main-body .has-nav .body-content>h3{clear:both;padding-top:28px}#main-body .has-nav .body-content.list article>ul,.main-body .has-nav .body-content.list article>ul{margin-bottom:0;border-top:solid 1px #e3e9f2;border-bottom:solid 1px #e3e9f2;border-radius:3px}#main-body .has-nav .body-content.list article>ul>li,.main-body .has-nav .body-content.list article>ul>li{float:none;margin:0;padding:10px;width:auto;border-radius:0;border-bottom-width:0;min-height:0}#main-body .has-nav .body-content.list article>ul>li:first-child,.main-body .has-nav .body-content.list article>ul>li:first-child{border-top-width:0}#main-body .has-nav .body-content.list article>ul>li .thumb,.main-body .has-nav .body-content.list article>ul>li .thumb{position:relative;z-index:200;width:auto;height:60px;margin:0;padding-right:60px;float:left}#main-body .has-nav .body-content.list article>ul>li h3,.main-body .has-nav .body-content.list article>ul>li h3{margin:3px 0 0 0}#main-body .has-nav .body-content.list article>ul>li h5,.main-body .has-nav .body-content.list article>ul>li h5{margin:0 0 0 120px;float:none}#main-body .has-nav .body-content.list article>ul>li h4,.main-body .has-nav .body-content.list article>ul>li h4{float:none;margin:-10px 0 0 0;position:absolute;left:580px;top:50%}#main-body .has-nav .body-content.list article>ul>li .quantity-selector,.main-body .has-nav .body-content.list article>ul>li .quantity-selector{display:block;position:absolute;top:50%;right:340px;margin-top:-18px}#main-body .has-nav .body-content.list article>ul>li h6.quantity-note,.main-body .has-nav .body-content.list article>ul>li h6.quantity-note{position:absolute;top:50%;left:434px;margin:16px 0 0;color:#3969af;font-size:12px;font-family:'Open Sans',sans-serif;font-weight:normal}#main-body .has-nav .body-content.list article>ul>li h6.quantity-note+.quantity-selector,.main-body .has-nav .body-content.list article>ul>li h6.quantity-note+.quantity-selector{margin-top:-22px}#main-body .has-nav .body-content.list article>ul>li .favourites,.main-body .has-nav .body-content.list article>ul>li .favourites{position:absolute;right:170px;top:50%;bottom:auto;margin-top:-23px}#main-body .has-nav .body-content.list article>ul>li .favourites:hover,.main-body .has-nav .body-content.list article>ul>li .favourites:hover,#main-body .has-nav .body-content.list article>ul>li .favourites:focus,.main-body .has-nav .body-content.list article>ul>li .favourites:focus,#main-body .has-nav .body-content.list article>ul>li .favourites:active,.main-body .has-nav .body-content.list article>ul>li .favourites:active{width:134px;background-position:left}#main-body .has-nav .body-content.list article>ul>li .cart,.main-body .has-nav .body-content.list article>ul>li .cart{position:absolute;right:20px;top:50%;bottom:auto;left:auto;margin-top:-18px}#main-body .has-nav .body-content.list article>ul>li ul,.main-body .has-nav .body-content.list article>ul>li ul{display:inline-block;padding-left:0;padding-top:0;float:left;left:0;top:0;position:relative}#main-body .has-nav .body-content.list article>ul>li.has-remove-button .cart,.main-body .has-nav .body-content.list article>ul>li.has-remove-button .cart{right:70px}#main-body .has-nav .body-content.list article>ul>li .button-close,.main-body .has-nav .body-content.list article>ul>li .button-close{right:20px;top:50%;margin-top:-18px}#main-body .has-nav .body-content.list article>ul>li .button-close.tablet-only,.main-body .has-nav .body-content.list article>ul>li .button-close.tablet-only,#main-body .has-nav .body-content.list article>ul>li .button-close.mobile-only,.main-body .has-nav .body-content.list article>ul>li .button-close.mobile-only{right:10px;margin-top:12px}#main-body .has-nav .body-content .product-finder,.main-body .has-nav .body-content .product-finder{margin-bottom:20px;border:none;padding:10px 0 0 0}#main-body .has-nav.generic-content,.main-body .has-nav.generic-content{margin-top:-18px;clear:both}#main-body .article,.main-body .article{margin-top:-40px}#main-body .article>h2,.main-body .article>h2{font-family:Museo-700,serif}#main-body .article>h5,.main-body .article>h5{font-weight:600;font-size:14px;line-height:20px;margin:0 0 50px 0}#main-body .article>h5 span,.main-body .article>h5 span{font-family:Museo-700,serif;font-weight:normal;font-size:12px;color:#3969af;border-radius:3px;display:inline-block;line-height:18px;padding:0 5px;border:solid 1px #c9d3e1;margin-left:30px}#main-body .article .article-author,.main-body .article .article-author{max-width:215px;float:left}#main-body .article .article-author img,.main-body .article .article-author img{display:block;width:100%}#main-body .article .article-author h4,.main-body .article .article-author h4{font-family:Museo-700,serif;font-weight:normal;font-size:16px;color:#3969af;margin:10px 0 0 0}#main-body .article .article-author h4 span,.main-body .article .article-author h4 span,#main-body .article .article-author h4 a,.main-body .article .article-author h4 a{display:none}#main-body .article .article-author p,.main-body .article .article-author p{margin:5px 0 0 0;font-size:14px;color:#4d4d4d}#main-body .article .article-author p .button-alternate,.main-body .article .article-author p .button-alternate{margin-top:20px}#main-body .article .article-content,.main-body .article .article-content{max-width:576px;float:left;margin-left:20px}#main-body .article .article-content img,.main-body .article .article-content img{display:block;width:100%}#main-body .article .article-content p,.main-body .article .article-content p{margin:20px 0 0 0;line-height:20px;font-size:16px;color:#4d4d4d}#main-body .article .article-featured,.main-body .article .article-featured{float:right;max-width:270px}#main-body .article .article-featured h3,.main-body .article .article-featured h3{font-family:Museo-700,serif;font-size:22px}#main-body .article .article-featured>ul.cycle-slideshow,.main-body .article .article-featured>ul.cycle-slideshow{margin:0;padding:0}#main-body .article .article-featured>ul.cycle-slideshow>li,.main-body .article .article-featured>ul.cycle-slideshow>li{list-style:none;border-bottom:solid 1px #dedede;padding-bottom:20px}#main-body .article .article-featured>ul.cycle-slideshow>li img,.main-body .article .article-featured>ul.cycle-slideshow>li img{display:none}#main-body .article .article-featured>ul.cycle-slideshow>li h4,.main-body .article .article-featured>ul.cycle-slideshow>li h4{font-size:22px;font-weight:600;line-height:25px;margin:30px 0 0 0;color:#4d4d4d}#main-body .article .article-featured>ul.cycle-slideshow>li h5,.main-body .article .article-featured>ul.cycle-slideshow>li h5{font-size:13px;font-weight:600;margin:5px 0 0 0;line-height:18px}#main-body .article .article-featured>ul.cycle-slideshow>li h5 strong,.main-body .article .article-featured>ul.cycle-slideshow>li h5 strong{font-weight:600;font-size:14px;color:#4d4d4d}#main-body .article .article-featured>ul.cycle-slideshow>li p,.main-body .article .article-featured>ul.cycle-slideshow>li p{margin:20px 0 0 0;font-size:14px;color:#4d4d4d}#main-body .article .article-featured>ul.cycle-slideshow>li .button-alternate,.main-body .article .article-featured>ul.cycle-slideshow>li .button-alternate{margin-top:30px}#main-body .authors-listing ul,.main-body .authors-listing ul{margin:0;padding:0}#main-body .authors-listing ul li,.main-body .authors-listing ul li{position:relative;list-style:none;box-sizing:border-box;width:268px;margin-left:20px;margin-top:20px;float:left;padding:10px 10px 70px 10px;border:solid 1px #e3e9f2;border-radius:3px}#main-body .authors-listing ul li img,.main-body .authors-listing ul li img{display:block;width:100%}#main-body .authors-listing ul li h3,.main-body .authors-listing ul li h3{font-family:Museo-700,serif;font-size:18px;line-height:20px;margin-top:10px}#main-body .authors-listing ul li h4,.main-body .authors-listing ul li h4{font-weight:600;margin:0;font-size:14px;line-height:20px}#main-body .authors-listing ul li p,.main-body .authors-listing ul li p{font-size:14px;line-height:20px;margin:20px 0 0 0}#main-body .authors-listing ul li .button-alternate,.main-body .authors-listing ul li .button-alternate{position:absolute;left:10px;bottom:10px}#main-body .authors-listing ul li.first-column-of-four,.main-body .authors-listing ul li.first-column-of-four{margin-left:0}#main-body .alt-tooltip,.main-body .alt-tooltip{position:relative;top:0;right:0}#main-body .alt-tooltip>p,.main-body .alt-tooltip>p{background:#3969af;border-radius:3px;bottom:30px;box-sizing:border-box;color:#fff;left:50%;margin:0 0 0 -100px;padding:10px;position:absolute;width:200px;z-index:220;opacity:0;visibility:hidden;left:-1em}#main-body .alt-tooltip a,.main-body .alt-tooltip a{color:#fff}#main-body .alt-tooltip.show-tooltip>p,.main-body .alt-tooltip.show-tooltip>p,#main-body .alt-tooltip:focus>p,.main-body .alt-tooltip:focus>p,#main-body .alt-tooltip:active>p,.main-body .alt-tooltip:active>p{bottom:25px;opacity:1;visibility:visible}#main-body .tooltip,.main-body .tooltip{position:absolute;top:0;right:0}#main-body .tooltip>a,.main-body .tooltip>a{width:20px;line-height:20px;border-radius:10px;color:#fff;background:#3969af;text-align:center;display:block}#main-body .tooltip>p,.main-body .tooltip>p{background:#3969af;border-radius:3px;bottom:30px;box-sizing:border-box;color:#fff;left:50%;margin:0 0 0 -100px;padding:10px;position:absolute;width:200px;z-index:220;opacity:0;visibility:hidden}#main-body .tooltip:hover>p,.main-body .tooltip:hover>p,#main-body .tooltip:focus>p,.main-body .tooltip:focus>p,#main-body .tooltip:active>p,.main-body .tooltip:active>p{bottom:25px;opacity:.8;visibility:visible}#main-body .payment-area,.main-body .payment-area{display:flex;position:relative;float:left;width:886px;box-sizing:border-box;margin-top:30px}#main-body .payment-area .payment-area-charge-my-account,.main-body .payment-area .payment-area-charge-my-account,#main-body .payment-area .payment-area-credit-card,.main-body .payment-area .payment-area-credit-card{transition:background-color .4s ease}#main-body .payment-area .payment-area-charge-my-account.active,.main-body .payment-area .payment-area-charge-my-account.active,#main-body .payment-area .payment-area-credit-card.active,.main-body .payment-area .payment-area-credit-card.active{background-color:#f5f7fb}#main-body .payment-area .payment-area-credit-card,.main-body .payment-area .payment-area-credit-card{position:relative;padding:20px 0 60px 20px;background-color:#e3e9f2;box-sizing:border-box;width:100%}#main-body .payment-area .payment-area-credit-card .payment-area-gateway-logo,.main-body .payment-area .payment-area-credit-card .payment-area-gateway-logo{position:absolute;top:20px;right:20px}#main-body .payment-area .payment-area-credit-card h4,.main-body .payment-area .payment-area-credit-card h4{margin:0;font-weight:bold}#main-body .payment-area .payment-area-credit-card h4 input[type="radio"],.main-body .payment-area .payment-area-credit-card h4 input[type="radio"]{display:none}#main-body .payment-area .payment-area-credit-card .row,.main-body .payment-area .payment-area-credit-card .row{position:relative;min-height:100px;float:left;margin-right:20px}#main-body .payment-area .payment-area-credit-card .row label,.main-body .payment-area .payment-area-credit-card .row label{font-size:14px;font-weight:bold;color:#4d4d4d;display:block;margin-bottom:10px}#main-body .payment-area .payment-area-credit-card .row label.error-message,.main-body .payment-area .payment-area-credit-card .row label.error-message{color:#f00;font-weight:normal;margin:5px 0 0 0}#main-body .payment-area .payment-area-credit-card .row .error-messages,.main-body .payment-area .payment-area-credit-card .row .error-messages{display:inline-block}#main-body .payment-area .payment-area-credit-card .row input[type=text],.main-body .payment-area .payment-area-credit-card .row input[type=text]{display:block}#main-body .payment-area .payment-area-credit-card .row .cardType,.main-body .payment-area .payment-area-credit-card .row .cardType,#main-body .payment-area .payment-area-credit-card .row .expiryMonth,.main-body .payment-area .payment-area-credit-card .row .expiryMonth,#main-body .payment-area .payment-area-credit-card .row .expiryYear,.main-body .payment-area .payment-area-credit-card .row .expiryYear{width:180px}#main-body .payment-area .payment-area-credit-card .row #nameOnCard,.main-body .payment-area .payment-area-credit-card .row #nameOnCard,#main-body .payment-area .payment-area-credit-card .row #EPS_CARDNUMBER,.main-body .payment-area .payment-area-credit-card .row #EPS_CARDNUMBER{width:350px}#main-body .payment-area .payment-area-credit-card .row #EPS_CCV,.main-body .payment-area .payment-area-credit-card .row #EPS_CCV{width:120px}#main-body .payment-area .payment-area-credit-card .row.rowCardTypes img,.main-body .payment-area .payment-area-credit-card .row.rowCardTypes img{margin-top:2.75em}#main-body .payment-area .payment-area-credit-card .row.rowCVN,.main-body .payment-area .payment-area-credit-card .row.rowCVN,#main-body .payment-area .payment-area-credit-card .row.rowExpiry,.main-body .payment-area .payment-area-credit-card .row.rowExpiry,#main-body .payment-area .payment-area-credit-card .row.row2,.main-body .payment-area .payment-area-credit-card .row.row2{max-height:100px}#main-body .payment-area .payment-area-credit-card .row.rowCardType,.main-body .payment-area .payment-area-credit-card .row.rowCardType{max-height:100px}#main-body .payment-area .payment-area-credit-card .row.new-row,.main-body .payment-area .payment-area-credit-card .row.new-row{clear:both}#main-body .payment-area .payment-area-credit-card .row .rb label,.main-body .payment-area .payment-area-credit-card .row .rb label{display:inline-block;padding-left:5px;padding-right:20px;position:relative;top:-2px;font-weight:normal}#main-body .payment-area .payment-area-credit-card .button-go,.main-body .payment-area .payment-area-credit-card .button-go{position:absolute;bottom:20px;left:20px}#main-body .payment-area .payment-area-charge-my-account,.main-body .payment-area .payment-area-charge-my-account{position:relative;box-sizing:border-box;border-right:solid #fff 10px;width:50%;flex-grow:1;background-color:#e3e9f2;padding:20px;padding-bottom:60px}#main-body .payment-area .payment-area-charge-my-account h4,.main-body .payment-area .payment-area-charge-my-account h4{margin:0;font-weight:bold}#main-body .payment-area .payment-area-charge-my-account p,.main-body .payment-area .payment-area-charge-my-account p{margin:0;font-size:1.5em;color:#4d4d4d}#main-body .payment-area .payment-area-charge-my-account .button-go,.main-body .payment-area .payment-area-charge-my-account .button-go{position:absolute;left:20px;bottom:20px}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card{width:50%;border-left:solid #fff 10px}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card h4 input[type="radio"],.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card h4 input[type="radio"]{display:inline-block}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row{float:none;min-height:0}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row #nameOnCard,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row #nameOnCard,#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row #EPS_CARDNUMBER,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row #EPS_CARDNUMBER{width:100%}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCardTypes,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCardTypes{margin-bottom:2em}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCardTypes img,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCardTypes img{margin-top:0}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCVN,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCVN,#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowExpiry,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowExpiry{float:left;margin-right:0;padding-right:20px;box-sizing:border-box;width:33.33%}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCVN .tooltip,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowCVN .tooltip,#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowExpiry .tooltip,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row.rowExpiry .tooltip{right:20px}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .cardType,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .cardType,#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .expiryMonth,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .expiryMonth,#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .expiryYear,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card .row .expiryYear{width:100%;max-height:69px}#main-body .shipping-savings,.main-body .shipping-savings{margin-top:10px}#main-body .shipping-savings .savings,.main-body .shipping-savings .savings{float:right;border:solid 1px #c9d3e1;padding:0 15px;min-width:175px}#main-body .shipping-savings .savings+.shipping,.main-body .shipping-savings .savings+.shipping{margin-top:10px}#main-body .shipping-savings .shipping,.main-body .shipping-savings .shipping{background:#3969af;padding:1em 20px;float:left;clear:both;color:#fff}#main-body .shipping-savings .shipping p,.main-body .shipping-savings .shipping p{margin:0}#main-body .payment-expired-message,.main-body .payment-expired-message{font-weight:bold;color:#f00}#main-body .order-numbers-address,.main-body .order-numbers-address{width:886px;margin-top:40px;float:left}#main-body .order-numbers-address>div,.main-body .order-numbers-address>div{float:left;box-sizing:border-box}#main-body .order-numbers-address>div.order-numbers,.main-body .order-numbers-address>div.order-numbers{width:40%}#main-body .order-numbers-address>div.order-address,.main-body .order-numbers-address>div.order-address{width:60%}#main-body .order-numbers-address>div table tbody tr th,.main-body .order-numbers-address>div table tbody tr th,#main-body .order-numbers-address>div table tbody tr td,.main-body .order-numbers-address>div table tbody tr td{position:relative;padding:0 30px 0 0;font-size:14px;line-height:20px;color:#4d4d4d;text-align:left;vertical-align:top}#main-body .order-numbers-address>div table tbody tr th .tooltip,.main-body .order-numbers-address>div table tbody tr th .tooltip,#main-body .order-numbers-address>div table tbody tr td .tooltip,.main-body .order-numbers-address>div table tbody tr td .tooltip{right:10px;font-size:13px;font-weight:normal;line-height:normal}#main-body .order-numbers-address>div table tbody tr th .tooltip p,.main-body .order-numbers-address>div table tbody tr th .tooltip p,#main-body .order-numbers-address>div table tbody tr td .tooltip p,.main-body .order-numbers-address>div table tbody tr td .tooltip p{top:30px;bottom:auto}#main-body .order-numbers-address>div table tbody tr th .col,.main-body .order-numbers-address>div table tbody tr th .col,#main-body .order-numbers-address>div table tbody tr td .col,.main-body .order-numbers-address>div table tbody tr td .col{margin-bottom:5px}#main-body .order-numbers-address>div table tbody tr th .col label,.main-body .order-numbers-address>div table tbody tr th .col label,#main-body .order-numbers-address>div table tbody tr td .col label,.main-body .order-numbers-address>div table tbody tr td .col label{display:none}#main-body .order-numbers-address>div table tbody tr th .ui-datepicker-trigger,.main-body .order-numbers-address>div table tbody tr th .ui-datepicker-trigger,#main-body .order-numbers-address>div table tbody tr td .ui-datepicker-trigger,.main-body .order-numbers-address>div table tbody tr td .ui-datepicker-trigger{margin-left:5px;position:relative;top:3px}#main-body .order-download,.main-body .order-download{margin-top:40px;margin-bottom:40px}#main-body .order-download a,.main-body .order-download a{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAYAAADHJYVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMUI1RkVFNEQxRTUxMUU0OUU4REI4NEYwNzFENDFCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMUI1RkVFNUQxRTUxMUU0OUU4REI4NEYwNzFENDFCRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkExQjVGRUUyRDFFNTExRTQ5RThEQjg0RjA3MUQ0MUJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkExQjVGRUUzRDFFNTExRTQ5RThEQjg0RjA3MUQ0MUJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nx2uqgAAA8BJREFUeNq0VmtoFFcU/u7M7Gx2N+ZhIC8UH2hiMUEsFhUh+aGhIogRhfhDQVH0R1opVFBEjBTsw4J/7B8LBUVEIyWIEtGoaCKJpRvjKyFkNa/maV67ebg7u5mZ27MzaRKzm0zSxAN32bn3zHfP+c53zx1W3drLL9/2QNU0MMzeOAfi4uTQqX3r8lJjYyqi+bADv1ZwT8MgDOS5oIdNA1ZlxlVe+mbT9kSHPDJ1WQgEdPqFOdgchwS89wxuOfH736XDQdUZAS6Icw13itH7dbXenNNXq+8ENf2TDQQshNEGbnff1jPX3CUBVbNHB+fzGIT0rLL36x+KX5fonMswWZswh1OCZBMgMGZwykkSnEpiPAqCgaJrfIzPMO9mbFzXoao6/H4VT5527LjgshWfys8ukMYjJoCfj29ARmocQuQYpGGXBLjsEpRRzRiiwJDgkKGomuEzqumgKOEknzavH4U/VtEzcLu0Jd8msesTkRN4kksGSQpnb9TA6xuFSKvHdn2Bd11D+PN+I2x2EZvXJ+NIbgaKbr1Cd9cIXA4J3+7JQnq8Y0LJFETVi569n3Cu6mbKzW1D2Jm7FGtWJKC4ogXtfQFsXJ+Ccwe/xMPKTjT2j6CjW0HW6sXYt20lliQ6EaDMJluMLEZXi2wTcbOsGQ2tPhTkLIdG6SfFylia4ERaigO9w0E47AI8bcOobvGSWJhZmCkmRQP/6A/h0J61yMtMMYpbOtqOyrc+eGm+10sRp8djwKfg6O5M5GakGO+EuZ8enNbChQnbaUp/TWq8qRqy/Tkr8PafAYSFUlC4ErGyhJP7s7EqedH4607KNjr4WEbXnjYhOckJO8nR3URgYzWwkWpk0WTwTk0HKUUzOHU3ew3KGAUxMKQYzczA4lFouXuv1Wx3kxzGpTr5v4BIH2ae1Ok5FxHRGmUqXFqai2aZuS8B9/T44f+oWnYFaeamTS112SJc/m6LAf6fFd14icflnZadSbLanc4DbIIwpZXOrp9ZuvEoczpfIPBp77jPBo6FACcMTYsE0okXNl9wV6yIxAR75LzTRhIV5wFOTS5/+3L8cuiriKUTu7Lx/eEsMP3/glPef73uoX4SSUu4FTyp6bJkXphppdEzhJ9K3kQs/fawHs+rPljKQbC61csetaOsvnN8qu7DIG6WNNHxY7Pg3Eqz1PEuXq2FTwmBPhtw/spLUsvsBCspQc1Str7+EIquvzIu6Kb3I2a+fGYJK0EV7I9yD39Q3gElpM34rRhUzDvSHmMtQcYZ8nLT8a8AAwAdlXLYnjZtTAAAAABJRU5ErkJggg==');background-repeat:no-repeat;padding:8px 0 8px 30px;margin:-5px 0;display:block}#main-body .pdf,.main-body .pdf{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAYAAADHJYVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMUI1RkVFNEQxRTUxMUU0OUU4REI4NEYwNzFENDFCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMUI1RkVFNUQxRTUxMUU0OUU4REI4NEYwNzFENDFCRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkExQjVGRUUyRDFFNTExRTQ5RThEQjg0RjA3MUQ0MUJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkExQjVGRUUzRDFFNTExRTQ5RThEQjg0RjA3MUQ0MUJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nx2uqgAAA8BJREFUeNq0VmtoFFcU/u7M7Gx2N+ZhIC8UH2hiMUEsFhUh+aGhIogRhfhDQVH0R1opVFBEjBTsw4J/7B8LBUVEIyWIEtGoaCKJpRvjKyFkNa/maV67ebg7u5mZ27MzaRKzm0zSxAN32bn3zHfP+c53zx1W3drLL9/2QNU0MMzeOAfi4uTQqX3r8lJjYyqi+bADv1ZwT8MgDOS5oIdNA1ZlxlVe+mbT9kSHPDJ1WQgEdPqFOdgchwS89wxuOfH736XDQdUZAS6Icw13itH7dbXenNNXq+8ENf2TDQQshNEGbnff1jPX3CUBVbNHB+fzGIT0rLL36x+KX5fonMswWZswh1OCZBMgMGZwykkSnEpiPAqCgaJrfIzPMO9mbFzXoao6/H4VT5527LjgshWfys8ukMYjJoCfj29ARmocQuQYpGGXBLjsEpRRzRiiwJDgkKGomuEzqumgKOEknzavH4U/VtEzcLu0Jd8msesTkRN4kksGSQpnb9TA6xuFSKvHdn2Bd11D+PN+I2x2EZvXJ+NIbgaKbr1Cd9cIXA4J3+7JQnq8Y0LJFETVi569n3Cu6mbKzW1D2Jm7FGtWJKC4ogXtfQFsXJ+Ccwe/xMPKTjT2j6CjW0HW6sXYt20lliQ6EaDMJluMLEZXi2wTcbOsGQ2tPhTkLIdG6SfFylia4ERaigO9w0E47AI8bcOobvGSWJhZmCkmRQP/6A/h0J61yMtMMYpbOtqOyrc+eGm+10sRp8djwKfg6O5M5GakGO+EuZ8enNbChQnbaUp/TWq8qRqy/Tkr8PafAYSFUlC4ErGyhJP7s7EqedH4607KNjr4WEbXnjYhOckJO8nR3URgYzWwkWpk0WTwTk0HKUUzOHU3ew3KGAUxMKQYzczA4lFouXuv1Wx3kxzGpTr5v4BIH2ae1Ok5FxHRGmUqXFqai2aZuS8B9/T44f+oWnYFaeamTS112SJc/m6LAf6fFd14icflnZadSbLanc4DbIIwpZXOrp9ZuvEoczpfIPBp77jPBo6FACcMTYsE0okXNl9wV6yIxAR75LzTRhIV5wFOTS5/+3L8cuiriKUTu7Lx/eEsMP3/glPef73uoX4SSUu4FTyp6bJkXphppdEzhJ9K3kQs/fawHs+rPljKQbC61csetaOsvnN8qu7DIG6WNNHxY7Pg3Eqz1PEuXq2FTwmBPhtw/spLUsvsBCspQc1Str7+EIquvzIu6Kb3I2a+fGYJK0EV7I9yD39Q3gElpM34rRhUzDvSHmMtQcYZ8nLT8a8AAwAdlXLYnjZtTAAAAABJRU5ErkJggg==');background-repeat:no-repeat;padding:8px 0 8px 30px}#main-body .quantity-selector,.main-body .quantity-selector{float:left;min-width:110px}#main-body .quantity-selector .quantity,.main-body .quantity-selector .quantity{box-sizing:border-box;display:block;float:left;border:1px solid #e3e9f2;color:#3969af;height:36px;line-height:26px;margin:0;outline:0;padding:0;text-align:center;width:40px;font-weight:600;font-size:16px;font-family:'Open Sans',sans-serif}#main-body .quantity-selector button,.main-body .quantity-selector button{display:block;float:left;border-radius:18px;border:1px solid #e3e9f2;box-sizing:border-box;background:none;color:#7a9fd4;font-size:22px;font-weight:normal;font-family:'Open Sans',sans-serif;margin:0;outline:0;padding:0;width:35px;height:36px}#main-body .quantity-selector button.increment,.main-body .quantity-selector button.increment{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}#main-body .quantity-selector button.decrement,.main-body .quantity-selector button.decrement{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;padding-bottom:4px}#main-body .quantity-selector button:hover,.main-body .quantity-selector button:hover,#main-body .quantity-selector button:focus,.main-body .quantity-selector button:focus,#main-body .quantity-selector button:hover,.main-body .quantity-selector button:hover{background:#eef2f9}#main-body .top-brands,.main-body .top-brands{border-top:1px solid #e3e9f2;font-family:Museo-300,serif;color:#3969af;padding-bottom:30px;clear:both;margin-top:40px}#main-body .top-brands h3,.main-body .top-brands h3{text-align:center;font-weight:normal;font-size:28px;margin:10px 0 0 0;line-height:80px}#main-body .top-brands ul,.main-body .top-brands ul{margin:0;padding:0}#main-body .top-brands ul.cycle-slideshow li,.main-body .top-brands ul.cycle-slideshow li{background:#fff;margin:0;padding:0;list-style:none;min-height:75px;text-align:center;vertical-align:middle}#main-body .top-brands ul.cycle-slideshow li a img,.main-body .top-brands ul.cycle-slideshow li a img{max-width:100%}@media(max-width:1131px){#main-body,.main-body{max-width:698px}#main-body .notifications>ul>li>div,.main-body .notifications>ul>li>div{position:relative;max-height:200px;padding-right:60px}#main-body .notifications>ul>li>div .actions,.main-body .notifications>ul>li>div .actions{position:static;transform:none;width:auto;margin-top:1em;margin-right:-40px}#main-body .notifications>ul>li>div .actions .button-generic,.main-body .notifications>ul>li>div .actions .button-generic,#main-body .notifications>ul>li>div .actions .button-call,.main-body .notifications>ul>li>div .actions .button-call{position:static}#main-body .notifications>ul>li>div .actions label,.main-body .notifications>ul>li>div .actions label{top:30px;right:10px}#main-body .event-details>div .event-details-includes>div+div,.main-body .event-details>div .event-details-includes>div+div{padding-top:2em}#main-body .event-details>div .event-details-includes>div:last-child,.main-body .event-details>div .event-details-includes>div:last-child{flex-grow:1;padding-bottom:2em}#main-body .event-details>div .description-resources .description p.ui-front,.main-body .event-details>div .description-resources .description p.ui-front{width:auto}#main-body .event-details>div .coming-up ul li,.main-body .event-details>div .coming-up ul li{width:50%}#main-body .events-filtering-sorting,.main-body .events-filtering-sorting{top:0;padding-bottom:2em}#main-body .events-filtering-sorting>p,.main-body .events-filtering-sorting>p{position:relative;top:auto;bottom:-4em;text-align:right}#main-body .events-filtering-sorting .sorting,.main-body .events-filtering-sorting .sorting{position:static;display:inline-block;clear:both;margin-top:3em}#main-body .events-filtering-sorting .sorting .ui-selectmenu-menu.ui-selectmenu-open,.main-body .events-filtering-sorting .sorting .ui-selectmenu-menu.ui-selectmenu-open{border:none;padding:0}#main-body .events-filtering-sorting .sorting .ui-menu-item,.main-body .events-filtering-sorting .sorting .ui-menu-item{font-size:15px;color:#4d4d4d}#main-body .events-filtering-sorting .sorting .ui-menu-item:hover,.main-body .events-filtering-sorting .sorting .ui-menu-item:hover,#main-body .events-filtering-sorting .sorting .ui-menu-item:focus,.main-body .events-filtering-sorting .sorting .ui-menu-item:focus,#main-body .events-filtering-sorting .sorting .ui-menu-item:active,.main-body .events-filtering-sorting .sorting .ui-menu-item:active{color:#3969af}#main-body .events-filtering-sorting .filtering li ul,.main-body .events-filtering-sorting .filtering li ul{column-count:3}#main-body .events-filtering-sorting .filters,.main-body .events-filtering-sorting .filters{float:none;width:auto}#main-body .events-filtering-sorting .filters li,.main-body .events-filtering-sorting .filters li{margin-bottom:10px}#main-body .events-filtering-sorting .filter-actions,.main-body .events-filtering-sorting .filter-actions{margin-top:2em}#main-body .upcoming-events-table .event,.main-body .upcoming-events-table .event{display:block;position:relative;border-top:solid 1px #e3e9f2}#main-body .upcoming-events-table .event td,.main-body .upcoming-events-table .event td{display:block;float:none;width:auto;box-sizing:border-box;border:none}#main-body .upcoming-events-table .event td:first-child,.main-body .upcoming-events-table .event td:first-child{text-align:left;padding-bottom:0}#main-body .upcoming-events-table .event td:first-child h3,.main-body .upcoming-events-table .event td:first-child h3{font-size:40px}#main-body .upcoming-events-table .event td:last-child,.main-body .upcoming-events-table .event td:last-child{padding-top:0;text-align:left}#main-body .upcoming-events-table .month th,.main-body .upcoming-events-table .month th{padding-left:15px;padding-right:15px}#main-body .blog-feature h5,.main-body .blog-feature h5{display:block}#main-body .blog-feature h6,.main-body .blog-feature h6{margin:10px 0 0 0}#main-body .tile-listing>.cycle-slideshow>li,.main-body .tile-listing>.cycle-slideshow>li{width:220px;margin-left:19px}#main-body .tile-listing>.cycle-slideshow>li.first-column-of-four,.main-body .tile-listing>.cycle-slideshow>li.first-column-of-four{margin-left:19px}#main-body .tile-listing>.cycle-slideshow>li.first-column-of-three,.main-body .tile-listing>.cycle-slideshow>li.first-column-of-three{margin-left:0}#main-body .no-nav .slideshow>div,.main-body .no-nav .slideshow>div{width:100%;float:none}#main-body .no-nav .slideshow>div>img,.main-body .no-nav .slideshow>div>img{width:100%}#main-body .no-nav .slideshow>ul,.main-body .no-nav .slideshow>ul{float:none}#main-body .no-nav .purchase-path-steps ul li,.main-body .no-nav .purchase-path-steps ul li{font-size:13px}#main-body .no-nav .order-info>div,.main-body .no-nav .order-info>div{width:334px}#main-body .no-nav .order-info>div+p,.main-body .no-nav .order-info>div+p{clear:both;margin:0;padding:1em 0}#main-body .order-info,.main-body .order-info{float:none;width:auto}#main-body .order-info>div,.main-body .order-info>div{box-sizing:border-box;float:left;width:100%}#main-body .order-info>div.promo,.main-body .order-info>div.promo{margin-left:30px;text-align:center}#main-body .order-info>div.promo h4,.main-body .order-info>div.promo h4{font-size:14px}#main-body .order-info>div.misc-info,.main-body .order-info>div.misc-info{margin-left:30px}#main-body .order-info.wide>div,.main-body .order-info.wide>div{float:none !important;width:auto}#main-body .shipping-and-notes,.main-body .shipping-and-notes{float:none;width:auto}#main-body .has-aside .body-content article,.main-body .has-aside .body-content article{width:410px}#main-body .has-nav .body-content,.main-body .has-nav .body-content{width:452px}#main-body .has-nav .body-content h4 .buttons,.main-body .has-nav .body-content h4 .buttons{margin-top:1em;float:none;top:0}#main-body .has-nav .body-content h4 .buttons a,.main-body .has-nav .body-content h4 .buttons a{display:inline-block}#main-body .has-nav .body-content.list article>ul>li,.main-body .has-nav .body-content.list article>ul>li{min-height:100px}#main-body .has-nav .body-content.list article>ul>li .thumb,.main-body .has-nav .body-content.list article>ul>li .thumb{display:none}#main-body .has-nav .body-content.list article>ul>li h3,.main-body .has-nav .body-content.list article>ul>li h3{width:40%}#main-body .has-nav .body-content.list article>ul>li h5,.main-body .has-nav .body-content.list article>ul>li h5{margin-left:0;width:40%}#main-body .has-nav .body-content.list article>ul>li h4,.main-body .has-nav .body-content.list article>ul>li h4{left:40%;padding-left:10px}#main-body .has-nav .body-content.list article>ul>li h4.patient-oos-message,.main-body .has-nav .body-content.list article>ul>li h4.patient-oos-message{padding-left:90px;padding-top:20px}#main-body .has-nav .body-content.list article>ul>li .favourites,.main-body .has-nav .body-content.list article>ul>li .favourites{right:150px;width:43px !important;background-position:right !important}#main-body .has-nav .body-content.list article>ul>li .cart,.main-body .has-nav .body-content.list article>ul>li .cart{right:10px}#main-body .has-nav .body-content.list article>ul>li[data-has-highlights="true"],.main-body .has-nav .body-content.list article>ul>li[data-has-highlights="true"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAABHklEQVRYw9XZPQoCMRCG4VRWCt7DVryAjXspUQ8gegO9jmur4CHWStBC0AmmCAtLfnZm8ll8qR/edImpq2pAm9P2tBOtoX0AdqcdaZWdccgt7Up7giDtbrQlbWJnoTvaBQhod6ataNP6F9MYd90vEODDQ85oYx/aIJf0oWglLXKICu0siQINlkSBBkuWhkaXLA2NLlkKmlyyFDS5pDY0u6Q2NLukFrR3SS1o75LSULaS0lC2klJQ9pJSUPaS3FCxktxQsZJcUPGSXFDxkn2haiX7QtVK5kLVS+ZC1UumQouVTIUWKxkLLV4yFlq8ZAgKUzIEhSnZBYUr2QWFK9mGvh1yjVay/eJ8856jDeLscaBtXMkRMnThvkgM8v4G+gXHHqaEDWQNrQAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:21px auto}#main-body .has-nav .body-content.list article>ul>li .quantity-selector,.main-body .has-nav .body-content.list article>ul>li .quantity-selector{right:10px;margin-top:-27px}#main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart,.main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart{margin-top:12px;right:50px;position:absolute}#main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart+.button-close,.main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart+.button-close{margin-top:12px;right:10px}#main-body .has-nav .body-content.list article>ul.products.prescription>li,.main-body .has-nav .body-content.list article>ul.products.prescription>li{min-height:120px}#main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector+.cart,.main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector+.cart{margin-top:13px}#main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note,.main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note{left:auto;right:10px;margin-top:-12px}#main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note+.quantity-selector,.main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note+.quantity-selector{margin-top:-50px}#main-body .has-nav .body-content.list article>ul.products ul,.main-body .has-nav .body-content.list article>ul.products ul{position:static;margin:0;padding:0}#main-body .has-nav .body-content.list article>ul.products ul li,.main-body .has-nav .body-content.list article>ul.products ul li{float:left;clear:both;margin:5px 0 0 0}#main-body .has-nav .body-content.list article>ul.products ul li.patient-product-tags,.main-body .has-nav .body-content.list article>ul.products ul li.patient-product-tags{clear:both}#main-body .has-nav .body-content.grid article>ul>li .quantity-selector,.main-body .has-nav .body-content.grid article>ul>li .quantity-selector{display:none !important}#main-body .has-nav .body-content .buttons a,.main-body .has-nav .body-content .buttons a{display:block;margin-top:5px}#main-body .has-nav .order-numbers-address>div,.main-body .has-nav .order-numbers-address>div{width:auto !important;float:none}#main-body .has-nav .order-numbers-address>div table tbody tr th,.main-body .has-nav .order-numbers-address>div table tbody tr th,#main-body .has-nav .order-numbers-address>div table tbody tr td,.main-body .has-nav .order-numbers-address>div table tbody tr td{display:block}#main-body .has-nav .order-numbers-address>div table tbody tr td,.main-body .has-nav .order-numbers-address>div table tbody tr td{padding-bottom:10px}#main-body .has-nav .confirm-shipping>div.shipping-location>ul>li,.main-body .has-nav .confirm-shipping>div.shipping-location>ul>li{width:auto !important;float:none;padding-top:20px}#main-body .has-nav .confirm-shipping>div.shipping-location>ul>li:first-child,.main-body .has-nav .confirm-shipping>div.shipping-location>ul>li:first-child{padding-top:0}#main-body .has-nav .confirm-shipping>div.delivery-instructions .button-go,.main-body .has-nav .confirm-shipping>div.delivery-instructions .button-go{padding-right:35px}#main-body .payment-area,.main-body .payment-area{width:auto;float:none;display:block}#main-body .payment-area .payment-area-credit-card .row,.main-body .payment-area .payment-area-credit-card .row{float:none;min-height:0}#main-body .payment-area .payment-area-credit-card .row.rowCardType,.main-body .payment-area .payment-area-credit-card .row.rowCardType{margin-top:0 !important}#main-body .payment-area .payment-area-credit-card .row #nameOnCard,.main-body .payment-area .payment-area-credit-card .row #nameOnCard,#main-body .payment-area .payment-area-credit-card .row #EPS_CARDNUMBER,.main-body .payment-area .payment-area-credit-card .row #EPS_CARDNUMBER,#main-body .payment-area .payment-area-credit-card .row #EPS_CCV,.main-body .payment-area .payment-area-credit-card .row #EPS_CCV,#main-body .payment-area .payment-area-credit-card .row .expiryMonth,.main-body .payment-area .payment-area-credit-card .row .expiryMonth,#main-body .payment-area .payment-area-credit-card .row .expiryYear,.main-body .payment-area .payment-area-credit-card .row .expiryYear{width:100%}#main-body .payment-area .payment-area-credit-card .row .expiryMonth,.main-body .payment-area .payment-area-credit-card .row .expiryMonth,#main-body .payment-area .payment-area-credit-card .row .expiryYear,.main-body .payment-area .payment-area-credit-card .row .expiryYear{max-height:69px}#main-body .payment-area .payment-area-credit-card .row .tooltip,.main-body .payment-area .payment-area-credit-card .row .tooltip{right:20px}#main-body .payment-area .payment-area-credit-card .row .tooltip>p,.main-body .payment-area .payment-area-credit-card .row .tooltip>p{right:0;margin:0}#main-body .payment-area .payment-area-credit-card .row.rowCardTypes,.main-body .payment-area .payment-area-credit-card .row.rowCardTypes{margin-bottom:2em}#main-body .payment-area .payment-area-credit-card .row.rowCardTypes img,.main-body .payment-area .payment-area-credit-card .row.rowCardTypes img{margin-top:0}#main-body .payment-area .payment-area-credit-card .row.rowCVN,.main-body .payment-area .payment-area-credit-card .row.rowCVN,#main-body .payment-area .payment-area-credit-card .row.rowExpiry,.main-body .payment-area .payment-area-credit-card .row.rowExpiry{box-sizing:border-box;margin-right:0;padding-right:20px;width:33.33%;float:left}#main-body .payment-area .payment-area-charge-my-account,.main-body .payment-area .payment-area-charge-my-account{width:auto;border:none}#main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card,.main-body .payment-area .payment-area-charge-my-account+.payment-area-credit-card{width:auto;border:none;margin-top:30px}#main-body .article .article-content,.main-body .article .article-content{max-width:460px;float:right;margin:0}#main-body .article .article-featured,.main-body .article .article-featured{float:none;clear:both;padding-top:50px;max-width:none}#main-body .article .article-featured>ul.cycle-slideshow,.main-body .article .article-featured>ul.cycle-slideshow{margin-top:30px}#main-body .article .article-featured>ul.cycle-slideshow>li,.main-body .article .article-featured>ul.cycle-slideshow>li{position:relative;border:solid 1px #e3e9f2;border-radius:3px;float:left;max-width:198px;margin-left:19px;padding:10px 10px 70px 10px}#main-body .article .article-featured>ul.cycle-slideshow>li img,.main-body .article .article-featured>ul.cycle-slideshow>li img{display:block;width:100%}#main-body .article .article-featured>ul.cycle-slideshow>li h4,.main-body .article .article-featured>ul.cycle-slideshow>li h4{margin-top:10px}#main-body .article .article-featured>ul.cycle-slideshow>li p,.main-body .article .article-featured>ul.cycle-slideshow>li p{display:none}#main-body .article .article-featured>ul.cycle-slideshow>li .button-alternate,.main-body .article .article-featured>ul.cycle-slideshow>li .button-alternate{position:absolute;bottom:10px;left:10px;margin-top:0}#main-body .article .article-featured>ul.cycle-slideshow>li:nth-child(3n+2),.main-body .article .article-featured>ul.cycle-slideshow>li:nth-child(3n+2){margin-left:0}#main-body .authors-listing ul li,.main-body .authors-listing ul li{width:220px;margin-left:19px}#main-body .authors-listing ul li.first-column-of-four,.main-body .authors-listing ul li.first-column-of-four{margin-left:19px}#main-body .authors-listing ul li.first-column-of-three,.main-body .authors-listing ul li.first-column-of-three{margin-left:0 !important}#main-body .shipping-savings .savings,.main-body .shipping-savings .savings{min-width:0;float:none;display:inline-block}#main-body .shipping-savings .shipping,.main-body .shipping-savings .shipping{max-width:none;float:none;margin-top:10px}#main-body .order-numbers-address,.main-body .order-numbers-address{width:auto;float:none}#main-body .order-numbers-address>div,.main-body .order-numbers-address>div{width:50% !important}#main-body .order-numbers-address.single-child>div,.main-body .order-numbers-address.single-child>div{width:100% !important;float:none}#main-body .cycle-pager,.main-body .cycle-pager{text-align:center !important;clear:both;margin:0;padding:0;width:auto !important;float:none !important}#main-body .cycle-pager li,.main-body .cycle-pager li{display:inline-block !important;margin:0 !important;padding:15px 3px !important;list-style:none !important;border:none !important;height:auto !important;min-height:0 !important;float:none !important}#main-body .cycle-pager li a,.main-body .cycle-pager li a{display:block !important;width:10px !important;height:10px !important;padding:0 !important;text-indent:-9999px !important;line-height:10px !important;background:#d9e0ea !important;border-radius:10px !important;outline:none !important}#main-body .cycle-pager li.cycle-pager-active a,.main-body .cycle-pager li.cycle-pager-active a{background:#7a9fd4 !important}}@media(max-width:697px){#main-body,.main-body{padding-left:20px;padding-right:20px}#main-body .generic-content,.main-body .generic-content{margin-top:0 !important}#main-body h1,.main-body h1{top:0;padding-bottom:22px;font-size:22px}#main-body h2 .button-generic,.main-body h2 .button-generic{float:none;top:auto;margin-top:10px;display:table}#main-body>h2,.main-body>h2{margin-top:0}#main-body h3.alert,.main-body h3.alert{text-align:center;max-width:none}#main-body h4 .button-generic,.main-body h4 .button-generic{float:none;top:auto;margin-top:10px;display:table}#main-body p.back,.main-body p.back{margin-top:0}#main-body .switch-store-consult-mode,.main-body .switch-store-consult-mode{float:none;margin-top:100px}#main-body .switch-store-consult-mode>div,.main-body .switch-store-consult-mode>div{float:none}#main-body .switch-store-consult-mode>div>a,.main-body .switch-store-consult-mode>div>a{border:none}#main-body .switch-store-consult-mode+h1,.main-body .switch-store-consult-mode+h1{top:-214px;margin-bottom:-100px}#main-body .switch-store-consult-mode.change-patient-false+h1,.main-body .switch-store-consult-mode.change-patient-false+h1{top:-176px}#main-body .events-pricing-structure p:not(:empty),.main-body .events-pricing-structure p:not(:empty){margin:1em 0}#main-body .event-details,.main-body .event-details{margin-top:-20px}#main-body .event-details>div .event-details-access,.main-body .event-details>div .event-details-access{float:none;width:auto;margin-top:4em}#main-body .event-details>div .event-details-access>div,.main-body .event-details>div .event-details-access>div{padding-right:0;padding-bottom:2em}#main-body .event-details>div .event-details-access>div.guest-access-code,.main-body .event-details>div .event-details-access>div.guest-access-code{margin-top:110px;margin-right:0;padding:18px}#main-body .event-details>div .event-details-access>div.guest-access-code,.main-body .event-details>div .event-details-access>div.guest-access-code{margin-bottom:20px}#main-body .event-details>div .event-details-access>.pricing,.main-body .event-details>div .event-details-access>.pricing{padding-top:1em}#main-body .event-details>div .event-details-includes,.main-body .event-details>div .event-details-includes{float:none;width:auto;margin:0 -20px;min-height:0}#main-body .event-details>div .event-details-includes>div,.main-body .event-details>div .event-details-includes>div{margin:0;padding:2em 20px 0}#main-body .event-details>div .description-resources .description,.main-body .event-details>div .description-resources .description,#main-body .event-details>div .description-resources .resources,.main-body .event-details>div .description-resources .resources{width:auto;float:none}#main-body .event-details>div .description-resources .resources,.main-body .event-details>div .description-resources .resources{margin-top:2em}#main-body .event-details>div .coming-up ul li,.main-body .event-details>div .coming-up ul li{width:auto;float:none}#main-body .events-filtering-sorting .filtering,.main-body .events-filtering-sorting .filtering{padding-top:0}#main-body .events-filtering-sorting .filtering>li,.main-body .events-filtering-sorting .filtering>li{margin-top:2em}#main-body .events-filtering-sorting .filtering>li>label,.main-body .events-filtering-sorting .filtering>li>label{position:static;padding-left:0 !important;border:none !important;display:inline-block}#main-body .events-filtering-sorting .filtering>li ul,.main-body .events-filtering-sorting .filtering>li ul{column-count:1}#main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~ul,.main-body .events-filtering-sorting .filtering>li input[type="radio"]:checked~ul{margin-top:1em}#main-body .events-filtering-sorting .sorting,.main-body .events-filtering-sorting .sorting{margin-top:2em}#main-body .boxed-list>li>a,.main-body .boxed-list>li>a{display:block}#main-body .boxed-list>li .button-generic,.main-body .boxed-list>li .button-generic{float:none;display:inline-block;margin-bottom:9px}#main-body .author-details,.main-body .author-details{padding-left:0}#main-body .author-details img,.main-body .author-details img{position:static;margin-bottom:10px;display:block;width:auto;max-height:none}#main-body .blog-feature,.main-body .blog-feature{padding-left:0}#main-body .blog-feature>a>img,.main-body .blog-feature>a>img{position:static;width:100%;max-height:none}#main-body .blog-feature h3,.main-body .blog-feature h3{margin-top:20px}#main-body .tile-listing .cycle-slideshow li,.main-body .tile-listing .cycle-slideshow li{width:100%;margin-left:0 !important;height:auto;padding-bottom:70px}#main-body .tile-listing .cycle-slideshow li>a>img,.main-body .tile-listing .cycle-slideshow li>a>img{display:block;margin:0 auto;width:100%}#main-body .tile-listing .cycle-slideshow li>a.button-alternate,.main-body .tile-listing .cycle-slideshow li>a.button-alternate{position:absolute;bottom:10px;left:10px}#main-body .no-nav,.main-body .no-nav{margin-top:-20px}#main-body .no-nav .purchase-path-steps ul,.main-body .no-nav .purchase-path-steps ul{border-right:solid 1px #c9d3e1;border-bottom:solid 1px #c9d3e1}#main-body .no-nav .purchase-path-steps ul li,.main-body .no-nav .purchase-path-steps ul li{float:none;margin:-12px 0 0 0;padding:0;width:auto !important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABCCAMAAAC8alg6AAAAzFBMVEXS2+rT2+nT2+rT3OrU3OrU3erU3evV3uvW3uvW3uzX3+z////T3OrT3OrT3OrS2+nS2+nS2+nS2+nU3OrU3OrS2+nT3OrV3uvV3uvW3uvX3+zV3uvW3uvX4OzX3+zW3+zX3+zY4OzY4Ozb4u7b4u7f5vHg5vHh5/Lh6PLh6PLh5/LX3+zZ4e7a4e7k6fPn7PXn7fXp7vbq7/fq8Pjs8fju8vnu8/nv8/rw9fvx9fvy9fvy9vvz9vzz9/z09/30+P31+P31+P71+f72+f4bbarIAAAAK3RSTlMAAAAAAAAAAAAAAAADCQocHjg6QkRVV1xfc3R+gJOUn6Gys7/B2dnu7u/yJwKAkgAAAUZJREFUeNrt111LwlAAx2F33HTbRV+k7/9tAoX2pqhpS6MoLSLCSEbkvInnuTyXf35s54RruIBwBRcQBnABwkJYCAthgbAQFsICYSEshAXCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAiL/xbWPR3aQ3Z6t+zwYJ0uYUqX2fZkWdl2PjFOF7/CTvtp1eY/Ngp5W0/21nHH+rusLpbJ8PvZMFmVZWYbYZ1jtCxXcXx8Er93tRhbRljnidvbJhyVFYem2MR2EdbZEz3W1eDrCzWO6no3tIqwetjoual2n3eqdFc1T0YTVi+i18ns/qOsrJ3fvEQWEVZP0rJe51GUb5oit4awenwczstFmi7L2cgWwupTsi7KprhLLPE7b50r3reIGDicAAAAAElFTkSuQmCC);background-position:50% 0;height:66px;font-size:18px}#main-body .no-nav .purchase-path-steps ul li:first-child,.main-body .no-nav .purchase-path-steps ul li:first-child{margin-top:0}#main-body .no-nav .purchase-path-steps ul li:last-child,.main-body .no-nav .purchase-path-steps ul li:last-child{height:54px}#main-body .no-nav .purchase-path-steps ul li.current,.main-body .no-nav .purchase-path-steps ul li.current{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABCCAMAAAC8alg6AAAAkFBMVEXU3erV3uvX3+z////T3OrT3OrT3OrS2+nS2+nS2+nS2+nU3OrU3OrS2+nT3OrV3uvV3uvW3uvX3+zV3uvW3uvX4OzX3+zW3+zX3+zY4OzY4Ozb4u7b4u7f5vHg5vHh5/Lh6PLh6PLh5/Lk6fPn7PXn7fXp7vbs8Pbu8vfw8/j1+f79/f7+/v7+/v/+//////+u3MkYAAAAI3RSTlMAAAAAAwkKHB44OkJEVVdcX3N0foCTlJ+hsrO/wdnZ7u7v8hqZ+8UAAAEgSURBVHja7d3JTgJBGIXRpsUB5wHnARURBOqv9387V2IknZaki905y1refKnUrqopbEGVYQuEhbAQFsICYSEshAXCQlgIC4SFsBAWCAthISwQFsJCWCAshIWwQFgIC2GBsBAWwgJhISyEBcJCWAgLhIWwEBYIC2EhLBAWwkJYICyEhbBAWAgLYYGwEBbCgg3C8t96m1lE824RX9Zp/cV+hxb9++ayIh761mkjrH9cN5UVcWMZYXVzMUnrXaXPS7sIq6uT8VpZaXxqFWF1N3j9G9bboU2EVcL+c15dWim/HFhEWGXsPv484VM87dlDWMXcLiPnnGN5ZwthlXS1iJxjMbSEsAqoV6qzj/l8cl79nlhHWAXCqntHo/fjXi2szXwDJyrtmStnjLYAAAAASUVORK5CYII=)}#main-body .no-nav .order-info,.main-body .no-nav .order-info{width:auto}#main-body .no-nav .order-info>div,.main-body .no-nav .order-info>div{width:auto !important;margin-left:0 !important;float:none}#main-body .confirm-shipping>div.shipping-location>ul>li,.main-body .confirm-shipping>div.shipping-location>ul>li{width:auto !important;float:none;padding-top:20px}#main-body .confirm-shipping>div.shipping-location>ul>li:first-child,.main-body .confirm-shipping>div.shipping-location>ul>li:first-child{padding-top:0}#main-body .confirm-shipping>div.delivery-instructions .button-go,.main-body .confirm-shipping>div.delivery-instructions .button-go{padding-right:35px}#main-body .clinic-details>div.clinic-location>ul>li,.main-body .clinic-details>div.clinic-location>ul>li{width:auto !important;float:none;padding-top:20px}#main-body .clinic-details>div.clinic-location>ul>li:first-child,.main-body .clinic-details>div.clinic-location>ul>li:first-child{padding-top:0}#main-body .has-aside .body-content article,.main-body .has-aside .body-content article{width:auto;float:none}#main-body .has-aside .body-content aside,.main-body .has-aside .body-content aside{width:auto;float:none}#main-body .has-aside .body-content aside>div,.main-body .has-aside .body-content aside>div{margin-top:40px;margin-left:-20px;padding-left:20px}#main-body .has-aside .body-content aside>div>h3,.main-body .has-aside .body-content aside>div>h3,#main-body .has-aside .body-content aside>div>p,.main-body .has-aside .body-content aside>div>p{margin-left:0}#main-body .payment-area .payment-area-credit-card .row.rowCVN,.main-body .payment-area .payment-area-credit-card .row.rowCVN,#main-body .payment-area .payment-area-credit-card .row.rowExpiry,.main-body .payment-area .payment-area-credit-card .row.rowExpiry{width:auto !important;float:none !important}#main-body .payment-area .payment-area-credit-card .row.rowExpiry,.main-body .payment-area .payment-area-credit-card .row.rowExpiry{margin-bottom:18px !important}#main-body .has-nav .body-nav,.main-body .has-nav .body-nav{float:none;width:auto}#main-body .has-nav .body-nav>div.sub-nav,.main-body .has-nav .body-nav>div.sub-nav{margin-top:20px}#main-body .has-nav .body-nav>div.product-finder,.main-body .has-nav .body-nav>div.product-finder{display:none}#main-body .has-nav .body-nav>div.product-filter,.main-body .has-nav .body-nav>div.product-filter{margin-top:0}#main-body .has-nav .body-nav>div.product-filter h3,.main-body .has-nav .body-nav>div.product-filter h3{font-size:16px;line-height:26px;text-transform:uppercase;padding:10px;background:#3969af;color:#fff;font-weight:600;margin:0}#main-body .has-nav .body-nav>div.product-filter>label,.main-body .has-nav .body-nav>div.product-filter>label{display:block;height:46px;margin-top:-46px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAUCAQAAABsKAZrAAABQklEQVRIia3TLY7CQBjG8Zf0AChcJYoEXYEgwWGaoFEIBPthURwAj4ALcADOgoSEzS6OQIKBhC75r2CZzkALM7RTQTLzPs8vmQxCnRVHxniI4+cx5sgXdduEsOCypo6cx/Q/ubDHIq5rQsGaKjBRucgemxGvkTU20lIze6zIXAsOrWJDLTGnaI8JJYMbPA0NDKpkfRty+fFZagX9h5G+NrnEt6eumODzrZX0UgM9berHjYoxocxaK+okjne0iTVlN0rHhAobVXWmfTfc5qzON1RcKRMTquxUXURonIX8qrMdVXfqFhMC9qryRFPtNzmp/T3BK9Q9JtQ4qNoDDQShYezVXqOSsNvqgCCBzw0TQuPS9IsN3eptMKGlvbz4hbayUOmY+dDT/gy5YULXwLpZqceY8K6ot+zUM0z4ZMuWjzwo5A/13QfVv+PivwAAAABJRU5ErkJggg==);background-size:27px 10px;background-position:right;background-repeat:no-repeat;cursor:pointer}#main-body .has-nav .body-nav>div.product-filter>div,.main-body .has-nav .body-nav>div.product-filter>div{max-height:0;overflow:hidden}#main-body .has-nav .body-nav>div.product-filter>div h4,.main-body .has-nav .body-nav>div.product-filter>div h4{margin-top:1px}#main-body .has-nav .body-nav>div.product-filter>div h4.first,.main-body .has-nav .body-nav>div.product-filter>div h4.first{border-radius:0;cursor:pointer}#main-body .has-nav .body-nav>div.product-filter>div>label,.main-body .has-nav .body-nav>div.product-filter>div>label{display:block;height:48px;margin-top:-48px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAUCAYAAADGIc7gAAAB3klEQVRYw82Wv0tCYRSGL5I/UEERQdDBv6GGoKGlpaGpocUIbEkaDPoFTS1tLU31LzhGQU0uLoIIIojgYGFgihjioLO9B45w+Tja1fy8Dg9c7j3nvOfhci+fsXX6nABl0AVPIA4MzcQ5q8vZidFoZCwSCimAETMEjyCmUSrGGUNTbkGHWM8UQAzAA4hqkIry7IGS2dMhllFCiD64B5EFSkV4Zl/Iy+gQWwcvQhi9yTsQXoBUmGf1hJxXsKFDbCz3JoTSx30LQv+QCvGMrjD/naSoTpcYsQmyQngH3IDgHFJB7u0Ic7OcaegWI7ZBTliiDS6AfwYpP/e0hXk5zjKWJUbsgLywTBOcAZ8FKR/XNoU5ec4wli1G7IKisFQLnAP3FCk317SE/iLPNuwSc4A9UBKW+wZprpH60lyj9pV4psNOMWIN7PORR13yC6SEnhQ/U+vLPGttUt4yxQgnOAAVYdlPkDTVJvmeWlfhGc5pWcsWI1zgENSEpavgiKkKz2vc6/orxw6x8Q/hGNSF5T8Y9X6de9xWMuwSIzzgBDQECZUG13qszrdTjPBO+eupf03vLLPtFjOfKDoTjl+znlBWRmx8srgCPyYpur60eDJZWTEiAK75e2rwdWDeeYsW+wWPfP6YMrlwHwAAAABJRU5ErkJggg==);background-size:27px 10px;background-position:right;background-repeat:no-repeat;cursor:pointer}#main-body .has-nav .body-nav>div.product-filter>div>ul,.main-body .has-nav .body-nav>div.product-filter>div>ul{overflow:hidden;max-height:0;padding-top:0;padding-bottom:0}#main-body .has-nav .body-nav>div.product-filter>div>p,.main-body .has-nav .body-nav>div.product-filter>div>p{margin-top:0;overflow:hidden;max-height:0;padding-bottom:0}#main-body .has-nav .body-nav>div.product-filter.selected>div,.main-body .has-nav .body-nav>div.product-filter.selected>div{max-height:2000px}#main-body .has-nav .body-nav>div.product-filter.selected>div>.selected,.main-body .has-nav .body-nav>div.product-filter.selected>div>.selected{transform:scaleY(-1)}#main-body .has-nav .body-nav>div.product-filter.selected>div>.selected+ul,.main-body .has-nav .body-nav>div.product-filter.selected>div>.selected+ul{max-height:1000px;padding-top:20px;padding-bottom:20px}#main-body .has-nav .body-nav>div.product-filter.selected>div>.selected+ul+p,.main-body .has-nav .body-nav>div.product-filter.selected>div>.selected+ul+p{margin-top:20px;max-height:50px;padding-bottom:30px}#main-body .has-nav .body-nav>div.product-filter.selected>label,.main-body .has-nav .body-nav>div.product-filter.selected>label{transform:scaleY(-1)}#main-body .has-nav .body-content,.main-body .has-nav .body-content{width:auto;float:none}#main-body .has-nav .body-content.list article>ul>li,.main-body .has-nav .body-content.list article>ul>li{min-height:105px;padding:5px}#main-body .has-nav .body-content.list article>ul>li h3,.main-body .has-nav .body-content.list article>ul>li h3,#main-body .has-nav .body-content.list article>ul>li h5,.main-body .has-nav .body-content.list article>ul>li h5{width:auto;padding-right:80px}#main-body .has-nav .body-content.list article>ul>li .favourites,.main-body .has-nav .body-content.list article>ul>li .favourites,#main-body .has-nav .body-content.list article>ul>li .cart,.main-body .has-nav .body-content.list article>ul>li .cart,#main-body .has-nav .body-content.list article>ul>li h4,.main-body .has-nav .body-content.list article>ul>li h4{position:static;margin:0;clear:both}#main-body .has-nav .body-content.list article>ul>li .favourites.patient-oos-message,.main-body .has-nav .body-content.list article>ul>li .favourites.patient-oos-message,#main-body .has-nav .body-content.list article>ul>li .cart.patient-oos-message,.main-body .has-nav .body-content.list article>ul>li .cart.patient-oos-message,#main-body .has-nav .body-content.list article>ul>li h4.patient-oos-message,.main-body .has-nav .body-content.list article>ul>li h4.patient-oos-message{padding-left:170px;padding-top:60px}#main-body .has-nav .body-content.list article>ul>li h4,.main-body .has-nav .body-content.list article>ul>li h4{position:absolute;top:5px;right:10px;left:auto}#main-body .has-nav .body-content.list article>ul>li .cart,.main-body .has-nav .body-content.list article>ul>li .cart{float:right;margin-top:5px}#main-body .has-nav .body-content.list article>ul>li>div .cart,.main-body .has-nav .body-content.list article>ul>li>div .cart{margin-top:7px}#main-body .has-nav .body-content.list article>ul>li>div.has-favourite-after .cart,.main-body .has-nav .body-content.list article>ul>li>div.has-favourite-after .cart{margin-bottom:-43px}#main-body .has-nav .body-content.list article>ul>li>div.has-favourite-after .add-product-device,.main-body .has-nav .body-content.list article>ul>li>div.has-favourite-after .add-product-device{margin-right:60px}#main-body .has-nav .body-content.list article>ul>li .quantity-selector,.main-body .has-nav .body-content.list article>ul>li .quantity-selector{margin-top:-27px}#main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart,.main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart{position:absolute;margin-top:12px}#main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart+.button-close,.main-body .has-nav .body-content.list article>ul>li .quantity-selector+.cart+.button-close{margin-top:12px}#main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note,.main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note{margin:0;font-size:11px;position:static;margin-top:10px}#main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note+.quantity-selector,.main-body .has-nav .body-content.list article>ul.products.prescription>li h6.quantity-note+.quantity-selector{position:static;margin-top:5px}#main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector,.main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector{margin:0;top:auto;right:auto;left:10px;bottom:10px}#main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector+.cart,.main-body .has-nav .body-content.list article>ul.products.prescription>li .quantity-selector+.cart{position:absolute;margin:0;top:auto;bottom:10px}#main-body .article,.main-body .article{margin:0}#main-body .article>h5,.main-body .article>h5{margin-bottom:10px}#main-body .article>h5 span,.main-body .article>h5 span{float:right}#main-body .article .article-author,.main-body .article .article-author{float:none;max-width:none}#main-body .article .article-author img,.main-body .article .article-author img{display:none}#main-body .article .article-author h4,.main-body .article .article-author h4{line-height:34px;border-width:1px 0;border-color:#dedede;border-style:solid;font-family:'Open Sans',sans-serif;font-weight:bold;font-size:14px;color:#7f7f7f}#main-body .article .article-author h4 span,.main-body .article .article-author h4 span{display:inline;font-weight:600}#main-body .article .article-author h4 a,.main-body .article .article-author h4 a{display:inline-block;float:right;color:#3969af;text-decoration:underline}#main-body .article .article-author h4 a:hover,.main-body .article .article-author h4 a:hover,#main-body .article .article-author h4 a:focus,.main-body .article .article-author h4 a:focus,#main-body .article .article-author h4 a:active,.main-body .article .article-author h4 a:active{text-decoration:none}#main-body .article .article-author p,.main-body .article .article-author p{display:none}#main-body .article .article-content,.main-body .article .article-content{float:none;max-width:none}#main-body .article .article-content img,.main-body .article .article-content img{margin-top:10px}#main-body .article .article-content p,.main-body .article .article-content p{font-size:14px}#main-body .article .article-featured h3,.main-body .article .article-featured h3{text-align:center}#main-body .article .article-featured ul.cycle-slideshow li,.main-body .article .article-featured ul.cycle-slideshow li{margin-left:0 !important;max-width:none;width:100%;box-sizing:border-box}#main-body .authors-listing ul li,.main-body .authors-listing ul li{width:100%;margin-left:0 !important;float:none;height:auto !important}#main-body .order-numbers-address,.main-body .order-numbers-address{margin-top:20px}#main-body .order-numbers-address>div,.main-body .order-numbers-address>div{width:auto !important;float:none}#main-body .order-numbers-address>div table,.main-body .order-numbers-address>div table{display:block}#main-body .order-numbers-address>div table tbody,.main-body .order-numbers-address>div table tbody{display:block}#main-body .order-numbers-address>div table tbody tr,.main-body .order-numbers-address>div table tbody tr{display:block}#main-body .order-numbers-address>div table tbody tr th,.main-body .order-numbers-address>div table tbody tr th{display:block;padding-bottom:10px}#main-body .order-numbers-address>div table tbody tr th .tooltip,.main-body .order-numbers-address>div table tbody tr th .tooltip{right:auto;left:170px}#main-body .order-numbers-address>div table tbody tr td,.main-body .order-numbers-address>div table tbody tr td{display:block;padding-bottom:10px}#main-body .top-brands h3,.main-body .top-brands h3{font-size:20px;line-height:60px;margin-bottom:20px}#main-body .top-brands ul.cycle-slideshow li,.main-body .top-brands ul.cycle-slideshow li{width:100%}}.products-listing .products>.product{position:relative;margin:0 0 18px 18px;width:208px;min-height:320px;padding:0 15px 18px 15px;list-style:none;box-sizing:border-box;float:left;border:solid 1px #e3e9f2;border-radius:3px}.grid.products-listing .products>.product{padding:0 10px 18px 10px}.sales-rep.products-listing .products>.product{min-height:340px}.products-listing .products>.product .product-tags{padding:0 0 0 5px;float:left;clear:left;margin:4px 5px 0 0}.grid.products-listing .products>.product .product-tags{clear:left}.list.products-listing .products>.product .product-tags{padding-top:4px;clear:none}.cycle-slideshow.products-listing .products>.product .product-tags{clear:left;float:left}.products-listing .products>.product .product-tags>.product-tag{margin:0 4px;position:relative;padding:0 7px;list-style:none;line-height:18px;font-size:12px;font-family:Museo-700,serif;color:#cb4949;float:left;border:solid 1px #c9d3e1;border-radius:3px;background:#fff;cursor:default}.cycle-slideshow.products-listing .products>.product .product-tags>.product-tag{float:none}.grid.products-listing .products>.product .product-tags>.product-tag{margin:0}.products-listing .products>.product .product-tags>.product-tag>p{position:absolute;left:50%;box-sizing:border-box;padding:10px;bottom:25px;width:200px;border-radius:3px;background:#3969af;color:#fff;margin:0 0 0 -100px;z-index:220;opacity:0;visibility:hidden}.products-listing .products>.product .product-tags>.product-tag:hover>p,.products-listing .products>.product .product-tags>.product-tag:focus>p,.products-listing .products>.product .product-tags>.product-tag:active>p{visibility:visible;opacity:.8;bottom:20px}.products-listing .products>.product .product-tags li{clear:none;position:relative;padding:0 7px;list-style:none;line-height:18px;font-size:12px;font-family:Museo-700,serif;color:#cb4949;float:left;border:solid 1px #c9d3e1;border-radius:3px;background:#fff;cursor:default}.products-listing .products>.product .product-tags li.patient-product-tags{clear:both}.products-listing .products>.product .price{float:right}.products-listing .products>.product .stars:empty{display:none}.list .products-listing .products>.product .stars{float:left}.grid .products-listing .products>.product .stars{float:left}.products-listing .products>.product .patient-oos-message{padding-left:80px}.products-listing .products>.product .patient-product-tags{vertical-align:top;display:inline-block}.products-listing>header,.products-listing>footer{position:relative}.products-listing>header .paging,.products-listing>footer .paging{position:relative;z-index:100;float:right}.products-listing>header .paging ul,.products-listing>footer .paging ul{margin:0;padding:0}.products-listing>header .paging ul li,.products-listing>footer .paging ul li{margin:0;padding:0;list-style:none;float:left;line-height:16px;font-family:Museo-300,serif;font-size:15px}.products-listing>header .paging ul li a,.products-listing>footer .paging ul li a{padding:0 10px;color:#4d4d4d}.products-listing>header .paging ul li.selected a,.products-listing>footer .paging ul li.selected a{font-family:Museo-700,serif;color:#3969af;cursor:default}.products-listing>header .paging ul li.prev a,.products-listing>footer .paging ul li.prev a,.products-listing>header .paging ul li.next a,.products-listing>footer .paging ul li.next a{display:block;width:9px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAApUlEQVRIx7XWuw2AMAwE0DAWczADBR2iAmUBJoAxmCsVEgxgnC6K4mCZo7gq0pPys+3a4XDGLJyLEzidFfEcShIsyJwhMTcCifEIZCUiB0G0kIjEdS1URbTQK6KBVMgbpEZqkIRs0hGUIAnZOY0WGi1IDvVWJIdOK/IbBNtazIQ4bOj1Qx8k9ItAPy20jEALG7TUQos/tB1BGyS0ZaeTyOchojjWPFjh9u48N8hDAAAAAElFTkSuQmCC);background-size:9px 16px;background-repeat:no-repeat;background-position:center}.products-listing>header .paging ul li.prev.disabled a,.products-listing>footer .paging ul li.prev.disabled a,.products-listing>header .paging ul li.next.disabled a,.products-listing>footer .paging ul li.next.disabled a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAQAAAC1deB6AAAAkElEQVQ4y5XUsQ2AMAwEQDMjM9AjKlCKb5kAZqRCggFMAQiTmORR2pNi2X4LJPMGbFhQ50iAQqFYvkl/EcVeJopQJqMKQTz0IhAPRcRDCUmRQ2LkkjeyZLIlPMiSGZWH2m9yoyZHbrTmyC9EfSfoyoWTLSCbSY6FHDC5KuTSketLBoGMFBlOMubnTSkeDHN6Dp496GjVfGN3AAAAAElFTkSuQmCC);cursor:default}.products-listing>header .paging ul li.next,.products-listing>footer .paging ul li.next{transform:scaleX(-1)}.products-listing>header{min-height:16px}.products-listing>header .product-finder{border-top:none;padding:0}.products-listing>header .product-finder p{margin-right:250px}.products-listing>header>p{margin:0;position:absolute;z-index:50;top:0;left:0;right:0;text-align:center;font-size:15px;line-height:32px}.products-listing>header .view{position:relative;z-index:100;float:left}.products-listing>header .view h6{margin:0;line-height:32px;font-size:15px;font-weight:normal;font-family:Museo-500,serif;color:#4d4d4d;float:left}.products-listing>header .view ul{margin:0;padding:0;float:left}.products-listing>header .view ul li{margin:0 0 0 10px;padding:0;list-style:none;float:left}.products-listing>header .view ul li a{display:block;width:32px;height:32px;background-color:#ebf0f7;background-repeat:no-repeat;background-position:center;border-radius:3px}.products-listing>header .view ul li.selected a{background-color:#d0ddef}.products-listing>header .view ul li.grid a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAQUlEQVRIx2OwzFz/n0jMAML///9ngLKJ0scwasGoBaMW0McCkjCSBURhsAZa4mFgAc3jgB4WjGa0UQtGLRjqFgAA+ExjAOmko4EAAAAASUVORK5CYII=);background-size:12px 13px}.products-listing>header .view ul li.list a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAYAAADoZO9yAAAANUlEQVRIx2O0zFz/n2EQAMZRhwxmhzAMCof8//9/1CGDM2pGc82oQ0bLkdFyZDTXjDqExgAAwC4tDbcrsQUAAAAASUVORK5CYII=);background-size:17px 10px}.products-listing>header .paging{position:relative;top:9px}.products-listing>footer{padding:30px 0}.products-listing.no-view-controls>header>p,.products-listing.no-view-controls>footer>p{text-align:left}.products-listing article{float:none;clear:both;margin-top:20px}.products-listing article.products-in-cart table tbody tr td:last-child{text-align:right}.products-listing article:first-child{margin-top:0}.products-listing article>ul.products{margin:0 0 -18px 0;padding:0}.products-listing article>ul.products>li:nth-child(4n+1){margin-left:0}.products-listing article>ul.products>li .thumb{display:block;width:auto;height:120px;margin:6px auto 0 auto}.products-listing article>ul.products>li .thumb:hover,.products-listing article>ul.products>li .thumb:focus,.products-listing article>ul.products>li .thumb:active{opacity:.7}.products-listing article>ul.products>li h3{margin:12px 0 0 0 !important;font-family:Museo-700,serif !important;font-size:14px !important;line-height:18px !important;max-height:36px;overflow:hidden;font-weight:normal !important}.products-listing article>ul.products>li h3 a{color:#3969af}.products-listing article>ul.products>li h3 a:hover,.products-listing article>ul.products>li h3 a:focus,.products-listing article>ul.products>li h3 a:active{text-decoration:underline}.products-listing article>ul.products>li h5{margin:0;font-weight:600;font-size:13px;line-height:15px}.products-listing article>ul.products>li .stars{margin-top:3px;position:relative;height:21px}.products-listing article>ul.products>li .stars .bv-cleanslate{height:21px !important;overflow:hidden !important}.products-listing article>ul.products>li .stars .bv-cleanslate dl{margin:0 !important}.products-listing article>ul.products>li h4{float:left;margin:3px 0 0 0;font-weight:normal;font-family:Museo-700,serif;color:#3969af;font-size:14px}.products-listing article>ul.products>li h4 small{font-family:'Open Sans',sans-serif;display:block;line-height:1}.products-listing article>ul.products>li h4.ptprice{margin-left:80px !important}.products-listing article>ul.products>li h4.center{text-align:center}.products-listing article>ul.products>li .quantity-selector{display:none}.products-listing article>ul.products>li .favourites{position:absolute;bottom:15px;right:15px;display:block;clear:both;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWIAAABSCAMAAABZjy5RAAAC61BMVEWNxkL///+NxkKNxkKNxkKNxkL///+NxkKNxkL///+NxkL///+NxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkL///////////+NxkL///////+NxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkL///////+NxkL///+NxkKNxkKNxkKNxkKNxkL///+NxkL///+NxkL///+NxkKNxkKNxkKNxkKNxkKNxkL///////////////////+NxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkLh8M2NxkKNxkKNxkKNxkKNxkKNxkL///+NxkL///+NxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkL///////////////+NxkL///+NxkL///////+NxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkKNxkL///////+NxkL///+NxkKNxkKNxkL///+NxkL///+NxkL///+NxkKNxkKNxkKNxkL6/Pb///+NxkKNxkL///+NxkL///+NxkKNxkKNxkOPx0WPx0aQx0aQyEeRyEmSyUuTyUyUyU2VylCWylGWylWXy1KZzFWazFeczluezl6ez1+fzmafz2Cg0GKh0GOi0GSk0Wik0mml0mmn0nao1G+v13qv13uw1oSw13yw2H2x2H2z2YK02YK02oO224a324i42pK424m/35S/35XA3p/A35bA4JfD4ZvG46HH4qvI5KTJ5KXJ5KbM5qvP5bfP56/U6bfU6rjV6rnW6cLX67zX673Y677Y7L/Z7L/Z7MDd7c3f78ri8dDj8dDk8dLk8djk8tPl8tPl8tTo9Nnp9Nrq9Nzq9d3r9OLr9d7s9uDt9uHv9+Xw+Ofx+Ofx+Ojy+Ozy+erz+ez0+u31+u/2+/D3+/H3+/L4+/b4/PT5/PX6/Pb6/ff7/fj7/fn8/vv9/vv+/v3///7///9nLhYRAAAAjnRSTlMAAAECAwQEBgcMDw8SExQVFhcZGxwdISIjJSYnLC0uLzw9PkZHSElKTExOT1FTVVhZWltcXF1dX2BhYmNkb3BxcnN6fX6Gh4+Qk5mcn6CnqKmpqqqrrK2vsLKztLXExcbIy8zM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);background-position:right;background-size:cover;width:43px;height:41px;margin-top:3px}.products-listing article>ul.products>li .cart{position:absolute;bottom:15px;left:15px;display:block;font-size:13px;font-weight:bold;background-color:#c9d3e1;line-height:36px;border-radius:18px;padding:0 30px 0 13px;background-size:9px 16px;background-position:92% 50%;margin-top:8px;color:#3969af;z-index:210;transition:none}.products-listing article>ul.products>li .cart:hover,.products-listing article>ul.products>li .cart:focus,.products-listing article>ul.products>li .cart:active{background-color:#eaeef3}.products-listing article>ul.products>li .cart[disabled]{color:#929292;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAQAAAC1deB6AAAAlUlEQVQ4y6XUywmAMBAE0LVGa/AunpQ0YAVawtTmSdACovhP3CyDstcHgc3MCnIMmNBA9PHryEr8Ns5C84E86jRyF1LZjgStxU5kshsZ7ImSLEQJFiOVvZHCNCToQqajDP2T6ShmpY5iViQCErDxByKeC0n1eQXEMolvIT6YiAoROiK+RBGISlHlpGp+HozGOhjE6VkAhv0+B0gF7ScAAAAASUVORK5CYII=) !important;cursor:default}.products-listing article>ul.products>li .cart[disabled]:hover,.products-listing article>ul.products>li .cart[disabled]:focus,.products-listing article>ul.products>li .cart[disabled]:active{background-color:#c9d3e1}.products-listing article>ul.products>li .top-info ul.product-tags{position:absolute;top:0;left:0;padding:12px 0 0 5px;padding-left:0;padding-top:0;position:relative}.products-listing article>ul.products>li .top-info ul.product-tags li.patient-product-tags{clear:both}@media only screen and (max-width:1131px){.products-listing article>ul.products>li .top-info ul.product-tags{display:none}}.products-listing article>ul.products>li .button-close{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:18px;z-index:210}.products-listing article>ul.products.cycle-slideshow{margin-bottom:0}.products-listing article>ul.articles{margin:0;padding:0}.products-listing article>ul.articles li{margin:0;position:relative;padding:45px 0 40px 165px;min-height:150px;list-style:none;border-bottom:solid 1px #dedede}.products-listing article>ul.articles li>a>img{position:absolute;top:45px;left:0;width:140px;height:auto}.products-listing article>ul.articles li h3{margin:0;color:#4d4d4d;font-size:22px;line-height:22px;font-weight:600}.products-listing article>ul.articles li h3 a{color:#4d4d4d}.products-listing article>ul.articles li h5{display:inline-block;margin:7px 0 0 0;font-weight:600;font-size:14px;line-height:14px}.products-listing article>ul.articles li h5 a{color:#4d4d4d}.products-listing article>ul.articles li h5 a:hover,.products-listing article>ul.articles li h5 a:focus,.products-listing article>ul.articles li h5 a:active{text-decoration:underline}.products-listing article>ul.articles li h6{display:inline-block;margin:-1px 0 0 25px;font-size:12px;font-weight:normal;font-family:Museo-700,serif;color:#3969af;line-height:18px;padding:0 7px;border:solid 1px #c9d3e1;border-radius:3px}.products-listing article>ul.articles li p{margin:20px 0 0 0;font-size:14px;line-height:20px}.products-listing article>ul.articles li .button-alternate{margin-top:25px}.products-listing article>ul.articles li:first-child{padding-top:0}.products-listing article>ul.articles li:first-child>a>img{top:0}h2+.products-listing{margin-top:10px}.grid .products-listing h4.wsprice{display:none}.grid .products-listing h4.ptprice{margin-left:0 !important}@media(max-width:697px){.products-listing>header .paging,.products-listing>footer .paging{float:none}.products-listing>header .paging ul,.products-listing>footer .paging ul{text-align:center}.products-listing>header .paging ul li,.products-listing>footer .paging ul li{float:none;display:inline-block}.products-listing>header .paging ul li.prev,.products-listing>footer .paging ul li.prev,.products-listing>header .paging ul li.next,.products-listing>footer .paging ul li.next{position:relative;top:2px}.products-listing>header{margin-top:0}.products-listing>header .product-finder p{margin-right:0}.products-listing>header p{text-align:center}.products-listing>header .paging{clear:both;top:0;padding-top:20px}.products-listing>header .view{position:static;float:none;max-width:150px;margin:0 auto}.products-listing article>ul.products>li{float:none;margin-left:0 !important;margin-right:0 !important;width:auto}.products-listing article>ul.products>li ul li>p{display:none}.products-listing article>ul.products>li h4.wsprice{position:static;float:right;width:66px;margin:5px 0}.products-listing article>ul.products>li .stars~h4.wsprice{margin-top:-21px}.products-listing article>ul.articles>li{padding-left:0;padding-top:20px;padding-bottom:20px}.products-listing article>ul.articles>li>a>img{display:none}}@media(max-width:1131px){.products-listing header p{position:static;padding-top:10px;clear:both}.products-listing.no-view-controls>header .paging,.products-listing.no-view-controls>footer .paging{float:none;text-align:center}.products-listing.no-view-controls>header .paging ul li,.products-listing.no-view-controls>footer .paging ul li{display:inline-block;float:none}.products-listing.no-view-controls>header>p,.products-listing.no-view-controls>footer>p{text-align:center}.products-listing article>ul.products>li{width:217px}.products-listing article>ul.products>li:nth-child(2n+1){margin-left:0}.products-listing article>ul.articles>li h5{display:block}.products-listing article>ul.articles>li h6{margin:10px 0 0 0}}.products-in-cart{width:886px;margin-top:30px;float:left}.products-in-cart .discontinued-note>td{border-top:none;padding-top:0;padding-bottom:0;position:relative;top:-10px;line-height:14px}.products-in-cart table{border:solid 1px #c9d3e1;width:100%;border-collapse:unset}.products-in-cart table thead tr th{font-size:13px;text-align:left;color:#3969af;line-height:16px;padding:13px 7px}.products-in-cart table thead tr th.center{text-align:center}.products-in-cart table tbody tr td{line-height:26px;padding:12px 7px;border-top:solid 1px #c9d3e1}.products-in-cart table tbody tr td .button-favourites{position:relative;top:-9px;margin:0 0 -14px 0}.products-in-cart table tbody tr td .button-go{margin-top:5px}.products-in-cart table tbody tr td.desktop-and-tablet{display:table-cell !important}.products-in-cart table tbody tr td.colInvoiceNum a:hover,.products-in-cart table tbody tr td.colInvoiceNum a:focus,.products-in-cart table tbody tr td.colInvoiceNum a:active{text-decoration:underline}.products-in-cart table tbody tr td input[type=number]{width:50px}.products-in-cart table tbody tr td .product-tags{margin:0;padding:0}.products-in-cart table tbody tr td .product-tags li{padding:0 7px;list-style:none;line-height:18px;font-size:12px;font-family:Museo-700,serif;color:#cb4949;border:solid 1px #c9d3e1;border-radius:3px;display:inline-block}@media(max-width:1131px){.products-in-cart{float:none;width:auto;clear:both}.has-nav .products-in-cart table{border:none;border-bottom:solid 1px #c9d3e1}.has-nav .products-in-cart table thead{display:none}.has-nav .products-in-cart table tbody{display:block}.has-nav .products-in-cart table tbody tr{display:block;padding:0 15px 0 15px;border:solid 1px #c9d3e1;border-bottom:none;box-sizing:border-box;max-height:70px;overflow:hidden}.has-nav .products-in-cart table tbody tr td{position:relative;display:block !important;border:none;line-height:36px;padding:0;max-height:0;transition:all .4s ease}.has-nav .products-in-cart table tbody tr td strong.mobile-only,.has-nav .products-in-cart table tbody tr td strong.tablet-and-mobile{display:inline !important}.has-nav .products-in-cart table tbody tr td .quantity-selector{position:absolute;top:0;left:70px}.has-nav .products-in-cart table tbody tr td .button-close{margin-top:-25px;float:right;opacity:0;display:none;transition:none}.has-nav .products-in-cart table tbody tr td .button-favourites{top:0;margin:10px 0 0 0}.has-nav .products-in-cart table tbody tr td.mobile-only{background:#3969af;color:#fff;margin:0 -15px 0;padding:15px;padding-right:50px;line-height:20px;font-size:15px;max-height:70px}.has-nav .products-in-cart table tbody tr td.mobile-only a{position:absolute;top:0;bottom:0;left:0;right:0;display:block;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAUCAQAAABsKAZrAAABQklEQVRIia3TLY7CQBjG8Zf0AChcJYoEXYEgwWGaoFEIBPthURwAj4ALcADOgoSEzS6OQIKBhC75r2CZzkALM7RTQTLzPs8vmQxCnRVHxniI4+cx5sgXdduEsOCypo6cx/Q/ubDHIq5rQsGaKjBRucgemxGvkTU20lIze6zIXAsOrWJDLTGnaI8JJYMbPA0NDKpkfRty+fFZagX9h5G+NrnEt6eumODzrZX0UgM9berHjYoxocxaK+okjne0iTVlN0rHhAobVXWmfTfc5qzON1RcKRMTquxUXURonIX8qrMdVXfqFhMC9qryRFPtNzmp/T3BK9Q9JtQ4qNoDDQShYezVXqOSsNvqgCCBzw0TQuPS9IsN3eptMKGlvbz4hbayUOmY+dDT/gy5YULXwLpZqceY8K6ot+zUM0z4ZMuWjzwo5A/13QfVv+PivwAAAABJRU5ErkJggg==");background-size:32px 12px;background-repeat:no-repeat;background-position:right}.has-nav .products-in-cart table tbody tr td.desktop-and-tablet{display:none !important}.has-nav .products-in-cart table tbody tr td.sub-total{background:#d0ddef;margin:0 -5px 0 -5px;padding:0 5px;font-size:15px;color:#4d4d4d;border:none}.has-nav .products-in-cart table tbody tr.active{max-height:500px;padding-bottom:15px}.has-nav .products-in-cart table tbody tr.active td{max-height:40px;transition:none}.has-nav .products-in-cart table tbody tr.active td.mobile-only{margin-bottom:15px}.has-nav .products-in-cart table tbody tr.active td.mobile-only a{transform:scaleY(-1)}.has-nav .products-in-cart table tbody tr.active td.sub-total{margin-top:15px;margin-bottom:-5px;border-top:solid 1px #c9d3e1}.has-nav .products-in-cart table tbody tr.active td .button-close{opacity:1;display:inline-block}}@media(max-width:697px){.products-in-cart table{border:none;border-bottom:solid 1px #c9d3e1}.products-in-cart table thead{display:none}.products-in-cart table tbody{display:block}.products-in-cart table tbody tr{display:block;padding:0 15px 15px 15px;border:solid 1px #c9d3e1;border-bottom:none;box-sizing:border-box;max-height:50px;overflow:hidden}.products-in-cart table tbody tr td{position:relative;display:block;border:none;line-height:36px;padding:0;text-align:left}.products-in-cart table tbody tr td strong.mobile-only{display:inline}.products-in-cart table tbody tr td .quantity-selector{position:absolute;top:0;left:70px}.products-in-cart table tbody tr td .button-close{margin-top:-25px;float:right}.products-in-cart table tbody tr td .button-favourites{top:0;margin:10px 0 0 0}.products-in-cart table tbody tr td.mobile-only{background:#3969af;color:#fff;margin:0 -15px 10px;padding:15px;padding-right:50px;line-height:20px;font-size:15px}.products-in-cart table tbody tr td.mobile-only a{position:absolute;top:0;bottom:0;left:0;right:0;display:block;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAUCAQAAABsKAZrAAABQklEQVRIia3TLY7CQBjG8Zf0AChcJYoEXYEgwWGaoFEIBPthURwAj4ALcADOgoSEzS6OQIKBhC75r2CZzkALM7RTQTLzPs8vmQxCnRVHxniI4+cx5sgXdduEsOCypo6cx/Q/ubDHIq5rQsGaKjBRucgemxGvkTU20lIze6zIXAsOrWJDLTGnaI8JJYMbPA0NDKpkfRty+fFZagX9h5G+NrnEt6eumODzrZX0UgM9berHjYoxocxaK+okjne0iTVlN0rHhAobVXWmfTfc5qzON1RcKRMTquxUXURonIX8qrMdVXfqFhMC9qryRFPtNzmp/T3BK9Q9JtQ4qNoDDQShYezVXqOSsNvqgCCBzw0TQuPS9IsN3eptMKGlvbz4hbayUOmY+dDT/gy5YULXwLpZqceY8K6ot+zUM0z4ZMuWjzwo5A/13QfVv+PivwAAAABJRU5ErkJggg==");background-size:32px 12px;background-repeat:no-repeat;background-position:right}.products-in-cart table tbody tr td.desktop-and-tablet{display:none}.products-in-cart table tbody tr td.sub-total{border-top:solid 1px #c9d3e1;background:#d0ddef;margin:15px -5px -5px -5px;padding:0 5px;font-size:15px;color:#4d4d4d}.products-in-cart table tbody tr.active{max-height:500px}.products-in-cart table tbody tr.active td.mobile-only a{transform:scaleY(-1)}}#main-footer-patient-registration{background:#3969af;color:#fff;font-size:12px}#main-footer-patient-registration>div{margin:auto;max-width:1132px}#main-footer-patient-registration>div .contact{margin:0 -30px}#main-footer-patient-registration>div .contact>div{float:left;padding:20px 30px;box-sizing:border-box}#main-footer-patient-registration>div .contact>div.contact-practitioner{width:58.3%}#main-footer-patient-registration>div .contact>div.contact-us{width:41.6%}#main-footer-patient-registration>div .contact>div>div{float:left;width:50%}#main-footer-patient-registration>div .contact h3{margin:0;font-weight:normal;font-size:20px}#main-footer-patient-registration>div .contact p,#main-footer-patient-registration>div .contact ul{margin:1em 0 0;padding:0;line-height:1.6}#main-footer-patient-registration>div .contact p li,#main-footer-patient-registration>div .contact ul li{margin:0;list-style:none}#main-footer-patient-registration>div .contact p li a,#main-footer-patient-registration>div .contact ul li a{padding-top:.4em;background-repeat:no-repeat;background-position:0 80%;padding-left:30px}#main-footer-patient-registration>div .contact p li a[href^="tel"],#main-footer-patient-registration>div .contact ul li a[href^="tel"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAYAAAAfD8YZAAAA1UlEQVQ4T+3UsS5EURDG8d8IYSteQKmlEBuJB9hWIXoNLU9CKeslJDRKiUrHA3gFKtEwMrE3uW4st5Y9ySnOyfxnJpP5vsjMcxwi9D+JcWTmBx7w2pMtcAFbBdfjHkO89UiwhEvstuH1iBj8BmfmCp5n8Ne0ZwP7YVv+4ZJs4uIPVS3ioCuMW2x3wDKHObx3/kvC19hrJHkSEWdNUGau4gnzeIyIjXaCzDzG6TR4B3d4qeoRsTwNLhu6mdwmplrexxquJjbV5kcYVeUywKMe9vOteBngJ2wvze+OorgzAAAAAElFTkSuQmCC)}#main-footer-patient-registration>div .contact p li a[href^="mailto"],#main-footer-patient-registration>div .contact ul li a[href^="mailto"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAABBUlEQVQ4T9XSMSuFcRTH8c9Rt4jNorwDeQUmUgavgFImlGIxYvIShDIZLDcvwKIwycRgMygLNkUW6eip59EN172XyX869f+d7znnd05k5hO68eb3r4bnyMwsGRfYwWsHzEGsoA+1CraKddxjIiKuWwEzcw5buClz6xVsDLc4QlFtISL2vgNmZj/qGMculjCC4w9YRJxkZk8pmMEppiKi6FZmBmaxWfo7HRGH5d/oF1jVSWZOYr/0YhvnWMMQDjAfEY8N+uawslovCi+XUcSXWIyIs8/jZ+bPsIaqXcXpRMRLs6W0DWu11ZaetQNo1Pyfzorrv+p0vAb9MDaKo73DwB9AVerDOy5yl7IZ7Wn5AAAAAElFTkSuQmCC)}#main-footer-patient-registration>div .contact p a,#main-footer-patient-registration>div .contact ul a{color:#fff;display:block}#sub-footer-patient-registration{padding:30px 20px;max-width:1132px;margin:auto}#sub-footer-patient-registration ul{margin:0;padding:0}#sub-footer-patient-registration ul li{list-style:none;font-size:12px;line-height:2;padding:0 15px;border-left:solid 1px #4d4d4d;float:left;color:#4d4d4d}#sub-footer-patient-registration ul li:first-child{padding-left:0;border:none}#sub-footer-patient-registration ul li a{color:#4d4d4d}#main-footer{clear:both}#main-footer #contact-info{background:#ebf0f7;padding:30px 0 40px 0}#main-footer #contact-info>div{max-width:1132px;margin:0 auto}#main-footer #contact-info>div>div{width:50%;float:left;box-sizing:border-box}#main-footer #contact-info>div>div h3{margin:0;font-size:28px;line-height:60px;font-weight:normal;font-family:Museo-300,serif;color:#3969af}#main-footer #contact-info>div>div.contact-us-patients ul{margin:0;padding:0}#main-footer #contact-info>div>div.contact-us-patients ul li{list-style:none;float:left;padding-right:80px;padding-bottom:10px}#main-footer #contact-info>div>div.contact-us-patients ul li h4{color:#4d4d4d;font-size:18px;margin:12px 0 0 0}#main-footer #contact-info>div>div.contact-us-patients ul li p{font-size:16px;margin:6px 0 0 0}#main-footer #contact-info>div>div.contact-us{padding-right:75px}#main-footer #contact-info>div>div.contact-us>div>ul{margin:0;padding:0}#main-footer #contact-info>div>div.contact-us>div>ul>li{margin:0;padding:15px 0 20px 75px;list-style:none;border-bottom:solid 1px #c9d3e1;background-position:5px 20px;background-repeat:no-repeat}#main-footer #contact-info>div>div.contact-us>div>ul>li.australia{background-image:url(data:image/png;base64,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)}#main-footer #contact-info>div>div.contact-us>div>ul>li.new-zealand{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA2CAMAAACGCfuJAAAAulBMVEXu8vb2+Pz////////9/f3////9/f35+fv5+fv2+Pv19/v2+Pv2+Pzt8vbu8vbu8vfu8vbu8vfj6O7j6O/j6O7j6O/i5+7V4PHU3/DV4PHU3/DU4PHL2O3L2O7L2e7M2e7L2O3L2O7M2e63yue3y+e4y+e4y+i3yue3y+elveGlvuKlveGlveKmvuKfueCfueGfuuGOrNqOrNuOrduOrNtvltNvl9Nwl9Nwl9R4ntV5ntWEpdeEpdiFpdi9sZc8AAAANXRSTlMAAABTVldaXF9hZWVlbW1tcHB7e35+gY+SkpWVnp6enqCgoLq6urq8vNTU1dXV3d3d9vb291HSC5UAAAIWSURBVEjHjdXbUhNBFIXh2J0GRpBDDIaAHAQ0RBAxsv69gs77v5YXCYVVMJ3M5dRX3b179trTS28+w53y6l3vbXrjy1e4gw4dTMpatNwaTtaiadviZ1mLljFq16OpTIj99Wja+MtjWY+WQ9jfHpY1aCqP3Bz6Yh2aTognvxyiRsucYHkNpZQqvZXgsqRUtiZ/9ms0TUyYyfDgS2tNqqs+GAEoEFW6BcIIFPanFWUhYYM8r5VVDqXF5hHEjwotw7nBYBtiXLnXYwtF2ESY9n2FXmIMkuJ+o5RSoVutlvX7dlVnbd8FckA8rO6B/ZaQ4GIlTWXHgNuNTpr7o2aZBAcwLl00j1pd5ZRSKpfwksa36By8mz82eWxA4wqdSXJLm+/DcFu6U7DnQBh2j3HcbXUHpj8zhC0GZfugVBLbn+IAgT6smFnnsgKAWa7TPJMAwgzq8zUPEBEOmOYqzc0cLAH3/eqAz02LFmuOcvVfkAdPUlgyV6/lfzRvXoNsB8RR6qZ58+zJhLW40/t3XTR//k4QDhkF8+l1r4uOMBhjpNlezqnrAHkqHAoIMe93ZKKXUsq7kqQIYWuaO2keXAXhMBgRo9RNnwI5LMLCbip0Flr0J4j4lbtpQyiCgLCgc//Ua37LsGxm0/a76ZmeFeDYy5VV0SJ0GMVRt0y9PLg6/UYADk4rcvm1dr+2ODSqyefOyrk5O2+qMv0D5rR9ldn8UUEAAAAASUVORK5CYII=)}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul{margin:0;padding:0}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul>li{margin:0;padding:0;list-style:none;float:right}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul>li:first-child{float:left}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul>li h4{margin:0;font-weight:600;font-size:26px;color:#4d4d4d;line-height:36px}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul>li p{margin:-10px 0 0 0;font-weight:bold;font-size:26px;color:#3969af}#main-footer #contact-info>div>div.contact-us>div>p{margin:20px 0 0 75px;font-size:14px;line-height:18px;color:#4d4d4d}#main-footer #contact-info>div>div.contact-us>div>p a{color:#4d4d4d;text-decoration:underline}#main-footer #contact-info>div>div.contact-us>div>p a:hover,#main-footer #contact-info>div>div.contact-us>div>p a:focus,#main-footer #contact-info>div>div.contact-us>div>p a:active{text-decoration:none}#main-footer #contact-info>div>div.stay-in-touch>div{color:#4d4d4d;font-size:14px}#main-footer #contact-info>div>div.stay-in-touch>div h6{margin:20px 0 0 0;font-size:16px;font-weight:normal}#main-footer #contact-info>div>div.stay-in-touch>div p{margin:20px 0 0 0}#main-footer #contact-info>div>div.stay-in-touch>div p>a{color:#4d4d4d;text-decoration:underline}#main-footer #contact-info>div>div.stay-in-touch>div p>a:hover,#main-footer #contact-info>div>div.stay-in-touch>div p>a:focus,#main-footer #contact-info>div>div.stay-in-touch>div p>a:active{text-decoration:none}#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]{box-sizing:border-box;width:100%;padding:10px 15px;border:solid 1px #c7d0dd;border-radius:20px;background-color:transparent}#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxFirstName,#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxLastName{width:48%;float:left}#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxLastName{float:right}#main-footer #contact-info>div>div.stay-in-touch>div p.agree{float:left;width:375px}#main-footer #contact-info>div>div.stay-in-touch>div p.agree input[type=checkbox]{border-color:#c7d0dd;border-radius:3px;background-color:transparent}#main-footer #contact-info>div>div.stay-in-touch>div p.agree label{display:block;margin:-20px 0 0 20px}#main-footer #contact-info>div>div.stay-in-touch>div>a{display:block;float:right;font-size:13px;line-height:36px;border-radius:18px;padding:0 30px 0 20px;background-size:8px 13px;background-position:97px 50%;margin-top:20px}#main-footer .useful-info>div{max-width:1132px;margin:0 auto;padding:40px 0}#main-footer .useful-info>div h5{font-weight:normal;font-family:Museo-700,serif;font-size:18px;color:#3969af;margin:0}#main-footer .useful-info>div ul{margin:20px 0 0 0;padding:0}#main-footer .useful-info>div ul li{margin:0;padding:0;list-style:none;font-size:13px;line-height:24px}#main-footer .useful-info>div ul li a{color:#4d4d4d;text-decoration:underline}#main-footer .useful-info>div ul li a:hover,#main-footer .useful-info>div ul li a:focus,#main-footer .useful-info>div ul li a:active{text-decoration:none}#main-footer .useful-info#general-info>div>div{width:25%;box-sizing:border-box;float:left}#main-footer .useful-info#general-info>div>div.customer-care{width:50%}#main-footer .useful-info#general-info>div>div.customer-care ul li{float:left;width:50%}#main-footer .useful-info#general-info>div>div.help{float:right;border:solid 1px #c7d0dd;border-radius:3px;padding:0 30px 20px 30px}#main-footer .useful-info#general-info>div>div.help h4{margin:15px 0 0 0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif}#main-footer .useful-info#general-info>div>div.help h6{position:relative;top:-3px;margin:0;font-size:18px;color:#3969af;font-weight:normal;font-family:Museo-300,serif}#main-footer .useful-info#general-info>div>div.help p{text-align:center;margin:10px 0 0 0}#main-footer .useful-info#general-info>div>div.help p a{display:inline-block;line-height:36px;border-radius:18px;padding:0 30px 0 20px;background-size:8px 13px;background-position:93% 50%}#main-footer .useful-info#brands ul{-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;column-count:4}#main-footer #general-footer-links{text-align:center;background-color:#3969af;line-height:30px;color:#fff;padding:20px 0 30px 0}#main-footer #general-footer-links h6{display:inline;font-weight:normal;font-size:13px;line-height:20px;margin:0}#main-footer #general-footer-links a{color:#fff}#main-footer #general-footer-links a:hover,#main-footer #general-footer-links a:focus,#main-footer #general-footer-links a:active{text-decoration:underline}.product-finder{border:solid 1px #ebf0f7;border-top:solid 4px #3969af;padding:20px 10px}.product-finder h3{margin:0;font-size:22px;font-weight:normal;font-family:Museo-300,serif;color:#3969af}.product-finder h4{margin:10px 0 0 0;font-size:14px;color:#4d4d4d}.product-finder p{position:relative;margin:15px 0 0 0}.product-finder p input[type=text]{width:100%;height:40px;padding:10px 40px;line-height:20px;border:solid 1px #c9d3e1;border-radius:21px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAACYElEQVRYw8WXv0tjQRDHnx4IanFYeVqH4B8QkCOnB4KIhZX+A6Yy2HjBQtDSIr1nuoOzsBAL8UenRBCvSmdzVmolHkL0QAQT9d13w7xDwsz+eG9Nik+Xmf1k3+7MbPA5vxNY0AFGQRGcgBvwCkJQA5fgACyClGXOBmEYspgCu8AcuCAJW8pg/L3EsuC3o1Azu+CTT7ECeE4oFaE++xcfYkXLBR/APXiy+O0jmEwiVtAkVzu4DaZB/5uYTpAGeVAxyGXiiGU1n++IFre5aVPgSsijbu9HFzF1+86FZKtULgIH+sCxkG/dRWxOIxXEpAf8Eo5EykasQ6hTRzF2qplBUGVyl2zERoV/lU4oFTHP5K/S8dGKceVh25OUolvYta8msRMmaMajmOIHs8aSSeyGCer3LJZj1vhpEuMqeuCZMWadfVex+3cQywi3XitWawpQve+DZ7EJRmzLJHbJBKU9ixWkDqATO2CC8p7FuDVyJrFFJqjiUWoA1Jk1hkxiKaFPTnkSKzG5z2ybeJkJvqIpIYmUqu4vTO4FW7FxYdeOaUqII6Uu0C2T8xr0ugyKu4LcKU0Jrjt1K+Rbdp1g1Wvmj5CsSlNCt8VBLwmfL+IvGHad+UdoNg81gqohz1KbyVDx/EYloW75kPkv5/JKmjTI+aIh5/quzAgdoWVyuvOiXjPfEzx81e1bocWd5WxuWIr6WtVS6IzqVFQShuPIuZSALnofLNGQtwcOaUpYo943JMQ6y/meu3Q4ybVSzEmu1WK2cnftELOR22iXmE5uU4327RTj5BpS7Tj8ktyd+nyRlOIfyAmGW8vQADsAAAAASUVORK5CYII=);background-size:19px 19px;background-repeat:no-repeat;background-position:12px 50%}.product-finder p a{position:absolute;top:4px;right:5px;display:block;width:32px;height:32px;line-height:32px;text-align:center;color:#fff;background-color:#3969af;border-radius:16px;font-weight:800;text-transform:uppercase;text-decoration:none !important}.product-finder p a:hover,.product-finder p a:focus,.product-finder p a:active{background-color:#5483c7}.product-finder p a.btnReset{right:42px;width:48px;background-color:#c9d3e1;color:#3969af;font-size:13px;font-weight:bold}.info-bordered{position:relative;border:1px solid #c7d0dd}.info-bordered h3{margin:0;font-size:26px;line-height:60px;font-weight:bold;font-family:Museo-500,serif;color:#3969af;display:inherit}.info-bordered h4{margin:0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;display:inherit}.info-bordered h6{margin:0;font-size:16px;color:#3969af;font-weight:normal;font-family:Museo-300,serif;display:inherit}.info-widget-one-line{position:relative;border:1px solid #c7d0dd;padding:20px;margin-top:34px;padding-right:200px}.info-widget-one-line h3{margin:0;font-size:26px;line-height:60px;font-weight:bold;font-family:Museo-500,serif;color:#3969af;display:inherit}.info-widget-one-line h4{margin:0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;display:inherit}.info-widget-one-line h6{margin:0;font-size:16px;color:#3969af;font-weight:normal;font-family:Museo-300,serif;display:inherit}.info-widget-one-line h1,.info-widget-one-line h2,.info-widget-one-line h3,.info-widget-one-line h4,.info-widget-one-line h5,.info-widget-one-line h6{display:inline}.info-widget-one-line .footer{position:absolute;top:20px;right:20px}.info-widget-one-line .footer .button-generic{line-height:30px;border-radius:15px}.info-widget{position:relative;border:1px solid #c7d0dd;padding:20px;width:549px;margin-top:34px}.info-widget h3{margin:0;font-size:26px;line-height:60px;font-weight:bold;font-family:Museo-500,serif;color:#3969af;display:inherit}.info-widget h4{margin:0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;display:inherit}.info-widget h6{margin:0;font-size:16px;color:#3969af;font-weight:normal;font-family:Museo-300,serif;display:inherit}.info-widget .header h3{line-height:30px;font-family:Museo-300,serif}.info-widget .content h4{margin-top:20px !important;font-family:Museo-700,serif;color:#4d4d4d;font-weight:normal;font-size:16px;line-height:22px}.info-widget .content p{margin:10px 0 0 0}.info-widget .content .buttons{margin:5px 0 0 0;padding:0}.info-widget .content .buttons li{margin:5px 5px 0 0;list-style:none;display:inline-block}.info-widget .footer{margin-top:20px}.info-widget-left-side{position:relative;border:1px solid #c7d0dd;padding:20px;width:549px;margin-top:34px;float:left;box-sizing:border-box}.info-widget-left-side h3{margin:0;font-size:26px;line-height:60px;font-weight:bold;font-family:Museo-500,serif;color:#3969af;display:inherit}.info-widget-left-side h4{margin:0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;display:inherit}.info-widget-left-side h6{margin:0;font-size:16px;color:#3969af;font-weight:normal;font-family:Museo-300,serif;display:inherit}.info-widget-left-side .header h3{line-height:30px;font-family:Museo-300,serif}.info-widget-left-side .content h4{margin-top:20px !important;font-family:Museo-700,serif;color:#4d4d4d;font-weight:normal;font-size:16px;line-height:22px}.info-widget-left-side .content p{margin:10px 0 0 0}.info-widget-left-side .content .buttons{margin:5px 0 0 0;padding:0}.info-widget-left-side .content .buttons li{margin:5px 5px 0 0;list-style:none;display:inline-block}.info-widget-left-side .footer{margin-top:20px}.info-widget-right-side{position:relative;border:1px solid #c7d0dd;padding:20px;width:549px;margin-top:34px;float:right;box-sizing:border-box}.info-widget-right-side h3{margin:0;font-size:26px;line-height:60px;font-weight:bold;font-family:Museo-500,serif;color:#3969af;display:inherit}.info-widget-right-side h4{margin:0;font-size:22px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;display:inherit}.info-widget-right-side h6{margin:0;font-size:16px;color:#3969af;font-weight:normal;font-family:Museo-300,serif;display:inherit}.info-widget-right-side .header h3{line-height:30px;font-family:Museo-300,serif}.info-widget-right-side .content h4{margin-top:20px !important;font-family:Museo-700,serif;color:#4d4d4d;font-weight:normal;font-size:16px;line-height:22px}.info-widget-right-side .content p{margin:10px 0 0 0}.info-widget-right-side .content .buttons{margin:5px 0 0 0;padding:0}.info-widget-right-side .content .buttons li{margin:5px 5px 0 0;list-style:none;display:inline-block}.info-widget-right-side .footer{margin-top:20px}@media(max-width:1131px){.info-widget-one-line h6{display:block}.info-widget-left-side,.info-widget-right-side{width:auto;float:none}}@media(max-width:697px){.info-widget-one-line{padding-right:1em}.info-widget-one-line .footer{position:static;margin-top:10px}.info-widget-one-line,.info-widget-left-side,.info-widget-right-side{margin-top:20px}}.new-address .row{width:585px;margin-bottom:15px}.new-address .row input[type="text"]{width:100%}.new-address .row input[type="text"],.new-address .row #txtAddressSearch,.new-address .row .ui-selectmenu-button{margin-top:5px}.new-address .row .col{float:left;width:185px;padding-right:15px}.new-address .row .col:last-child{padding-right:0;float:right}.new-address .row .col.ui-front{height:63px}.new-address .row .txtFullRow{width:585px}.new-address .row .marTop8{margin-top:8px}.new-address .row label{font-weight:bold;display:inline-block}.new-address .row span.required{display:none}.contactForm .row{margin-top:20px;color:#4d4d4d}.contactForm .row label{font-weight:bold}.contactForm .row .required{font-style:italic}.contactForm .row .error-messages{color:#f00}.contactForm .row input[type=text],.contactForm .row input[type=email],.contactForm .row input[type=password],.contactForm .row textarea,.contactForm .row .ui-selectmenu-button,.contactForm .row .ui-selectmenu-menu{display:block;margin-top:5px;width:300px !important;box-sizing:border-box}.contactForm .row textarea{width:100% !important}.contactForm .row.ui-front{height:68px}.contactForm .row input[type=radio]{margin-left:20px;margin-right:5px;position:relative;top:2px}.contactForm .row input[type=radio]+label{font-weight:normal}.contactForm .row-inline input[type=text]{margin-top:5px;width:300px !important;box-sizing:border-box}.contactForm .formBottom{margin-top:20px}.contactForm .formBottom .help{float:right;line-height:36px}.paginationHolder{line-height:32px;font-size:15px;position:relative;top:15px}.paginationHolder>p{margin:0}.paginationHolder>div{float:right;margin-top:-32px}.paginationHolder>div>span{display:inline-block;text-align:center;padding:0 8px;color:#3969af;font-family:Museo-700,serif}.paginationHolder>div>span>a{color:#4d4d4d;font-family:Museo-300,serif}.paginationHolder>div .btnPrev,.paginationHolder>div .btnNext{background-size:9px 16px;background-repeat:no-repeat;background-position:center;display:inline-block;width:16px;text-indent:-9999px}.paginationHolder>div .btnPrev{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAApUlEQVRIx7XWuw2AMAwE0DAWczADBR2iAmUBJoAxmCsVEgxgnC6K4mCZo7gq0pPys+3a4XDGLJyLEzidFfEcShIsyJwhMTcCifEIZCUiB0G0kIjEdS1URbTQK6KBVMgbpEZqkIRs0hGUIAnZOY0WGi1IDvVWJIdOK/IbBNtazIQ4bOj1Qx8k9ItAPy20jEALG7TUQos/tB1BGyS0ZaeTyOchojjWPFjh9u48N8hDAAAAAElFTkSuQmCC")}.paginationHolder>div .btnNext{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAApUlEQVRIx7XWuw2AMAwE0DAWczADBR2iAmUBJoAxmCsVEgxgnC6K4mCZo7gq0pPys+3a4XDGLJyLEzidFfEcShIsyJwhMTcCifEIZCUiB0G0kIjEdS1URbTQK6KBVMgbpEZqkIRs0hGUIAnZOY0WGi1IDvVWJIdOK/IbBNtazIQ4bOj1Qx8k9ItAPy20jEALG7TUQos/tB1BGyS0ZaeTyOchojjWPFjh9u48N8hDAAAAAElFTkSuQmCC");transform:scaleX(-1)}.custom-modal{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:1000}.custom-modal .popupPleaseWait{display:block;left:50%;margin-left:-138px;top:50vh;margin-top:-123px}.modal-sm{width:600px}.modal-sm .modal-body .modal-two-columns{position:relative}.modal-sm .modal-body .modal-two-columns>div{float:left;width:50%;margin:10px 0}.modal-sm .modal-body .modal-two-columns.short-dated>div{padding-bottom:50px}.modal-sm .modal-body .modal-two-columns.short-dated>div button{position:absolute;bottom:10px;left:50%}.modal-sm .modal-body .modal-two-columns.short-dated>div:first-child button{left:0}.modal-sm .modal-body h3{margin:0;font-weight:normal;font-family:Museo-300,serif;color:#3969af;font-size:24px;line-height:24px}.modal-sm .modal-body h4{margin:0;font-weight:normal;font-size:16px;line-height:22px;color:#4d4d4d}.modal-sm .modal-body p{font-size:13px;margin:0 0 13px 0}.cart-panel{position:fixed;top:20px;right:20px;background-color:#fff;border-radius:3px;width:400px;box-shadow:3px 2px 19px rgba(0,0,0,.4);z-index:90;visibility:hidden;opacity:0;transform-origin:100% 0;transform:scale(.9)}.cart-panel.active{transform:scale(1);visibility:visible;opacity:1}.cart-panel .cart-panel-heading{font-family:Museo-500,serif;font-size:25px;line-height:1.5;margin:0;padding:.5em 20px;color:#3969af;font-weight:normal}.cart-panel .cart-panel-items{margin:0;padding:0;max-height:360px;overflow:auto;border-top:solid 1px #c7d0dd}.cart-panel .cart-panel-items .cart-panel-item{position:relative;border-top:solid 1px #c7d0dd;list-style:none;padding:15px 20px;display:flex}.cart-panel .cart-panel-items .cart-panel-item:first-child{border-top:none}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-image img{max-width:70px}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-text{padding:0 0 0 15px;flex-grow:1}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-text .cart-panel-name{font-family:Museo-500,serif;font-size:16px;line-height:1.1875;font-weight:normal;margin:0}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-text .cart-panel-brand{font-size:13px;font-weight:normal;margin:.5em 0 0}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers{padding-right:10px;text-align:right;position:relative;min-width:100px}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-price{margin:0;font-size:17px;color:#3969af}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector{position:absolute;right:0;bottom:0;min-width:110px;display:block;transform-origin:100% 100%;transform:scale(.75)}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector .quantity{box-sizing:border-box;display:block;float:left;border:1px solid #e3e9f2;color:#3969af;height:36px;line-height:26px;margin:0;outline:0;padding:0;text-align:center;width:40px;font-weight:600;font-size:16px;font-family:'Open Sans',sans-serif}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button{display:block;float:left;border-radius:18px;border:1px solid #e3e9f2;box-sizing:border-box;background:none;color:#7a9fd4;font-size:22px;font-weight:normal;font-family:'Open Sans',sans-serif;margin:0;outline:0;padding:0;width:35px;height:36px}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button.increment{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button.decrement{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;padding-bottom:4px}.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button:hover,.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button:focus,.cart-panel .cart-panel-items .cart-panel-item .cart-panel-numbers .cart-panel-quantity-selector button:hover{background:#eef2f9}.cart-panel .cart-panel-summary{border-top:solid 1px #c7d0dd;padding:15px 20px}.cart-panel .cart-panel-summary .cart-panel-summary-table{width:100%}.cart-panel .cart-panel-summary .cart-panel-summary-table th{text-align:left;padding:0;font-weight:normal}.cart-panel .cart-panel-summary .cart-panel-summary-table td{text-align:right;padding:0}.cart-panel .cart-panel-summary .cart-panel-summary-table tbody{color:#3969af}.cart-panel .cart-panel-summary .cart-panel-summary-table tbody th{font-family:Museo-500,serif;font-size:16px}.cart-panel .cart-panel-summary .cart-panel-summary-table tbody td{font-family:Museo-700,serif;font-size:17px}.cart-panel .cart-panel-summary p{margin-bottom:0}.cart-panel .cart-panel-summary p small{display:block}.cart-panel .cart-panel-summary p small strong{color:#3969af}.cart-panel .cart-panel-error{background-color:#f5f7fb;padding:0;color:#ff1744;visibility:collapse}.cart-panel .cart-panel-error-show{padding:15px 20px;padding-bottom:0;visibility:visible}.cart-panel .cart-panel-footer{background-color:#f5f7fb;padding:15px 20px;display:flex}.cart-panel .cart-panel-footer h2{font-weight:normal;margin:0;color:#3969af;font-family:Museo-500,serif;font-size:25px;display:inline}.cart-panel .cart-panel-footer small{color:#3969af;padding:.3rem;font-weight:bold}.cart-panel .cart-panel-footer .cart-panel-footer-details{text-align:right;flex-grow:1}.cart-panel .cart-panel-footer .cart-panel-footer-details p{margin:0}.cart-panel .cart-panel-footer .cart-panel-footer-details p small{display:block}.cart-panel .cart-panel-footer .cart-panel-footer-details p .button-go{margin-top:1em}.cart-panel .cart-panel-header{padding:15px 20px;display:flex}.cart-panel .cart-panel-header .cart-panel-heading{padding-left:0}.cart-panel .cart-panel-header .cart-panel-header-details{text-align:right;flex-grow:1}.cart-panel .cart-panel-header .cart-panel-header-details p{margin:0}.cart-panel .cart-panel-header .cart-panel-header-details p .button-go{margin-top:1em}@media(max-width:1131px){.desktop-only{display:none !important}.tablet-only,.desktop-and-tablet,.tablet-and-mobile{display:block !important}body.consult-mode .breadcrumb>div{position:relative;z-index:-1;opacity:0}body.patients #main-header #main-logo a{width:149px !important;padding-right:11px}body.patients #main-header #main-logo a img{height:auto !important;width:100% !important;position:relative;top:7px}body.patients #main-header #main-logo a h2{margin:0;line-height:50px;font-size:24px;border-left:solid 1px #3969af;top:11px;right:11px;padding-left:11px}body.patients #main-footer #general-footer-links>div{max-width:698px}body.patients #main-footer #contact-info>div .contact-us-patients{max-width:698px;margin:auto;border:none}body.patients #main-footer #contact-info>div .contact-us-patients ul li h4{font-size:16px;margin:0}body.patients #main-footer #contact-info>div .contact-us-patients ul li p{font-size:13px}body.patients.patient-registration{background-size:auto 193px}body.patients.patient-registration #main-header{height:193px}body.patients.patient-registration #main-body .details>div .steps>div{width:auto !important;float:none}body.patients.patient-registration #main-body .details>div .steps>div.info{margin-top:3em}body .container{max-width:698px}#main-header{max-width:698px}#main-header #main-logo a{width:149px;height:49px;padding:20px 17px 11px 11px}#main-header #main-logo a img{width:149px !important;height:49px !important}#main-header .account{height:31px;width:50%;margin-top:54px}#main-header .account>div{margin-left:10px}#main-header .account>div.highlighted a{padding:0 10px}#main-header .account>div.highlighted.cart{padding:0}#main-header .account>div.highlighted.cart>a{padding:0 10px 0 30px;background-position:10px 50%;background-size:auto 13px}#main-header .account>div.manage-my-account{position:relative;margin-right:15px}#main-header .account>div.manage-my-account+.customer-care{margin-left:0;margin-right:-40px}#main-header .account>div.manage-my-account,#main-header .account>div.manage-my-account+.customer-care{position:relative;top:-80px;background:none;padding-left:0;padding-right:0;float:left;left:-160px}#main-header .account>div>a{line-height:31px;font-size:12px}#main-header .account>div>ul{top:31px;width:200px}#main-header .account>div>ul>li>a{font-size:12px;line-height:16px}#main-header.not-logged-in .account>div.customer-care{float:right;left:0;margin-right:0}#main-header #main-nav{padding-top:12px}#main-header #main-nav>ul{height:60px}#main-header #main-nav>ul>li>a{font-size:12px;height:60px;line-height:60px}#main-header #main-nav>ul>li.home>a{background-size:19px 16px}#main-header #main-nav>ul>li.home>a:hover,#main-header #main-nav>ul>li.home>a:focus,#main-header #main-nav>ul>li.home>a:active{background-size:24px 18px}#main-header #main-nav>ul>li.products>ul,#main-header #main-nav>ul>li.education-events>ul{top:60px}#main-header #main-nav>ul>li.products>ul>li.categories,#main-header #main-nav>ul>li.education-events>ul>li.categories{padding-top:20px;padding-left:30px}#main-header #main-nav>ul>li.products>ul>li.categories>a,#main-header #main-nav>ul>li.education-events>ul>li.categories>a{font-size:18px}#main-header #main-nav>ul>li.products>ul>li.categories>ul,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul{padding-bottom:20px}#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a{font-size:12px}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li{padding-top:20px;padding-bottom:30px}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a{font-size:18px}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn{font-size:12px}#main-header #main-nav>ul>li.education-events>ul>li.categories a{font-size:14px}.salesRepToolbar{font-size:12px}.salesRepToolbar>div{width:698px}.salesRepToolbar>div>p.fr>span,.salesRepToolbar>div>p.fr>a{padding:0 10px}.breadcrumb div{max-width:698px}#practitioner-patient-controls>div{max-width:698px}#practitioner-patient-controls h6{font-size:11px}#practitioner-patient-controls .consult-mode h6{font-size:11px}#practitioner-patient-controls ul li{font-size:11px}#logged-in-out{font-size:12px;height:42px;line-height:42px}#logged-in-out>div{max-width:698px}#logged-in-out>div h6{font-size:12px;margin:0;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:11em}#logged-in-out>div a.download{position:relative;top:49px;left:190px;float:left}#logged-in-out>div a.log-in-out{float:right}#main-footer-patient-registration>div{max-width:698px}#main-footer-patient-registration>div .contact>div{float:none;width:auto !important}#sub-footer-patient-registration{max-width:698px}#main-footer #contact-info{background:#e3e9f2;padding:0}#main-footer #contact-info>div{max-width:none;margin:0 auto}#main-footer #contact-info>div>div{width:auto;float:none;border-top:solid 1px #fff}#main-footer #contact-info>div>div>h3{font-size:20px}#main-footer #contact-info>div>div>h3 span{max-width:698px;display:block;margin:0 auto}#main-footer #contact-info>div>div>label{max-width:698px;background-size:20px 11px;cursor:pointer;display:block;height:60px;margin:-60px auto 0;position:relative;z-index:200}#main-footer #contact-info>div>div>div{max-width:698px;margin-left:auto;margin-right:auto;max-height:0;overflow:hidden}#main-footer #contact-info>div>div.contact-us{padding-right:0}#main-footer #contact-info>div>div.selected h3{background:#d0ddef}#main-footer #contact-info>div>div.selected>label{transform:scaleY(-1)}#main-footer #contact-info>div>div.selected>div{max-height:1000px;padding:20px 0 40px 0}#main-footer .useful-info{margin-top:1px}#main-footer .useful-info h3{margin:0;font-size:20px;line-height:60px;color:#3969af;background:#ebf0f7;font-weight:normal;font-family:Museo-300,serif}#main-footer .useful-info h3 span{max-width:698px;display:block;margin:0 auto}#main-footer .useful-info>label{max-width:698px;position:relative;z-index:200;height:60px;display:block;margin:-60px auto 0 auto;cursor:pointer;background-size:20px 11px}#main-footer .useful-info>div{max-width:698px}#main-footer .useful-info#general-info>div>div.customer-care{width:50%}#main-footer .useful-info#general-info>div>div.help{float:none;width:50%;margin-bottom:40px}#main-footer .useful-info#brands>div{max-height:0;padding:0;overflow:hidden}#main-footer .useful-info#brands>div ul{margin:0;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;column-count:2}#main-footer .useful-info#brands.selected h3{background:#d0ddef}#main-footer .useful-info#brands.selected>label{transform:scaleY(-1)}#main-footer .useful-info#brands.selected>div{padding:40px 0;max-height:3000px}#main-footer #general-footer-links h6{display:block}#main-footer #general-footer-links h6 span{display:none}}@media(max-width:697px){.desktop-only,.tablet-only,.desktop-and-tablet{display:none !important}.mobile-only{display:block !important}.center-mobile{text-align:center}.left-mobile{text-align:left}.btn.large{font-weight:bold;font-size:15px;padding:10px 50px 10px 20px;border-radius:20px;background-size:auto 15px}body{background-size:auto 220px}body.salesRep{background-position:50% 80px}body.patients{background-size:auto 148px}body.patients #main-header #main-logo a h2{margin:0;line-height:30px;font-size:14px;border-left:solid 1px #3969af;padding-left:9px}body.patients #main-header .account{position:relative;height:0;padding:0;top:17px}body.patients #logged-in-out{display:block;background:none;margin-right:75px;margin-top:17px}body.patients #logged-in-out h6{display:none}body.patients #logged-in-out a{width:43px;height:43px;padding:7px 0 0 0;box-sizing:border-box;border-radius:50%;background:#fff;text-align:center;display:inline-block;line-height:1.2;text-decoration:none !important}body.patients #main-nav{margin-bottom:-72px}body.patients #main-footer #general-footer-links>div{padding-left:20px;padding-right:20px}body.patients #main-footer #contact-info>div .contact-us-patients{margin:0 20px}body.patients.patient-registration{background-size:auto 148px}body.patients.patient-registration #main-header{height:148px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns{height:auto}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column{width:auto !important;float:none}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column+.column{margin-top:20px}body.patients.patient-registration #main-body .details>div .steps>div.form .row.columns .column.ui-front{position:static;height:40px}body.patients.patient-registration #main-body .details>div .steps>div.form .formBottom{margin-top:20px;text-align:left}body.patients-practitioner{background-position:50% 0}body.patients-practitioner #main-header{margin-top:0}body .container{max-width:none}.buttons a{display:block;margin-top:5px}#main-header #main-logo{margin-left:20px}#main-header #main-logo a{width:128px;height:42px;padding:12px 16px 10px 9px}#main-header #main-logo a img{width:128px !important;height:42px !important}#main-header .account{margin-right:20px;padding-top:17px;margin-top:0;width:auto}#main-header .account>div{display:none}#main-header .account>div.highlighted{display:block;border-radius:22px}#main-header .account>div.highlighted a{text-indent:-9999px;padding:0 !important;width:43px;height:43px;background-position:center}#main-header .account>div.highlighted.cart a{background-size:auto 19px;background-position:center}#main-header .account>div.highlighted.favourites{padding:0}#main-header .account>div.highlighted.favourites a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAABgElEQVRYw83Xv2rCUBTH8WM36VyH0qkt5BmE4pCpa5+gxcWncBWXgrOrD+Ak9AkEEZTiJAhZMihOKV0Uafo74VwIIRpz8+8OnyW599zvIEmkz6lNEXXowAR28AcncGAEr1CL2afUZM1I9pxkxk5mduSMYL3v+4HokDfYgp9gClZMhCX3kvZv5azYkN4VA8J+wQ7tt+Vamhm9aEg75QDFgyfhac5oq5AG/GgOYV9Cdz+f3eCQboYheelyyMyAkBmHHAwIOZABEQHK8GvPk8chCwNCFhwyMCBkwCFNA0Ka6sk6rzBiHn7EtyoMaUVfesMKIoZxb1/+RvguMYLPqp/7HnkAt4QIV846+2HEnguOceUMSgpRMU4BEU444poQdg/LHCOWMpPShrBbGOcQMZZZpBvCbqCfIaIvMyhriPIOxxQBR9lzca5OCHuB/RURe1lLRYWwR9hciNjIGio6RH35r2IiVnKPygphd7AORazlGpUdov5iesLSmZFXCPsQlCXkH738IxRceuwcAAAAAElFTkSuQmCC);background-size:17px 15px}#main-header #main-nav{position:relative;padding-top:17px;height:60px}#main-header #main-nav>div>input.search{width:100%;box-sizing:border-box;height:60px;font-size:15px;line-height:20px;font-family:Museo-700,serif;color:#fff;padding:20px 120px 20px 30px;border:none;background:#3969af;border-radius:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAABQAQMAAACZAo+IAAAAA1BMVEUAAACnej3aAAAAAXRSTlMz/za5cAAAACRJREFUGBntwTEBAAAAwiD7p14ND2AAAAAAAAAAAAAAAAAAcCg3AAABcsAo1wAAAABJRU5ErkJggg==);background-size:auto 40px;background-position:20px 50%;background-repeat:no-repeat}#main-header #main-nav>div>a.search{position:absolute;top:17px;right:71px;display:block;height:60px;width:55px;background-color:#3969af;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAQAAAAmqpm+AAACE0lEQVRIx6XWvUscQRjH8T0lvhweHFaKSJQFYUkuTYQD01jt32AlIv4BCpYieJVVYm3SnpVNAoKF2Cg2Eq0EBVGEkFY0vhbeN0W4J8/OzuyOd7PN3c3v+ewy98zuBgSOo8QQY0REhAzQ7cwlDtuPEWv8xhzHLFJ+LTfMBg1c4w/L9PhzU9ySN05458fV8Bt3xPmcid3ynRrzLPCZfV4Sc89MZnNTifgVs/QmgoOs8qgS14y6ueHEmq1TtJ475FCl9im4uA0VW8r454rsquS0nYtUa6zndFYfp5I9p9PGrak1K+Z2flWdPLZx/3fArNdW2pT8tzRXUj3f68XFUnGZ5oZk8offNqeLB6kpmdyYTNU8uYAjqamYXCRT897cttR8cnML3tyO1IybXChTX7y5M6kZMbkBtW38sH7pvCe6TK5buBcGvbgZqTiwtfGxTK96YAWVX7FxizL9SJjLzambQGjjytxJ4DBn135Q2S3XDWpZnXGXvgzsl1rpiovr4USBp1Stazanrgzubanmh/eJaINNYtUE/cyoP6A5btKgvk88G/EHfrLNDmfGgycD1F8muea1wwCTFzvKXk55g/ssML3g05w7sS0qVLlxg7Z26CDmKxeq4IkDVqRpM8Csli1RYYKPvOVN6vHjAANaOxxgq5wdLLfO2cCwHc4E6xTa4zRYp7OdtUuC9X/vK+1zAWXC5svZX0Bd0ssstXT+AAAAAElFTkSuQmCC);background-size:19px 19px;background-repeat:no-repeat;background-position:center}#main-header #main-nav>label.menu{position:absolute;top:17px;right:0;width:71px;display:block;height:60px;background-color:#335d9c;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAqCAQAAAC62NWdAAAAU0lEQVRYw+3WsQ3AMAwDQS2voR0EYGZwFRZHL3CAXPxkc9Kyk528adqZlK0QVHeypk/9ZCdlDwgICAgI6BqkGBWjYlSMQEBAQEBAilExKsY/i/EDFg/J3nMwTGYAAAAASUVORK5CYII=);background-size:36px 21px;background-position:center;background-repeat:no-repeat;cursor:pointer}#main-header #main-nav.selected>ul{max-height:1500px}#main-header #main-nav>ul{height:auto;max-height:0;overflow:hidden}#main-header #main-nav>ul>li{float:none;width:auto !important;border-top:solid 1px #1a2f4f;border-bottom:solid 1px #5483c7}#main-header #main-nav>ul>li>a{border:none;text-align:left;font-size:16px;line-height:26px;height:auto;padding:20px;background-color:#335d9c}#main-header #main-nav>ul>li>a .badge{top:50%;right:20px;transform:translateY(-50%)}#main-header #main-nav>ul>li.home{display:none}#main-header #main-nav>ul>li.customer>ul,#main-header #main-nav>ul>li.products>ul,#main-header #main-nav>ul>li.education-events>ul{position:relative;top:0;margin:0;padding:20px 0;border-bottom:0 !important}#main-header #main-nav>ul>li.customer>ul>li,#main-header #main-nav>ul>li.products>ul>li,#main-header #main-nav>ul>li.education-events>ul>li{margin:0;padding:0;list-style:none}#main-header #main-nav>ul>li.customer>ul>li>a,#main-header #main-nav>ul>li.products>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li>a{display:block;line-height:34px;color:#fff;font-weight:600;padding:0 20px;font-size:16px}#main-header #main-nav>ul>li.customer>ul>li>ul,#main-header #main-nav>ul>li.products>ul>li>ul,#main-header #main-nav>ul>li.education-events>ul>li>ul{margin:0;padding:0 0 20px 0}#main-header #main-nav>ul>li.customer>ul>li>ul>li,#main-header #main-nav>ul>li.products>ul>li>ul>li,#main-header #main-nav>ul>li.education-events>ul>li>ul>li{margin:0;padding:0;list-style:none}#main-header #main-nav>ul>li.customer>ul>li>ul>li a,#main-header #main-nav>ul>li.products>ul>li>ul>li a,#main-header #main-nav>ul>li.education-events>ul>li>ul>li a{display:block;text-decoration:underline;font-size:13px;line-height:18px;padding:5px 20px;color:#fff}#main-header #main-nav>ul>li.customer{background-color:#3969af}#main-header #main-nav>ul>li.products,#main-header #main-nav>ul>li.education-events{background-color:#2c5289;border-top:none;border-bottom:none}#main-header #main-nav>ul>li.products>a,#main-header #main-nav>ul>li.education-events>a{border-bottom:solid 1px #5483c7}#main-header #main-nav>ul>li.products>ul,#main-header #main-nav>ul>li.education-events>ul{width:auto;opacity:1;border-top:solid 1px #203b62;border-bottom:solid 1px #5483c7;padding:0 20px;border:none;background-image:none}#main-header #main-nav>ul>li.products>ul>li,#main-header #main-nav>ul>li.education-events>ul>li{width:auto !important;float:none !important;padding-left:0 !important;padding-right:0 !important}#main-header #main-nav>ul>li.products>ul>li>ul>li,#main-header #main-nav>ul>li.education-events>ul>li>ul>li{border:none !important;padding:0 !important}#main-header #main-nav>ul>li.products>ul>li>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li>ul>li>a{padding:0 !important}#main-header #main-nav>ul>li.products>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li>a{text-transform:uppercase;padding-left:0 !important;padding-right:0 !important;font-size:14px !important}#main-header #main-nav>ul>li.products>ul>li.categories>ul,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul{padding-top:0 !important}#main-header #main-nav>ul>li.products>ul>li.categories>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.categories>ul>li>a{font-size:13px;padding:3px 0 !important}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul{padding-bottom:20px !important}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a{text-decoration:none;font-size:14px;padding:10px 0 !important}#main-header #main-nav>ul>li.products>ul>li.specials-new-products>ul>li>a.btn,#main-header #main-nav>ul>li.education-events>ul>li.specials-new-products>ul>li>a.btn{display:none}#main-header #main-nav>ul>li.products:hover>ul,#main-header #main-nav>ul>li.education-events:hover>ul,#main-header #main-nav>ul>li.products:focus>ul,#main-header #main-nav>ul>li.education-events:focus>ul,#main-header #main-nav>ul>li.products:active>ul,#main-header #main-nav>ul>li.education-events:active>ul{max-height:0}#main-header #main-nav>ul>li.education-events:hover>ul,#main-header #main-nav>ul>li.education-events:focus>ul,#main-header #main-nav>ul>li.education-events:active>ul{padding-bottom:0}#main-header #main-nav>ul>li.education-events.selected{padding-bottom:20px}#main-header #main-nav>ul>li.my-account>a,#main-header #main-nav>ul>li.logout>a{background-color:#264675;text-transform:none}#main-header #main-nav>ul>li.my-account{background-image:none !important}#main-header #main-nav>ul>li.my-account>ul{background-color:#264675;margin:0;padding:0;max-height:0}#main-header #main-nav>ul>li.my-account>ul>li{margin:0;padding:0;list-style:none}#main-header #main-nav>ul>li.my-account>ul>li>a{color:#fff;text-decoration:underline;display:block;padding:3px 20px}#main-header #main-nav>ul>li.my-account>ul>li>a:hover,#main-header #main-nav>ul>li.my-account>ul>li>a:focus,#main-header #main-nav>ul>li.my-account>ul>li>a:active{text-decoration:none}#main-header #main-nav>ul>li.my-account.selected>ul{padding-bottom:20px}#main-header #main-nav>ul>li.logout{border-bottom:none}#main-header #main-nav>ul>li.has-menu>label{cursor:pointer;display:block;position:absolute;top:0;right:0;width:70px;height:66px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAQAAABCbSf5AAABK0lEQVQ4jZWRLY7CUBRGL+kCULhKFAm6AkGCwzRBoxAI5seiWAAeARtgAawFCQmTGRyBBAMJHXJGdPp6H7z+8Orud77Tvl6hzY4rczzkxcdjzpUv2sKG+Cxf1Hgs/5sbISI5CyqlFRUWphcJK9IzKy2ZqdZKqLJWg2kpxVQ11lQFoWZpJoWKiaWoIfHYZ6uCca5irMgtPpJIBJ9vFY4yFSNF/cSKVCLU2Stg4FQMFLGnnsw10uBgkDv9J0Wfu8kPNNLExpqcDBYRWlnIr8lONHX2+LaAs0FvdM28y83MzwR26/neLS4Gv9BBEDrWrPXYcf0+uxIQOLSFEiG0Pl5fMHTxbonQU5tIN9Zz01kSe6FZSy+UCENLMswm8yTCu1G85XH5EuGTI0c+8qk/jGl5R5x2VxoAAAAASUVORK5CYII=);background-size:17px 10px;background-position:center;background-repeat:no-repeat}#main-header #main-nav>ul>li.has-menu.selected>label{transform:scaleY(-1)}#main-header #main-nav>ul>li.has-menu.selected>ul{max-height:999px}.salesRep #main-header{margin-top:80px}#practitioner-patient-controls{height:90px}#practitioner-patient-controls>div{padding-left:20px;padding-right:20px;padding-left:10px;padding-right:10px}#practitioner-patient-controls h6.prescribing-for{float:none;margin-bottom:-10px}#practitioner-patient-controls .consult-mode{border:none}#practitioner-patient-controls ul{float:none;clear:both;position:relative;top:-3px}#practitioner-patient-controls ul li{line-height:20px}#practitioner-patient-controls ul li:first-child{clear:both}.cart-panel{display:none}#logged-in-out{display:none}.salesRepToolbar{height:80px}.salesRepToolbar>div{width:auto;padding:0 0 0 10px}.salesRepToolbar>div>div.settings{background:#4d4d4d;min-width:50%;box-sizing:border-box;float:right}.salesRepToolbar>div>div.settings ul{right:0;border-radius:0}.salesRepToolbar>div>p.fl{padding-left:10px}.salesRepToolbar>div>p.fr{float:none;clear:both;line-height:44px}.salesRepToolbar>div>p.fr>span{line-height:15px;padding-top:7px;padding-bottom:7px}.salesRepToolbar>div>p.fr>span strong{display:block}.salesRepToolbar>div>p.fr a{width:25%;float:right;box-sizing:border-box;border:none;background:rgba(255,255,255,.2) !important}.salesRepToolbar>div>p.fr a.change-customer{line-height:15px;padding-top:7px;padding-bottom:7px;word-spacing:9999px}.salesRepToolbar>div>p.fr a.sign-out{padding-left:20px}.breadcrumb{display:none}#main-footer-patient-registration>div{padding:0 20px}#main-footer-patient-registration>div .contact>div>div{float:none;width:auto}#sub-footer-patient-registration ul li{float:none;padding:0;border:none}#main-footer #contact-info>div{max-width:none;margin:0 auto}#main-footer #contact-info>div>div>h3 span{margin:0 20px}#main-footer #contact-info>div>div>label{margin-right:20px}#main-footer #contact-info>div>div>div{margin-left:20px;margin-right:20px}#main-footer #contact-info>div>div.contact-us>div>ul>li>ul>li{float:left}#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxFirstName,#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxLastName{width:100%;float:none}#main-footer #contact-info>div>div.stay-in-touch>div p input[type=text]#TextBoxLastName{position:relative;top:10px}#main-footer #contact-info>div>div.stay-in-touch>div p.agree{width:auto}#main-footer #contact-info>div>div.selected>div{padding:10px 0 30px 0}#main-footer .useful-info h3 span{padding:0 20px}#main-footer .useful-info>label{margin-right:20px}#main-footer .useful-info>div{margin-left:20px;margin-right:20px}#main-footer .useful-info#general-info>div>div{float:none;margin-bottom:20px !important;padding-bottom:20px;border-bottom:solid 1px #e3e9f2;width:auto !important}#main-footer .useful-info#general-info>div>div.customer-care ul li{width:auto;float:none}#main-footer .useful-info#general-info>div>div.social{border:none;padding-bottom:0}#main-footer .useful-info#brands>div ul{-webkit-column-count:auto;-moz-column-count:auto;-ms-column-count:auto;column-count:auto}#main-footer .useful-info#brands>div ul li{float:none;width:auto}#main-footer .useful-info#brands.selected>div{padding-top:20px;padding-bottom:20px}.contactForm .row input[type=text],.contactForm .row input[type=email],.contactForm .row input[type=password],.contactForm .row textarea,.contactForm .row .ui-selectmenu-button,.contactForm .row .ui-selectmenu-menu{width:100% !important}.contactForm .formBottom{width:auto}.paginationHolder{text-align:center}.paginationHolder>div{float:none;margin-top:0}.modal-sm{width:300px;margin:15px auto}.modal-sm .modal-body .modal-two-columns>div{float:none;width:auto;margin:10px 0}.modal-sm .modal-body .modal-two-columns.short-dated>div{padding-bottom:0}.modal-sm .modal-body .modal-two-columns.short-dated>div button{position:static;margin-top:10px}.modal-sm .modal-body .modal-two-columns.short-dated>div:first-child{padding-bottom:20px}.modal-sm .modal-body .modal-two-columns.short-dated>div:first-child button{margin-top:20px}.new-address .row{width:auto}.new-address .row .col{width:auto;padding-right:0;float:none !important;margin-top:1em}.new-address .row .col label{display:block}.new-address .row .col input[type="text"]{width:100%}.new-address .row .txtFullRow{width:100%}}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.no-select{user-select:none}.menu-highlight-triangle{width:0;height:0;border-style:solid;border-width:60px 60px 0 0;border-color:#ff1744 transparent transparent transparent;position:absolute}.menu-highlight-text{position:absolute;color:#fff;left:.4em;top:.5em;font-weight:bold}.col-half{float:left;padding:0 15px;display:block;box-sizing:border-box;width:50%}.select-customer-area{position:relative;float:left;width:886px;box-sizing:border-box;border:solid 1px #c9d3e1;padding:20px 20px 0 20px}.select-customer-area .row{position:relative;min-height:100px;float:left;margin-right:20px}.select-customer-area .row label{font-size:14px;font-weight:bold;color:#4d4d4d;display:block;margin-bottom:10px}.select-customer-area .row label.error-message{color:#f00;font-weight:normal;margin:5px 0 0 0}.select-customer-area .row .error-messages{display:inline-block}.select-customer-area .row input[type=text]{display:block}.select-customer-area .row .cardType,.select-customer-area .row .expiryMonth,.select-customer-area .row .expiryYear{width:180px}.select-customer-area .row #nameOnCard,.select-customer-area .row #EPS_CARDNUMBER{width:300px}.select-customer-area .row #EPS_CCV{width:120px}.select-customer-area .row.rowCVN,.select-customer-area .row.rowExpiry,.select-customer-area .row.row2{max-height:100px}.select-customer-area .row.rowCardType{max-height:100px}.select-customer-area .row.new-row{clear:both}.select-customer-area .row .rb label{display:inline-block;padding-left:5px;padding-right:20px;position:relative;top:-2px;font-weight:normal}.select-customer-area .button-go{position:absolute;bottom:30px;right:40px}.modal-lg{width:100%;margin:0}.modal-wide-screen{visibility:hidden}.tags{padding:0}.tags li{position:relative;margin:0 0 7px 7px;padding:0 7px;list-style:none;line-height:18px;font-size:12px;font-family:Museo-700,serif;color:#cb4949;float:left;border:solid 1px #c9d3e1;border-radius:3px;background:#fff;cursor:default}.tags li>p{position:absolute;left:50%;box-sizing:border-box;padding:10px;bottom:25px;width:200px;border-radius:3px;background:#3969af;color:#fff;margin:0 0 0 -100px;z-index:220;opacity:0;visibility:hidden}.tags li:hover>p,.tags li:focus>p,.tags li:active>p{visibility:visible;opacity:.8;bottom:20px}.tag-marker{position:absolute;top:0;left:0;margin:0 50px 0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAABHklEQVRYw9XZPQoCMRCG4VRWCt7DVryAjXspUQ8gegO9jmur4CHWStBC0AmmCAtLfnZm8ll8qR/edImpq2pAm9P2tBOtoX0AdqcdaZWdccgt7Up7giDtbrQlbWJnoTvaBQhod6ataNP6F9MYd90vEODDQ85oYx/aIJf0oWglLXKICu0siQINlkSBBkuWhkaXLA2NLlkKmlyyFDS5pDY0u6Q2NLukFrR3SS1o75LSULaS0lC2klJQ9pJSUPaS3FCxktxQsZJcUPGSXFDxkn2haiX7QtVK5kLVS+ZC1UumQouVTIUWKxkLLV4yFlq8ZAgKUzIEhSnZBYUr2QWFK9mGvh1yjVay/eJ8856jDeLscaBtXMkRMnThvkgM8v4G+gXHHqaEDWQNrQAAAABJRU5ErkJggg==);background-size:18px 18px;background-repeat:no-repeat}.tag-marker li{color:#f5f7fb}.add-product-device{margin-top:12px !important;right:10px !important}.search-suggestions{margin:0 0 15px 10px !important}.search-suggestions h4{margin:0 0 5px 0 !important}.product-detail-add-to-cart-box{display:block;float:left;margin-top:40px}a[ng-click]{cursor:pointer}.practitioner-terms{margin-top:-75px}
#pd-container{margin-top:-20px}#pd-container #pd-container-inner{border:1px solid #e3e9f2;border-radius:3px;min-height:500px}#pd-container #pd-container-inner #pd-image{box-sizing:border-box;float:left;min-height:500px;text-align:center;width:44%}#pd-container #pd-container-inner #pd-image img{height:400px;width:400px}#pd-container #pd-container-inner #pd-image .rating{width:82px;margin:10px auto 0 auto}#pd-container #pd-container-inner #pd-blurb{box-sizing:border-box;border-left:1px solid #e3e9f2;float:right;height:100%;min-height:500px;padding:30px 35px;text-align:left;vertical-align:top;width:56%}#pd-container #pd-container-inner #pd-blurb .products-in-cart{width:auto}#pd-container #pd-container-inner #pd-blurb .products-in-cart table{margin-top:20px}#pd-container #pd-container-inner h2{color:#3969af;font-family:Museo-500,serif;font-size:26px;line-height:26px;font-weight:bold;text-transform:capitalize}#pd-container #pd-container-inner h4{color:#7f7f7f;font-size:15px;font-weight:normal;margin:10px 0 0 0;text-transform:uppercase}#pd-container #pd-container-inner p{color:#7f7f7f;font-size:14px;line-height:22px;margin:20px 0 0 0}#pd-container #pd-container-inner ul{margin:20px 0 0 0;padding-left:40px;font-size:14px;line-height:22px;color:#7f7f7f}#pd-container #pd-container-inner h3{font-weight:normal;font-family:Museo-300,serif;color:#3969af;font-size:16px;margin:20px 0 -20px 0}#pd-container #pd-container-inner h3 span.price,#pd-container #pd-container-inner h3 span.stock{font-size:22px;font-family:Museo-700,serif}#pd-container #pd-container-inner h3 span.stock{position:relative;top:1px;font-size:20px}#pd-container #pd-container-inner h3 span.asof{color:#7f7f7f;font-size:12px;font-weight:normal}#pd-container #pd-container-inner .actions{margin:50px 0 0 0}#pd-container #pd-container-inner .actions .button-alternate{margin-top:40px;font-size:18px;line-height:50px;border-radius:25px;background-size:30px 20px;padding-right:100px}#pd-container #pd-container-inner div#quantity{float:left}#pd-container #pd-container-inner div#quantity input.quantity{-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;border:1px solid #e3e9f2;color:#7f7f7f;height:40px;line-height:40px;margin:0;outline:0;padding:0 0 0 20px;width:55px}#pd-container #pd-container-inner div#quantity button.increment{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-color:#e3e9f2;border-style:solid;border-width:1px 0 1px 0;background:none;color:#3969af;font:24px lighter 'Open Sans',sans-serif;height:42px;line-height:40px;margin:0 -3px;outline:0;padding:0;width:40px}#pd-container #pd-container-inner div#quantity button.decrement{-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:20px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:20px;-moz-border-radius-topleft:0;-moz-border-radius-topright:20px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:20px;border-top-left-radius:0;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:20px;border:1px solid #e3e9f2;background:none;color:#3969af;font:30px lighter 'Open Sans',sans-serif;height:42px;line-height:36px;margin:0;outline:0;padding:0 0 4px 0;width:40px}#pd-container #pd-container-inner div#favourite{float:right;padding-right:240px;margin-top:-3px}#pd-container #pd-container-inner div#favourite button.favourite{position:relative;top:-2px;background:none;border:0;margin:0;padding:0;text-indent:-9999px;height:41px;width:134px;background-size:cover;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABSCAMAAACWoRqSAAACIlBMVEWNxkL///////////////+NxkKNxkKNxkKNxkKNxkKNxkL///////////////////+NxkKNxkKNxkL///////////+NxkKNxkL///////////+NxkKNxkKNxkL///////////////////+NxkKNxkKNxkKNxkKNxkL///////+NxkKNxkKNxkKNxkKNxkKNxkL///////////////////////////+NxkKNxkL///////////+NxkL///+NxkL///+NxkL///+NxkKNxkL///+NxkKNxkL///+NxkL///+NxkKNxkKNxkOPx0WPx0aQx0aQyEeRyEmSyUuTyUyUyU2VylCWylGWylWXy1KZzFWazFeczluezl6ez1+fzmafz2Cg0GKh0GOi0GSk0Wik0mml0mmn0nao1G+v13qv13uw1oSw13yw2H2x2H2z2YK02YK02oO224a324i42pK424m/35S/35XA3p/A35bA4JfD4ZvG46HH4qvI5KTJ5KXJ5KbM5qvP5bfP56/U6bfU6rjV6rnW6cLX67zX673Y677Y7L/Z7L/Z7MDd7c3f78ri8dDj8dDk8dLk8djk8tPl8tPl8tTo9Nnp9Nrq9Nzq9d3r9OLr9d7s9uDt9uHv9+Xw+Ofx+Ofx+Ojy+Ozy+erz+ez0+u31+u/2+/D3+/H3+/L4+/b4/PT5/PX6/Pb6/ff7/fj7/fn8/vv9/vv+/v3///7///9ltGyDAAAAS3RSTlMAAAQMDxYXGSEiIyUmJy0uPD0+TE5RWVpbXF1gYWJvcHFyc3p9fp+gqaqys7S1y8zMzc7Q0dXW6+zs7e7x8fLy8/P4+fn6+/v8/P3PFHG7AAAIVklEQVR42uWc+X/URBTA01ZQQFAORQW5FBDLpYhQVA65xGmLtdJwSACBQEMFZCvLEYQFuhylWKJgWRTKcpVYud//ZyaTY5JMstkjfKDzftnkJZnu+2aOd0xXqOJMBEEYMXHGvEUrViyaN2PiCMFzjTcYNZPnAyXzJ9dwC6N6Qh3A3Y72nS1r17bsbO+4C1A3oZpPGMPmAlxua0SONLZdBpg7jEcYo7+C3lbkk9ZeWDKaPxjvrIYLzSggzRdg9bu8wRizBo7VI4bUH4M1Y/iCMXwJHEchchyWDOcJ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)}#pd-container #pd-container-inner div#favourite span{position:relative;top:2px;color:#3969af;font-size:16px;font-weight:600;font-family:Museo-300,serif}#pd-tabs{border-color:#e3e9f2;border-style:solid;border-width:1px;border-radius:3px;margin:45px 0 0 0;padding:0}#pd-tabs #pd-tabs-inner{display:table;margin:0;padding:0;width:100%}#pd-tabs #pd-tabs-inner h3{background-color:#ebf0f7;border-top:4px solid #c7d0dd;border-right:1px solid #e3e9f2;border-bottom:1px solid #e3e9f2;color:#3969af;cursor:pointer;display:table-cell;font-size:13px;line-height:13px;height:40px;margin:0;padding:5px 10px 5px;text-align:center;vertical-align:middle;font-family:'Open Sans',sans-serif;font-weight:bold}#pd-tabs #pd-tabs-inner h3.selected{background-color:#fff;border-bottom:none}#pd-tabs #pd-tabs-inner div.productDetailsSection{display:none}#pd-tabs #pd-tabs-text{padding:30px 35px}#pd-tabs #pd-tabs-text .productDetailsSection p{font-size:14px;line-height:22px}#pd-tabs #pd-tabs-text .productDetailsSection ul{padding-left:25px}#pd-tabs #pd-tabs-text .productDetailsSection ul li{font-size:14px;line-height:22px}#pd-tabs #pd-tabs-text .productDetailsSection .ingredients{margin:13px 0}#pd-tabs #pd-tabs-text .productDetailsSection .ingredients td{vertical-align:top;font-size:14px;line-height:22px}#pd-tabs #pd-tabs-text .productDetailsSection .ingredients td.ingredientName{font-weight:bold;padding-right:10px}.clearer{clear:both}@media(max-width:1131px){#pd-container{max-width:698px}#pd-container #pd-container-inner #pd-image img{height:auto;max-width:100%}#pd-container #pd-container-inner div#favourite{float:none;clear:both;padding:0;position:relative;top:10px}}@media(max-width:698px){#pd-container{margin-top:0}#pd-container #pd-container-inner #pd-image{float:none;width:auto;min-height:0}#pd-container #pd-container-inner #pd-image img{height:auto;max-width:100%}#pd-container #pd-container-inner #pd-blurb{border-left:0;padding:20px;width:100%;min-height:0;word-wrap:break-word}#pd-container #pd-container-inner #pd-blurb h3 .asof{display:block;line-height:12px}#pd-container #pd-container-inner #pd-blurb .button-alternate{padding-right:50px}#pd-tabs{border-width:1px 1px 0 1px}#pd-tabs #pd-tabs-inner{display:block}#pd-tabs #pd-tabs-inner h3{border-top:none;border-right:none;display:block;margin:0;line-height:18px;padding:15px;height:auto}#pd-tabs #pd-tabs-inner h3.selected{background-color:#3969af;border-left:1px solid #3969af;border-right:1px solid #3969af;color:#fff;display:block}#pd-tabs #pd-tabs-inner div.productDetailsSection{border-bottom:1px solid #e3e9f2;padding:10px 20px}#pd-tabs #pd-tabs-inner div.productDetailsSection ul{padding-left:25px}#pd-tabs #pd-tabs-inner div.productDetailsSection ul li{font-size:14px;line-height:22px}#pd-tabs #pd-tabs-inner div.productDetailsSection p{font-size:14px;line-height:22px}#pd-tabs #pd-tabs-inner div.productDetailsSection td{padding:2px 5px}}
.imagePreload{position:absolute;top:-999px;left:0}.popupPleaseWait{padding:15px;height:215px;width:245px;border:solid 1px #fff;border-radius:10px;background:#e4e8f3;display:none;top:auto;left:auto;right:auto;bottom:auto}.popupPleaseWait h2{margin:0;font-size:20px;font-family:Museo-700,serif;font-weight:normal;color:#3969af}.popupPleaseWait p{margin:15px 0 0 0;font-size:14px;color:#4d4d4d}.popupPleaseWait .btnModalClose{position:absolute;top:6px;right:4px;z-index:100;width:32px;height:31px;background-position:0 -160px}.popupPleaseWait .spinner{margin:20px auto;width:100px;height:40px;text-align:center;font-size:10px}.popupPleaseWait .spinner>div{background-color:#3969af;height:100%;width:12px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.popupPleaseWait .spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.popupPleaseWait .spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.popupPleaseWait .spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.popupPleaseWait .spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.modal-content{border:none}.modal-content .popupPleaseWait{display:block;left:50%;margin-left:-138px;top:50%;margin-top:-123px}.modal-dialog{position:fixed;top:0;bottom:0;left:0;right:0;display:none}.simplemodal-overlay{background-color:#999}.modal .modal-dialog,.simplemodal-container .modal-dialog{display:block}.modal-header button.close{float:right}.modal-footer>button{background-image:none}.modal-body p{font-size:14px}
.ease{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.ease a{color:#fff}.no-ease{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#main-body .featured-products header{height:auto;margin-top:0}#main-body .featured-products header h1{top:0;text-align:center}#main-body .featured-products article{margin-top:20px}#main-body .featured-products article>ul.products>li{margin-left:20px;width:268px}#main-body .featured-products article>ul.products>li h3{font-size:16px}#main-body .featured-products article>ul.products>li h5{font-size:14px}#main-body .featured-products article>ul.products>li h4{font-size:16px}#main-body .featured-products article>ul.products>li .cart{font-size:16px;padding-right:40px;padding-left:30px}@media(max-width:1131px){#main-body .featured-products{padding-top:10px}#main-body .featured-products article{margin-top:10px;overflow:hidden}#main-body .featured-products article>ul.products>li{margin-left:19px !important;width:220px}#main-body .featured-products article>ul.products>li.first-column-of-four{margin-left:0 !important}#main-body .featured-products article>ul.products>li h3{font-size:13px}#main-body .featured-products article>ul.products>li h5{font-size:12px}#main-body .featured-products article>ul.products>li h4{font-size:13px}#main-body .featured-products article>ul.products>li .cart{padding-right:25px;padding-left:15px;font-size:13px}}@media(max-width:698px){#main-body .featured-products header{padding-top:0}#main-body .featured-products header h1{font-size:22px;line-height:50px;padding-bottom:0}#main-body .featured-products article{width:auto;margin-bottom:0}#main-body .featured-products article.products li{width:100%;margin-left:0 !important;margin-bottom:0}#main-body .featured-products article.products li h3{font-size:18px}#main-body .featured-products article.products li h5{font-size:14px}#main-body .featured-products article.products li h4{font-size:16px}#main-body .featured-products article.products li .cart{padding-right:45px;padding-left:35px;font-size:16px}#main-body .featured-products article.cycle-pager{min-height:0;text-align:center;clear:both}#main-body .featured-products article.cycle-pager li{display:inline-block;width:auto;border:none;margin:0;padding:15px 3px}#main-body .featured-products article.cycle-pager li a{display:block;width:10px;height:10px;line-height:10px;background:#d9e0ea;border-radius:10px}#main-body .featured-products article.cycle-pager li.cycle-pager-active a{background:#7a9fd4}}
#toast-container>div{padding:15px;width:auto;max-width:330px;border-radius:10px;margin-left:12px;opacity:1}#toast-container>:hover{box-shadow:none}#toast-container>.toast-success{background-image:none !important}#toast-container .toast{background-color:#e4e8f3}#toast-container .toast .toast-title{font-family:Museo-700,serif;font-weight:normal;font-size:16px;margin:0}#toast-container .toast .toast-message{font-family:Museo-700,serif;font-size:15px;margin:0;padding-top:15px}
.outage-alert{background-color:#cb4949 !important;padding:20px;margin:10px 0;color:#f5f7fb !important}.outage-alert.hidden{display:none}#toast-container .outage-alert .toast-title,#toast-container .outage-alert .toast-message{margin-left:50px}
#main-body .calendar article table{margin:0;padding:0;width:100%;border-top:solid 1px #e3e9f2}#main-body .calendar article table thead tr th{width:14.29%;padding:0;font-size:15px;color:#4d4d4d;font-family:Museo-300,serif;padding:30px 10px 5px 10px;font-weight:normal;text-align:left}#main-body .calendar article table tbody tr td{border:solid 1px #e3e9f2;color:#4d4d4d;box-sizing:border-box;height:182px;padding:5px 10px 10px 10px;vertical-align:top}#main-body .calendar article table tbody tr td>h6{margin:0;font-family:Museo-300,serif;font-size:15px;font-weight:normal}#main-body .calendar article table tbody tr td.has-event{background:#f5f7fb}#main-body .calendar article table tbody tr td.adjacent-month>h6{color:#dedede}#main-body .calendar article table.list-view{display:none}#main-body .calendar.list header .paging{display:none}#main-body .calendar.list article table.list-view{display:block}#main-body .calendar.list article table.calendar-view{display:none}
#main-body .list article table{display:block;border:none}#main-body .list article table thead{display:none}#main-body .list article table tbody{display:block}#main-body .list article table tbody tr{display:block}#main-body .list article table tbody tr td{display:block;border:none;height:auto;padding:0;background:none}#main-body .list article table tbody tr td>h6{display:none}#main-body .list .row-item .summary{display:none}#main-body .list .row-item .details{position:relative;left:auto;bottom:auto;width:auto;z-index:auto;opacity:1;visibility:visible;margin-bottom:15px;margin-left:0;background:none;border:solid 1px #e3e9f2;border-radius:0 0 3px 3px;padding:0 20px;min-height:90px}#main-body .list .row-item .details h6{text-indent:-9999px;font-size:3px;line-height:3px;background:#3969af;border-radius:0;border-width:0 0 1px 0}#main-body .list .row-item .details h2{padding-top:25px;width:370px}#main-body .list .row-item .details h3{width:370px}#main-body .list .row-item .details h5{position:absolute;top:25px;left:400px;margin:0}#main-body .list .row-item .details .date-time{position:absolute;left:540px;top:25px}#main-body .list .row-item .details h4{padding:0 !important;border:none !important;display:block}#main-body .list .row-item .details .button-alternate{float:none;position:absolute;top:25px;right:20px}#main-body .list .row-item .details .button-generic{margin-top:20px;margin-bottom:20px}#main-body .list .row-item .details p{margin-top:30px;padding-bottom:15px}#main-body .list .row-item .details .close{display:none}#main-body .list .row-item .details textarea{margin-top:20px}#main-body .row-item{position:relative;margin-top:15px}#main-body .row-item .summary{cursor:pointer}#main-body .row-item .summary h4{margin:5px 0 0 0;float:left;font-family:Museo-700,serif;font-weight:normal;font-size:12px;line-height:26px}#main-body .row-item .summary h5{margin:5px 0 0 0;float:right;font-family:Museo-700,serif;font-weight:normal;font-size:12px;color:#3969af;line-height:26px}#main-body .row-item .summary h3{margin:0;padding:5px 0 0 0;clear:both;font-size:12px;line-height:18px;height:36px;overflow:hidden;font-weight:600;border-top:solid 1px #4d4d4d}#main-body .row-item .details{box-sizing:border-box;width:542px;position:absolute;z-index:300;bottom:55px;left:50%;margin-left:-265px;background:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAh4AAAC0BAMAAAAp9TjYAAAAHlBMVEXj6fLj6fLj6fLj6fLj6fLj6fLj6fLr7/b8/f7////rZirjAAAABnRSTlMGiJCR7e7Umm5iAAABA0lEQVR42u3QsQ2AIBAAQHktLYwuAImbML5DaUNQJ6C5G+HSXPNEc1/LWTcP/WONouOVjigWPvZw8OPDhw8fPnz48OHDhw8fPnz48OHDhw98+PDhw4cPHz58+PDhw4cPHz58+MCHDx8+fPjw4cOHDx8+fPjw4cOHDx/48OHDhw8fPnz48OHDhw8fPnz48IEPHz58+PDhw4cPHz58+PDhw4cPHz7w4cOHDx8+fPjw4cOHDx8+fPjw4QMfPnz48OHDhw8fPnz48OHDhw8fPvDhw4cPHz58+PDhw4cPHz58+PDhwwc+fPjw4cOHDx8+fPjw4cOHDx8+fODDhw8fPnz48OFjtAdURgWUjzlbSwAAAABJRU5ErkJggg==) no-repeat top,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAh4AAAC0CAMAAADsBdXZAAABLFBMVEX////j6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLj6fLk6fLj6fLj6fLk6vLk6vPk6vPl6vPl6vPl6/Pl6/Pm6/Pm6/Pm7PTn7PTj6fLm6/Pn7PTo7fTp7fXp7vXr7/bu8ffv8vfv8/jw8/jx9Pjy9fnz9fnz9vr09vr19/r2+Pv3+fv4+fz4+vz5+vz5+/z6+/37/P38/P38/P78/f79/f79/v7+/v7///9iIhapAAAARHRSTlMAAQYKDg8TFRkcICQpLTI3PEFHTFNYXGBiZGhsb3F1eX2Ag4eJi46QkZSYm8LHzNHV2t3i5Orr7e7w8PX1+fn8/P7+/ttLpswAAAIrSURBVHja7dhZO1VhAIbhz6wyFMlMMiZKyjxnG7bQICpD2tb//w8d4IptLZw4+u77J7zXc/SGXAIZckEeyAN5IA/kgTyQB/JAHsgD5IE8kAfyQB7IA3kgD+SBPEAeyAN5IA/kgTyQB/JAHiAP5IE8kAfyQB7IA3kgD+QB8kAeyAN5IA/kgTyQB/IAeSAP5IE8kAfyQB7IA3kgD5AH8kAeyAN5IA/kgTyQB8gDeSAP5IE8kAfyQB7IA3mAPJAH8kAeyAN5IA/kgTyQhzyQB/JAHsgDeSAP5IE8kAfIA3kgD+SBPJAH8kAeyAN5gDyQB/JAHsgDeSAP5IE8QB7IA3kgD+SBPJAH8kAeyAPkgTyQB/JAHsgDeSAP5AHyQB7IA3kgD+SBPJAH8kAeIA/kgTyQB/JAHsgDeSAPkAfyQB48RB5Tp1Yg3elUGNzSB+l1bPWF0qHpXGzWju+zzudc5KaHSkOMXizfo4/tkbJAlJrv7mNntNxOsWpZuaOP3bcVVopX66db+/jyrtJGMWtbPcmu4+tYlYXi1r76J6uOb++r7RO7jvWMx+f7+CPr0Jnex96Hx7YhhK60Pn58fGIZQgihe+NvcR37EzV24dzL4j72J2utwqWe630czNTZhP9eXe3j52y9Rbiqd6NwWcevuaf24Lr+zYs+fs8/swbFBvKFJEmSw4UGW3BDyWC+kCRHi42mIK2P1/mzo6XnhiC9j+H8cpMZyOrjTbMRUvwDLeUybLWhKN0AAAAASUVORK5CYII=) no-repeat bottom;padding:0 15px;opacity:0;visibility:hidden;margin-bottom:-10px}#main-body .row-item .details h6{position:absolute;border:solid 1px #e3e9f2;border-radius:3px;top:0;left:0;right:0;line-height:24px;color:#3969af;font-weight:normal;font-family:Museo-700,serif;font-size:12px;padding:0 15px;background:#eef2f9;margin:0}#main-body .row-item .details h2{margin:0 150px 0 0;padding-top:40px;font-family:Museo-700,serif;font-weight:normal;font-size:15px;line-height:15px}#main-body .row-item .details h3{margin:4px 150px 0 0;font-weight:600;font-size:14px;line-height:14px}#main-body .row-item .details h5,#main-body .row-item .details h4{margin:15px 0 9px 0;font-family:Museo-300,serif;font-weight:normal;font-size:14px;line-height:14px;color:#3969af}#main-body .row-item .details h4{margin:5px 0 0 0}#main-body .row-item .details .button-alternate{float:right;position:relative;top:-10px}#main-body .row-item .details p{clear:both;margin:0;padding:5px 0 30px 0;font-size:14px;line-height:22px;color:#4d4d4d;border-top:solid 1px #e3e9f2}#main-body .row-item .details .close{position:absolute;top:0;right:0;width:12px;height:12px;padding:8px 12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAxklEQVRIS63RQQrCMBCF4Z7I03gWEQShXVkRPJUrj+Gq214gZkoTntOZJJ1xMZCE8P2QdIfj4xSn/0xzZ5kQwmaid4tzpcUzTrAGFJi8+3LBE1Dgkfb5kjUA8IjwD84CQw1FXII3uCWgwSK+J1CCVbwlUIOLeCnQAldxKYAw7V04C7wQ/gu+Bt4pgOduHJ4iBfIfuHD+xvwPzDiH4TwHTLgG7wmY4NaAGW4JuGAaQrSAC064FnDBiEsBF8xxHqDNxQpLOATOX1UHR5X7a3e5AAAAAElFTkSuQmCC);background-size:12px 12px;background-repeat:no-repeat;background-position:center}#main-body .row-item .details.selected{opacity:1;visibility:visible;margin-bottom:0}@media(max-width:1131px){#main-body .list .row-item .details h2,#main-body .list .row-item .details h3{width:auto;margin-right:140px}#main-body .list .row-item .details h5{position:static;margin:15px 0 10px 0}#main-body .list .row-item .details .date-time{position:static;top:0;left:0;padding-top:5px}#main-body .list .row-item .details .button-alternate{top:20px}}@media(max-width:698px){#main-body .list .row-item .details h2,#main-body .list .row-item .details h3{margin-right:0}#main-body .list .row-item .details .button-alternate{position:relative;top:15px;right:0}}
.news{padding-top:20px;text-align:center;clear:both}.news h2{text-align:left}.news ul{list-style:none}.news ul li{float:left;padding:10px}.news a.button-events{margin:5px}.journals{text-align:center}.journals h2{text-align:left}.journals>ul{list-style:none}.journals>ul>li{float:left}.journals>ul>li .details{display:none}.journals>ul>li .details ul{text-align:left}.journals>ul>li:first-child .details{display:block}
@media \0screen\,screen\9 {
    input[type=password] {
        font-family:sans-serif !important;
    }
}

.button-generic {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAQAAAADWYbVAAAAXElEQVQoU43RMQ2AAAwEwFrAAAowgAdMgAcsIIAFKehAAApYYCQhOSS06Xppvv3wODQim7Dj1OYwbLh0OQwLXn0OwwyGHIbRhymHYYUcFjcWMxavLv6x3Mxd6/oHeRgkZTFxbKIAAAAASUVORK5CYII=)\9 !important;
}

.button-alternate {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAa0lEQVQ4y2OwzFz/EYgvArEgEDOg4////5OEQZq2A/F/IL4LxHLUMBCEp0MNfQ3EOtQwEITboIb+BGJLahgIwqVQQ0HYhxoGgnAiEP+BGppEDQNBeBLMpYPOhVQNQ6rGMlXTIdVzygdq5mUA+FZ8jJ9jkwgAAAAASUVORK5CYII=)\9 !important;
}

.button-alternate.back {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAbklEQVQ4y2P4//8/AynYMnM9NiwIxBeB+CMDFQyUA+K7QPwfiLdTaqAOEL+GGjYdJEaJgZZA/BNqWBtMnFwDfaAGgXApsqvJMTAJatAfIE5ED1NyDIS5bBK2GB8ULqR6GNIklmmSDmmSU9Dz8gcAEKd8jNzdr+YAAAAASUVORK5CYII=)\9 !important;
}

.button-go {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAQAAAADWYbVAAAAXElEQVQoU43RMQ2AAAwEwFrAAAowgAdMgAcsIIAFKehAAApYYCQhOSS06Xppvv3wODQim7Dj1OYwbLh0OQwLXn0OwwyGHIbRhymHYYUcFjcWMxavLv6x3Mxd6/oHeRgkZTFxbKIAAAAASUVORK5CYII=)\9 !important;
}

.btn,
#main-body .products-listing article > ul.products > li .cart,
#main-body .products-listing article > ul.products > li .cart:hover,
#main-body .products-listing article > ul.products > li .cart:focus,
#main-body .products-listing article > ul.products > li .cart:active {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAaElEQVQoz2OwzFx/G4jvALE0EDNgwyDiPRD/B+KHuBSCCEUgfgpV+ACbQhhDHp9CZB04FaLbD1L4El0hNt+oAPErJIVSDDi8zQ/E16EKH5OtCN06aZIdTjAICAYmUdHyHp8CmCKCSQUAbV/qo3opM98AAAAASUVORK5CYII=)\9;
}

.btn.inverse {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAAWklEQVQY02P4/+b/lf9s/xlgkOH/6f///x/7z4EQYPl/ECh0CiYEEd8LFDr3nxMhwPB/N1iIDyHACFZ16T8/A8L8/8uAQldxCmBoQTMUxVoMh2E4HeQ5VoRdABm6kfp42QIBAAAAAElFTkSuQmCC)\9;
}

.ui-selectmenu-button span.ui-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAfUlEQVQoz42MywmAMBAF04OnICQE0oQlWZ3leAh+LoIEUoO+hRXiskoOc9jPjBnGKYEFeGAa8ewkGgq4wNEY8fxLTqGFA3tjpJbJcc+hF5GgyEHI5Jj6oY6cIFa3yLuXLAMykkHHZE3WAjKyMqr8FZARYtPkvwBhwczYr78bdlzqnvE2n9sAAAAASUVORK5CYII=)\9;
}

#logged-in-out > div h6 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAiElEQVQoz23QsQmFMBRG4biBheNY2p6RrGwEscoIzuQGChZWEbQQ+V/zTDSR090P7iUxGF+Hw9GFSaAG/WtizJg9zmQxrh7XGHNOjyf5G60nIewT2xcJ0Qa0Cdrn2pKeAyEOesr4nYYJIab0EyoGLoS4GKhuLKgZk5sjNYVhSeBuMexsuI829h9c3qK/ZL3s+QAAAABJRU5ErkJggg==)\9;
}

#main-header #main-nav > ul > li.home > a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAA8ElEQVQ4y83UoQ6CUBTGcUzOOR/AObPVbLYQnMlAIYCFYuAWYDPwBlp8GB7FaCASxKBzigd37nZ0d2f3IsHwn1O++8PhprXa5ZZmB0xrr4tGUIVF5PM+NIB6UMcU3hBU5uC1E3SGcmhoAq8VqGyLqHw/1oUdBpXd8fUGjXTgpQZK04LnhmjdFepy8Ax6NoAf+IWU8BTvXDXsgsYHPIHKH1BZidYbtlsAv7NrWEB7KGsBzNAS9BkvmAMFdMQKZrdQ/XgecyAhu4TZeSrYZw6EZBcyO98Ujsku/hs4YA6kZJcyu0AFu/g3qEqQnWB2rty9AMRC4od3UIkGAAAAAElFTkSuQmCC)\9;
    text-indent:-9999px;
}

#main-header .account > div > ul {
    padding:0\9;
}

#main-header .account > div:hover > ul,
#main-header .account > div:focus > ul,
#main-header .account > div:active > ul {
    padding:10px 0;
}

#main-header .account > div > a.has-menu {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAATklEQVQoz2OwzFz/BYhXAjEDHgyS/wJiTALi/0A8C4fCWVD5STCBSqjAEjSFS6DiIHkGZIlCNA0whYUwNehWZkIVwHAmsjw2N2ZhUwjCAOTubHTM6o1MAAAAAElFTkSuQmCC)\9;
}

#main-header .account > div.highlighted.cart > a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAABJElEQVQ4y6XSu0oDQRTG8QVBn0EfwQcQIr6DTR5CCVgkRkEfwMbKTiG1EsGEeGlETaFiIXhL4h0U1EIiaikW+j/wDRyWdQmx+DF7Zodv98xMlBmvRF3oxQ1+8BB1GTKigAWM2kQWM5hGHgUUMflHbY7wEUIjJZpv95zmS+OaD2mpvxUcYg8b2MJBrLb3FQXN+pB5JZ/gCpc4xZnCQ32uDz5p/ZAPyWryFvvqdxd1HMfqutp+Q48P6VfIJ8rYxDJWse1qa7eqtev+tMLDq17ar7Y1vugEQv2MR62bSgoZ0x5co+n2puHqCwVZyHBSSKeKCun7T4gd8X183hc51FDSRtqJ7GhzF7Gkv5hLC5mI3cxwN+7cnF26gbQQM4h3fxulIYlt/gKIYcJsIQsuPwAAAABJRU5ErkJggg==)\9;
}

#main-header #main-nav > ul > li.products > ul > li.specials-new-products > ul > li > a.btn,
#main-header #main-nav > ul > li.education-events > ul > li.specials-new-products > ul > li > a.btn {
    font-size:12px\9;
}

#main-body .products-listing article > ul.products > li ul {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAhklEQVQ4ja3Muw2AIBQFUJYxxhGstGVjnUFrV6AWY4wVXhJfJ8jnFqc9atG6hxVshQMcTNCqN3QEBgZQPr0J4QadDyU9maGklhnWpp9hTRoMS9NoWJL+hrlpUpiTJoepaVaYkmaHf2lRGEuLw1BaFUq6M0NJL2YoqQ8NK5R0hpEVStowQ+8BPIUoCz6KRqcAAAAASUVORK5CYII=)\9;
}

#main-body .products-listing > header .view ul li.grid a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAARElEQVQoz2OwzFz/DIg/IWEQnwGKMeRAgv+xYJgGDDkGqE5kwU9IGjDkyLKBZD/wADEvEuZB0oAhx4AkSRQmy4YRFw8AVAku1I33gtoAAAAASUVORK5CYII=)\9;
}

#main-body .products-listing > header .view ul li.list a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAIElEQVQoz2OwzFz/DYj/U4C/MVDLEIox1QwZDZPBGiYAmElFCHeCyiMAAAAASUVORK5CYII=)\9;
}

#main-body .products-listing article > ul.products > li .favourites {
    background-image: url(data:image/png;base64,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)\9;
}

#main-body .confirm-shipping > div.shipping-location > ul > li > a {
    min-height:110px\9;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAA4UlEQVRo3u3ZPQrCQBCG4QVBKxsPl3PkBrmYnQQV0tvnp0gbYyCBRGdlCttvE1gHvuIth3mwWjPufH24laVSB5Su3bkWvJN66Q3U61w09EFqQXSrc9HQe6kG0bXOEU000UQTTTTRUdG+EkSXW73yjoGdpAZENzoXuvOLzsD38G9PaQHRi86F7swcuPAv8ujBGHpw+pNbQndEE0000eHoyRh68ujZGHr26ES6SIV0A8qluzSCS0edy8F9hTqTLZ6mFYiuYn+ANInm3y2iiSaaaKKJNos2eUf0l9eXtYttlNv4B/VIbnuOaDGkAAAAAElFTkSuQmCC)\9;
}

.product-finder p input[type="text"] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABM0lEQVQ4y2OwzFzPgIZDgXgFED8D4s9A/BGIDwFxORALYFEPx8gcKSDeC8T/8WCQBQGEDBMD4sdImp4C8SQgrgLiOiA+gWZoLD7DjiEpnAjE3FgUBwHxdyR1qtgM80dSMBlfmACxLZLajdgM2wKVfE7AIBiehWSgBLphz5G8R4xh1kiGBaIb9gsqkU+kYTJIhqWhG/YJKlFHpGFaSIZFoxt2GipxkkjD8pAM00I3rBJJMoCAQWxIYXwKW2zyAfFXqAJQOnLEYZAgNFvBLPbClWh90VL4bCB2gwa2PhAXAvEjNDVbgZgVV96MB+J/aBrQ+ej4GLKB6F4xAOKVQPwTh0aQhdtwGYgroKWg2QyUjqKAWBMtEo5hMZCTmKSADbNiMfAauYZhM3AJJYbBDAQl+qUgPgChBFYlgsIZdwAAAABJRU5ErkJggg==)\9;
}

#pd-container #pd-container-inner div#favourite button.favourite {
    background-image: url(data:image/png;base64,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)\9 !important;
}
.login-panel{max-width:300px}.login-panel input{width:300px}.login-panel .tip{font-size:12px;margin-bottom:10px;display:inline-block}.login-panel .by-options h4{margin:10px 0 -15px;font-size:15px;text-transform:uppercase}.login-panel .by-options p{margin:15px 0 0}.login-panel .by-options p .button-alternate{font-size:15px;height:40px;line-height:40px;margin-top:10px;display:block}.login-panel .by-options .buttons{padding-top:15px}.login-panel .by-options .buttons button{font-size:16px;float:right}@media(max-width:1131px){.login-panel input{width:100%}.login-panel .tip{display:none}}@media(max-width:698px){#main-body #hero .actions{float:left;width:100%}.login-panel input{width:100%}}
.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

