/* global including bootstrap overrides */
body {
	background-color: #f3f4f6;
	font-family: Arial, sans-serif;
	color: #666666;
}
section, article, footer, header {
    display: block;
}
a {
	color: #169fde;
    text-decoration: none;
}
.allowhover a:hover, a:focus, .pointer:hover a.cornerlink {
	outline: 0;
	color: #002656;
	text-decoration: underline;
}
.small, .font-normal {
    font-weight: normal !important;
}
.link-right {
	display: block;
	position: relative;
	text-align: right;
}
.link-right .caret {
	position: relative;
	top: -1px;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	border-right: 0;
	border-bottom: 4px solid transparent;
	margin-right: 5px;
}
.pointer {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.nofloat {
    float: none !important;
}
.sfPublicWrapper img {
    max-width: none;
}
h1 {
	margin: 0;
	font-size: 32px;
	color: #666666;
}
h2 {
	margin: 0;
	font-size: 28px;
	color: #666666;
}
h3, .sfcheckoutStepTitle, .eventrow h3.widget-title {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d3d7db;
	font-size: 20px;
	color: #002656;
	text-transform: uppercase;
}
h4 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}
p {
	margin: 15px 0 0 0;
}
p.bottom-pad {
	margin: 0 0 25px 0;
}
p.no-pad {
    margin: 0;
}
hr {
	margin: 35px 0 0 0;
	border-top: 1px solid #d3d7db;
}
.number-bubble, .sfStep {
	display: inline-block;
	width: 20px;
	margin: 0;
	background-color: #169fde;
	border-radius: 10px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
.number-bubble ~ .number-bubble {
	margin: 0 0 0 10px;
}
.number-bubble.current-number, .rtsSelected .sfStep {
	background-color: #002656;
}
.btn, .sfFormSubmit input, .sfcheckoutBtnsWrp input, .sfApplyCouponBtn {
	padding: 1px 35px 0 35px;
	margin: 0 5px 0 0;
	border: 0;
	border-radius: 0;
	background-color: #169fde;
	line-height: 32px;
	font-size: 16px;
	color: #FFFFFF !important;
	text-decoration: none;
}
.btn.btn-default {
	background-color: #b0b8c1;
}
.btn.btn-link {
    background-color: transparent !important;
    border: 0;
}
.btn.btn-sm, .sfApplyCouponBtn {
	width: 100px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.allowhover .btn:hover, .btn:focus, .allowhover .sfFormSubmit input:hover, .sfFormSubmit input:focus, .allowhover .sfcheckoutBtnsWrp input:hover, .sfcheckoutBtnsWrp input:focus {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #002656;
	outline: 0;
}
input.btn, .input-btn, .sfFormSubmit input, .buttonloader, .sfshoppingCartBtnsWrp .btn {
    float: left;
	margin: 10px 10px 10px 0;
}
.buttonloader {
    position: relative;
    overflow: hidden;
}
.buttonloader.spinning {
    cursor: progress;
    pointer-events: none;
}
.buttonloader span {
    display: block;
    position: relative;
}
.buttonloader.spinning span {
    left: 500px;
}
.sfFormSubmit input { /*copied from Bootstrap 3x .btn */
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.form-group, .sfFormsEditor > div > div {
	overflow: hidden;
	clear: both;
	margin: 2px 0 0 0;
}
.sfFieldWrp {
    max-width: 300px;
    display: block;
}
.sfCheckListBox, .sfRadioList {
    padding-left: 15px;
}
.sfFormCheckboxlist, .sfFormRadiolist {
    margin: 10px 0 15px 0 !important;
}

/*copied from Bootstrap 3x .form-control */
.sfFormBox input[type="text"], .sfFormBlock textarea, .sfFormDropdown select, .sfcheckoutFormItm input[type="text"], .sfcheckoutFormItm textarea, .sfcheckoutFormItm select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    text-align: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sfFormBox input[type="text"]:focus, .sfFormBlock textarea:focus, .sfFormDropdown select:focus, .sfcheckoutFormItm input[type="text"]:focus, .sfcheckoutFormItm textarea:focus, .sfcheckoutFormItm select:focus {
    border-color: #66afe9;
    outline: 0;
}
.sfFormBlock textarea, .sfcheckoutFormItm textarea {
    height: auto;
}


.form-control, .sfFormBox input[type="text"], .sfFormBlock textarea, .sfFormDropdown select, .sfcheckoutFormItm input[type="text"], .sfcheckoutFormItm textarea, .sfcheckoutFormItm select, .form-control:focus, .sfFormsEditor input[type="text"]:focus, .sfFormsEditor textarea:focus, .sfcheckoutFormItm input[type="text"]:focus, .sfcheckoutFormItm textarea:focus {
    max-width: 300px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sfCheckListBox input, .sfRadioList input, .sfPaymentMethodList input[type="radio"] {
    position: relative;
    top: 2px;
}
label, .sfTxtLbl {
    margin: 5px 0 0 0;
    font-weight: 400;
    min-width: 200px;
}
.sfTxtLbl {
    display: block;
}
.sfFieldWrp label {
    margin: 0 0 0 10px;
}
.form-control-static {
    display: inline-block;
    margin: 5px 0 10px 0;
    padding: 0;
    font-weight: 600;
}
.form-inline > * {
	margin-bottom: 10px;
}
.btn-inline {
    margin-top: 0;
    padding: 0 20px;
}
.form-group .radio, .form-group .checkbox {
	margin: 5px 0 5px 30px;
}
.radio-inline, .checkbox-inline {
	margin: 5px 0 5px 10px !important;
	cursor: auto;
}
.form-group.form-short select, .form-group.form-short input[type=text], .sfcheckoutFormItmDdl > div {
	width: 45%;
	max-width: 145px;
}
.form-group.form-short select ~ select, .form-group.form-short input[type=text] ~ input, .sfcheckoutFormItmDdl > div ~ div {
	margin-left: 10px;
}
.form-group.form-short label {
	width: 100%;
}
textarea {
    resize: none;
}
.form-error {
	display: none;
	position: relative;
	z-index: 2;
	margin: 2px 0 5px 0;
}
.has-error .form-error {
	display: block;
}
p.error {
    clear: both;
    margin: 0;
    max-width: 300px;
}
p.error .field-validation-error, .form-error span, .sfError {
    display: block;
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #cc0000;
	border-radius: 4px;
}
p.error .field-validation-error a, .form-error span a, .sfError a, p.error .field-validation-error a:hover, .form-error span a:hover, .sfError a:hover, p.error .field-validation-error a:focus, .form-error span a:focus, .sfError a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}
p.error .field-validation-error, .sfError {
    position: relative;
	z-index: 2;
    margin: 2px 0 5px 0;
    max-width: 300px;
}
p.error .field-validation-error:before, .form-error span:before, .sfError:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10%;
    width: 0;
    height: 0;
	border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #cc0000 transparent;
}
p.top-error {
    max-width: none;
    margin: 0 0 10px 0;
}
p.top-error .field-validation-error {
    max-width: none;
}
p.top-error .field-validation-error:before, .form-error.main-error span:before {
	top: 100%;
	border-width: 8px 8px 0 8px;
	border-color: #cc0000 transparent transparent transparent;
}
.form-error.main-error {
	margin-left: 15px;
}
.form-area {
	display: none;
	padding-top: 10px;
}
.form-area.form-area-shown {
	display: block;
}
.form-area .form-title {
	margin-top: 15px;
	color: #002656;
    font-size: 15px;
}
hr.form-space {
	margin: 10px 0 !important;
}
.sfContentBlock ol {
	counter-reset: list;
	padding: 0 0 15px 25px;
}
.sfContentBlock ol > li {
	list-style: none;
	position: relative;
}
.sfContentBlock ol > li:before {
	counter-increment: list;
	content: counter(list, decimal) ") ";
	position: absolute;
	left: -25px;
}
.caret.pointup, .btn .caret {
	border-top: 0;
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.btn.collapsed .caret {
    border-top: 4px solid;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret.pointright {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
	border-left: 4px solid;
}
.caret.pointleft {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid;
	border-left: 0;
}
.modal-backdrop {
	position: fixed;
	bottom: 0;
	z-index: 1039;
}
.modal {
	overflow-y: auto;
}
.modal-content {
	min-width: 300px;
}
.modal-header h3 {
	padding: 0;
	margin: 0;
	border: 0;
}
.modal-body hr {
	margin: 10px 0 !important;
}
.modal-footer .btn {
	margin: 5px 0 5px 5px !important;
}
.modal .form-error {
	max-width: 450px;
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    max-width: 240px;
    background: #FFFFFF;
    color: #666666;
    padding: 0 10px;
    border-radius: 0;
    border: 2px solid #002656;
    text-align: center;
    font-size: 14px;
	font-family: Arial, sans-serif;
}
.tooltip-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.tooltip-inner li {
    padding: 5px 0;
}
.tooltip-inner li~li {
    border-top: 1px solid #666666;
}
.tooltip a, .allowhover .tooltip a:hover, .tooltip a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #002656;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #002656;
}
.page-numbers {
	padding-top: 8px;
	border-top: 1px solid #d3d7db;
}
.page-numbers a {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
}
.page-numbers a:last-of-type {
	border-right: 0;
}
.page-numbers a.page-current {
	font-weight: bold;
	color: #002656;
}
.allowhover .page-numbers a:hover, .page-numbers a:focus {
	text-decoration: none;
}


/* sprite sheet */
.sprite {
	display: inline-block;
	background-image: url("../images/sprites.png") !important;
	background-repeat: no-repeat;
}
.icon-logo {
	width: 180px;
	height: 134px;
	background-position: 0 0;
}
.icon-groupopen {
	width: 26px;
	height: 28px;
	background-position: -200px -46px;
}
.icon-groupclose {
	width: 26px;
	height: 28px;
	background-position: -200px -6px;
}
.icon-cart {
	width: 30px;
	height: 30px;
	background-position: -240px 0;
}
.icon-cart-hover, a:hover .icon-cart {
	width: 30px;
	height: 30px;
	background-position: -240px -40px;
}
.icon-print {
	width: 22px;
	height: 18px;
	background-position: -240px -80px;
}
.icon-print-hover, a:hover .icon-print {
	width: 22px;
	height: 18px;
	background-position: -240px -120px;
}
.icon-open {
	width: 15px;
	height: 13px;
	background-position: -200px -120px;
}
.icon-search {
	width: 30px;
	height: 29px;
	background-position: 5px -156px;
}
.icon-calendar {
	width: 20px;
	height: 24px;
	background-position: -40px -160px;
}
.icon-pin {
	width: 20px;
	height: 24px;
	background-position: -78px -160px;
}
.icon-alert {
	width: 40px;
	height: 30px;
	background-position: -120px -160px;
}
.icon-folder-open, .doctree .icon-folder {
	width: 40px;
	height: 20px;
	background-position: -160px -160px;
}
.doctree .collapsed .icon-folder, .icon-folder {
	width: 40px;
	height: 20px;
	background-position: -200px -160px;
}
.icon-checkmark {
	width: 29px;
	height: 23px;
	background-position: -240px -160px;
}
.icon-pdf {
	width: 23px;
	height: 30px;
	background-position: 0 -200px;
}
.icon-pdf-mini {
	width: 17px;
	height: 22px;
	background-position: 0 -240px;
}
.icon-doc, .icon-docx {
	width: 23px;
	height: 30px;
	background-position: -40px -200px;
}
.icon-doc-mini, .icon-docx-mini {
	width: 17px;
	height: 22px;
	background-position: -40px -240px;
}
.icon-pp, .icon-ppt, .icon-pptx {
	width: 23px;
	height: 30px;
	background-position: -80px -200px;
}
.icon-pp-mini, .icon-ppt-mini, .icon-pptx-mini {
	width: 17px;
	height: 22px;
	background-position: -80px -240px;
}
.icon-external {
	width: 23px;
	height: 30px;
	background-position: -120px -200px;
}
.icon-external-mini {
	width: 17px;
	height: 22px;
	background-position: -120px -240px;
}
.icon-xls, .icon-xlsx {
	width: 23px;
	height: 30px;
	background-position: -160px -200px;
}
.icon-xls-mini, .icon-xlsx-mini {
	width: 17px;
	height: 22px;
	background-position: -160px -240px;
}
.icon-jpg, .icon-jpeg {
	width: 23px;
	height: 30px;
	background-position: -200px -200px;
}
.icon-jpg-mini, .icon-jpeg-mini {
	width: 17px;
	height: 22px;
	background-position: -200px -240px;
}
.icon-png {
	width: 23px;
	height: 30px;
	background-position: -240px -200px;
}
.icon-png-mini {
	width: 17px;
	height: 22px;
	background-position: -240px -240px;
}
.icon-swf {
	width: 23px;
	height: 30px;
	background-position: 0 -280px;
}
.icon-swf-mini {
	width: 17px;
	height: 22px;
	background-position: 0 -320px;
}
.icon-fla {
	width: 23px;
	height: 30px;
	background-position: -40px -280px;
}
.icon-fla-mini {
	width: 17px;
	height: 22px;
	background-position: -40px -320px;
}
.icon-epub {
	width: 23px;
	height: 30px;
	background-position: -80px -280px;
}
.icon-epub-mini {
	width: 17px;
	height: 22px;
	background-position: -80px -320px;
}
.icon-zip, .icon-rar {
	width: 23px;
	height: 30px;
	background-position: -120px -280px;
}
.icon-zip-mini, .icon-rar-mini {
	width: 17px;
	height: 22px;
	background-position: -120px -320px;
}
.icon-tiff {
	width: 23px;
	height: 30px;
	background-position: -160px -280px;
}
.icon-tiff-mini {
	width: 17px;
	height: 22px;
	background-position: -160px -320px;
}
.icon-gif {
	width: 23px;
	height: 30px;
	background-position: -200px -280px;
}
.icon-gif-mini {
	width: 17px;
	height: 22px;
	background-position: -200px -320px;
}
.icon-html {
	width: 23px;
	height: 30px;
	background-position: -240px -280px;
}
.icon-html-mini {
	width: 17px;
	height: 22px;
	background-position: -240px -320px;
}
.icon-cptx {
	width: 23px;
	height: 30px;
	background-position: 0 -360px;
}
.icon-cptx-mini {
	width: 17px;
	height: 22px;
	background-position: 0 -400px;
}
.icon-dps {
	width: 23px;
	height: 30px;
	background-position: -40px -360px;
}
.icon-dps-mini {
	width: 17px;
	height: 22px;
	background-position: -40px -400px;
}
.icon-arf {
	width: 23px;
	height: 30px;
	background-position: -80px -360px;
}
.icon-arf-mini {
	width: 17px;
	height: 22px;
	background-position: -80px -400px;
}


/* template */
.container-fluid {
	padding: 0;
	margin: 0 auto;
    width: 100%;
	max-width: 1001px;
	min-width: 320px;
}
.row {
	margin: 0;
	padding: 35px 0;
	background-color: #FFFFFF;
}
.row .sf_colsIn .row {
	padding: 0;
	margin: 0 -8px;
}
#cpw_header .row.pagetitle {
    padding-bottom: 0;
}
#cpw_main {
    background-color: #FFFFFF;
}
.dropdown {
	display: inline-block;
}
.allowhover .dropdown:hover:before, .dropdown.open:before, .allowhover .sololink:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #169fde;
}
.allowhover .dropdown.active:hover:before, .dropdown.active.open:before, .allowhover .subnav .dropdown:hover:before {
	height: 0;
}
.allowhover .dropdown:hover:after, .dropdown.open:after, .dropdown.active:after {
	content: '';
	display: block;
	position: absolute;
    z-index:1001;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e5e9ee transparent;
}
.dropdown.active:after, .allowhover .dropdown.active:hover:after, .dropdown.active.open:after {
	position: relative;
	top: -6px;
	bottom: auto;
	left: auto;
	right: auto;
}
/* hide on touch devices */
.mainnav .dropdown > a .caret, .subnav .dropdown > a .caret {
	width: 8px;
	border: 0;
}
/* show on mouse capable */
.allowhover .mainnav .dropdown > a .caret, .allowhover .subnav .dropdown > a .caret {
	width: 0;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
/* override and also hide on hover, open, and active */
.allowhover .dropdown:hover > a .caret, .dropdown.open > a .caret, .dropdown.active > a .caret {
	width: 8px !important;
	border: 0 !important;
}
.dropdown-menu {
	display: block;
    visibility: hidden;
    opacity: 0;
	padding: 3px 0 0 0;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #062c5b;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #e5e9ee;
    -webkit-transition: visibility 0s, opacity 200ms;
    transition: visibility 0s, opacity 200ms;
}
.open > .dropdown-menu, .allowhover .dropdown:hover > .dropdown-menu, .allowhover .dropdown-menu:hover {
	visibility: visible;
    opacity: 1;
}
.dropdown.active > .dropdown-menu {
	display: none !important;
}
.dropdown-menu > li > a, #leftnav a {
	padding: 6px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #169fde;
}
.allowhover .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
	 .allowhover #leftnav a:hover, #leftnav a:focus {
	background-color: #f2f4f6;
	color: #666666;
}
.dropdown-menu > li > a.active, .allowhover .dropdown-menu > li > a.active:hover, .dropdown-menu > li > a.active:focus,
	 .subnav .dropdown-menu > .active > a , .subnav .dropdown-menu > .active > a:hover, .subnav .dropdown-menu > .active > a:focus,
	 #leftnav a.active, .allowhover #leftnav a.active:hover, #leftnav a.active:focus {
	background-color: #FFFFFF;
	color: #062c5b;
}
.row.topnav {
    position: relative;
	height: 58px;
	text-align: right;
	font-size: 16px;
	line-height: 29px;
	padding: 0 10px 0 0;
	background-color: transparent;
    vertical-align: top;
}
.topnav a {
	line-height: 29px;
    vertical-align: top;
}
.topnav a, .allowhover .topnav a:hover, .topnav a:focus {
	text-decoration: none;
}
.topnav .topbox.cart {
    color: #cc0000;
}
.allowhover .topnav a:hover, .topnav a:focus {
	color: #666666;
}
.topnav .topbox {
	display: inline-block;
	position: relative;
	padding: 14px 5px 0 10px;
}
.topnav .topbox.endrow {
	padding-right: 0;
}
.topnav input[type="text"] {
    display: block;
    position: relative;
    width: 150px;
    height: 29px;
    padding: 1px 5px;
    margin: 0 29px 0 0;
    border: 1px solid #002656;
    font-size: 14px;
}
.topnav input[type="text"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
    outline: none;
}
.topbox .icon-search {
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
	background-color: #FFFFFF;
	border: 1px solid #002656;
	border-left: 0;
}
.allowhover .topbox.endrow:hover * {
    border-color: #66afe9;
}
/* with sprite
.topbox.cart {
    padding-right: 35px !important;
    margin-right: 20px;
}
.topbox.cart .sprite {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}
*/
.topnav .dropdown {
	padding-bottom: 9px;
    vertical-align: top;
}
/*.topnav .dropdown a.topbox {
	padding-right: 10px; /* minus 10 for caret /
} */
.topnav .dropdown-menu {
	max-width: 150px;
}
.allowhover .topnav .dropdown > a:hover {
    color: #169fde;
}
.topnav .dropdown-menu > li > a {
	white-space: normal;
}
.row.mainnav {
	position: relative;
    clear: both;
    padding: 0;
	height: 93px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom: 3px solid #002656;
}
.mainnav a, .allowhover .mainnav a:hover, .mainnav a:focus {
	text-decoration: none;
}
.allowhover .mainnav a:hover, .mainnav a:focus {
	color: #666666;
}
.mainnav .active a.mainlink, .allowhover .mainnav .active a.mainlink:hover, .mainnav .active a.mainlink:focus, .mainnav a.active, .allowhover .mainnav a.active:hover, .mainnav a.active:focus {
	color: #002656;
}
.mainnav a.mainlink {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 90px;
	padding: 0 0 0 10px; /* right minus 10 for caret */
}
.mainnav a.mainlink.sololink {
	padding-right: 10px; 
}
.mainnav .dropdown {
	height: 75px;
}
.mainnav .endrow .dropdown-menu {
	left: auto;
	right: 0;
}
.mainnav .icon-logo {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 8px;
	text-indent: 100%;
	white-space: nowrap;
}
.subnav {
	padding-right: 0;
	background-color: #ebeef2;
	border-top: 1px solid #FFFFFF;
}
.subnav .sub-menu {
	z-index: 10;
	display: block;
	position: relative;
    visibility: visible;
    opacity: 1;
	list-style: none;
	width: 100%;
	padding: 0;
	border-bottom: 0;
	background-color: transparent;
}
.subnav .sub-menu > li {
	display: block;
	float: left;
	width: 100%;
	margin: 2px 0 0 0;
}
.subnav .sub-menu > li > a {
	font-size: 14px;
	text-decoration: none;
	white-space: normal;
}
.subnav li.dropdown > a {
	padding-right: 2px; /* minus 10 for caret */
}
.allowhover .subnav li.dropdown:hover > a {
	background-color: #f2f4f6;
}
.subnav .dropdown .dropdown-menu {
	border-top: 1px solid #FFFFFF;
}
.subnav .dropdown .dropdown-menu a {
	font-size: 13px;
	text-decoration: none;
}
.allowhover .subnav .dropdown:hover:after, .subnav .dropdown.open:after {
	bottom: -1px;
}
.subnav .dropdown.active:after {
	border: 0;
}
.navbar-toggle {
	padding: 5px;
	margin: 45px 10px 0 0;
	border-radius: 0;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle.collapsed {
	background-color: #FFFFFF;
}
.navbar-toggle, .allowhover .navbar-toggle:hover {
	background-color: #e5e9ee;
}
.navbar-toggle:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e5e9ee transparent;
}
.navbar-toggle.collapsed:after {
    border: 0;
}
.navbar-toggle .icon-bar {
	width: 40px;
	height: 3px;
	background-color: #169fde;
	border-radius: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}
