/*-----------------------------------------
 Laser Therapy Univeristy
 global.css
 
 Last Updated By: Ryan Perry
 Last Updated: 06/18/2013
-----------------------------------------*/


/*-----------------------------------------
 Reset
-----------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

.body{
    display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
table {border-collapse:collapse; border-spacing:0;}

*:visited{color:blue; }

/*-----------------------------------------
 Structure
-----------------------------------------*/
body {background:#fff; color:#545653; font-size:100%; font-family:'Source Sans Pro', sans-serif; font-weight:300;}

.page-container {padding-bottom:35px; margin:0 auto; width:100%;}
.wrapper {position:relative;}
#debug {background:#333; color:#fff; line-height:35px; text-indent:50px; opacity:.8; z-index:500; position:fixed; bottom:0; width:100%; height:35px; left:0;}

a {text-decoration:none;}
a:hover, a:active {text-decoration:underline;}
a:focus {outline:none;}
textarea {resize:none;}
strong, b {font-weight:bold; }
i, em {font-style:italic;}
u {text-decoration:underline;}
input, textarea {-webkit-appearance:none; -webkit-border-radius:0;}

.ghost { display:none; }

.error select, .error input, .error textarea, input.error { border:solid 1px red;}

#toTop {
    padding: 10px 13px;
    background: none repeat scroll 0 0 #252525;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px 4px 0px 0px;
    z-index: 999999
}
/*-----------------------------------------
 Site Header
-----------------------------------------*/
.site-header {display:inline-block; width:100%; vertical-align:top; position:relative;}

.header-logo {position:absolute; display:block; z-index:5; cursor:pointer; text-indent:-99999em; top:35px; left:7px; width:104px; height:88px; background:transparent url('../images/m_laser-therapy-university-logo.png') no-repeat 0 0;}

.header-wrapper {position:relative;}