#mobilenav {
	overflow: hidden;
    visibility: visible;
    left: auto;
	right: 10px;
    width: 300px;
    height: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}
#mobilenav.in {    
    padding: 3px 0 0 0;
    border-bottom: 3px solid #062c5b;
}
#mobilenav li {
	position: relative;
}
#mobilenav li ~ li, #mobilenav li li {
	border-top: 1px solid #FFFFFF;
}
#mobilenav .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
    margin: 0;
	border-radius: 0;
	border: 0;
	border-left: 1px solid #FFFFFF;
	background-color: #e5e9ee;
	color: #169fde !important;
}
#mobilenav li ul {
	list-style: none;
    display: block;
    visibility: visible;
    overflow: hidden;
    height: 0;
	margin: 0;
	padding: 0;
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}
#mobilenav li li a {
	display: block;
	padding: 5px 20px;
	background-color: #d9dfe6;
}
.allowhover #mobilenav li li a:hover {
	background-color: #f2f4f6;
}

#leftnav {
	padding-top: 2px;
	background-color: #e5e9ee;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav a {
	padding: 6px 8px;
}
#leftnav a, .allowhover #leftnav a:hover, #leftnav a:focus {
	display: block;
	text-decoration: none;
}


/* footer */
.row.footer {
	padding: 20px 0;
	font-size: 11px;
	background-color: #002656;
	color: #FFFFFF;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.allowhover .footer a:hover, .footer a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}

/* shared page row modifiers */
#cpw_main .row ~ .row {
	padding-top: 15px;
}
.headline .row {
    padding-bottom: 0;
}
#cpw_main .carousel-bg + .row {
	padding-top: 35px;
}
.bgshaded {
	background-color: #ccd4dd;
}
.row.bgshaded {
	padding: 5px 0;
}
#cpw_main .row.bgshaded + .row {
	padding-top: 35px;
}
#cpw_main .row.bgshaded {
    margin-top: 35px;
}
#cpw_main .row ~ .row.bgshaded {
    margin-top: 0;
}
#cpw_main .row.bgshaded + .row.bgshaded {
	padding-top: 0;
}
#cpw_main .row.bgshaded + .row.bgshaded .storyblock {
	margin-top: 0;
}
#cpw_main .sfLargeIcns ~ h3 {
    margin-top: 60px;
}
.sfimageWrp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/* top SERC Alert */
.row.sercalert {
    padding: 0;
}
.sercalert .col-sm-12 {
    padding: 15px 25px;
}
.sercalert {
	padding: 12px;
	text-align: center;
	font-size: 18px;
	color: #000000;
}
.sercalert b {
	color: #cc0000;
}
.sercalert i {
	color: #666666;
}
.sercalert .sprite {
	position: relative;
	top: 8px;
	margin: -8px 4px 0 0;
}


/* generally shared custom items */
.copyblock {
	padding: 15px 0;
	line-height: 24px;
	border-bottom: 1px solid #d3d7db;
}
.copyblock p {
	margin: 0 0 15px 0;
}
.learnmore {
	margin: 24px 0 0 0;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}
.learnmore a {
	text-decoration: none;
}
h3 .learnmore {
	float: right;
	margin: 8px 0 0 10px;
}
h3 .sprite {
    position: relative;
    top: 2px;
    margin-right: 8px;
}


table.documents, table.data, table.event, table.cart, table.rgMasterTable {
	width: 100%;
	empty-cells: show;
	font-size: 80%;
}
table.documents th, table.documents td, table.data th, table.data td, table.event th, table.event td, table.cart th, table.cart td, table.rgMasterTable th, table.rgMasterTable td {
	padding: 5px;
	border: 2px solid #FFFFFF;
	border-left: 0;
	border-top: 0;
}
table.event th, table.event td, table.cart th, table.cart td, table.rgMasterTable th, table.rgMasterTable td {
	padding: 5px 5px 5px 10px;
	border: 1px solid #d3d7db;
}
table.documents th, table.data th {
	background-color: #b4b4b4 !important;
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
}
table.documents tr td, table.data tr td, table.event th {
	background-color: #ededed !important;
}
table.documents tr:nth-child(odd) td, table.data tr:nth-child(odd) td {
	background-color: #dcdcdc !important;
}
table.documents tr.odd td, table.data tr.odd td { /* legacy fix, added in ie8.js file */
	background-color: #dcdcdc !important;
}
table.documents tr td:first-of-type {
	text-align: center;
}
table.documents a {
	color: #666666;
	text-decoration: none;
}
p + table.data, h2 + table.data {
	margin-top: 35px;
}
table.data th {
	font-size: 120%;
}
table.event {
	font-size: 90%;
}
table.event th {
	width: 30%;
	font-weight: normal;
	border-left-width: 0;
}
table.event td {
	border-right-width: 0;
}
table.cart, table.rgMasterTable {
	font-size: 90%;
}
table.cart th, table.rgMasterTable th, table.rgMasterTable th, table.confirmtable tr:first-of-type  {
	background-color: #ededed !important;
	font-weight: normal;
	white-space: nowrap;
}
table.cart th, table.cart td, table.rgMasterTable th, table.rgMasterTable td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
table.confirmtable .event-title {
    font-weight: bold;
}
table.confirmtable .event-title a {
    font-weight: normal;
}