.header-tagline {color:#fff;}


@media only screen and (max-width:650px) {
.site-header-small {display:inline-block;}
.site-header-narrow {display:none;}
.site-header-large {display:none;}

.header-top {height:32px; width:100%; display:inline-block; vertical-align:top;}
.header-middle {width:100%; height:32px; display:inline-block; vertical-align:top; background-color:#545654; background-image:-webkit-linear-gradient(bottom, #545654, #929195); background-image:linear-gradient(to top, #545654, #929195);}
.header-bottom {height:42px; width:100%; display:inline-block; vertical-align:top; background-color:#036737; background-image:-webkit-linear-gradient(top, #1f9847, #036737); background-image:linear-gradient(to bottom, #1f9847, #036737);}

.header-tagline {color:#fff; line-height:32px; float:right; font-size:0.875em; font-weight:700; text-transform:uppercase; padding-left:32px; margin-right:3.90625%; background:transparent url('../images/m_icon-tagline.png') no-repeat 0 center;}
.header-tagline > span {display:inline-block; padding-right:10px; background:transparent url('../images/m_icon-tagline-link.png') no-repeat right center;}

.header-account-nav {width:100%; display:inline-block; vertical-align:top; line-height:1;}
.header-account-item {float:left;}
.header-account-link {display:block; color:#fff; text-transform:uppercase; height:32px; line-height:32px; text-align:center; font-size:0.750em; font-weight:bold;}
.header-account-newsletter {width:40.625%; background-color:#5d5d5f; background-image:-webkit-linear-gradient(bottom, #5d5d5f, #3b3c3c); background-image:linear-gradient(to top, #5d5d5f, #3b3c3c);}
.header-account-newsletter a {background:url("../images/m_icon-newsletter.png") no-repeat scroll 26.231% 10px rgba(0, 0, 0, 0)/*transparent url('../images/m_icon-newsletter.png') no-repeat 4.230769230769% 10px*/; border-right:1px solid #919194;}
.header-account-loginlogout {width:59.375%; background-color:#ed4044; background-image:-webkit-linear-gradient(bottom, #871520, #ed4044); background-image:linear-gradient(to top, #871520, #ed4044);}
.header-account-loginlogout a {display: inline-block; width:35%; background:transparent url('../images/m_icon-logout.png') no-repeat 15.263157894737% 10px;}
.header-account-logout {display:inline-block;}

.header-nav-toggle {float:right; display:block; margin-right:4.375%; margin-top:5px; width:30px; height:23px; text-indent:-99999em; background:transparent url('../images/m_icon-menu.png') no-repeat 0 0;}
.header-search-toggle {float:right; display:block; margin-right:8.59375%; margin-top:5px; width:21px; height:22px; text-indent:-99999em; background:transparent url('../images/m_icon-search.png') no-repeat 0 0;}
.header-search-toggle-active {background-image:url('../images/m_icon-search-active.png');}
.header-cart {float:right; display:block; margin-right:6.40625%; margin-top:4px; width:30px; height:25px; text-indent:-99999em; background:transparent url('../images/m_icon-cart.png') no-repeat 0 0;}

.header-advanced-search {display:none; background-color:#555755; width:100%; vertical-align:top; height:32px;}
.header-search {display:inline-block; vertical-align:top; line-height:1; float:right; margin-top:5px; margin-right:1.25%; width:41.40625%; height:22px; border-radius:11px; background-color:#fff; box-shadow:inset 0 0 8px rgba(146,145,149,.75);}
.header-search-input {border:none; background:none; float:left; display:block; width:69.433962264151%; height:22px; line-height:22px; padding:0 5.660377358491% 0 7.547169811321%; opacity:.5;}
.header-search-button {border:none; float:right; display:block; margin-right:6.037735849057%; width:15px; height:22px; text-indent:-99999em; cursor:pointer; font-size:0; line-height:0; background:transparent url('../images/header-search-button.png') no-repeat 0 center;}
.header-advanced-link {color:#fff; font-size:0.875em; float:right; margin-right:3.90625%; line-height:32px;}

.header-nav {display:none; padding:35px 0 12px 0; box-shadow:inset 0 12px 7px -7px rgba(131,130,133,.87);}
.header-nav-opened .header-nav {padding-top:70px;}
.header-nav-opened.header-search-opened .header-nav {padding-top:35px;}
.header-nav > ul {/*margin-left:45%;*/}
.header-nav-item {border-bottom:1px solid #dbdbdb; font-size:1.188em; font-weight:600; display:inline-block; width:100%; vertical-align:top;}
.header-nav-item > a, .header-quick-links {display:block; padding:3px 1.5625%; color:#545654;}
.header-nav-active > a {color:#2b7cbf;}
.header-nav-parent > a, .header-quick-links {width:89.84375%; float:left;}
.header-nav-expand {display:block; float:right; width:6.25%; height:30px; background:transparent url('../images/m_icon-small-grey-arrow.png') no-repeat 0 10px;}
.header-nav-expanded {background-image:url('../images/m_icon-small-blue-arrow-down.png');}

.header-quick-links {color:#c11e2d;}
.header-secondary-nav-item > a {color:#0065a1;}
/* .header-quick-links {display:block; padding:3px 11.363636363636% 3px 0; color:#545654; background:transparent url('../images/m_icon-small-grey-arrow.png') no-repeat 88.068181818182% 10px;} */

.header-nav-item > ul {display:none; clear:both; background:#efefef; border-top:1px solid #dbdbdb;}
.header-nav-item > ul a {color:#545654; text-decoration:none; display:block; padding:5px 2.71186440678%; font-size:0.737em;}
}

@media only screen and (max-width:650px) {
    .header-account-newsletter a{background-position: 19.231% 10px; }
}
@media only screen and (max-width:428px) {
    .header-account-newsletter a{background-position: 11.231% 10px; }
}
@media only screen and (max-width:354px) {
    .header-account-newsletter a{background-position: 2.231% 10px; }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:650px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width:650px), only screen and (min-device-pixel-ratio: 2) and (max-width:650px), only screen and (min-resolution: 2dppx) and (max-width:650px) {
.modern .header-logo {background-size:104px 88px; background-image:url('../images/m_laser-therapy-university-logo@2x.png');}
.modern .header-account-newsletter a {background-size:22px 17px; background-image:url('../images/m_icon-newsletter@2x.png');}
.modern .header-account-loginlogout a {background-size:21px 13px; background-image:url('../images/m_icon-logout@2x.png');}

.modern .header-tagline {background-size:27px 17px; background-image:url('../images/m_icon-tagline@2x.png');}
.modern .header-tagline > span {background-size:5px 9px; background-image:url('../images/m_icon-tagline-link@2x.png');}

.modern .header-nav-toggle {background-size:30px 23px; background-image:url('../images/m_icon-menu@2x.png');}
.modern .header-cart {background-size:30px 25px; background-image:url('../images/m_icon-cart@2x.png');}
.modern .header-search-toggle {background-size:21px 22px; background-image:url('../images/m_icon-search@2x.png');}
.modern .header-search-toggle-active {background-size:21px 22px; background-image:url('../images/m_icon-search-active@2x.png');}

.modern .header-search-button {background-size:15px 15px; background-image:url('../images/header-search-button@2x.png');}
.modern .header-nav-expand {background-size:6px 10px; background-image:url('../images/m_icon-small-grey-arrow@2x.png');}
.modern .header-nav-expanded {background-size:10px 6px; background-image:url('../images/m_icon-small-blue-arrow-down@2x.png');}
}

@media screen and (min-width:651px) {
.site-header-small {display:none;}
.site-header-narrow {display:inline-block;}
.site-header-large {display:none;}

.header-logo {width:163px; height:137px; top:6px; left:19px; background-image:url('../images/t_laser-therapy-university-logo.png');}

.header-top {height:32px; position:relative; z-index:2; background-color:#545654;background-image:-webkit-linear-gradient(bottom, #545654, #929195); background-image:linear-gradient(to top, #545654, #929195);}
.header-bottom {height:42px; position:relative; z-index:1; background-color:#036737; background-image:-webkit-linear-gradient(top, #1f9847, #036737); background-image:linear-gradient(to bottom, #1f9847, #036737);}

.header-social-nav {display:none;}

.header-nav-toggle {float:right; display:block; margin-right:1.6276%; margin-top:5px; width:30px; height:23px; text-indent:-99999em; background:transparent url('../images/t_header-nav-menu.png') no-repeat 0 0;}
.header-search-toggle {float:right; display:block; margin-right:1.75%; margin-top:5px; width:21px; height:22px; text-indent:-99999em; background:transparent url('../images/m_icon-search.png') no-repeat 0 0;}
.header-search-toggle-active {background-image:url('../images/m_icon-search-active.png');}
.header-cart {float:right; display:block; padding:0 1.302083333333%; border-right:1px solid #a9a8ac; border-left:1px solid #a9a8ac; margin-right:1.75%; line-height:32px; height:32px; background-image:-webkit-linear-gradient(bottom, #5d5d5f, #3b3c3c); background-image:linear-gradient(to top, #5d5d5f, #3b3c3c);}
.header-cart-link {color:#fff; font-weight:700; font-size:0.875em; text-transform:uppercase; display:block; padding:0 0 0 25px; background:transparent url('../images/t_header-cart.png') no-repeat 0 center;}

.header-account-nav {float:right; /*margin-right:17.583333333333%;*/ display:inline-block; vertical-align:top; width:auto;}
.header-account-item {float:left; height:32px; line-height:32px; text-transform:uppercase; width:auto;}
.header-account-link {color:#fff; font-weight:700; text-decoration:none; display:block;}
.header-account-newsletter {  font-size:0.875em;}
.header-account-newsletter a {padding:0 10px 0 22px; background:transparent url('../images/t_header-newsletter.png') no-repeat 0 11px;}
.header-account-loginlogout {background-color:#ed4044; background-image:-webkit-linear-gradient(bottom, #871520, #ed4044); background-image:linear-gradient(to top, #871520, #ed4044);}
.header-account-login {display: inline-block; padding:0 7px 0 34px; font-size:0.875em; background:transparent url('../images/t_header-logout.png') no-repeat 7px 10px;}
.header-account-logout {display:inline-block; font-size:0.875em; padding:0 7px 0 34px; background:transparent url('../images/t_header-logout.png') no-repeat 7px 10px;}

.header-advanced-search {display:none; background-color:#555755; width:100%; vertical-align:top; height:32px;}
.header-search {display:inline-block; vertical-align:top; line-height:1; float:right; margin-top:5px; margin-right:1.25%; width:41.40625%; height:22px; border-radius:11px; background-color:#fff; box-shadow:inset 0 0 8px rgba(146,145,149,.75);}
.header-search-input {border:none; background:none; float:left; display:block; width:69.433962264151%; height:22px; line-height:22px; padding:0 5.660377358491% 0 7.547169811321%; opacity:.5;}
.header-search-button {border:none; float:right; display:block; margin-right:6.037735849057%; width:15px; height:22px; text-indent:-99999em; cursor:pointer; font-size:0; line-height:0; background:transparent url('../images/header-search-button.png') no-repeat 0 center;}
.header-advanced-link {color:#fff; font-size:0.875em; float:right; margin-right:3.90625%; line-height:32px;}

.header-nav {display:none; padding:12px 0; box-shadow:inset 0 12px 7px -7px rgba(131,130,133,.87);}
.header-nav > ul {margin-left:28.255208333333%;}
.header-nav-item {border-bottom:1px solid #dbdbdb; font-size:1.188em; font-weight:600; display:inline-block; width:100%; vertical-align:top; font-size:1.563em;}
.header-nav-item > a {display:block; padding:3px 11.363636363636% 3px 0; color:#545654;}
.header-nav-active > a {color:#2b7cbf;}
.header-nav-parent > a, .header-quick-links {padding-right:0; width:88.068181818182%; float:left;}
.header-nav-expand {display:block; float:right; width:11.363636363636%; height:30px; background:transparent url('../images/m_icon-small-grey-arrow.png') no-repeat 0 10px; cursor:pointer;}
.header-nav-expanded {background-image:url('../images/m_icon-small-blue-arrow-down.png');}

.header-quick-links {color:#c11e2d;}
.header-secondary-nav-item > a {color:#0065a1;}
/* .header-quick-links {display:block; padding:3px 11.363636363636% 3px 0; color:#545654; background:transparent url('../images/m_icon-small-grey-arrow.png') no-repeat 88.068181818182% 10px;} */
.header-nav-item > ul {display:none; clear:both; background:#efefef; border-top:1px solid #dbdbdb;}
.header-nav-item > ul a {color:#545654; text-decoration:none; display:block; font-size:0.800em; padding:5px 1.451905626134%;}

.header-tagline {margin-left:26%; font-size:0.813em; font-weight:600; text-transform:uppercase; line-height:38px; padding-left:33px; background:transparent url('../images/t_header-tagline.png') no-repeat 0 center;}
.header-tagline > span {background:transparent url('../images/t_icon-small-white-arrow.png') no-repeat right 5px; padding-right:13px;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:651px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:651px), only screen and (min-device-pixel-ratio: 2) and (min-width:651px), only screen and (min-resolution: 2dppx) and (min-width:651px) {
.modern .header-logo {background-size:163px 137px; background-image:url('../images/t_laser-therapy-university-logo@2x.png');}

.modern .header-nav-toggle {background-size:30px 23px; background-image:url('../images/t_header-nav-menu@2x.png');}
.modern .header-search-toggle {background-size:21px 22px; background-image:url('../images/m_icon-search@2x.png');}
.modern .header-search-toggle-active {background-size:21px 22px; background-image:url('../images/m_icon-search-active@2x.png');}

.modern .header-account-newsletter a {background-size:21px 14px; background-image:url('../images/t_header-newsletter@2x.png');}
.modern .header-account-login {background-size:21px 14px; background-image:url('../images/t_header-logout@2x.png');}
.modern .header-cart-link {background-size:19px 16px;  background-image:url('../images/t_header-cart@2x.png');}

.modern .header-tagline {background-size:27px 17px; /*background-image:url('../images/t_header-tagline@2x.png');*/}
.modern .header-tagline > span {background-size:5px 8px; background-image:url('../images/t_icon-small-white-arrow@2x.png');}
}

@media screen and (min-width:851px) {
.site-header-small {display:none;}
.site-header-narrow {display:none;}
.site-header-large {display:inline-block;}

.header-logo {
	top:7px; 
	
	left:9px; 
	/*width:195px; 
	height:165px; 
	background:transparent url('../images/laser-therapy-university-logo.png') no-repeat 0 0;*/
	background-size: 175px 155px;
    background-image: url(../images/laser-therapy-university-logo.png);
	}

.header-top {height:50px;}
.header-bottom {height:42px;}

.header-social-nav {display:inline-block;      margin: 7px 0 7px 0px;    background: #444; padding-bottom: 17px;}
.header-social-item {float:left; width:36px; height:36px; margin-right:3px;}
.header-social-link {display:block; cursor:pointer; width:36px; height:36px; text-indent:-99999em; background-repeat:no-repeat; background-position:0 0; background-color:transparent;}
.header-social-facebook {background-image:url('../images/header-facebook.png');}
.header-social-instagram {background-image:url('../images/instagram.png');}
.header-social-twitter {background-image:url('../images/header-twitter.png');}
.header-social-linkedin {margin-right:0; background-image:url('../images/header-linkedin.png');}

.header-social-facebook:hover, .header-social-facebook:active, .header-social-facebook:focus {background-image:url('../images/header-facebook-hover.png');}
.header-social-instagram:hover, .header-social-instagram:active, .header-social-instagram:focus {background-image:url('../images/instagram_hover.png');}
.header-social-twitter:hover, .header-social-twitter:active, .header-social-twitter:focus {background-image:url('../images/header-twitter-hover.png');}
.header-social-linkedin:hover, .header-social-linkedin:active, .header-social-linkedin:focus {background-image:url('../images/header-linkedin-hover.png');}

.header-account-nav {}
.header-account-item {height:50px; line-height:50px; font-weight:700; width: 100%;}
.header-account-newsletter a {padding:0 14px 0 35px; background:transparent url('../images/header-newsletter-icon.png') no-repeat 12px 18px; text-align: center;}
.header-account-loginlogout {background-color:#ed4044; background-image:-webkit-linear-gradient(bottom, #871520, #ed4044); background-image:linear-gradient(to top, #871520, #ed4044);}
.header-account-login {padding:0 7px 0 34px; background:transparent url('../images/header-logout-icon.png') no-repeat 7px 17px;}
.header-account-logout {padding:0 7px 0 34px; background:transparent url('../images/header-logout-icon.png') no-repeat 7px 17px;}

.header-tagline {margin-left:0; font-size:0.875em; display:inline-block; font-weight:600; text-transform:uppercase; line-height:31px; height:31px; padding-left:0px; background:transparent url('../images/header-tagline.png') no-repeat 0 center; background: #107E3E;}
.header-tagline > span {background:transparent url('../images/icon_small-white-arrow.png') no-repeat 98% center; padding-right:20px; height:31px;}

.header-wrapper {/*width:91.666666666667%; */}

.header-cart {position:relative; float:right; z-index:100; top:0; /*right:8.333333333333%;*/ right:0; /* margin-right:3.25%; */ margin-right:0; margin-bottom:-25px; width:80px; height:106px; border-left:1px solid #a9a8ac; border-right:1px solid #a9a8ac; border-bottom:1px solid #a9a8ac; border-radius:0 0 25px 25px; background-color:#343534; background-image:-webkit-linear-gradient(top, #343534, #868589); background-image:linear-gradient(to bottom, #343534, #868589);}
.header-cart-link {font-size:0.875em; color:#fff; background:none; padding:0; display:block; width:100%; height:100%; text-align:center; font-weight:700;}
.header-cart-count {display:block; margin:10px auto; width:57px; height:48px; background:transparent url('../images/header-cart.png') no-repeat 0 0;}
.header-cart-count.has-count{background:transparent url('../images/header-cart-has-items.png') no-repeat 0 0; font-size: 1.5em; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:851px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:851px), only screen and (min-device-pixel-ratio: 2) and (min-width:851px), only screen and (min-resolution: 2dppx) and (min-width:851px) {
.modern .header-cart-link {background:none;}
}


@media screen and (min-width:1000px) {
.header-tagline {  }
}

@media screen and (min-width:1115px) {
.header-wrapper {width:1100px; position: relative; }
.header-account-nav {margin-right:10.1%; }
.header-cart {/*right:100px;*/ margin-right:0px; position: absolute; right: 0; top:0; -webkit-transition: .5s; transition: .5s; }
.header-cart:hover{padding-top:5px; height:109px; }
.header-cart.cartOpen{padding-top:5px; height:109px; }
.header-cart.cartOpen:hover{padding-top:5px; height:109px; }
.header-tagline {width: 100%; -webkit-transition: 1s; transition: 1s;     margin-bottom: 20px; }

}

/**Shimmer Classes.... :( **/
.header-tagline > span.sillyBgFixr0{background-position: 98% center; }
.header-tagline > span.sillyBgFixr0.sillyBgFixr1{background-position: 98.5% center; }
.header-tagline > span.sillyBgFixr0.sillyBgFixr1.sillyBgFixr2{background-position: 99% center; }
.header-tagline > span.sillyBgFixr0.sillyBgFixr1.sillyBgFixr2.sillyBgFixr3{background-position: 99.5% center; }
.header-tagline > span.sillyBgFixr0.sillyBgFixr1.sillyBgFixr2.sillyBgFixr3.sillyBgFixr4{background-position: 100% center; }



/**Cart**/
.showCart{display: none; position: absolute; /*left:-265px;*/ right:0; top:78%; z-index: -1; background:#fff; border:7px solid #727275; width:390px; border-radius: 25px 0; }
.showCart h6{background:#727275; color:#fff; text-align: center; }
.showCart span.closeIt{font-family: 'Kameron'; color:#0c5c97; font-size: 0.906875em; padding-bottom: 6px; cursor: pointer; text-align: center; float:left; width: 29px; height: 20px; border-radius: 16px 0 0/15px 0 0; background-color: #fff; }
.showCart .wrap{padding:15px; }
.showCart .wrap table{width:100%; font-family: 'Kameron'; }
.showCart .wrap table td{vertical-align:text-top; }
.showCart .wrap table .removeProduct{margin-top:5px; color:#f00; font-weight: normal; cursor: pointer; text-transform: uppercase; }
.showCart .wrap table .productTitle{padding-left:1%; }
.showCart .wrap table .productTitle a{color:#545653; line-height: 20px; }
.showCart .wrap table td.productImg img{margin-top:5px; }
.showCart .wrap table td.price,
.showCart .wrap table td.quantity{text-align: right; width:70px;}
.showCart .wrap table td.quantityTotal,
.showCart .wrap table td.subTotal{font-size: 0.875em; font-family: 'Source Sans Pro',sans-serif; }
.showCart .wrap table td.quantityTotal{text-align: center; color:#0065a1; }
.showCart .wrap table td.subTotal{text-align: right; color:#1a9044; }
.showCart .wrap table td.subTotal span.theTotal{font-family: 'Kameron'; }
.showCart .btnWrap{border-top: 1px solid #efefef; padding-top:10px; }
.showCart .btn{font-size: 0.765em; }


@media screen and (max-width:850px) {
    .header-cart{position: relative; }
    .showCart{border:7px solid #5D5D5F; bottom:-263px; }
    .showCart h6{background:#5D5D5F; }
}
@media screen and (max-width:818px) {
    .feature-banner-slide-text{width:61.461%; }
}
@media screen and (max-width:675px) {
    .header-account-nav,
    .header-cart{font-size: 14px; }
}
@media screen and (max-width:650px) {
    .header-cart-link{position: absolute; z-index: 1000; top: 0px; right: 0px; width: 31px; height: 28px; }
    .showCart{z-index: 1000; text-indent: 0; bottom:-258px; font-size: 14px; }
    .showCart h6{padding-bottom: 2%; right:-250%; }
    .showCart span.closeIt{padding:4px 0 2px 2px; }
    .showCart .wrap table td.productImg img{margin-top:0; }
    .showCart .wrap table td{padding-bottom: 5px; }
    .showCart .btn{margin-bottom:4%; }
    .header-account-nav,
    .header-cart{font-size:16px; }
}
@media screen and (max-width:564px) {
.showCart{right:-334%; }
}


@media screen and (max-width:470px) {
    .showCart{width:300px; bottom:-287px; right:-365%; }
    .showCart .wrap table td.productImg img{margin-right:5px; }
    .showCart .wrap table td{padding-bottom: 10px; }
}


/*-----------------------------------------
 Main Container
-----------------------------------------*/
.main-container {display:inline-block; width:100%; vertical-align:top; position:relative; overflow:hidden;}
.content-shell {position:relative; width:100%;}

.content-navigation {display:none;}
.site-subnav {display:none; /*transition: 1s;*/ }
/*.subnav-is-open{transition: 1s; }*/
.content-wrapper {padding:40px 3.90625% 0 3.90625%; width:92.1875%; line-height:1.5;}

@media screen and (max-width:650px) {

} 

@media screen and (min-width:651px) {
.content-navigation {display:none;}
.site-subnav {display:none;}
.content-wrapper {padding:100px 1.627604166667% 0 1.627604166667%; width:96.744791666667%;}
}

@media screen and (min-width:851px) {
.content-navigation {display:block; background:#fff; float:left; width:210px; padding-top:110px;}
.content-container {position:relative; background:#fff; margin-left:210px; /* min-height:1350px; */ padding-left:26px; padding-top:20px; box-shadow:inset 14px 0 14px -14px rgba(146,145,149,.76);}
.hasFilter .content-container{padding-top:0; }
.no-boxshadow .content-container {background-image:url('../images/content-shadow.png'); background-repeat:repeat-y;}

.content-wrapper {min-height:1015px; padding:30px 0 0 0; width:98%;}
.content-has-breadcrumb {padding-top:0;}

.site-subnav {left:-410px; display:none; position:absolute; top:43px; bottom:62px; width:200px; background:url('../images/content-shadow.png') repeat-y 0 0 #efefef; height:100%; z-index:100; box-shadow:14px 0 14px -14px rgba(146,145,149,.76); }

/*.subnav-is-open .site-subnav{transition: 1s; }*/

.site-subnav-item {display:none; padding:70px 10px 0 25px; background-repeat:no-repeat; background-position:0 66px; background-color:transparent; color:gray; background-image:url('../images/subnav_default.png'); }
.site-subnav-h2 {font-size:1.563em; font-weight:bold; margin-bottom:15px; line-height:1; font-family:'Source Sans Pro', sans-serif; }
.site-subnav-link {font-size:1.250em; line-height:1.2; margin-bottom:10px;}
.site-subnav-link > a {color:#545653; font-weight: 500; }

.site-subnav-webinars {background-image:url('../images/subnav_webinars.png');}
.site-subnav-webinars-h2,
.site-subnav-webinars-h2 a{color:#f01d28; }

.site-subnav-research {background-image:url('../images/subnav_research.png');}
.site-subnav-research-h2,
.site-subnav-research-h2 a{color:#35af4a;}

.site-subnav-videos {background-image:url('../images/subnav_videos.png');}
.site-subnav-videos-h2,
.site-subnav-videos-h2 a{color:#f26522;}

.site-subnav-protocols {background-image:url('../images/subnav_protocols.png');}
.site-subnav-protocols-h2,
.site-subnav-protocols-h2 a{color:#2b7cbf;}

.site-subnav-bookstore {background-image:url('../images/subnav_ltu-bookstore.png');}
.site-subnav-bookstore-h2,
.site-subnav-bookstore-h2 a{color:#410ec2;}

.subnav-is-open .site-subnav {/*left:0;*/ display:block; }
.subnav-is-open .content-shell {/*margin-left:174px; */overflow:hidden;}
.subnav-is-open .content-wrapper {/*margin-left:26px;*/}
}

@media screen and (min-width:1160px) {
.content-wrapper {width:860px; /*padding-left:20px;*/ }
.hasFilter .content-wrapper{padding-top:43px; }
}

.content-navigation{position: relative; z-index: 101; }
.header-logo{z-index:102; }

/*-----------------------------------------
 Content
-----------------------------------------*/ 
.content-wrapper p {margin-bottom:30px;}
.content-wrapper ul {margin:0 0 30px 15px;}
.content-wrapper ul li {margin-bottom:15px; list-style:disc;} 
.content-wrapper ol {margin:0 0 30px 15px;}
.content-wrapper ol li {margin-bottom:15px; list-style:decimal;}
.content-wrapper dl {}
.content-wrapper dt {}
.content-wrapper dd {}

h1 {font-weight:600; font-size:1.500em;}
h2 {font-weight:600; color:#545654; font-size:1.375em; font-family:'Kameron'; margin-bottom:5px;}
h3 {font-weight:600; font-family:'Kameron'; font-size:1.250em;}
h4 {font-weight:600;}
h5 {font-weight:600;}
h6 {font-weight:600;}

.error {color:#f01d28; display: block;}


.content-webinars .content-article a {color:#f01d28;}
.content-research .content-article a {color:#35af4a;}
.content-videos .content-article a {color:#f26522;}
.content-protocols .content-article a {color:#2b7cbf;}
.content-bookstore .content-article a {color:#410ec2;}
.content-bookstore .content-article a.btn{color:#fff; }
article.content-article div.product-info-btns a.btn{color:#fff; }

.btn {color:#fff; font-size:1.125em; font-weight:600; text-transform:uppercase; height:25px; line-height:25px; border:none; cursor:pointer; display:block; text-align:center; width:100%; margin:0 auto; /*padding:0 22px; display:inline-block;*/ border-radius:6px;}
.btn:hover, .btn:active, .btn:focus {text-decoration:none;}

.btn-green {background-color:#40d45a; background-image:-webkit-linear-gradient(bottom, #40d45a, #036737); background-image:linear-gradient(to top, #40d45a, #036737);}
.btn-green:hover, .btn-green:active, .btn-green:focus {background-color:#036737; background-image:-webkit-linear-gradient(top, #40d45a, #036737); background-image:linear-gradient(to bottom, #40d45a, #036737);}

.btn-blue {background-color:#0c5c97; background-image:-webkit-linear-gradient(bottom, #0c5c97, #008fcb); background-image:linear-gradient(to top, #0c5c97, #008fcb);}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {background-color:#008fcb; background-image:-webkit-linear-gradient(top, #0c5c97, #008fcb); background-image:linear-gradient(to bottom, #0c5c97, #008fcb);}

.btn-black {background-color:#999; background-image:-webkit-linear-gradient(bottom, #999, #333); background-image:linear-gradient(to top, #999, #333);}
.btn-black:hover, .btn-black:active, .btn-black:focus {background-color:#333; background-image:-webkit-linear-gradient(top, #999, #333); background-image:linear-gradient(to bottom, #999, #333);}

.breadcrumb-nav {display:none;}

.content-header {margin-bottom:30px; width:100%; display:inline-block; vertical-align:top; position:relative;}
.content-header-icon {float:left; margin-right:15px; width:40px; min-height:45px; /*position:absolute; left:0; top:0;*/}
.content-header-icon > img {display:block; max-width:100%; height:auto;}
.content-header-h1 {font-weight:600; margin-bottom:10px; line-height:1;}
.content-header-has-icon > .content-header-h1 {margin-left:55px;}
.content-header-copy {color:#545654; clear:left;}

.content-webinars .content-header-h1 {color:#f01d28;}
.content-research .content-header-h1 {color:#35af4a;}
.content-videos .content-header-h1 {color:#f26522;}
.content-protocols .content-header-h1 {color:#2b7cbf;}
.content-bookstore .content-header-h1 {color:#410ec2;}

.listing-webinars-item .listing-item-type {color:#f01d28;}
.listing-research-item .listing-item-type {color:#35af4a;}
.listing-videos-item .listing-item-type {color:#f26522;}
.listing-protocols-item .listing-item-type {color:#2b7cbf;}
.listing-bookstore-item .listing-item-type {color:#410ec2;}

.product-info-btns {width:100%; display:inline-block; vertical-align:top; margin-bottom:30px;}
.product-info-btns .btn:first-child {margin-bottom:15px;}

.content-article {margin-bottom:30px; width:96%; display:inline-block; vertical-align:top;}

.content-listing {}
.listing-item {display:inline-block; width:100%; vertical-align:top; border-bottom:1px solid #dbdbdb; margin-bottom:30px; padding-bottom:15px; position:relative; min-height:164px;}
.listing-item:last-child {border-bottom:none; padding-bottom:0; margin-bottom:50px;}
.listing-item-has-image {}
.listing-item-image {margin-bottom:10px;}
.listing-item-image img {display:block; max-width:100%; height:auto; margin:0 auto;}
.listing-item-type {font-size:1.250em; font-weight:700; font-family:'Kameron'; line-height:1; margin-bottom:10px;}
.listing-item-title {font-size:1.125em; font-weight:700; font-family:'Kameron'; line-height:1; margin-bottom:10px;}
.listing-item-h2 {/*font-size:1.438em;*/ font-weight:700; font-family:'Kameron'; line-height:1; margin-bottom:15px;}
.listing-item-description {margin:0 0 10px 0;}
.listing-item-btns, .content-wrapper .listing-item-btns {margin:0; padding-top:5px;}
.listing-item-btn, .content-wrapper .listing-item-btn {margin-bottom:10px; list-style:none;}
.listing-item-btn:last-child {margin-bottom:0;}

.listing-item-btn .btn{width:180px; }


.listing-item-price {display:inline-block; width:100%; vertical-align:top; margin-bottom:10px; color:#1a9044; font-size:1.125em; line-height:1.2;}
.listing-item-price dt {float:left; clear:left; margin-right:5px; font-weight:600;}
.listing-item-price dd {text-transform:uppercase;}

.listing-item-date {color:#2b7cbf; font-size:1.063em; margin-bottom:10px; line-height:1.2; width:100%; display:inline-block; vertical-align:top;}
.listing-item-date dt {float:left; clear:left; margin-right:5px; font-weight:700; font-family:'Kameron';}
.listing-item-date dd {font-style:italic;}

.listing-webinars-item .listing-item-type {color:#f01d28;}
.listing-research-item .listing-item-type {color:#35af4a;}
.listing-videos-item .listing-item-type {color:#f26522;}
.listing-protocols-item .listing-item-type {color:#2b7cbf;}
.listing-bookstore-item .listing-item-type {color:#410ec2;}

.listing-webinars-item .listing-item-h2 {color:#f01d28;}
.listing-research-item .listing-item-h2 {color:#35af4a;}
.listing-videos-item .listing-item-h2 {color:#f26522;}
.listing-protocols-item .listing-item-h2 {color:#2b7cbf;}
.listing-bookstore-item .listing-item-h2 {color:#410ec2;}

.pagination ul{list-style: none; }
.pagination ul li{display: inline; }

.pagination {margin-bottom:30px; line-height:1; text-transform: uppercase; }
.pagination-link {color:#929195; font-weight:600; font-size:1.125em; display:inline-block; padding:0 5px; line-height:1;}
.pagination-link-active {color:#fff; background:#0c5c97;}
.pagination-arrow {color:#b71c2b; font-weight:600; font-size:1.063em; display:none; background-color:transparent; background-repeat:no-repeat; line-height:1;}
.pagination-arrow-visible {display:inline-block;}
.pagination-previous {margin-right:10px; padding-left:10px; background-image:url('../images/icon_small-previous-arrow.png'); background-position:0 6px;}
.pagination-next {margin-left:10px; padding-right:10px; background-image:url('../images/icon_small-next-arrow.png'); background-position:right 5px;}

.content-video {width:100%; margin-bottom:30px;}
.content-video-player {}
.content-video-player img {display:block; max-width:100%; height:auto;}

.content-image {margin-bottom:30px; width:100%;}
.content-image img {display:block; max-width:100%; height:auto; margin:0 auto;}

.content-social-sharing {display:none;}


@media screen and (min-width:651px) {
h1 {font-size:1.875em;}
h2 {font-size:1.438em;}
h3 {font-size:1.313em;}
h4 {}
h5 {}
h6 {}

.btn {width:auto; padding:0 25px; display:inline-block;}
.btn-218 {padding:0; width:218px; text-align:center;}

/*.content-header {margin-bottom:50px;}*/
.content-header-has-icon {min-height:110px;}
.content-header-has-copy {min-height:110px;}
.content-header-has-icon .content-header-h1 {margin-left:0;}
.content-header-icon {position:absolute; top:0; left:0; float:none; margin-right:0;}

.content-webinars .content-header-has-icon {padding-left:18%; width:82%;}
.content-webinars .content-header-icon {width:16%;}
.content-research .content-header-has-icon {padding-left:17%; width:83%;}
.content-research .content-header-icon {width:15%;}
.content-videos .content-header-has-icon {padding-left:16%; width:86%;}
.content-videos .content-header-icon {width:14%;}
.content-protocols .content-header-has-icon {padding-left:14%; width:86%;}
.content-protocols .content-header-icon {width:12%;}
.content-bookstore .content-header-has-icon {padding-left:14%; width:86%;}
.content-bookstore .content-header-icon {width:12%;}

.breadcrumb-nav {display:inline-block; width:100%; vertical-align:top; line-height:1.2; margin-bottom:30px; font-size:0.875em; color:#2b7cbf; /*position:absolute; top:-15px; left:0;*/ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.breadcrumb-nav > a {color:#2b7cbf; display:inline-block; margin-right:2px; font-style:italic; padding-right:11px; line-height:1; background:transparent url('../images/breadcrumb-divider.png') no-repeat right center;}
.breadcrumb-nav > span {font-weight:600; line-height:1; color:#545653;}

.product-info-btns {/*float:right; width:400px;*/ width:auto}
.product-info-btns .btn {padding:0; width:190px; text-align:center; color:#fff; }
.product-info-btns .btn:first-child {margin-right:10px; margin-bottom:0;}

.theProductPrice{display: inline-block; font-size: 1.5em; font-weight: bold; margin:-.7% 1% 0 0; }
.theProductPrice + br{display: none; }
.theProductPrice .heading{font-weight: normal; }

.content-article {margin-bottom:50px;}

.listing-item-has-image {padding-left:23.793490460157%; width:76.206509539843%;}
.listing-item-image {position:absolute; top:0; left:0; width:21.548821548822%; margin:0;}

.content-video {margin-bottom:100px}

.content-image {margin-bottom:40px; width:39.775280898876%;}
.content-image-left {float:left; margin-right:4.494382022472%; margin-top:.8%; }
.content-image-right {float:right; margin-left:4.494382022472%;}

.content-social-sharing, .content-wrapper .content-social-sharing {float:left; display:inline-block; margin:0 0 30px 0;}
.content-social-sharing span.vhidden {display:block; text-indent:-99999em;}
.social-sharing-link, .content-wrapper .social-sharing-link {float:left; list-style:none;}
.social-sharing-pinterest {width:75px;}

}

.priceHead,
.thePrice{color:#35af4a; }
.priceHead{font-weight: bold; }
.thePrice{text-transform: uppercase; }

.tags{overflow: hidden; }
.tagHead,
.theTags{float:left; }

.tags,
.tagHead{font-family: 'Kameron'; font-size: 0.875em; }

.tagHead{width:5%; color:#006699; text-transform:uppercase; font-weight: bold; }
.tags .theTags{width:95%; }

.tags.hasImage .tagHead{width:6%; }
.tags.hasImage .theTags{width:90%; }

.typeTag{font-weight:bold; }
.tagHighlight{color:#F01D28; }

.tags + .listing-item-btns > .listing-item-btn > .btn{margin-top:1%; }

.listing-item .listing-item-image img{max-width:100%; height:auto; }

/*.tags.hasImage + .listing-item-btns > li .btn{margin-left:23%; }*/

.lt-ie9 .listing-item-has-image {padding-left:23.793490460157%; width:76.206509539843%;}
.lt-ie9 .listing-item-image {position:absolute; top:0; left:0; width:21.548821548822%; margin:0;}

@media screen and (max-width:1024px) {
    .tagHead{width:6%; }
    .tags .theTags{width:90%; }

    .tags.hasImage .tagHead{width:7%; }
    .tags.hasImage .theTags{width:85%; }
}

@media screen and (max-width:650px) {
    .tagHead,
    .tags.hasImage .tagHead{width:38px; }
}

@media screen and (max-width:467px) {
    .tagHead{font-size: .8em; width:40px; }
    .tags .theTags{width:80%; }
}




/*-----------------------------------------
 Content Navigation
-----------------------------------------*/
@media screen and (min-width:851px) {
.site-main-nav {margin-bottom:20px;}
.site-main-nav ul li:first-child{overflow:hidden; }
.site-main-nav-link {font-size:1.625em; font-weight:600; line-height:1;}
.site-main-nav-link > a {color:#545654; padding:5px 0 5px 22px; display:block;}
.site-main-nav-link-active > a {text-decoration:underline;}
.site-main-nav-link a > span {padding-right:15px; }
.site-main-nav-link a > span.open{ }
.site-main-nav-link > ul {display:none;}

.site-main-nav-link.hasSubNav a > span {background:transparent url('../images/icon_small-grey-arrow.png') no-repeat right 11px;}
.site-main-nav-link.hasSubNav a > span.open{background:transparent url('../images/icon_small-grey-arrow-left.png') no-repeat right 11px; }


.site-search {margin-bottom:15px; margin-left: 20%;}
.site-search-wrapper {width:40%; height:32px; margin:5px 0 5px 10px; padding:0 0 0 19px; border-radius:17px/18px 18px 17px 17px; background-color:#fff; box-shadow:inset 0 0 8px rgba(146,145,149,.75); display: inline-block;}
.site-search-input {border:none; background:none; display:block; padding:0; float:left; height:35px; line-height:35px; width:125px; font-size:1.375em;}
.site-search-input:active,
.site-search-input:focus{font-size:1.375em; }

.site-search-input:active,
.site-search-input:focus{outline: none; }
.site-search-button {border:none; display:block; width:21px; height:35px; margin-right:18px; padding:0; float:right; cursor:pointer; text-indent:-99999em; font-size:0; line-height:0; background:transparent url('../images/site-search-button.png') no-repeat 0 center;}
.site-search-link {    margin-left: 22px;
    margin-top: -20px;
    position: relative;
    top: -18px;
    color: #fff;}

.site-quick-nav {background:#efefef; border-top:1px solid #b8b7bc; border-bottom:1px solid #b8b7bc; padding:12px 5px 12px 22px; margin-bottom:15px;}
.site-quick-nav-h2 {color:#c11e2d; font-size:1.625em; font-family:'Source Sans Pro', sans-serif; margin-bottom:15px; background:transparent url('../images/icon_small-grey-arrow-down.png') no-repeat 140px center;}
.site-quick-nav-link {font-size:1.125em; margin-bottom:8px; font-weight:600;}
.site-quick-nav-link > a {color:#929195;}

.site-secondary-nav {padding:0 5px 15px 22px; border-bottom:1px solid #b8b7bc;}
.site-secondary-nav-link {font-size:1.438em; font-weight:600; margin-bottom:10px;}
.site-secondary-nav-link > a {color:#0065a1;}

.site-banner {margin-bottom:15px;}
.site-banner:last-child {margin-bottom:0;}
.site-banner a {display:block;}
.site-banner img {display:block;}
}

@media screen and (max-width:650px) {
    .header-account-loginlogout a{width:49%; }
    .header-account-loginlogout a{background: url("../images/m_icon-logout.png") no-repeat scroll 7.263% 10px rgba(0, 0, 0, 0) }
}
@media screen and (max-width:540px) {
    .header-account-loginlogout a{width:65%; }
    .loggedIn .header-account-loginlogout a{width:49%; }
}
@media screen and (max-width:485px) {
    /*.header-account-loginlogout .header-account-login{text-align:right; width:36%; }
    .header-account-loginlogout a{ }*/
}

@media screen and (max-width:421px) {
    .loggedIn .header-account-loginlogout a{text-align: right; }
    .loggedIn .header-account-loginlogout a{width:40%; }
    .loggedIn .header-account-link.header-account-logout{width:30%; }
}
@media screen and (max-width:409px) {
    .header-account-loginlogout a{width:80%; }
}
@media screen and (max-width:387px) {
    .loggedIn .header-account-loginlogout a{width:45%; }
    .loggedIn .header-account-link.header-account-logout{width:35%; }
}
@media screen and (max-width:357px) {
    .header-account-loginlogout a{background: url("../images/m_icon-logout.png") no-repeat scroll 6.263% 10px rgba(0, 0, 0, 0); }
}
@media screen and (max-width:357px) {
    .header-account-loginlogout a{text-align: right; }
}
@media screen and (max-width:344px) {
    .loggedIn .header-account-loginlogout a{width:50%; }
    .loggedIn .header-account-link.header-account-logout{width:40%; }
}



/*-----------------------------------------
 Feature Banner
-----------------------------------------*/
.feature-banner {background:#212121; position:relative; padding-top:35px;}
.feature-banner-slide {position:relative; max-width:890px; z-index: 1;}
.feature-banner-slide-text {color:#fff; text-shadow:0 0 8px #000; font-family:'Kameron'; font-size:1.063em; padding:0 3.90625%; margin-bottom:10px;}
.feature-banner-slide-image {display:none;}
.feature-banner-slide-link {color:#fff; font-weight:600; background:#000; text-align:right; width:92.1875%; display:block; padding:5px 3.90625%;}
.feature-banner-slide-link:hover, .feature-banner-slide-link:active, .feature-banner-slide-link:focus {text-decoration:none;}
.feature-banner-slide-link > span {line-height:1; display:inline-block; padding-right:30px; background:transparent url('../images/icon_medium-white-arrow.png') no-repeat right center;}
.feature-banner-slide-link em {font-size:0.786em; margin-right:10px; text-transform:uppercase; font-style:normal;}

.feature-banner-webinars-link em {color:#f01d28;}
.feature-banner-research-link em {color:#35af4a;}
.feature-banner-videos-link em {color:#f26522;}
.feature-banner-protocols-link em {color:#2b7cbf;}
.feature-banner-bookstore-link em {color:#410ec2;}

@media screen and (min-width:651px) {
.feature-banner {background:#5d5f5e;margin-bottom:25px; margin-left:-26px; max-height:300px; padding-top:0;}
.feature-banner-shadow {position:absolute; width:13px; height:100%; z-index:10; background-image:url('../images/content-shadow.png'); background-repeat:repeat-y;}
.feature-banner-slide-text {position:absolute; z-index:2; top:20px; margin-bottom:0; right:1.6276%; font-size:1.563em; background:rgba(0,0,0, .65); padding:8px 1.348314606742%; width:71.460674157303%;}
.feature-banner-slide-image {position:relative; z-index:1; display:block;}
.feature-banner-slide-image > img {display:block; width:100%; height:auto;}
.feature-banner-slide-link {color:#fff; position:absolute; z-index:2; font-size:1.750em; padding:10px 20px; width:auto; line-height:1; display:block; bottom:20px; right:1.6276%; border-radius:24px 0/25px 0 24px; background-color:#4d4d4d; border:2px solid #b4b5b4; background-image:-webkit-linear-gradient(bottom, #4d4d4d, #000); background-image:linear-gradient(to top, #4d4d4d, #000);}
.feature-banner-slide-link:hover, .feature-banner-slide-link:active, .feature-banner-slide-link:focus {background-color:#000; background-image:-webkit-linear-gradient(top, #4d4d4d, #000); background-image:linear-gradient(to bottom, #4d4d4d, #000);}
}


@media screen and (min-width:851px) {
.feature-banner-slide-link {font-size:2.000em;}
}
@media screen and (max-width:818px) {
    .feature-banner-slide-text{width:61.461%; }
}
@media screen and (max-width:818px) {
    .feature-banner-slide-text{width:91%; margin-top: 10%; }
}
@media screen and (max-width:650px) {
    .feature-banner-slide-text{margin-top:0; }
}

/*-----------------------------------------
 Dashboard
-----------------------------------------*/ 
.dashboard {margin-bottom:15px; width:100%; display:inline-block; vertical-align:top;}
.dashboard-item {font-size: 16px; background:#eee; margin-bottom:15px; width:92.1875%; padding:10px 3.90625%; display:inline-block; vertical-align:top;}
.dashboard-item h2{font-size:1.750em; font-weight:600; margin-bottom:5px; font-family:'Source Sans Pro', sans-serif; }
.dashboard-item a {padding-right:13px; background-repeat:no-repeat; background-position:right center; background-color:transparent;}
.dashboard-item-icon {display:block; float:left; margin:0 3.401360544218% 10px 0;}
.dashboard-item-icon > img {display:block; max-width:100%; height:auto;}
.dashboard-item ul li{border-bottom:1px solid #dbdbdb; padding-bottom:5px; margin-bottom:5px; font-size:1em /*1.1875em*/; font-weight:normal; font-family:'Kameron'; color:#545654; padding:10px 0; line-height: 22px; }
.dashboard-item ul li:first-child{border-bottom:none; }
.dashboard-item ul li:first-child span{font-size:1.2105263157894737em/*23px*/; font-weight: bold; }
.dashboard-item ul li:first-child a{font-size:0.8421052631578947em/*16px*/;/* display: block; width:77%;*/ }
.dashboard-item ul li:first-child a span:first-child{font-size:1em /*0.8421052631578947em*/; font-weight: normal; display: inline; font-family:'Source Sans Pro', sans-serif; }
.dashboard-item ul li:first-child a span:last-child{display: inline; }
.dashboard-item .priceHighlight{color:#fff; padding:0 3px; }

.dashboard-item ul + a{text-transform: uppercase; }

/** Webinars **/
.dashboard-webinars h2{color:#f01d28; }
.dashboard-webinars .dashboard-item-icon{margin-left:-2.676399026764%; position:relative; width:35.279805352798%; }
.dashboard-webinars a {color:#f01d28; background-image:url('../images/icon_small-red-arrow.png');}
.dashboard-webinars .priceHighlight{background:#f01d28; }


.dashboard-item ul li:first-child a{ }

/** Research **/
.dashboard-research h2 {color:#35af4a;}
.dashboard-research a {color:#35af4a; background-image:url('../images/icon_small-green-arrow.png');}
.dashboard-research .priceHighlight{background:#35af4a; }

/* Videos */
.dashboard-videos h2 {color:#f26522;}
.dashboard-videos .dashboard-item-icon{width:27.008928571429%; margin-left:-3%; }
.dashboard-videos a {color:#f26522; background-image:url('../images/icon_small-orange-arrow.png');}
.dashboard-videos .priceHighlight{background:#f26522; }

/* Protocols */
.dashboard-protocols h2 {color:#2b7cbf;}
.dashboard-protocols a {color:#2b7cbf; background-image:url('../images/icon_small-blue-arrow.png');}
.dashboard-protocols .priceHighlight{background:#2b7cbf; }

/* Bookstore */
.dashboard-bookstore h2 {color:#410ec2;}
.dashboard-bookstore a {color:#410ec2; background-image:url('../images/icon_small-purple-arrow.png');}
.dashboard-bookstore .priceHighlight{background:#410ec2; }

/**/

.dashboard-upcoming-item {margin-bottom:15px;}
.dashboard-upcoming-h2 {color:#fff; font-size:1.750em; font-family:'Source Sans Pro', sans-serif; height:40px; line-height:40px; text-indent:6.25%;}
.dashboard-upcoming-image {/*max-width:446px;*/}
.dashboard-upcoming-image a {display:block; margin:0 auto;}
.dashboard-upcoming-image img {display:block; max-width:100%; height:auto; margin:0 auto;} 
.dashboard-upcoming-webinars {background:#f01d28;}  
.dashboard-upcoming-webinars-h2 {background-color:#f01d28; background-image:-webkit-linear-gradient(bottom, #f01d28, #990d1e); background-image:linear-gradient(to top, #f01d28, #990d1e);} 
.dashboard-upcoming-webinars-image {border-left:1px solid #f01d28; border-right:1px solid #f01d28; border-bottom:1px solid #f01d28;}  
.dashboard-upcoming-events {background:#444;}
.dashboard-upcoming-events-h2 {background-color:#444; background-image:-webkit-linear-gradient(bottom, #444, #333); background-image:linear-gradient(to top, #444, #333);}
.dashboard-upcoming-events-image {border-left:1px solid #444; border-right:1px solid #444; border-bottom:1px solid #444;}

@media screen and (min-width:651px) {
.dashboard {padding:0 1.627604166667%; width:96.744791666667%;}
.dashboard-column {width:49.015317286652%;} 
.dashboard-column-1 {float:left;}
.dashboard-column-2 {float:right;}
.dashboard-item {width:91.741071428571%; padding:8px 2.678571428571% 8px 5.580357142857%;}
}  
@media screen and (min-width:851px) {
.dashboard {min-height:1000px; padding:0; width:100%;}
}
@media screen and (min-width:1160px) {
.dashboard {width:865px;}
}

@media screen and (max-width:650px) {
    .dashboard-item h2{float:right; width:72%; margin-top:5%; }
    .dashboard-item .dashboard-item-icon{width:24.28%; }
    .dashboard-item ul{clear:both; }
    .dashboard-item ul li{margin-bottom: 0; padding:5px 0; }
}


/*-----------------------------------------
 Protocol
-----------------------------------------*/ 
.protocol-item {width:100%; display:inline-block; vertical-align:top; margin-bottom:35px;}
.protocol-item-image {width:100%;}
.protocol-item-image-1 {margin-bottom:15px;}
.protocol-item-image img {display:block; max-width:100%; /* width:100%; */ height:auto; margin:0 auto;}
  
  
@media screen and (min-width:651px) {
.protocol-item-image {width:48.333333333333%;}
.protocol-item-image-full {width:100%;}
.protocol-item-image-1 {float:left; margin-bottom:0;}
.protocol-item-image-2 {float:right;}
.content-protocols .listing-item .listing-item-image{position: static; float: left; margin-right:10px; margin-bottom:10%; }
} 


/*.content-protocols .listing-item .listing-item-image{position: static; float: left; margin-right:10px; margin-bottom:28%; }*/
.content-protocols .listing-item p{margin-bottom:10px; }

.content-protocols .content-article.protocol-detail{margin-bottom: 0; }


/*-----------------------------------------
 Related Products
-----------------------------------------*/
.related-products-listing {margin-bottom:50px; border-left:1px solid #b8b7bc; border-right:1px solid #b8b7bc;}

.related-products-h2 {color:#fff; background:#545654; margin-bottom:0; line-height:54px; height:54px; text-indent:3.409090909091%;} 
.related-products-wrapper {width:100%; display:inline-block; vertical-align:top; background:#efefef; border-bottom:1px solid #b8b7bc;}

.related-products-item {border-bottom:1px solid #b8b7bc; padding:20px 3.389830508475%; width:93.220338983051%;}
.related-products-item:last-child {border-bottom:none;}
.related-products-h3 {margin-bottom:3px;}
.related-products-image {margin-bottom:10px;}
.related-products-image > img {display:block; max-width:100%; height:auto; margin:0 auto;}
.related-products-link {color:#1a9044; font-weight:600; text-transform:uppercase; display:inline-block; padding-right:10px; background:transparent url('../images/icon_small-darkgreen-arrow.png') no-repeat right center;}


@media screen and (min-width:651px) {
.related-products-h2 {line-height:54px; height:54px; text-indent:3.409090909091%;} 

.related-products-item {width:27.191011235955%; float:left; border-right:1px solid #b8b7bc; padding:22px 2.808988764045%; border-bottom:none;}
.related-products-item:last-child {border-right:none;}
}



/*-----------------------------------------
 Experts
-----------------------------------------*/ 
.experts-listing {width:100%; display:inline-block; vertical-align:top; margin-bottom:50px;}
.experts-listing h1 {margin-bottom:15px;}

.experts-listing-item {margin-bottom:20px; width:100%;}

.expert-image {width:100%; margin-bottom:15px;}
.expert-image img {display:block; max-width:100%; height:auto; margin:0 auto;}
.expert-name {color:#0c5c97; font-size:1.125em; line-height:1;}
.expert-title {color:#2b7cbf; font-style:italic; font-size:0.875em; font-family:'Source Sans Pro', sans-serif; font-weight:normal; margin-bottom:10px;}


@media screen and (min-width:651px) {
.experts-listing h1 {margin-bottom:15px;}
.experts-listing-item {width:28.089887640449%; float:left; margin-right:7.865168539326%; margin-bottom:0;}
.experts-listing-item:last-child {margin-right:0;}

.expert-image {width:64.8%;}
}




/*-----------------------------------------
 Content Forms
-----------------------------------------*/
.content-form {display:inline-block; width:100%; vertical-align:top; margin-bottom:50px;}

.content-form ul li.form-item h2{margin-top:5px; }
.badLogin{font-size: 1em; color:#f01d28; margin: 1em 0; display:none; }
.error select, .error input{width:60.177%; }

.login h2{font-size: 1.125em; color:#0065a1; }
.login li.form-item span.forgotPw{color:#545654; display: block; margin-bottom:10px; margin-left:10%; font-size: 0.75em; margin:32px 0 10px 110px; clear: both; }
.login li.form-item a {text-decoration: underline; }
.login li.form-item a:hover{text-decoration: none; }
.login label.form-label{text-align: left; width:100px; }
.login .form-text-input{width:200px; }
.login ul li.form-item .btn{margin-left:110px; }

.forgotPwLink,
p > a{color:#0065A1 !important; }

@media screen and (max-width:932px) {
    .login label.form-label{float:none; }
    .login .form-text-input{float:none; }
    .login li.form-item a,
    .login ul li.form-item .btn{margin-left:0; }
    .login li.form-item a{margin-top:5px; }
}

.preScreen label.form-label{text-align: left; width:65px; }
.preScreen select{width:22.529%; }

.form-checkbox{margin-left:37%; }
.form-checkbox label a{text-decoration: underline; color:#0065A1; }
.form-checkbox label a:hover{text-decoration: none; }

.form-text-input.browse,
.form-item .browseBtn{float:left; height:25px; }
.form-item .browseBtn{text-transform: uppercase; font-weight: bold; }

.form-text-input.browse{width:35%; }

.form-label + div{float: right; width:65.8824%; }
 
.form-item .browseBtn{width:75px; display: block; margin:0 auto; float:none; text-align:center; border:1px solid #929292; color:#545653; background:#EFEFEF; padding:.8% 0; cursor: pointer; box-sizing: border-box; }/********************/

.content-wrapper .qq-upload-list{display: inline-block; width:94%; margin:0 0 0 15px; }
.content-wrapper .qq-upload-list li{list-style:none; }
span.qq-upload-file{padding-top:2%; text-overflow: ellipsis; white-space: nowrap; width:75%; display: inline-block; overflow: hidden; box-sizing: border-box; }

span.qq-upload-size{display: inline-block; }

.content-wrapper .qq-upload-list li:first-child{position: relative; background:#EFEFEF; }
.qq-upload-spinner{position: absolute; top:-30px; }

.browseBtn + label.sideNote{clear:both; }
 
label.sideNote{font-size: 0.75em; color:#0065a1; display: block; text-align: right; width:34.1176%; }


@media screen and (max-width:650px) {
    .content-form.login .form.form-column.form-column-2{margin-top:20%; }
    .form-checkbox{margin-left:0; }
}
@media screen and (max-width:650px) {
    .preScreen select{width:100%; }
    ul.preScreen{margin:0 0 30px 0; }
}

.form, .content-wrapper .form {margin:0;}
.form-item, .content-wrapper .form-item {margin:0 0 10px 0; list-style:none; display:inline-block; width:100%; vertical-align:top; line-height:1;}

.form-item.error .required { border:solid 1px #f01d28;}

.form-label {font-family:'Kameron'; color:#545654; font-size:1.125em; display:block; margin-bottom:3px;}
.form-text-input {border:none; background:#efefef; padding:0 1.694915254237%; width:96.610169491525%; display:block; font-family:'Source Sans Pro', sans-serif; font-size:1em; color:#545653;}
input.form-text-input {height:23px; line-height:23px;}
.form-selectbox {display:block; width:100%;}
.form-selectbox option {font-family:'Source Sans Pro', sans-serif; color:#545653;}

input.form-text-input.readOnly { background:#FAFAFA;}

/*Silly form alignment (see main.js)*/
.form-item .twoLines{margin-top:2.5%; }
.form-item .threeLines{margin-top:5%; }

.form-checkbox {display:inline-block; width:100%; vertical-align:top;}
.form-checkbox input {display:none;}
.checkbox-link {display:block; float:left; margin-right:3.389830508475%; width:19px; height:22px; cursor:pointer; text-indent:-99999em; background:transparent url('../images/checkbox-unchecked.png') no-repeat 0 0;}
.checked .checkbox-link {background-image:url('../images/checkbox-checked.png');}
.form-checkbox label {line-height:1; padding-top:5px; display:block; float:left; width:90%;}

.form-buttons {width:100%; display:inline-block; vertical-align:top;}
.form-buttons .btn {margin-bottom:10px;}
.form-submit-loader {margin:0 auto 10px auto; width:25px;}
.form-submit-loader-image {display:block;}

/*.form-buttons.reset{margin-top:-25px; }*/

.contact-info {margin-bottom:65px; width:100%; display:inline-block; vertical-align:top; background:url('../images/contact-info-icon.png') no-repeat 90% center #363636; border-top-right-radius:80px; border-bottom-right-radius:80px;}
.contact-info-content {float:left; width:73.630136986301%;}
.contact-info-shell {background:#efefef; border:1px solid #b8b7bc; text-align:center; padding:25px 0;}

.contact-info-h3 {color:#0065a1; font-size:1.125em; width:87.209302325581%; margin:0 auto 15px auto; line-height:1.2;}
.contact-info-h2 a{color:#363636; font-size:1.5em; width:87.209302325581%; margin:0 auto; line-height:1; cursor: text; }
.contact-info-h2 a:hover,
.contact-info-h2 a:active,
.contact-info-h2 a:focus{text-decoration: none; }

/*.contact-info + */.content-form a.selectFix,
/*.contact-info + */.content-form a.selectFix select,
/*.contact-info + */.content-form a.selectFix span.dropArrow{cursor: pointer; }

/*.contact-info + */.content-form a.selectFix{position: relative; background: #efefef; width:100%; float:right; width:63%;  padding: 7px 1px; }
/*.contact-info + */.content-form a.selectFix select{position: absolute; top:0; left:0; height: 100%; opacity: 0.01; width:100%; }
/*.contact-info + */.content-form a.selectFix span.dropArrow{float:right; border-left:1px solid #929292; padding-left: 5px; }

                    
/*.contact-info + */.content-form a.selectInactive{background: #fff;  }

.contact-info + .content-form .form-buttons .btn{font-size:.9em; }

.comporative-pillar-paper-form a.selectFix{
    width:62%;
}

.comporative-pillar-paper-form{
    margin-top: 30px;
}


@media screen and (max-width:1087px) {
    .contact-info + .content-form a.selectFix{width:60%; }
    .comporative-pillar-paper-form a.selectFix{
        width:60%;
    }
}
@media screen and (max-width:650px) {
    .contact-info + .content-form a.selectFix{width:98.61%; }
    
}




@media screen and (min-width:651px) {
.form, .content-wrapper .form {margin-bottom:40px;}
.form-column {width:47.222222222222%;}
.form-column-1 {float:left;}
.form-column-2 {float:right;}
.form-full {width:100%; clear:left;}
.form-label {float:left; text-align:right; width:34.117647058824%; margin-right:2.352941176471%; margin-bottom:0; line-height:1; padding-top:3px;}
.form-text-input {padding:0 1.176470588235%; /*float:left;*/ width:61.176470588235%;}
.form-selectbox {width:63.529411764706%; float:left;}

.form-full .form-item {margin-bottom:10px;}
.form-full .form-label {width:100%; float:none; margin-right:0; text-align:left; margin-bottom:10px;}
.form-full .form-text-input {margin-left:17.222222222222%; float:none; padding:5px 0.555555555556%; width:81.666666666667%; height:178px;}

.form-full .form-checkbox {margin-left:17.222222222222%; width:82.777777777778%;}
.checkbox-link {margin-right:1.342281879195%;}

.form-buttons {margin-left:17.222222222222%; width:82.777777777778%;}
.form-buttons .btn {float:left; margin-right:10px; margin-bottom:0;}
.form-submit-loader {float:left;}

.contact-info {width:100%;}
}

@media screen and (min-width:851px) {
.contact-info {width:584px;}
}

@media screen and (max-width:490px) {
    .contact-info{background:url("../images/contact-info-icon.png") no-repeat scroll 95% center #363636; }
}
@media screen and (max-width:395px) {
    .contact-info{background-size: 16%; font-size: 14px; }
}



/*-----------------------------------------
 Accordion
-----------------------------------------*/

.faqPage #content_0_controls_0_pnlContentWrapper.content-wrapper{padding-top:0; }
.faqPage #content_0_controls_0_pnlContentWrapper.content-wrapper > .content-wrapper{padding-top:0; }

.theBlue{color:#2b7cbf; }
.accordionPanel{overflow:hidden; }
.accordionHeader{background: #0065a1; overflow:hidden;  margin-top:.5%; cursor: pointer; }
.accordionToggle{width:66px; height:43px; float:left; border-right:1px solid #fff; }
.accordionTitle{float:left; width:80%; font-family: 'Kameron', serif; color:#fff; font-size:1.4375em; display: block; padding:1.4% 0 0.5% 5%; }
.accordionContent{padding:3%; clear:both; border:1px solid #0065a1; overflow: hidden; display: none; }
.accordionContent img{max-width:100%; height:auto; }

.accordionWrap.faqs .accordionTitle{padding:0.4% 0 0.5% 2% }
.accordionWrap.faqs .accordionContent{padding:3% 3% 3% 10%; }
.accordionContent a{color:#0065A1; }

/*-----------------------------------------
 Filter
-----------------------------------------*/

.loader-spinny {
    background: url("/presentation/laseru/images/form-submit-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    width: 32px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -32px;
    display: none;
}

.filterToggle{border-bottom:15px solid #333; margin:3px 0 20px -25px; position: relative; }
.filterToggle img{position: absolute; left:45%; cursor:pointer; }
.filterWrap{border-bottom:4px solid #333; margin:0 0 0 -25px; background:#eee; position: relative; }
.filterWrap h2{background:url('../images/headerArrow.png') no-repeat; color:#fff; height:40px; width:225px; padding:8px 0 0 20px; display: inline-block; }
.filterWrap h3{font-weight:lighter; display: inline-block; font-family: sans-serif; font-style: italic; font-size: 1.125em; }
.subnav-is-open .filterWrap{margin-left:0; } 
.accordionWrap{max-width:885px; margin:0 0 5% 5%; } 
.filterWrap .feature-banner-shadow{height:100%; }

.filterRow{overflow: hidden; }
.filterType{float:left; margin:0 3% 3% 0; }

.characteristics .filterType{min-height:150px; }
.condition .filterType{min-height: 305px; }
.accordionContent.condition .filterRow .filterType:last-child{min-height: 100px; }

.resourceCharacteristics .filterType{width:22%; }

.filterType h3{font-size: 1.1875em; font-family:'Kameron'; font-style: normal; margin-bottom:.5em; }
.filterType ul li{font-size: 0.875em; font-weight: normal; text-align: left; }

.theFilters ul{float: left; }
.theFilters ul li{margin:1% 0; }
.theFilters ul li input,
.theFilters ul li label{display: inline-block; vertical-align: top; }

.theFilters ul li input[type="checkbox"]{width:10px; height: 10px; -webkit-appearance:checkbox; }
.theFilters ul li span.disabled {color:#ccc; display: block; margin-right: 10%; }

.topFilterWrap{overflow: hidden; max-width:912px; margin:0 auto; }
.topFilterWrap .resultsCount{width:90px; text-align: left; font-weight:bold; float:left; }
.topFilterWrap .resultsCount h3{margin-right:5px; }

.filterReset{width:200px; float:right; text-align: right; }
.filterReset a{text-transform: uppercase; font-weight: bold; text-decoration: underline; color: #b71c2b; cursor: pointer; }
.filterReset a:hover{text-decoration: none; }

.form-submit-loader.loadingMessage span{color:#000; display: block; font-size: .7em; margin-top:-25px; width: 230px; }


.searchTopBanner *{vertical-align: middle; }
	.filterWrap .searchTopBanner h2{height: 30px; margin-bottom: auto; }
	.searchTopBanner,
	.instructions{margin-left:5%; max-width: 885px; }
	.searchTopBanner{padding-top: 5%; }
	.searchTopBanner .inner{background: #fff; position: relative; }
	.searchTopBanner .filterReset{display: inline-block; }
	.searchTopBanner .totalResults{min-width: 40px; text-align: center; background: none repeat scroll 0 0 #00AAE6; border-radius: 100%; color: #FFFFFF; display: inline-block; font-size: 1.875em; padding: 18px 14px; position: absolute; top: -15px; }
	.searchTopBanner h3{font-weight: normal; display: inline-block; margin-left: 85px; font-size: 1.75em; text-transform: uppercase; color:#00aae6; }
	.searchTopBanner .filterReset{font-weight: bold; text-transform: uppercase; float: right; color:#0065a1; font-size: 1.0625em; margin:10px 20px 0 0; }
	.searchTopBanner + .instructions{margin-top:1.5em; margin-bottom: 1.5em; }
	.searchTopBanner + .instructions p img{margin:0 1%; vertical-align: middle; }
	
	@media only screen and (max-width: 610px) {
		.searchTopBanner .fancySpan{font-size: 1em; }
		.searchTopBanner .filterReset{font-size: .7em; }
		.searchTopBanner .totalResults{font-size: 1.3em; top:-10px; }
	}
	
	@media only screen and (max-width: 535px) {
		.searchTopBanner .fancySpan{margin-left: 63px; }
	}



@media screen and (max-width:850px) {
    .filterWrap{padding-top: 100px; margin:0; }
    .accordionWrap{margin:0 auto; width:90%; }
}
@media screen and (max-width:650px) {
    .filterWrap{padding-top:50px; margin:0; }    
}

@media screen and (max-width:557px) {
    .resourceCharacteristics .filterType{width:100%; }
    .resourceCharacteristics .filterType h3 br{display: none; }
    .filterWrap > h2 + h3{display: none; }
}





/*-----------------------------------------
 Study
-----------------------------------------*/

.studyContributors,
.studyMeta{font-size:0.875em; color:#2b7cbf; font-style: italic; }
.studyMeta{padding-bottom:20px; border-bottom:1px solid #dbdbdb; margin-bottom:15px; }
.studyContributors a{color:#35af4a; text-decoration: underline; }
.theStudy h3{font-size:1.125em; color:#0c5c97; }
.appendix{color:#2b7cbf; }

.theStudy + .listing-item-btns > li > a.btn{display: block; margin:0 auto 20px auto; width:200px; }


/*-----------------------------------------
 Video
-----------------------------------------*/
video.video-js{height:100%; width:100%; }
#example_video_1{height:55% !important; width:75% !important; padding-bottom:54%; margin:0 auto; }
.vjs-poster{position: absolute !important; z-index: 2; }


/*-----------------------------------------
 Bookstore/Webinar/Subscriptions Landing
-----------------------------------------*/
.content-wrapper.webinars{padding-top:0; }
.content-wrapper.content-bookstore{overflow:hidden; }
.figWrap{width:45%; float:left; margin-left: 2%; margin-bottom: 3%; }
.figWrap figure{border:25px solid #545654; }

.figWrap figure img{max-width: 100%; height: auto; vertical-align: middle; }

.content-wrapper.subscriptions .figWrap{width:350px; margin-left: 9%; }
.content-wrapper.subscriptions .figWrap figure header{position: relative; background:#545654; }

.content-wrapper.subscriptions .figWrap figure header .colorSpacer{background:#eee; height:100px; left:-25px; position: absolute; top:-25px; width:30px; }
.content-wrapper.subscriptions .figWrap figure header span.monthCount{font-family:'Kameron'; background:#fff; font-size: 3.75em; color:#0c5c97; border:10px solid #545654; position: absolute; display: block; padding:0px 26px; border-radius: 53px; top:-51px; left:-41px; }
.content-wrapper.subscriptions .figWrap figure header span.monthCount.bigger{padding:0 8px; }
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{color:#fff; font-size: 1.3125em; text-align:right; margin-left:73px; }
.content-wrapper.subscriptions .figWrap figure header img{float:right; }
.content-wrapper.subscriptions .figWrap figcaption{min-height: 180px; position: relative; }
.content-wrapper.subscriptions .figWrap figcaption a.btn.btn-green{position: absolute; bottom:15px; color:#fff; text-decoration: none; padding:0 14px; }

.figWrap figcaption{background:#eee; padding:4%; }
.figWrap figcaption h2{font-size: 1.25em; color:#545654; border-bottom: 1px solid #dbdbdb; }

.content-wrapper.webinars .figWrap figcaption h2{font-size: 1.3125em; color:#545654; }
.content-wrapper.subscriptions .figWrap figcaption h2{font-size: 1.3125em; color:#f02934; }

.content-wrapper.subscriptions .figWrap figcaption ul{font-weight: 100; list-style: none; }
.content-wrapper.subscriptions .figWrap figcaption ul li{margin-bottom:0; text-indent:-5px; list-style:none; }
.content-wrapper.subscriptions .figWrap figcaption ul li:before{content:"-"; position:relative; left:-5px; }


.figWrap figcaption a{text-transform: uppercase; text-decoration: underline; color:#1a9044; font-weight: bold; }
.figWrap figcaption a:hover,
.figWrap figcaption a span.indicator{text-decoration: none !important; }

.content-header .headerBtns{width:464px; display: block; margin: 0 auto; }
.headerBtns li{display: inline; }
.headerBtns li a{margin-right:1%; }


@media screen and (max-width:1160px) {
.content-wrapper.subscriptions .figWrap{margin-left: 3%; }
}
@media screen and (max-width:1012px) {
.content-wrapper.subscriptions .figWrap{width:45%;  }
.content-wrapper.subscriptions .figWrap figure header{padding:1%; }
.content-wrapper.subscriptions .figWrap figure header img{max-width:10%; position: absolute; right:-13px; top:8px; }
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{font-size:1.1em; }
}
@media screen and (max-width:890px) {
.content-wrapper.subscriptions .figWrap figure header img{max-width:100%; display: none; }
}
@media screen and (max-width:866px) {
.content-wrapper.subscriptions .figWrap figure header img{max-width:100%; display: none; }
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{font-size: 1em; }
}
@media screen and (max-width:850px) {
.content-wrapper.subscriptions .figWrap{float:left; margin-left:3%;  }
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{font-size:1.09em; }
.content-wrapper.subscriptions .figWrap figure header img{display:block; position: static; }
.content-wrapper.subscriptions .figWrap figure header{padding:3px 0; }
.faqPage .site-header-narrow{margin-bottom: 100px; }

}
@media screen and (max-width:811px) {
.content-wrapper.subscriptions .figWrap{float:none; margin:0 auto 5% auto; width:80%;  }
}
@media screen and (max-width:652px) {
.content-wrapper.subscriptions .figWrap figcaption a.btn.btn-green{position:static; width:100%; padding:0; }
}
@media screen and (max-width:650px) {
.content-header .headerBtns{display: block; margin:0 auto; }
.content-wrapper .headerBtns li{margin:0 3%; display: inline-block; }
.headerBtns li a{font-size:.9em; padding:0 5%; }
.faqPage .site-header-small{margin-bottom:40px; }
}
@media screen and (max-width:538px) {
.figWrap figure{border:12px solid #545654; }
.content-wrapper.subscriptions .figWrap{width:320px; margin:0 auto 12% auto;  }
.content-wrapper.subscriptions .figWrap figure header img{display: none; }
.content-wrapper.subscriptions .figWrap figure header span.monthCount{z-index: 2; }
.content-wrapper.subscriptions .figWrap figure header .colorSpacer{display: none; }
}
@media screen and (max-width:470px) {
.content-header .headerBtns{font-size: 14px; width:100%; }
.content-wrapper .headerBtns li{margin: 0 3px; }
.headerBtns li a{padding: 0 2%; }
}
@media screen and (max-width:452px) {
.figWrap{float:none; width:100%; }
}
@media screen and (max-width:410px) {
.content-wrapper.subscriptions .figWrap{width:100%; }
.content-wrapper.subscriptions .figWrap figure header span.monthCount{top: -25px; padding: 8px 22px; left: -26px; font-size: 1.75em; }
.content-wrapper.subscriptions .figWrap figure header span.monthCount.bigger{padding: 8px 15px; }
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{display: block; width: 100%; text-align: right; margin:0; }
}


@media screen and (max-width:376px) {
.content-header .headerBtns{font-size: .7em; }
}


@media screen and (max-width:312px) {
.content-wrapper.subscriptions .figWrap figure header span.subscriptionTitle{font-size: 1em; }
.content-wrapper.subscriptions .figWrap figcaption h2{margin-top:20px; }
}

/*-----------------------------------------
 Product Detail
-----------------------------------------*/
.content-article.productInfo ul{margin-left:50%; }
.content-article.productInfo ul li{margin-bottom:5px; font-weight: bold; }
.buyIt{clear:both; }
.buyIt h3{font-size: 1.5em; color:#1a9044; font-family:'Source Sans Pro', sans-serif; }
.buyIt a{position: relative; }
.buyIt a select{position: absolute; top:0; left:0; height: 100%; opacity: 0.01; width:100%;}

.buyIt h3,
.buyIt a,
.buyIt a select,
.buyIt input{margin-bottom: 2%; }

.buyIt .selectFix.btn.btn-blue{text-align: left; color:#fff; margin:0 0 5px 0; width:305px; display: block; background-color:#0c5c97; background-image:-webkit-linear-gradient(bottom, #0c5c97, #008fcb); background-image:linear-gradient(to top, #0c5c97, #008fcb);}
.buyIt .selectFix.btn-blue:hover, .btn-blue:active, .btn-blue:focus {background-color:#008fcb; background-image:-webkit-linear-gradient(top, #0c5c97, #008fcb); background-image:linear-gradient(to bottom, #0c5c97, #008fcb);}
.buyIt .btn.btn-green{color:#fff; display: block; width:75px; margin:0; height:30px; padding-top:7px; }

.buyIt input{width:50px; margin-bottom: 5px; }

.buyIt .dropArrow{border-left: 1px solid #81c2e0; float:right; margin-right: -12px; padding-left: 9px; }


@media screen and (max-width:650px) {
.content-article.productInfo ul{margin-left:8%; }

.buyIt .selectFix.btn.btn-blue,
.buyIt .btn.btn-green,
.buyIt .dropArrow{height:30px; margin-bottom:5%; }

.buyIt .selectFix.btn.btn-blue{width:100%; }
.buyIt .btn.btn-green{width:100%; }
.buyIt .dropArrow{margin-right:0; padding-right:9px; }

}
@media screen and (max-width:370px) {
.buyIt .selectFix.btn.btn-blue,
.buyIt .btn.btn-green,
.buyIt .dropArrow{font-size:.8em; }
}
@media screen and (max-width:320px) {
.content-article.productInfo ul{margin-left:12%; }
}

/*-----------------------------------------
 Search Listing
-----------------------------------------*/
.listing.search .listing-item{border-bottom:1px solid #dbdbdb; min-height:0; }
.listing.search .listing-item h2{font-size: 1.4375em; color:#f01d28; }
.listing.search .listing-item h2 span{font-family:'Source Sans Pro', sans-serif; font-size: 0.782608695652174em; font-weight: normal; }


/*-----------------------------------------
 My Profile
-----------------------------------------*/
.recentlyViewed{position: relative; }

/*.shadowFix{position: absolute; right:0; top:0; height:100%; width:30px;  }
.theShadow{background: url(../images/tblShadow.png); position: fixed; width:100%; height:100%; }
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }/**Hides strange scrolly things for input type="number" in chrome**/

.myPurchases,
.recentlyViewed{margin-bottom: 3%; }

.myPurchases,
.recentlyViewed{min-width: 80%; overflow-x: auto; }

.myPurchases table,
.recentlyViewed table{width: 100%; border:1px solid #b8b7bc; }

.myPurchases table,
.recentlyViewed table{min-width: 600px; }

.myPurchases table tbody tr:nth-child(even),
.recentlyViewed table tbody tr:nth-child(even){background:#F4F4F4; }


.myPurchases thead,
.recentlyViewed thead{background:#efefef; }

.myPurchases thead td,
.recentlyViewed thead td{border:1px solid #b8b7bc; padding:1% 2%; }

.myPurchases td,
.recentlyViewed td{border-right:1px solid #b8b7bc; }

.myPurchases td:first-child{width:20%; }
.myPurchases td:nth-child(2){width:37%; }
.myPurchases td:nth-child(3){width:15%; }
.myPurchases td:nth-child(4){width:28%; }

.recentlyViewed td:first-child{width:85%; }
.recentlyViewed td:last-child{width:15%; text-align: center; }

.myPurchases tbody td{font-size: 1em; padding:2%; vertical-align: middle; }

.recentlyViewed tbody td{font-size: 1em; padding:.3% 2%; vertical-align: middle; }

.recentlyViewed tbody tr:first-child td{padding-top: 2%; }
.recentlyViewed tbody tr:last-child td{padding-bottom: 2%; }

.myPurchases tbody td a,
.recentlyViewed tbody td a{text-decoration: underline; color:#545654; }

.myPurchases tbody td a:hover,
.recentlyViewed tbody td a:hover{text-decoration:none; }

.myPurchases tfoot td,
.recentlyViewed tfoot td{border-top:1px solid #b8b7bc; vertical-align: middle; }

.myPurchases thead h2,
.recentlyViewed thead  h2{font-size: 1.125em; display: block; line-height: 20px; }

.myPurchases thead h2 span,
.recentlyViewed thead  h2 span{font-size: 0.6666666666666666em; color:#0065a1; font-family:'Source Sans Pro', sans-serif; }

.recentlyViewed tfoot td .pagination,
.myPurchases tfoot td .pagination {margin-bottom: 0; padding:2%; text-align: left; }

.myPurchases > span.title,
.recentlyViewed > span.title{display: block; margin:0 0 3% 1%; }

li.form-item > .form-buttons{margin-left: 36.222%; }

.forgotPasswordLink{font-size: 0.75em; }


span.productType-webinars,
span.productType-webinars{color:#f01d28; }

span.productType-protocols,
span.productType-protocols{color:#2b7cbf; }

span.productType-ltu-bookstore,
span.productType-ltu-bookstore{color:#410ec2; }

span.productType-research,
span.productType-research{color:#35AF4A}

@media screen and (max-width:650px) {
    .myProfile .form-buttons .btn{width:100%; margin: 0 auto; }
    .myProfile li.form-item > .form-buttons{margin:0 auto; }
    .myPurchases thead h2,
    .recentlyViewed thead  h2{font-size:.95em; }
}

/*-----------------------------------------
 Event Cal
-----------------------------------------*/

.content-header.events{margin-bottom: 0; }
.calWrap{overflow:hidden; }
html[xmlns] .eventCalendar{display: block; }
* html .eventCalendar{height: 1%; overflow: visible; }

.eventCalendar{margin-bottom: 3%; display: inline-block; width:100%; }
.eventCalendar *{ box-sizing: border-box; }

.eventCalendar:after{
    content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.calRow:after{
    content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.dateHeader h2,
.cycle-prev,
.cycle-next{display: inline-block; margin-right:10px; }

.cycle-prev,
.cycle-next{cursor: pointer; }


.calRow.dayNames div{background: #efefef; border-top:1px solid #b8b7bc; }
.calRow.dayNames div:first-child{border-left:1px solid #b8b7bc; }
.calRow.dayNames div:last-child{border-right:1px solid #b8b7bc; }

.calRow.dayNames h3{font-size: 1.125em; text-align: center; }
.calRow.dayNames h3 span.abbrivated{display: none; }
.calRow div{float:left; width:14.28%; }

.calRow div.day{border-left:1px solid #b8b7bc; border-top:1px solid #b8b7bc; height: 150px; padding:0 5px; position: relative; }
.calRow div.day:last-child{border-right:1px solid #b8b7bc; }

.calRow div.day h4{text-align: right; font-size: 3em; vertical-align:top; color:#b6b5b7; width:100%; }
.calRow div.day a{font-size: 0.875em; font-weight: bold; color:#2b7cbf; display: block; line-height: 15px; }
.calRow div.day.notCurrent h4{color:#efefef; }

.calRow.last{border-bottom:1px solid #b8b7bc; }

.dateHeader{clear:both; overflow:hidden; }

/**lil popup**/

.calRow div .dayPop{
    width:280%;
    border:1px solid #b8b7bc;
    position: absolute;
    top:15px;
    float:none;
    background:#efefef;
    z-index:100;
    padding:20px 10px;
    display: none;
    
}

.calRow div.day:nth-child(6) .dayPop,
.calRow div.day:last-child .dayPop{right:0; }

.calRow div .dayPop span.closeIt{
    position: absolute;
    top:0;
    right:0;
    padding:1px 6px 0px 6px;
    background:#0c5c97;
    color:#73afdc;
    display: block;
    font-family:'Kameron';
    font-size:0.875em;
    cursor: pointer;
}
.calRow div .dayPop h5,
.calRow div .dayPop h6 span{font-family:'Kameron'; font-style: normal; }

.calRow div .dayPop h5{font-size:0.875em; border-bottom:1px solid #b8b7bc; padding-bottom: 5px; }
.calRow div .dayPop h6{font-style:italic; font-size:0.75em; color:#2b7cbf; margin-top:5px; }

.calRow div .dayPop p{font-size:0.75em; color:#545654; margin-bottom:10px; }
.calRow div .dayPop a{color:#1a9044; text-decoration: underline; display: inline; background-image: url("../images/icon_small-green-arrow.png"); }
.calRow div .dayPop a:hover{text-decoration:none; }

header.content-header.events + div.calWrap + section.listing + section.pagination a.pagination-previous{margin-left:15px; }


@media screen and (max-width:1010px) {
    .calRow.dayNames h3{font-size: 1em; }
    .calRow div.day h4{font-size: 2.5em; }
}
@media screen and (max-width:700px) {
    .eventCalendar{font-size: 12px; }
    .calRow div.day{height: 100px; }
}
@media screen and (max-width:540px) {
    .hPop{display: none; }
    .eventCalendar{font-size: 14px; }
    .calRow div.day h4{font-size: 1.5em; text-align:center; }
    .calRow div.day a{position: absolute; bottom: 6px; text-indent: -999999px; display: block; width:8px; height:8px; border-radius: 30px; background:#2b7cbf }
    .calRow div.day{height: 75px; position: relative; }
}
@media screen and (max-width:540px) {
    .calRow div.day{height:50px; }
}


/*-----------------------------------------
 Modals
-----------------------------------------*/ 

.modalBg{width:100%; height:100%; position:fixed; top:0; left:0; bottom:0; right:0; background:rgba(255,255,255,.8); z-index:9999999999;   }
.theModal{max-width:825px; background-color: #fff; margin:10% auto 0 auto; position:relative; padding-top:19px;
    border-radius: 25px 0;
    box-shadow: 0 0 13px 5px rgba(3,3,3,.5);
    }

.theModal img{position: absolute; left:40%; top:-35px; max-width: 130px;}
.theModal span.closeIt{position:absolute; top:0; right:0; color:#73afdc; background:#0c5c97; font-family:'Kameron'; padding:5px; cursor: pointer; }
.theModal span.closeIt:hover{text-shadow: 0 0 5px black; }
.fixWrap{overflow: hidden; padding-bottom: 50px; }
.fixWrap p{padding:2%; }
.theModal h1{color:#fff; text-align: center; background: #0065a1; margin:100px 0 50px 0; font-size: 2em; padding:5px 0; font-family:'Kameron'; font-weight: bold; }

.modalOption{width:50%; float: left; }
.modalOption h2{font-size: 1.4375em; text-align: center; margin-bottom: 20px; }
.modalOption h2 br{display: none; }
.modalOption a.btn{text-transform: uppercase; margin: 0 auto; display:block; width:170px; padding:5px 0; }



@media screen and (max-width:870px) {
    .theModal{width:90%; margin-top: 10%; }
    .calRow.dayNames h3 span.full-dayName{display: none; }
    .calRow.dayNames h3 span.abbrivated{display:inline; }
}

@media screen and (max-width:825px) {
    .theModal{font-size: 14px; }
}

@media screen and (max-width:690px) {
    .theModal img{left:36%; }
    .theModal{font-size: 12px; }
    .theModal h1{padding:5px; }
}
@media screen and (max-width:650px) {
    .error select, .error input{width:96%; }
    .content-form a.selectFix{float: left; width: 98%; }
    #form-container #taComments.form-text-input{height:200px; }    
}
@media screen and (max-width:640px) {
   .theModal img{left:39%; width:25%; top: -58px; }
   .theModal h1{margin:52px 0 20px; font-size: 1.5em; }
}

@media screen and (max-width:622px) {
   .modalOption h2 br{display:block; }
   .modalOption{padding:0 2.5%; width:45%; }
}

@media screen and (max-width:559px) {
   .theModal img{top:-45px; }
}

@media screen and (max-width:486px) {
    .accordionTitle{width: 75%; }
}

@media screen and (max-width:482px) {
   .modalOption a.btn{padding:0;  }
   .modalOption h2{margin-bottom: 0; }
   .fixWrap{padding-bottom: 23px; }
}

@media screen and (max-width:447px) {
   .modalOption img{left:27%; }
   .modalOption{position: relative; height:75px; }
   .modalOption a.btn{padding:5px 0; width:80%; position: absolute; bottom: -20px; left:18px; }
}

@media screen and (max-width:429px) {
   .theModal img{top:-30px; }
}

@media screen and (max-width:380px) {
   .accordionTitle{width:65%; }
}

@media screen and (max-width:320px) {
   .theModal img{left:33%; width:35%; top: -24px; }
   .theModal h1{margin:52px 0 20px; font-size: 1.5em; }
   .fixWrap{padding-bottom: 40px; }
}


#modal{background-color: #fff; padding:3%; width:820px; margin:100px -434px 0 0; position:absolute; z-index: 9999999999999; top:5%; right:50%; box-sizing: border-box;
    border-radius: 25px 0;
    box-shadow: 2px 3px 13px 5px rgba(3,3,3,.5);
    }
#modal img{display: block; margin: 0 auto 20px auto;  }
#modal h1{font-family:'Kameron'; color:#0c5c97; font-size: 2.0625em; margin-bottom: 25px; }
#modal p{font-size: 0.875em; }
#modal p strong{text-shadow: 0 0 1px #868686; }
.modal-button{float:right; margin-top:25px; height:35px; }



@media screen and (max-width:877px) {
   #modal{width:95%; margin:100px auto; left:2.5%; }
   #modal h1{font-family:'Kameron'; color:#0c5c97; font-size: 1.1625em; margin-bottom: 25px; }
}
@media screen and (max-width:400px) {
    .modal-button{font-size: .7em; }
}


/*-----------------------------------------
 404
-----------------------------------------*/ 
.fourOhFourPage h3{font-size: 1.4375em; color:#0C5C97; }
.fourOhFourPage h3:last-child{margin-bottom: 50px; }
.fourOhFourPage p{font-size: 1em; line-height: 25px; margin-bottom: 0; }
.fourOhFourPage .copy{margin:50px 0 30px 0; }
.fourOhFourPage .copy p:nth-child(4){margin:35px 0; }
.fourOhFourPage .linkIcons{overflow: hidden; }
.fourOhFourPage .linkIcons a{display: block; width:17%; float: left; margin-right:3.5%; }
.fourOhFourPage .linkIcons a:last-child{margin-right:0; }
.fourOhFourPage .linkIcons a img{display: block; margin: 0 auto;  }
.fourOhFourPage .linkIcons a span{display: block; text-align: center; font-size: 1.5625em; margin-bottom:15px; }
.fourOhFourPage .linkIcons a.webinars span{color:#f01d28; }
.fourOhFourPage .linkIcons a.research span{color:#35af4a; }
.fourOhFourPage .linkIcons a.videos span{color:#f26522; }
.fourOhFourPage .linkIcons a.protocols span{color:#2b7cbf; }
.fourOhFourPage .linkIcons a.bookstore span{color:#410ec2; }
.fourOhFourPage .linkIcons + ul{font-size:1.25em; list-style: none; margin-top:30px; }
.fourOhFourPage .linkIcons + ul li{list-style: none; margin:0; }
.fourOhFourPage .linkIcons + ul a{color:#545654; }

@media screen and (max-width:850px){
    .fourOhFourPage .linkIcons a span{font-size:1.3em; }
    .fourOhFourPage .linkIcons a img{max-width:55%; }
}
@media screen and (max-width:560px){
    .fourOhFourPage .linkIcons a span{font-size: 1em; }
}
@media screen and (max-width:450px){
    .fourOhFourPage .linkIcons a{float:none; width:100%; margin-bottom:1.5em; }
    .fourOhFourPage .linkIcons a span{font-size:1.5625em; }
    .fourOhFourPage .linkIcons a img{max-width:100%; }
}

/*-----------------------------------------
 Site Footer
-----------------------------------------*/ 
.site-footer { padding:8px 3.90625%; width:92.1875%; display:inline-block; vertical-align:top; position:relative; background-color:#545654;  }

.site-footer-nav {
        float: left;
    width: 100%;
    margin-left: 51px;
}
.site-footer-item {float:left; color:#fff; font-weight:700; font-size:0.875em; margin-right:3.389830508475%;}
.site-footer-item:first-child {margin-bottom:0x; line-height:24px; margin-right:0;}
.site-footer-item:nth-child(2) {clear:left;}
.site-footer-item:last-child {margin-right:0;}
.site-footer-link {color:#cac8ce;}

.footer-social-nav {width:78px; position:absolute; top:8px; right:3.90625%;}
.footer-social-item {float:left; width:24px; height:24px; margin-right:3px;}
.footer-social-link {display:block; cursor:pointer; width:36px; height:36px; text-indent:-99999em; background-repeat:no-repeat; background-position:0 0; background-color:transparent;}
.footer-social-facebook {background-image:url('../images/t_footer-facebook.png');}
.footer-social-twitter {background-image:url('../images/t_footer-twitter.png');}
.footer-social-linkedin {margin-right:0; background-image:url('../images/t_footer-linkedin.png');}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:650px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width:650px), only screen and (min-device-pixel-ratio: 2) and (max-width:650px), only screen and (min-resolution: 2dppx) and (max-width:650px) {
.footer-social-facebook {background-size:24px 24px; background-image:url('../images/t_footer-facebook@2x.png');}
.footer-social-twitter {background-size:24px 24px; background-image:url('../images/t_footer-twitter@2x.png');}
.footer-social-linkedin {background-size:24px 24px; background-image:url('../images/t_footer-linkedin@2x.png');}
}

@media screen and (min-width:651px) {
.site-footer {padding:8px 1.627604166667%; width:96.744791666667%; display:inline-block; vertical-align:top; }
.site-footer-nav {
    display: block;
    width: 100%;
    float: none;
    overflow: hidden;
 
}
    

.site-footer-item {margin-right:1.345895020188%; line-height:24px;}
.site-footer-item:first-child {margin-bottom:0; margin-right:1.345895020188%;}
.site-footer-item:nth-child(2) {clear:none;}

.footer-social-nav {float:right; width:78px; position:relative; right:auto; top:auto;}
.footer-social-item {float:left; width:24px; height:24px; margin-right:3px;}
.footer-social-link {display:block; cursor:pointer; width:36px; height:36px; text-indent:-99999em; background-repeat:no-repeat; background-position:0 0; background-color:transparent;}
.footer-social-facebook {background-image:url('../images/t_footer-facebook.png');}
.footer-social-twitter {background-image:url('../images/t_footer-twitter.png');}
.footer-social-linkedin {margin-right:0; background-image:url('../images/t_footer-linkedin.png');}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:651px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:651px), only screen and (min-device-pixel-ratio: 2) and (min-width:651px), only screen and (min-resolution: 2dppx) and (min-width:651px) {
.footer-social-facebook {background-size:24px 24px; background-image:url('../images/t_footer-facebook@2x.png');}
.footer-social-twitter {background-size:24px 24px; background-image:url('../images/t_footer-twitter@2x.png');}
.footer-social-linkedin {background-size:24px 24px; background-image:url('../images/t_footer-linkedin@2x.png');}
}

.site-footer {height:130px;   margin-left:-26px; display:block; padding:0; width:auto;}

@media screen and (min-width:851px) {
.site-footer {height:130px;margin-left:-26px; display:block; padding:0; width:auto;}
.site-footer-nav {margin-left:5.050505050505%; line-height:1; float:left;}
.site-footer-item {margin-right:2.525252525253%;}

.footer-social-nav {display:none;}
}

@media screen and (min-width:990px) {
.site-footer-nav {margin-left:50px; margin-top: 12px;}
.site-footer-item {margin-right:25px;}
}




@media screen and (max-width:475px) {
.accordionTitle{font-size:1em; padding-top:2%; }
}
@media screen and (max-width:342px) {
.accordionTitle{font-size:.7em; padding-top:5%; }
}
  
  


  
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {font-size: 16px; }
}

#secMainContainer > section.content-navigation > div:nth-child(2) > div span{
        display: none;
}




li.header-social-item.header-social-facebook {
    margin-left: 63px;
}
 
@media screen and (min-width:851px) {
    .header-tagline:after {
        content: "Subscribe today";
        display: inline-block;
        text-align: center;
        width: 100%;
        text-decoration: underline;
    }
}

.wrapper_copyright{
    color: #C2C8CE;
    padding-left: 50px;
    line-height: 18px;
    padding-right: 40px;
    background: #545654;
}

li.form-item.license-proof {
    border: 1px solid #D1343A;
    box-sizing: border-box;
    padding: 15px;
}

.form-column-full {
    width: 71%;
}

.wrapper_text-reg {
    width: 50%;
    float: right;
}

.wrapper_input-reg{
    width: 50%;
    float: left;
}
.wrapper_text-reg label.sideNote{
    width: 100% !important;  
    text-align: center;
}

.wrapper_text-reg br{
    display: none;
}

.wrapper_input-reg .upload_input{
    box-sizing: border-box;
    text-align: center;    
    width: 44% !important;  
    float: right;
}

.wrapper_input-reg label{
    box-sizing: border-box;
    text-align: center;
    width: 50% !important;  
}

.wr_upload{
    position: relative;
    top: 7px;
}