ul.doctree, ul.doctree ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 15px 50px;
}
ul.doctree ul {
    display: block !important;
    visibility: visible !important;
    overflow: hidden;
    position: relative;
    left: -20px;
    height: 0;
    margin: 0 0 10px 0;
	padding: 0 0 0 50px;
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}
ul.doctree li {
	margin: 5px 0 0 0;
}
ul.doctree a {
	display: block;
	position: relative;
    line-height: 22px;
}
ul.doctree a .sprite {
	position: absolute;
	top: 0;
	left: -50px;
}
ul.doctree a[target="_blank"] {
	word-wrap: break-word;
}
ul.doctree a[target="_blank"] .sprite {
	left: -30px;
}
ul.doctree a[data-toggle="collapse"], .allowhover ul.doctree a[data-toggle="collapse"]:hover, ul.doctree a[data-toggle="collapse"]:focus {
	text-decoration: none;
}
ul.doctree a[aria-expanded="true"], ul.doctree a[aria-expanded="true"]:focus {
	color: #666666;
}
.allowhover ul.doctree a[aria-expanded="true"]:hover {
	color: #002656;
}
ul.doctree ul a[data-toggle="collapse"] {
    top: 5px;
}
ul.doctree ul a[data-toggle="collapse"] + ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.documents, ul.sfdownloadList {
	list-style: none;
	padding: 0;
	margin: 15px 0 15px 0;
}
ul.documents li {
	position: relative;
	margin: 10px 0 0 50px;
}
ul.sfdownloadList li {
	margin: 10px 0 0 0;
}
ul.documents .sprite {
	position: absolute;
	top: -1px;
	left: -30px;
	margin-right: 10px;
}
ul.sfdownloadList li.sfpdf {
    background: none;
}


ul.meetings, ul.staff, ul.officers {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.meetings li, ul.staff li, ul.officers li {
	margin: 0 0 15px 0;
	color: #8e8e8e;
	line-height: 1.6;
}
ul.meetings li ~ li {
	margin-top: 30px;
}
ul.staff li~li, ul.officers li~li {
	padding-top: 15px;
	border-top: 1px solid #d3d7db;
}
ul .title {
	color: #666666;
	font-size: 18px;
}
ul .info {
	color: #666666;
}
ul.meetings p, ul.staff p, ul.officers p {
    margin: 0 0 5px 0;
	line-height: 1.4;
}
.sfcalendarSidebar.meetings .sfcalendarList {
    padding: 10px 0;
    border-top: 1px solid #d3d7db;
    border-bottom: 1px solid #d3d7db;
}


/* event widget */
.eventrow hr {
	display: none;
}
.row~.eventrow hr, hr.form-space {
	display: block;
	margin: 0 0 35px 0;
}
.eventrow h3, .sforderSummary h3, .sfStep3Wrp h2.sfcheckoutStepTitle, .sfStep4Wrp h2.sfcheckoutStepTitle, .sfStep5Wrp h2.sfcheckoutStepTitle, strong.sfcheckoutStepTitle {
	border-bottom: 0;
	margin: 0;
    font-weight: 500;
}
.eventrow h3.underline {
	margin: 25px 0 0 0;
	border-bottom: 1px solid #d3d7db;
}
.eventrow h3.widget-title {
    margin-top: 25px;
}
.eventrow .learnmore {
    position: relative;
    top: -30px;
    margin: 0;
    text-align: left;
}
/* event widget & details page */
.eventbox, .sfStep3Wrp, .sfStep4Wrp, .sfStep5Wrp {
    position: relative;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #d3d7db;
	border-bottom: 1px solid #d3d7db;
}
.eventbox > div, .sforderSummary, .sfcheckoutPreviewAddress, .sfcheckoutConfirmTable {
	padding: 20px;
}
.eventbox > .col-sm-4, .sforderSummary, .sfcheckoutPreviewAddress, .sfcheckoutConfirmTable {
	background-color: #e5e9ee;
}
.eventbox > .col-sm-8 {
	float: right;
	padding: 30px 0 25px 30px;
}
.eventbox > .col-sm-8 > :first-child {
    margin-top: 0;
}
.eventbox .col-sm-4 .btn {
    padding: 1px 0 0 0;
	margin-top: 10px;
	width: 100%;
}
.eventbox .col-sm-4 .btn.disabled, .eventbox .col-sm-4 .btn.registered {
    white-space: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
}
.eventbox td {
	vertical-align: top;
	padding-bottom: 5px;
}
.eventbox td~td {
	padding-left: 10px;
}
.eventbox tr.title {
	font-size: 18px;
	font-weight: bold;
}
.eventbox h5 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.eventbox h5 ~ h5 {
	margin-top: 30px;
}
.eventbox h5 .learnmore {
	display: block;
    float: right;
	margin: 4px 0 0 10px;
    top: 0;
    white-space: nowrap;
    text-align: right;
}
.eventbox .form-group {
	padding: 0;
}
.eventbox .form-group.form-indent {
    padding-left: 5px;
}
.eventbox .form-control, .sfcheckoutFormList input[type="text"], .sfcheckoutFormList textarea, .sfcheckoutFormList select {
	display: inline-block;
}
.eventbox label, .eventbox .form-short label, .sfcheckoutFormList label, .sfcheckoutFormList .sfTxtLbl {
	display: inline-block;
	min-width: 0;
	max-width: none;
	width: 120px;
}
.eventbox label.wide-label {
    width: auto;
    display: block;
}
.eventbox .form-short select, .eventbox .form-short input[type=text] {
	float: none;
}
.eventbox .form-short select ~ select, .eventbox .form-short input[type=text] ~ input {
	margin-left: 6px;
}
.eventbox .form-error, .sfcheckoutFormItm .sfError {
	max-width: 424px;
}
#attendee-template {
	display: none;
}
#attendees .btn {
    margin-top: 5px;
}
.attendee-wrap {
    overflow: auto;
    width: 100%;
	margin: 20px 0 0 0;
    padding-bottom: 10px;
}
.attendee-wrap table.event {
    width: auto;
}
.attendee-wrap table.event tr th:first-of-type {
    border-left-width: 1px;
}
.attendee-wrap table.event tr td:last-of-type {
    border-right-width: 1px;
}
#page-error .main-error {
	margin-top: 10px;
	margin-left: 0;
}
.event-price {
	text-align: right;
}
.reg-count, .event-subtotal {
	font-weight: bold;
}
.sfMessageElement {
    display: block;
    padding: 10px;
}
.sfMessage {
    position: relative;
    font-weight: bold;
    color: #000000;
}
a.print {
    display: block;
    float: right;
    margin-bottom: 8px;
}
a.print, a.print:hover, a.print:focus {
    text-decoration: none;
}
a.print .sprite {
    position: relative;
    top: 4px;
}


/* additional cart-specific styles, also sprinkled throughout in shared areas */

.sfItmTitleWrp, .sfItmLnksWrp {
    float: left;
}
.sfItmTitleWrp {
    font-weight: bold;
}
.sfItmLnksWrp {
    margin-left: 5px;
}
.sfItmLnksWrp a {
    display: inline-block;
    white-space: nowrap;
}
.sfItmLnksWrp a {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #CCCCCC;
}
.sfItmPriceCol {
    text-align: right;
}
.sfshoppingCartWrp .sfTxtLbl {
    display: inline-block;
    margin-top: 0;
    min-width: 0;
}
.sfShoppingCartGridFooter {
    padding: 5px 5px 5px 10px;
    border-top: 1px solid #d3d7db;
    text-align: right;
}
.product-total {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
}
.price-total {
    font-weight: bold;
}
.sfcheckoutTabstrip {
    position: relative;
    top: -20px;
}
.rtsIn, .rtsTxt {
    padding: 0 !important;
}
.rtsLink {
    padding: 0 10px 10px 0 !important;
    color: #666666;
}
a.rtsSelected {
    font-weight: bold;
}
.rtsLink:hover, .rtsLink:focus {
    text-decoration: none !important;
    color: #666666 !important;
}
.sfcheckoutBtnsWrp {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #d3d7db;
}
.sfcheckoutFormList, .sfPaymentMethodList, .sfcheckoutTotalPriceWrp {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sfcheckoutFormItm {
    margin-top: 2px;
}
.sfcheckoutFormItm > div {
    display: inline-block;
    width: 300px !important;
}
.sfPaymentMethodList {
    margin-bottom: 10px;
}
.sfPaymentMethodList input[type="radio"] {
    margin-right: 5px;
}
.sforderSummary, .sfcheckoutPreviewAddress, .sfcheckoutConfirmTable {
    position: relative;
    margin-bottom: 30px;
}
.sforderSummaryTable {
    position: relative;
    margin-top: 10px;
}
.sforderSummaryTable th {
    padding-right: 5px;
    font-weight: normal;
}
.sforderSummaryTable td {
    font-weight: bold;
}
.sforderSummaryTable th, .sforderSummaryTable td {
    padding-top: 5px;
}
.sfcouponCodeEntryViewWrap {
    display: none;
    /* hide entirely for now*/
}
.sfcouponCodeEntryViewWrap a, .sfcouponCodeEntryViewWrap a:focus, .sfcouponCodeEntryViewWrap a:hover {
    color: #333333;
    text-decoration: none;
}
.sfApplyCouponBtn {
    margin-top: 5px;
}
.sfcheckoutFormItmDdl .sfCreditCardType {
    max-width: 300px;
    margin-bottom: 10px;
}
strong.sfcheckoutStepTitle {
    display: block;
}
.sfStep4Wrp .sfcheckoutBtnsWrp:nth-of-type(-n+3), .sfStep4Wrp .sfcheckoutBtnsWrp:nth-of-type(5) {
    display: none;
}
.sfcheckoutPreviewProduct .sfItmOptionsCol, .sfcheckoutPreviewProduct .sfItmDiscountDscCol, .sfcheckoutPreviewProduct .sfItmQuantityCol, .sfcheckoutPreviewProduct .sfItmPriceCol, .sfcheckoutTotalPriceWrp .sfcheckoutSubtotal, .sfcheckoutTotalPriceWrp .sfcheckoutDiscounts, .sfcheckoutTotalPriceWrp .sfcheckoutBeforeTax, .sfcheckoutTotalPriceWrp .sfcheckoutTax {
    display: none;
}
.sfcheckoutTotalPriceWrp {
    margin-top: 20px;
}
.sfcheckoutTotalPriceWrp li {
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #d3d7db;
}
.sfcheckoutTotalPriceWrp li:empty {
    display: none;
}
.sfcheckoutTotalPriceWrp li.sfcheckoutTotal {
    text-align: right;
}
.sfAmount, .sfPrice {
    font-weight: bold;
}
.sfcheckoutPreviewAddressBlock span, .sfcheckoutConfirmTable span {
    display: block;
}

/* story block widget */
.storyblock {
	overflow: hidden;
	padding: 20px;
	margin: 15px 0;
	background-color: #FFFFFF;
}
.storyblock~.storyblock {
	margin-top: 30px;
}
.storyblock > .col-sm-8 {
	padding: 0;
}
.storyblock > .col-sm-4 {
	position: relative;
	overflow: hidden;
	min-height: 240px;
	padding: 0;
}
.storyblock img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
}


.announcement {
	padding: 0 0 15px 0;
}
.announcement .title, ul.sfnewsList h2 {
	font-size: 18px;
}
.announcement span.title {
    color: #333333;
}
.announcement p {
	padding: 5px 0 5px 0;
	margin: 0;
}
.announcement .date, ul.sfnewsList .sfnewsMetaInfo {
	color: #8e8e8e;
}
ul.sfnewsList {
    list-style: none;
    padding: 0;
}
ul.sfnewsList li {
    margin: 0 0 15px 0;
}


.member-list ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.member-list ul li {
    padding: 0 0 10px 8px;
}


.timeline {
	position: relative;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
.timeline:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background-color: #0e2c56;
}
.timeline li {
	display: block;
	position: relative;
	width: 100%;
}
.timeline li div {
	position: relative;
	left: -12px;
	width: 40px;
	padding: 2px 0;
	margin-top: 5px;
	background-color: #0e2c56;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
}
.timeline li span {
	display: block;
	position: relative;
	padding: 10px;
	margin: 5px 0 10px 0;
	background-color: #e5e9ee;
	border: 1px solid #ebeef2;
	border-radius: 4px;
}
.timeline li span:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.timeline li span:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #e5e9ee;
}
.timeline img {
	display: block;
	float: left;
	max-width: 100px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
#timelinemodal {
	text-align: center;
	padding: 10px;
}
#timelinemodal .modal-content {
	display: inline-block;
	margin: 20px auto;
}
#timelinemodal .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	line-height: 20px;
}
#timelinemodal .close:focus {
	outline: none;
}
#timelinemodal img {
	padding: 20px;
	margin: 0 auto;
}


ul.sitemap, .sitemap ul {
    list-style-type: none;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.sitemap li {
    display: block;
    position: relative;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 18px;
}
.sitemap ul li {
    padding: 5px 0 0 15px;
    font-size: 15px;
}
.sitemap ul li li {
    padding: 5px 0 0 15px;
    font-size: 13px;
}
.sitemap a {
    color: #666666;
}


.row.bucketlist .bucketbox {
	position: relative;
    overflow: hidden;
	margin: 10px 0;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-top: 8px solid #169fde;
	border-bottom: 3px solid #002656;
}
.bucketbox .title {
	display: table;
	height: 51px;
	padding: 1px 10px 0 10px;
}
.bucketbox h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color: #169fde;
	font-weight: 600;
	text-transform: uppercase;
}
.bucketbox .image {
	height: 97px;
	overflow: hidden;
	background-color: #666666;
}
.bucketbox .image img {
    height: 100%;
}
.bucketbox p {
	margin: 0;
	padding: 10px;
}
.col-xs-6 .bucketbox p {
    overflow: hidden;
	max-height: 190px;
}
.bucketbox ul, ul.arrow {
	list-style: none;
	padding: 0 10px 0 25px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
.bucketbox li, ul.arrow li {
	position: relative;
	margin: 0 0 5px 0;
	line-height: 18px;
}
.bucketbox li:before, ul.arrow li:before { 
	content: "\00bb";
	display: block;
	position: absolute;
	top: -1px;
	left: -15px;
	color: #169fde;
}
.bucketbox  ul li a {
	text-decoration: none;
	color: #666666;
}
.allowhover .bucketbox  ul li a:hover, .bucketbox ul li a:focus {
	color: #002656;
}
.cornerlink {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.allowhover .cornerlink:hover, .cornerlink:focus {
	text-decoration: underline;
}


/* typically home page specific items */
.carousel-bg {
	padding: 10px;
	background-image: url("../images/home-introbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel-home {
	background-color: #666666;
}
#carousel-home .item img {
    max-width: none;
    height: 300px;
}
.carousel-text {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    padding: 20px 15px;
	color: #FFFFFF;
}
.carousel-text h1 {
	margin: 0 40px 0 0;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 400;
}
.carousel-text p {
    margin: 10px 0;
    font-size: 120%;
}
.carousel-text p a {
    color: #FFFFFF;
}
.carousel-text p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.carousel-text .btn {
	margin: 10px 0 0 0;
}
.carousel-indicators {
	bottom: 2px;
	right: 9px;
	left: auto;
	width: auto;
	margin: 0;
    padding: 0;
	text-align: right;
}
.carousel-indicators li {
	background-color: #FFFFFF;
	border: 0;
	margin: 3px;
}
.allowhover .carousel-indicators li:hover, .carousel-indicators li:focus {
	background-color: #ccd4dd;
}
.carousel-indicators li.active, .allowhover .carousel-indicators li.active:hover, .carousel-indicators li.active:focus {
	width: 10px;
	height: 10px;
	background-color: #169fde;
	margin: 3px;
}

/* search results */
.sfsearchResultsWrp dt {
    margin-top: 10px;
}
.sfsearchResultStatistics {
    margin-top: 0;
}
.sfsearchResultHighLighter, .sfsearchResultStatistics {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.sf_pagerNumeric a {
    display: block;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CCCCCC;
    text-decoration: none;
}
.sf_pagerNumeric a:last-of-type {
    border-right: 0;
}
.sf_pagerNumeric a.sf_PagerCurrent {
    font-weight: bold;
	color: #002656;
}
.allowhover .sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
    text-decoration: none;
}

/* calendar */
.sfcalendar {
    clear: both;
}
.RadScheduler_Metro .rsHeader {
    border: 0;
    background-color: #062c5b;
}
.RadScheduler_Metro .rsHeader h2 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
    text-indent: 0;
    pointer-events:none;
}
.RadScheduler_Metro .rsHeader .rsPrevDay, .RadScheduler_Metro .rsHeader .rsNextDay {
    background: transparent;
    position: relative;
    z-index: 5;
}
.RadScheduler_Metro .rsHeader .rsPrevDay:before, .RadScheduler_Metro .rsHeader .rsNextDay:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
}
.RadScheduler_Metro .rsHeader .rsNextDay {
    float: right;
    margin: 5px 0 0 10px;
}
.RadScheduler_Metro .rsHeader .rsNextDay:before {
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #CCCCCC;
}
.RadScheduler_Metro .rsHeader .rsNextDay:hover:before {
    border-color: transparent transparent transparent #FFFFFF;
}
.RadScheduler_Metro .rsHeader .rsPrevDay:before {
    border-width: 8px 8px 8px 0;
    border-color: transparent #CCCCCC transparent transparent;
}
.RadScheduler_Metro .rsHeader .rsPrevDay:hover:before {
    border-color: transparent #FFFFFF transparent transparent;
}
.RadScheduler_Metro .rsHeader .rsDatePickerActivator {
    width: auto;
    margin: 5px 66px 0 0;
    background: transparent;
    text-indent: 0;
    font-size: 12px;
    z-index: 5;
}
.RadScheduler .rsHeader .rsDatePickerWrapper {
    top: 26px;
    left: -140px;
    z-index: 200;
}
.RadCalendar_Metro .rcWeek th {
    padding: 4px 3px;
}
.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
    padding: 1px 2px;
}
.RadCalendar_Metro .rcRow .rcSelected {
    background-color: #169fde;
}
.RadCalendar_Metro .rcRow .rcHover {
    color: #FFFFFF;
    background-color: #062c5b;
}
.RadCalendar_Metro .rcMain .rcRow .rcSelected a, .RadCalendar_Metro .rcMain .rcRow .rcHover a {
    color: #FFFFFF;
}
.RadCalendar_Metro .rcRow td, .RadCalendar_Metro .rcWeek th {
    text-align: center;
}
.RadScheduler .rsHeader a {
    color: #A2D9F2;
    text-transform: uppercase;
}
.RadScheduler .rsHeader a:hover, .RadScheduler .rsHeader a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.RadScheduler .rsHeader ul {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 199;
    padding: 0;
    float: none;
}
.RadScheduler_Metro .rsHeader li, .RadScheduler_Metro .rsHeader .rsSelected {
    margin: 0 2px;
}
.RadScheduler_Metro .rsHeader ul a, .RadScheduler_Metro .rsHeader ul .rsSelected em, .RadScheduler_Metro .rsHeader span {
    color: #A2D9F2;
    border-color: #169fde;
}
.RadScheduler_Metro .rsHeader ul a:hover, .RadScheduler_Metro .rsHeader span:hover {
    color: #FFFFFF;
    border-color: #A2D9F2;
}
.RadScheduler_Metro .rsHeader ul .rsSelected em {
    color: #FFFFFF;
    border-color: #E3F4FB;
}
.RadScheduler_Metro .rsContent {
    border: 0;
}
.rsMonthView .rsContentScrollArea {
    border-width: 2px 0 0 2px;
    border-color: #FFFFFF;
    border-style: solid;
}
.RadScheduler_Metro .rsHorizontalHeaderWrapper, .RadScheduler_Metro .rsHorizontalHeaderTable, .RadScheduler_Metro .rsHorizontalHeaderTable th {
    border: 0;
    background-color: #b3b3b3;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}
.RadScheduler .rsAllDayRow td, .RadScheduler .rsContentTable td {
    border-width: 0 2px 2px 0;
    color: #FFFFFF;
    font-weight: bold;
}
.RadScheduler_Metro .rsNonWorkHour, .RadScheduler_Metro .rsSunCol, .RadScheduler_Metro .rsSatCol, .RadScheduler_Metro .rsAllDayRow {
    background-color: #FFFFFF;
}
.RadScheduler_Metro .rsMonthView .rsContentTable td {
    border-color: #FFFFFF;
    background-color: #b3b3b3;
}
.RadScheduler_Metro .rsMonthView .rsOtherMonth {
    background-color: #E1E1E1 !important;
}
.RadScheduler_Metro .rsMonthView .rsDateBox, .RadScheduler_Metro .rsMonthView .rsAptCreate .rsDateBox {
    background-color: transparent;
    border: 0;
}
.RadScheduler .rsDateHeader {
    padding: 4px;
    color: #FFFFFF;
    display: block;
}
.RadScheduler .rsDateHeader:hover {
    background-color: #062c5b;
}
.RadScheduler a.rsDateHeader:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.RadScheduler_Metro .rsApt {
    color: #FFFFFF;
    /*background-color: #169fde !important;*/
    cursor: pointer;
}
.RadScheduler_Metro .rsApt:hover {
    background-color: #062c5b !important;
}
.RadScheduler .rsAptSimple .rsAptContent {
    margin: 0;
}
.RadScheduler .rsWeekView .rsAptSimple .rsAptContent, .RadScheduler .rsDayView .rsAptSimple .rsAptContent {
    padding-top: 8px;
}
.RadScheduler .rsWeekView .rsAllDayRow .rsAptSimple .rsAptContent, .RadScheduler .rsDayView .rsAllDayRow .rsAptSimple .rsAptContent {
    padding-top: 2px;
}
.RadScheduler .rsTimelineView .rsAptSimple .rsAptContent {
    padding: 2px 10px;
}
.RadScheduler .rsTimelineView .rsContentScrollArea {
    border: 2px solid #e5e5e5;
    border-right-width: 0;
}
.RadScheduler .rsTimelineView .rsAllDayRow td {
    border-width: 0 2px 0 0;
}
.RadScheduler_Metro .rsApt .rsAptResize, a.rsAptDelete {
    display: none;
}
.RadScheduler_Metro .rsApt .rsArrowTop, .RadScheduler_Metro .rsApt .rsArrowBottom, .RadScheduler_Metro .rsApt .rsArrowLeft, .RadScheduler_Metro .rsApt .rsArrowRight {
    background: transparent;
}
.RadScheduler_Metro .rsApt .rsArrowTop:before, .RadScheduler_Metro .rsApt .rsArrowBottom:before, .RadScheduler_Metro .rsApt .rsArrowLeft:before, .RadScheduler_Metro .rsApt .rsArrowRight:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.RadScheduler_Metro .rsApt .rsArrowTop:before {
    right: 0;
    margin: 0 auto;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #CCCCCC transparent;
}
.RadScheduler_Metro .rsApt .rsArrowBottom:before {
    right: 0;
    margin: 0 auto;
    border-width: 4px 4px 0 4px;
    border-color: #CCCCCC transparent transparent transparent;
}
.RadScheduler_Metro .rsApt .rsArrowRight:before {
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #CCCCCC;
}
.RadScheduler_Metro .rsApt .rsArrowLeft:before {
    border-width: 4px 4px 4px 0;
    border-color: transparent #CCCCCC transparent transparent;
}
.RadScheduler .rsAllDayRow .rsAptCreate, .RadScheduler .rsWeekView .rsAptCreate, .RadScheduler .rsDayView .rsAptCreate {
    background: transparent;
}
.sfcalendarEventPreviewWrp .k-window-titlebar.k-header {
    cursor: move;
    background: #CCCCCC;
    color: #FFFFFF;
}
.sfcalendarEventPreviewWrp .k-link, .sfcalendarEventPreviewWrp .k-state-hover, .sfcalendarEventPreviewWrp k-state-hover:hover, .sfcalendarEventPreviewWrp .k-i-close {
	background: transparent !important;
	border: 0;
    padding: 0;
}
.sfcalendarEventPreviewWrp .k-window-titlebar .k-window-action {
    width: auto;
}
.sfcalendarEventPreviewWrp .k-icon.k-i-close {
	width: 50px;
	background: transparent !important;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
h2.sfcalendarEventPreviewTitle {
    font-size: 16px;
}
.sfcalendarEventPreviewContent {
    color: #666666;
}
.sfcalendarSidebar {
    margin-bottom: 25px;
}
.sfcalendarSidebar .sfcalendarListTitle {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3d7db;
    font-size: 20px;
    color: #002656;
    text-transform: uppercase;
}
.sfcalendarSidebar .sfcalendarListItm .sfColorWrp {
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
    padding: 4px;
    height: 21px;
}
.sfcalendarSidebar .sfcalendarListItm .sfColorWrp input {
    margin: 0;
}
.sfcalendarSidebar .sfcalendarList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sfcalendarSidebar .sfcalendarList li {
    margin: 0 0 5px 10px;
}
.sfcalendarSidebar label {
    width: auto !important;
    min-width: 0;
}
.sfcalendarSidebar .sfcalendarList li .sfdelete {
    display: none;
}

.row.columnpadding {
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
}

/* extra media query fixes */
@media (min-width: 400px) {
    .topnav input[type="text"] {
        width: 210px;
    }
    .mainnav .icon-logo {
        left: 13px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 13px;
        padding-left: 13px;
    }
    
    .row {
        padding-right: 0;
        padding-left: 0;
    }
    .row .sf_colsIn .row {
	    margin: 0 -13px;
    }
    .row.subnav {
        padding: 0;
    }
    .row.bgshaded {
        padding: 10px;
    }

    #leftnav a {
        padding: 6px 12px 6px 15px;
    }

    /* typically home page specific items */
    .carousel-bg {
        padding: 20px;
    }
    .carousel-bg a.btn {
        line-height: 39px;
        font-size: 18px;
    }
}
@media (min-width: 450px) {
    .eventrow .learnmore {
        top: -53px;
        text-align: right;
    }
    .eventrow h5 .learnmore {
        top: 0;
    }
}
@media (min-width: 500px) {
	.row.footer {
		padding: 25px 35px;
		font-size: 12px;
	}

	.row.bucketlist .bucketbox {
		height: 390px;
	}
    /* single column bucket layout */
	.row.bucketlist .col-xs-12 .bucketbox {
		height: auto;
		padding: 30px 0 20px 33%;
	}
	.col-xs-12 .bucketbox .title {
		display: block;
		height: auto;
	}
	.col-xs-12 .bucketbox .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 31%;
		height: 100%;
	}

	/* typically home page specific items */
    #carousel-home .item {
        max-height: 418px;
    }
    #carousel-home .item img {
        max-width: 100%;
        height: auto;
    }

    .sfcalendarSidebar .sfcalendarList {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sfcalendarSidebar .sfcalendarList li {
        float: left;
        margin-right: 20px;
    }
}
@media (min-width: 600px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.row, .row.subnav {
		padding-right: 20px;
		padding-left: 20px;
	}
	.mainnav .icon-logo {
		left: 33px;
	}
	.row.bgshaded {
		padding: 20px;
	}
	.row.bucketlist .bucketbox {
		margin: 15px 0;
	}
	.subnav .sub-menu > li {
		width: 50%;
	}
	.subnav .sub-menu > li > a {
		line-height: 30px;
	}
    #leftnav a {
        padding: 6px 12px 6px 33px;
    }


	table.documents, table.data, table.event, table.cart, table.rgMasterTable {
		font-size: 100%;
	}
	.leftnav table.documents, table.data {
		font-size: 80%;
	}
	table.documents th, table.documents td, table.data th, table.data td {
		padding: 5px 15px;
	}
	.leftnav table.documents th, .leftnav table.documents td, .leftnav table.data th, .leftnav table.data td {
		padding: 5px;
	}


	/* typically home page specific items */
	.carousel-bg {
		padding: 35px;
	}
	.carousel-text {
		padding: 30px;
	}
	.carousel-text h1 {
		font-size: 36px;
		line-height: 42px;
	}

    
	.modal-body .form-group {
		margin-top: 10px;
	}
	.modal-body label {
		float: left;
		min-width: 150px;
		width: 150px;
	}
	.modal-body .radio, .modal-body .checkbox {
		margin-left: 170px;
	}
	.modal-body .radio-inline, .modal-body .checkbox-inline {
		margin: 0 0 5px 10px;
	}

	.eventbox .form-error span:before, .modal .form-error span:before, .sfcheckoutFormItm .sfError:before {
		left: 40%;
	}
	#page-error .main-error span:before {
		left: 10%;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	.timeline img {
		float: left;
		max-width: 200px;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.row.topnav {
		height: 68px;
	}
	.topnav .topbox {
		padding-top: 19px;
	}
    .topbox.cart {
        padding-top: 4px;
        top: 10px;
        line-height: 19px;
        text-align: center;
    }
    /* with sprite 
    .topbox.cart {
        margin-right: 0;
    }
    .topbox.cart .sprite {
        top: 20px;
    } */
	.topbox .icon-search {
		top: 19px;
	}
	.row.mainnav {
		padding-right: 10px;
	}
	#mobilenav {
		display: none !important;
	}
	.subnav {
		padding-right: 70px;
	}
	.subnav .sub-menu > li {
		width: auto;
	}
    #MainWrapper {
        background-color: #FFFFFF;
    }
	.leftnav {
		display: table;
        width: 100%;
	}
    .leftnav .cellcol {
        display: table-cell;
        vertical-align: top;
    }
    .leftnav .leftcol {
        width: 203px;
        background-color: #e5e9ee;
    }
	#leftnav {
		width: 100%;
		border-top: 10px solid #FFFFFF;
	}
	#leftnav a {
		 padding: 6px 12px;
	}
    
	.carousel-text h1 {
		font-size: 48px;
		line-height: 56px;
	}
    
	.eventbox:before, .sfStep3Wrp:before, .sfStep4Wrp:before, .sfStep5Wrp:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 33.33333333%;
		height: 100%;
		background-color: #e5e9ee;
	}
	.leftnav .eventbox:before {
		width: 45%;
	}
	.leftnav .eventbox > .col-sm-4 {
		width: 45%;
	}
	.leftnav .eventbox > .col-sm-8 {
		width: 55%;
	}
    .sfStep3Wrp h2.sfcheckoutStepTitle, .sfStep4Wrp h2.sfcheckoutStepTitle, .sfStep5Wrp h2.sfcheckoutStepTitle {
        margin-top: 30px;
    }
    .sfStep3Wrp .sfcheckoutBtnsWrp, .sfStep4Wrp .sfcheckoutBtnsWrp {
        clear: both;
        position: relative;
        left: 30px;
        margin-left: 33.33333333%;
        padding-bottom: 35px;
    }
    .sforderSummary, .sfcheckoutPreviewAddress, .sfcheckoutConfirmTable {
        float: left;
        width: 33.33333333%;
        margin-right: 30px;
        padding-top: 0;
    }
    .sfcheckoutPreviewAddress {
        margin-right: 0;
        margin-bottom: -35px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .sfcheckoutConfirmTable {
        margin-right: 0;
        margin-bottom: 0;
    }
    .sfcheckoutPreviewProduct {
        float: right;
        width: 66.66666667%;
        padding-left: 30px;
        padding-top: 20px;
    }

	.leftnav table.documents, table.data {
		font-size: 90%;
	}

	.storyblock > .col-sm-8 {
		padding: 5px 25px 0 0;
	}
	.storyblock .col-sm-4 + .col-sm-8 {
		padding: 5px 0 0 25px;
	}

	.leftnav .bucketlist .col-sm-4 {
		width: 50%;
	}


	.timeline {
		overflow: hidden;
		padding: 0 40px;
	}
	.timeline:before {
		right: 0;
		margin: auto;
	}
	.timeline li {
		width: 50%;
        clear: both;
	}
	.timeline li:nth-child(odd) {
		float: right;
	}
	.timeline li.odd {  /* legacy fix, added in ie8.js file */
		float: right;
	}
	.timeline li:nth-child(even) {
		float: left;
	}
	.timeline li.even {  /* legacy fix, added in ie8.js file */
		float: left;
	}
	.timeline li span {
		left: 40px;
		margin-top: 0;
	}
	.timeline li:nth-child(even) span {
		left: auto;
		right: 40px;
	}
	.timeline li.even span {  /* legacy fix, added in ie8.js file */
		left: auto;
		right: 40px;
	}
	.timeline li div {
		position: absolute;
		overflow: hidden;
		top: 10px;
		left: -20px;
		margin-top: 0;
	}
	.timeline li:nth-child(even) div {
		left: auto;
		right: -20px;
	}
	.timeline li.even div {  /* legacy fix, added in ie8.js file */
		left: auto;
		right: -20px;
	}
	.timeline li span:before {
		top: 11px;
		left: -10px;
		border-left: 0;
		border-right: 10px solid #e5e9ee;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	.timeline li:nth-child(even) span:before {
		left: auto;
		right: -10px;
		border-left: 10px solid #e5e9ee;
		border-right: 0;
	}
	.timeline li.even span:before {  /* legacy fix, added in ie8.js file */
		left: auto;
		right: -10px;
		border-left: 10px solid #e5e9ee;
		border-right: 0;
	}
    /* global.js added classes */
    .timeline li.odd-year-shared {
        clear: both;
    }
    .timeline li.even-year-shared {
        clear: none;
    }
    .timeline li.next-even-year-shared {
        clear: both;
    }
    .timeline li.prev-odd-year-shared {
        clear: left;
    }
	.timeline li div.duplicate-year {
		display: none;
	}
}
@media (min-width: 860px) {
    .topnav a.topbox {
	    padding-right: 10px;
        padding-left: 20px;
    }
	.mainnav .dropdown a.mainlink {
		padding: 0 10px 0 20px; /* right minus 10 for caret */
	}
	.mainnav a.mainlink.sololink {
		padding: 0 20px 0 20px;
	}
}
@media (min-width: 868px) {
	/* typically home page specific items */
	.carousel-left {
		overflow: hidden;
		float: left;
		width: 100%;
		margin-right: -317px;
	}
	.carousel-right {
		float: right;
		width: 287px;
	}
	#carousel-home {
		margin-right: 317px;
	}
	#carousel-home, .carousel-home-height {
		height: 418px;
	}
	#carousel-home .item img {
        max-width: none;
		height: 418px;
	}
	.carousel-text h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (min-width: 980px) {
	.footer {
		text-align: left;
	}
}
@media (min-width: 1020px) {
	.row.topnav {
		padding-right: 0;
	}
	.row.mainnav {
		padding: 0 20px;
	}
}

@media (max-width: 399px) {
	.attendee-wrap .btn {
		width: 90%;
		margin: 0 10px 0 0;
	}
	.attendee-wrap .btn ~ .btn {
		margin: 10px 0 0 0;
	}
}
@media (max-width: 449px) {   
    .RadScheduler_Metro .rsHeader {
        height: 80px !important;
    }
    .RadScheduler_Metro .rsHeader h2 {
        top: 20px;
    }
    .RadScheduler .rsHeader ul {
        top: 48px !important;
    }
}
@media (max-width: 499px) {
	.row.bucketlist .col-xs-6 {
		width: 100%;
	}
    label, .sfTxtLbl {
        width: 100%;
    }
    .sfshoppingCartWrp .sfTxtLbl {
        width: auto;
    }
	.col-xs-12 .bucketbox .image img {
		width: 100%;
		height: auto;
	}
    .RadScheduler_Metro .rsHeader h2 {
        font-size: 15px;
    }
}
@media (max-width: 599px) {
    .topbox.cart {
        display: block;
        position: absolute;
        top: 54px;
        right: 12px;
        height: 50px;
        z-index: 10;
        margin-right: 0;
    }
	.row.bucketlist .col-xs-6, .row.bucketlist .col-xs-12 {
		padding: 0 10px;
	}
    .carousel-text .btn {
        padding: 1px 15px 0 15px;
    }
	.eventbox label, .eventbox .form-short label, .sfcheckoutFormList label {
		width: 90%;
	}
	.eventbox .form-error, .modal .form-error, .sfcheckoutFormItm .sfError {
		max-width: 300px;
	}
	.modal label {
		width: 100%;
	}
	.modal label.label-space {
		display: block;
	}
}
@media (max-width: 767px) {
	.subnav {
		display: none;
	}
	.pull-none-sm {
		float: none !important;
		margin: 10px auto;
	}
	.subnav .dropdown > a .caret {
		width: 8px !important;
		border: 0 !important;
	}
	.allowhover .subnav .dropdown:hover:after {
		display: none;
	}
	#cpw_main .row > div ~ div {
		padding-top: 50px;
	}
    #cpw_main .row .sf_colsIn .row > div ~ div { /* nested layouts */
        padding-top: 15px;
    }
	#cpw_main .row.bucketlist > div, #cpw_main .row.carousel-bg > div, #cpw_main .row.member-list > div ~ div, #cpw_main .row .sf_colsIn .row.row-inner div {
		padding-top: 0;
	}
	.storyblock > div ~ div {
		margin-top: 20px;
	}
	.eventdetail, .sfStep3Wrp, .sfStep4Wrp, .sfStep5Wrp {
		border-bottom: 0;
	}
	.eventbox > .col-sm-8 {
		float: none;
		padding-left: 0;
	}

    /* calendar, also duplicated for use with left nav in wider max below, change there, too */
    .RadScheduler_Metro .rsHeader {
        height: 60px;
    }
    .RadScheduler .rsHeader ul {
        top: 28px;
        left: 0;
        right: 0;
        width: 250px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }
    .RadScheduler .rsHeader ul li {
        float: none;
        display: inline-block;
    }
    .RadScheduler_Metro p {
        position: absolute;
        right: 0;
        z-index: 5;
    }
    .RadScheduler_Metro .rsHeader .rsDatePickerActivator {
        position: absolute;
        left: 10px;
        margin-right: 0;
    }
    .RadScheduler .rsHeader .rsDatePickerWrapper {
        left: 0;
    }

	/* override the javascript used to space out years */
	.timeline li {
		margin-top: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.row.bucketlist .bucketbox {
		height: 390px;
	}
	.bucketbox li {
		font-size: 13px;
		line-height: 17px;
	}
}
@media (max-width: 829px) {
	.leftnav .eventbox:before {
		background-color: transparent;
	}
	.leftnav .eventbox > .col-sm-4 {
		width: 100%;
	}
	.leftnav .eventbox > .col-sm-8 {
		width: 100%;
		padding: 30px 0 25px 0;
	}
}
@media (max-width: 979px) {
	.footer .pull-left, .footer .pull-right {
		float: none !important;
	}
}
@media (max-width: 1019px) {
    /* calendar, also duplicated for use without left nav in thinner max above, change there, too */
    .leftnav .RadScheduler_Metro .rsHeader {
        height: 60px;
    }
    .leftnav .RadScheduler .rsHeader ul {
        top: 28px;
        left: 0;
        right: 0;
        width: 250px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }
    .leftnav .RadScheduler .rsHeader ul li {
        float: none;
        display: inline-block;
    }
    .leftnav .RadScheduler_Metro p {
        position: absolute;
        right: 0;
        z-index: 5;
    }
    .leftnav .RadScheduler_Metro .rsHeader .rsDatePickerActivator {
        position: absolute;
        left: 10px;
        margin-right: 0;
    }
    .leftnav .RadScheduler .rsHeader .rsDatePickerWrapper {
        left: 0;
    }
}
/* retina sprites */
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 240dpi) {
	.sprite {
		background-image: url("../images/sprites-x2.png") !important;
		background-size: 280px 440px !important;
	}
}
/* hide some items on print */
@media print {
	a[href]:after {
		content: "";
	}
	.noprint, .btn, .row.subnav, .row.topnav, .row.mainnav *, .row.footer, .sfInlineEditingPageMenu {
		display: none !important;
	}
	.row.mainnav .icon-logo {
		display: block !important;
	}
	.row.mainnav {
		height: 140px;
	}
}
.err-ind {
    color: #CC0000;
}

.newlogo {
    display: inline-block;
    background-image: url("../images/201904_serc-logo_s-serc-rc1294x501v2.png") !important;
    background-repeat: no-repeat;
    background-size: 210px 95px;
    bottom: 10px !important;
}

.icon-logo {
    width: 210px;
    height: 95px;
}