/*! jQuery UI - v1.11.2 - 2014-10-27
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

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

.ui-front {
	z-index: 100;
}


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #252525;
}
.ui-widget-content a {
	color: #252525;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

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

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

.affix {
    position: fixed;
    top: -40px !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    z-index: 30000 !important;
}

.pricing-header-left {
    display: none;
}

.mobile-header-margin {
    margin-bottom: 65px;
}

.pricing-header-lead {
    color: #fff;
}

.pricing-header-lead h1 {
    text-shadow: none;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 400;
    margin: 0 2px;
}

.pricing-header-lead p, .header-details-title {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 200;
    color: #BFE3F7;
}

.pricing-section {
    margin-bottom: 45px;
}

.pricing-section h2 {
    line-height: 2em;
}

.btn-slim {
    font-weight: 200;
}

.faq-helper-row {
    margin: 25px 0;
}

.pricing-faq-button-expand button {
    margin-top: 20px;
}

.pricing-banner-coauthors-span {
    text-align: right;
}

.pricing-banner-default {
    margin-top: 15px;
    /* border-top: 1px solid #ddd; */
    padding: 50px 0 80px 0;
    background: #0078ba;
}

.pricing-header-individual {
    /* margin-bottom: 85px; */
    padding-bottom: 0;
}

.peerj-icon-authors {
    font-size: 40px;
    color: #006EA9;
}

.pay-once-title {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 28px;
    font-weight: 400;
    border-bottom: 1px solid #6DC0EF;
}

.pay-once-title a {
    color: #fff;
}

.pay-once-title.borderless {
    border: 0;
    margin-bottom: 5px;
    text-align: center;
}

.pay-once-title-small {
    font-size: 20px !important;
    line-height: 30px;
}

.pay-once-title-small a {
    margin-right: 25px;
}

.pricing-btn-share {
    margin: 5px;
    width: 90%;
    color: #717171;}

.pricing-btn-share:hover {
    color: #444;
}

.title-right-apc, .title-right-membership {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.title-right-membership .membership-variable-text {
    font-size: 13px;
    line-height: 7px;
    float: right;
    margin-left: 4px;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, arial;
}

.pricing-option-bullet_old {
    padding: 7px 12px;
    background: #fff;
    line-height: 44px;
    border-radius: 6px;
    color: #0078ba;
    font-size: 20px;
    font-weight: 300;
}

.pricing-option-bullet {
    padding: 29px 15px;
    background: #fff;
    line-height: 41px;
    border-radius: 6px;
    color: #0078ba;
    font-size: 42px;
    font-weight: 300;
    width: 21px;
}

.pay-once-help-block {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
}

.pay-once-help-block a {
    color: #fff;
}

.pay-once-help-block li {
    line-height: 23px;
}

.common-extras {
    line-height: 1.4;
}

.pricing-currency {
    text-align: center;
}

.pricing-gbp,
.pricing-euro {
    display: none;
}

.pricing-lead-currency {
    margin-bottom: 8px;
}

.pricing-sub-currency {
    font-size: 17px;
    margin-bottom: -4px;
}

/* Nav pills */
.pricing-page-navigation-container {
    margin-top: 50px;
}

ul.peerj-gradient-pills {
    display: none;
}

.pricing-page-pills {
    font-size: 20px;
}
.pricing-page-pills li {
    font-weight: 200;
}

.pricing-page-pills li > a {
    color: #E483A4;
}

.peerj-gradient-pills li > a {
    color: #fff;
}

.pricing-page-pills li > a:hover {
    color: #E82A6B;
}

.pricing-page-pills .active > a, .pricing-page-pills > .active > a:hover, .pricing-page-pills > .active > a:focus {
    background-color: #E82A6B !important;
    color: #fff !important;
}

li.pricing-page-pill-label {
    padding: 8px 12px 8px 0;
    color: #999;
}

/* End Nav pills */

.pricing-group {
    top: -40px !important;
}

.pricing-institute {
    top: -40px !important;
}


/** Pricing table */
.overleaf-logo {
    padding-bottom: 4px;
}

table.table-pricing {
    font-family: "Helvetica Neue", Helvetica, arial;
    margin-top: -60px;
    border: 0 !important;
}

table.table-pricing td, table.table-pricing th {
    vertical-align: middle;
    height: 40px;
    padding: 8px 30px;
}

/* Style for pricing table columns */
table.table-pricing tr td {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
}

/* Style for Recommended column */
table.table-pricing tr td:nth-child(4) {
    color: #2085bc;
    background-color: #dcedf7;
    border-color: #2085bc;
    font-size: 18px;
    font-weight: 500;
}

/* Style for first column */
table.table-pricing tr td:nth-child(1) {
    background-color: #fff !important;
    text-align: right;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 200;
    opacity: 0.7;
    color: #808080;
}

table.table-pricing tr td:nth-child(1):hover {
    opacity: 1.0;
    color: #222;
}

td.td-bottom-row {
    background-color: #f1f1f1 !important;
    border-top: 0;
    border-bottom: 1px solid #ddd !important;
}

table.table-pricing tr:last-child td:nth-child(n+3) {
    border-left: 0 !important;
}

/* Style for "Recommended" thead row */
table.table-pricing tr:first-child th {
    border: 0px !important;
    height: 13px !important;
}

table.table-pricing tr td:last-child, table.table-pricing tr th:last-child {
    border-left: 1px solid #2085bc !important;
    border-right: 1px solid #ddd;
}

table.table-pricing tr td.td-buy-now {
    display: none;
}

.td-buy-now .btn {
    width: 50px;
}

.td-buy-now form {
    margin: 0 !important;
}

.td-buy-now form input {
    width: 90px !important;
}

table.table-pricing tr td.td-logged-out-cell {
    border-left: 1px solid #ddd !important;
}

/* Style for "Recommended" */
table.table-pricing tr:first-child th.pj-title-plan-recommended {
    color: #60869F;
    background-color: #dcedf7;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400 !important;
    border-color: #2085bc;
    border-left: 1px solid #2085bc !important;
    border-top: 1px solid #2085bc !important;
}

/* Style for "Free" */
.pj-title-plan {
    color: #18A739;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 20px;
    font-weight: 700;
}

/* Style for "Enhanced" th */
.pj-title-enhanced {
    color: #0185CC;
    background-color: #dcedf7 !important;
    border-color: #2085bc !important;
    border-top: 1px;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 20px;
    font-weight: 700;
}

.pricing-table-current {
    font-size: 14px !important;
}

/* Style for "Articles" and "Preprints" */
.pj-articles {
    color: #006FAB;
}

/* Style for "per year, for " */
.pj-per-year-for-life {
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

/* Style for "Promotion ends" */
.pj-promotion-ends {
    color: #636363;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 11px;
    font-weight: 400;
}

/* Style for "view all features" */
.pj-view-all-features {
    padding-top: 10px;
    color: #848484;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
}

.pj-view-all-features span {
    text-decoration: underline;
}

table.table-pricing tr.tr-all-features td {
    color: #222;
    font-weight: 300;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    background: #f1f1f1;
    border-left: 0px !important;
    border-right: 0px !important;
    display: none;
}

table.table-pricing tr.tr-all-features-expand td {
    background-color: #f1f1f1;
    border: 0;
    height: 13px;
    vertical-align: middle;
    line-height: 10px;
    padding: 3px 0;
}

table.table-pricing tr.tr-all-features-expand td:last-child {
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

#pricing-buy-now {
    color: #0185CC;
    text-decoration: underline;
    cursor: pointer;
}

.btn-create-free-account {
    font-family: "Helvetica Neue", Helvetica, arial;
    margin-bottom: 5px;
    width: 90%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: 0px;
}

.btn-create-free-account:hover {
    box-shadow: none;
}

.div-free-account-help-block {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.pay-after-help-block {
    color: #7E7E7E;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 13px;
    font-weight: 300;
    float: right;
    margin-top: -15px;
}

/** Comparison table */
.pricing-compare-container {
    background: #edf8f0;
    border-bottom: 1px solid #47a15b;
    color: #444;
}

.pricing-compare-header {
    background: #47a15b;
    margin-bottom: 15px;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
}

#pricing-header-row {
    color: #fff;
}

.pricing-compare-body {
    padding: 40px;
    font-size: 15px;
}

.pricing-compare-body table {
    margin-top: 30px;
    border-bottom: 0;
}

table tbody.table-pricing-pill-scenario-one tr td, .pricing-compare-body table thead tr th {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.comparision-table-help {
    color: #7E7E7E;
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 13px;
    font-weight: 300;
    margin-top: -20px;
}

.pricing-compare-body table tr:nth-child(odd) > td,
.pricing-compare-body table tr:nth-child(odd) > th {
  background-color: #fff;
  border-top: 1px solid #ddd
}

.pricing-compare-body table tr:nth-child(even) > td,
.pricing-compare-body table tr:nth-child(even) > th {
    background-color: #f9f9f9;
    vertical-align: middle;
}

table tbody.table-pricing-pill-scenario-one tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.comparison-highlight-row td,
table tbody.table-pricing-pill-scenario-one tr:first-child td {
    background: #dceffd !important;
    color: #0075B1;
    font-weight: 500;
    font-size: 20px;
}

table tbody.table-pricing-pill-scenario-one tr td:first-child {
    border: 0 !important;
    background: none !important;
    text-align: left;
    width: 130px;
}

.pricing-compare-authors {
    color: #0075B1;
    font-size: 15px;
    font-weight: 400;
}

.pricing-compare-articles {
    color: #00861F;
    font-size: 15px;
    font-weight: 400;
}

.pricing-compare-authors .span4, .pricing-compare-articles .span4 {
    text-align: right;
}

/** Calculator */
.pricing-calculate-container {
    margin-top: 100px;
    /* background: #0078ba; */
    background: #f1f1f1;
    color: #fff;
}

.pricing-calculate-header {
    margin-bottom: 30px;
    /* background: #5d5d5d; */
    background: #c7c7c7;
    /* background: #006FAB; */
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 400;
    color: #3a3a3a;
}

.pricing-calculate-body {
    padding: 40px;
}

#pricing-calc-author-icon-container {
    padding-bottom: 20px;
}

#pricing-calc-author-icon-container .icon-user {
    color: #0078ba;
    font-size: 100px;
    margin: 0 5px 5px 0;
}

p.pricing-calculate {
    font-family: "Helvetica Neue", Helvetica, arial;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
    /* color: #fff; */
}

p.pricing-calculate-help {
    font-family: "Helvetica Neue", Helvetica, arial;
    font-size: 18px;
    font-weight: 400;
    /* color: #fff; */
}

.pricing-calculate-body .icon-ok {
    color: #00DA5E;
}

.pricing-calc-slider-container {
    margin-bottom: 60px;
    width: 85%;
}

.pricing-calculate-container .ui-slider {
    cursor: pointer !important;
}

.pricing-calculate-container .ui-slider:hover {
    background: #fff !important;
}

.pricing-calculate-container .ui-slider-range {
    background: #a1c8e8 !important;
}

.pricing-calc-slider-container .ui-slider-handle {
    background: #0078ba;
    height: 48px;
    width: 44px;
    top: -.72em;
    cursor: pointer;
    border: 0;
    font-size: 25px;
    font-weight: 600;
    color: #eee;
    text-align: center;
    line-height: 2;
    border-radius: 11px;
    letter-spacing: -0.1em;
}

.pricing-calc-slider-container .ui-slider-handle:hover {
    background: #006fab;
}

#pricing-calc-items, #pricing-calc-items-cost {
    background: #c7c7c7;
    padding: 8px;
}

.pricing-calc-slider span {
    background: #006FAB;
    margin-top: -2px;
    height: 12px;
    float: left;
    width: 8.33%
}

.pricing-calc-slider-arrow {
    font-size: 40px;
    font-weight: 200;
    background: #252525;
    width: 40px;
    padding: 10px 5px;
}

/** Institutional PAGE */
.pricing-contact-section .contact-btn {
    display: block;
    color: #fff;
    background: #b9305f;
    margin-bottom: 10px;
    padding: 14px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.pricing-contact-section .contact-btn.raised {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.pricing-contact-section .contact-btn:hover {
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.1s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.56);
}

.pricing-contact-section .help-block {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.cost-comparison {
    background: #daf2ff;
    padding: 75px 0 40px;
}

.cost-comparison .span6 > * {
    float: left;
}

.cost-subline {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35em;
}

.cost-text h1 {
    font-size: 43px;
    color: #0078ba;
    font-weight: 500;
    margin: 0 0 17px;
}

.cost-icon {
    width: 25%;
}

.cost-image {
    margin: 20px 12px 0;
    float:right;
    display: block;
}

.cost-image img {
    width: 100%;
}

.comparison-button,
.cost-image {
    width: 97%;
}

.cost-text {
    margin-left: 6%;
    width: 63%;
}

.comparison-button {
    border-color: #e5e5e5;
    box-sizing: border-box;
    font-size: 1.4em;
    background-color:#0078ba;
    color: #ffffff !important;
    margin: 27px 0 0 12px;
    padding: 15px 0;
    border: 0;
}

.comparison-button:hover {
    background: #006da7;
}

.cost-comparison .icon-chevron-right {
    margin-left: 3px;
}

.free-apc-pricing-celebration {
    font-size: 16px;
    margin-top: 5px;
}

.pricing-journal-icon {
    width: 34px;
    margin: -7px 13px 0 0;
    display: inline-block;
}

.pay-once-title.new-journal {
    padding-top: 36px;
}

.pricing-more-links > a {
    text-decoration: underline;
}

.pricing-more-links {
    line-height: 1.3em;
}

.chem-indexed-list span:not(:last-of-type):after {
    content: " - ";
}

/* AIM Updates */

.section-title,
.section-benefit-title {
    font-weight: 500 !important;
    font-size: 1.6em !important;
    color: #0078ba !important;
}
.section-benefit-title {
    color: #484848 !important;
}
.section-tagline {
    font-size: 1.2em;
    font-weight: 400;
    display: none;
}
.peerj-points li {
    margin-bottom: 10px;
}
#institution-faq .accordion-toggle {
    margin-bottom: 0;
    text-decoration: none;
}
.quote {
    font-style: italic;
    line-height: 1.4em;
    font-size: 1.4em;
    font-weight: 400;
}

/* AIM Updates END */

@media (min-width: 544px) {
    .pricing-header-lead h1 {
        font-size: 42px;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .mobile-header-margin {
        margin-bottom: 0;
    }

    .pay-once-title {
        font-size: 22px;
    }
    .cost-comparison {
        padding: 84px 0 75px;
    }
    .cost-image {
        margin: 0;
        float: right !important;
        width: auto;
    }
    .comparison-button {
        width: 100%;
    }
    .cost-text {
        margin-left: 6%;
        width: 69%;
    }
    .pricing-right-col {
        float: right;
    }
}

@media (max-width: 768px) {
    .pay-once-title .visible-phone {
        display: inline !important;
    }
}

@media (min-width: 980px) {
    .pricing-header-margin  {
        margin-left: 10px;
    }

    .pricing-header-left {
        display: block;
    }

    .pay-once-title {
        font-size: 25px;
    }
}
/*Header*/
.article-status-header {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    padding: 12px 0 0 0;
    background: #edf8fd;
    color: #252525;
    box-shadow:inset 0px 0px 10px #C1E8FA;
}

.submission-progress-container h2 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 0;
}
.submission-progress-container a {
    text-decoration: none;
}

.submission-progress-container h2 small {
    font-weight: 200;
}

.peerj-submission-pager a {
    text-decoration: none !important;
}

.article-status-help-block {
    margin-bottom: 0;
}

.article-status-help-block span {
    margin-left: 40px;
}

.submission-title {
    color: #484848;
}

span#journalTitle {
    margin-left: 0px;
}

.actions-type-content {
    margin-left: 10px;
}

.actions-type-content span {
    color: #E00000;
}

.controls input[type="radio"] {
    float: left;
    margin-right: 5px;
}

.manuscript-validation-section {
    margin-bottom: 55px;
}

.manuscript-validation-section.submission-check {
    margin-bottom: 15px;
}

.manuscript-validation-section h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

.article-summary-box {
    background:#fffaeb;
    padding:17px 20px 20px;
    font-weight:400;
}

.article-summary-box h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -5px;
}

.article-summary-box h2:first-of-type {
    margin-top: 0;
}

.technical-changes-title {
    color: #bf8f00;
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin: 6px 0 13px;
}


/** lists */
ul.leadh2 li {
    line-height: 1.4;
    margin-bottom: 8px;
}

.submission-purple {
    color: #cd03d5;
}
.submission-orange {
    color: #e79129;
}
.submission-check-title {
    font-size: 20px;
    margin: 0 0 14px !important;
    font-weight: 500;
}
.submission-check-iframe {
    border:2px solid #e79129;
    width: 100%;
    height: calc(100vh - 128px);
}
.submission-checklist-container {
    background: #fce6fc;
    font-size:16px;
}
.submission-checklist-section {
    font-size: 15px;
    padding: 4px 0 2px;
    display: inline-block;
}
.submission-payment-confirm-container {
    font-size:16px;
}
.submission-checklist-container,
.submission-payment-confirm-container {
    padding: 1rem 1.4rem .4rem;
}

.review-pdf-notifications {
    padding: 12px 19px 6px;
    background: #f8f8f8;
    margin-top: 13px;
}

.review-pdf-notifications p {
    margin-bottom: 2px;
}
.review-pdf-notifications label {
    font-size: 16px;
}

ul.submission-checklist {

}
ul.submission-checklist li{
    margin-bottom: .8rem;
    display:flex;
    line-height:1.3rem !important;
    cursor: pointer;
}

ul.submission-checklist li i, ul.submission-checklist li i {
    margin-top:0px; margin-right:0.6rem;
    flex: 0 0 20px;
}

ul.submission-checklist span {
    color: #a9a9a9;
}

ul.submission-checklist .task-completed {
    /* disabled green updating of checks
    color: #1CA828; */
}

.checkbox-progressbar {
    margin-bottom:8px !important;
}

.manuscript-validation-section .submission-checklist > li {
    color: #484848;
    font-weight: 500;
    cursor: pointer;
}

.manuscript-validation-section .submission-checklist > li:hover,
li.final-check-ticked,
li.final-check-ticked i {
    /* color: #009731 !important; */
    color: #cd03d5;

}


/** Steps to complete */
.section-disabled {
    opacity: 0.3;
}

.step-heading {
    color: #000;
    font-weight: 400;
}

.submission-check-emphasis {
    font-size: 18px !important;
    font-weight: 500;
}

#preprintInquiryModal label {
    font-size: 13px;
    line-height: 19px
}

.infobox-checklist .icon-popup {
    font-size: 16px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

/* remove rollovers on infobox button examples */
.edit-demo1 {
    background:#faa732 !important;
    color:#333 !important;
    cursor:default !important;
}
.edit-demo2,
.edit-demo3 .btn {
    background:#f5f5f5 !important;
    color:#333 !important;
    cursor:default !important;
}
/* end */

.popover-content {
    padding: 16px;
    color: #484848;
    font-size:16px;
    line-height:1.4em;
}

.popover-title {
    font-weight: bold;
    color: #484848;
    padding:10px 20px;
}

.help-block .popover span {
    font-weight: 500;
    color: #da7634;
}

.help-block .popover {
    line-height: 1.7em;
    font-size:15px;
    width:470px;
}

.submission-page-title {
    border-bottom: 1px solid #dfdfdf;
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 13px;
    padding-bottom: 6px;
    margin-top:2px;
}

#markupTitle,
#markupAbstract {
    margin-top: 30px;
    display: inline;
}

.important-text {
    color:#cb4e01;
}

body p,
body #wrap li {
    /* color:#484848; Removed to fix darkmode dark text in submission system */ 
    line-height: 1.5em;
}

#article-authors {
    font-size: 13px;
    color:#484848;
    margin:30px 0 50px 0;
}

#article-authors td {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-top: 30px;
}

#article-authors td:first-of-type {
    padding-top: 20px;
}

#article-authors thead tr th {
    font-weight: 400;
    padding-bottom: 15px;
}

.numberCircle {
    background: #1e79b5;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: 20px;
    line-height: 1.09em;
    padding: 7px;
    text-align: center;
    width: 20px;
}

.tDnD_whileDrag .numberCircle,
.order-saving .numberCircle {
    color: transparent !important;
}

table.order-saving {
    opacity: 0.5;
}

.article-author-name .author-name {
    display: inline-block;
    font-size: 16px;
}

.btn-clear {
    background:none;
    border:none;
}

.author-col-author {
    width:48%;
}

.author-col-status {
    width:22%;
}

.author-col-actions {
    width:160px;
}

.icon-name-mismatch-warning {
    color: #f7a815;
}

/* AUTHOR & FILE LIST */

.drag-cell {
    cursor: move; /* ns-resize? */
}

.drag-cell:hover {
    background: #efefef;
}

.drag-cell .drag-arrow {
    font-size: 33px;
    margin-left: 8px;
    display: block;
    color: #d8d8d8;
}

.drag-cell:hover .drag-arrow,
.tDnD_whileDrag .drag-arrow {
    color: #1e79b5;
}

.icon-up-arrow::before {
    content: "\f0d8";
}

.icon-down-arrow::before {
    content: "\f0d7";
}

/* NEW INFO ICON */
.icon-info-sign::before {
    content: "\e604";
    font-size:22px;
    color:#c8c8c8;
}

.questiontooltip span {
    display: inline-block;
    line-height: normal;
}


/* FILE LIST ONLY */

.peerj_file_reorder_td.drag-cell .drag-arrow {
    font-size: 19px;
}

.peerj-paper-well {
    padding: 15px 21px 4px;
}

.peerj-paper-form .help-block {
    font-size:15px !important;
    line-height: 1.5em !important;
    margin: 0 !important;
    font-weight: 300 !important;
}

legend {
    margin-bottom:0;
}

.peerj-paper-form legend {
    text-indent:0;
    padding:17px 35px 16px 27px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.peerj-paper-form form {
    margin:0;
}

.paper-blue legend {
    background: #1e79b5;
}

.paper-blue form {
    /* background:#e7f1f8; */
}

.legacy-b2-wrap .peerj-paper-input-group {
    padding: 29px 35px 31px 27px;
}

#peerj-primary-container,
#peerj-supplemental-container,
#peerj-rebuttal-container {
    margin-top: 20px;
    margin-bottom: 45px;
}

.paper-keyword-form {
    margin-top:30px;
}

.article-author-invitation-text.confirmed,
.article-removed-author-invitation-text.confirmed,
.article-author-change-request-text.confirmed {
    color:#239700;
}

.article-author-invitation-text.invited,
.article-removed-author-invitation-text.invited {
    color:#d46900;
}

.article-author-invitation-text.declined
.article-removed-author-invitation-text.declined {
    color:red;
}

.peerj-paper-form legend span {
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15em;
    margin-bottom:1px !important;
    display:block;
}

.peerj-paper-form legend p {
    color:#fff;
    font-size:16px;
    margin-left:27px;
}

.peerj-paper-well h2 {
    color: #226bbf;
    margin-bottom: 9px;
    font-size: 23px;
}

/* this stops the author edit details text input boxes going skewiff between 980 and 1200 */
.peerj-paper-input-group .controls {
    margin-left:0;
}

.infobox-checklist li {
    list-style: outside none none;
    padding: 0 20px 0 43px;
    letter-spacing: 0.01em;
    line-height: 1.45 !important;
    margin: 0 0 20px;
}

ul.infobox-checklist{
    font-weight:300;
    margin:24px 0 0 0;
}


.infobox-checklist .icon-tickcircle,
.infobox-checklist .icon-info4 {
    color: #c8c8c8;
    font-size: 24px;
    margin-left: -42px;
    margin-top: 1px;
    position: absolute;
}

.infobox-checklist li ul {
    margin-left: 10px;
}

.infobox-checklist li li {
    padding: 0 !important;
    margin-top: 10px;
}
.infobox-checklist li li i {
    margin-right: 8px;
}
.infobox-text {
    padding: 5px 0 5px 2px !important;
}

.peerj-modal-body .icon-tickcircle {
    color:#cbcbcb;
}

.peerj-modal-body .active .icon-tickcircle {
    color: #ffffff;
}

.infobox-checklist .icon-info4 {
    font-size: 26px;
}

.leadh2 {
    font-size: 15px;
}

.add-help-text {
    cursor: pointer;
    color: #348EDA;
    font-style: italic;
}

.theme--dark .add-help-text {
    color: #8b9dff;
}

.form-preview {
    font-size: 11px;
    margin-bottom: 2px;
    color: grey;
    letter-spacing: 0.04em;
}

#owner-setting-form label.disabled {
    color: #999 !important;
}

.author-criteria-popup div {
    color: #ffffff !important;
}

@media (min-width: 980px) {
    #article-authors {
        font-size: 15px;
    }

    .peerj-paper-well {
        padding: 22px 27px 11px;
    }

    .peerj-paper-well h2 {
        font-size: 23px;
    }

    .leadh2 {
        font-size: 16px;
    }
}

.price-subline {
    font-weight: 300;
    display: block;
    font-size: 17px;
}

.peerj-price .col1, .peerj-price .col2, .peerj-price .title, .peerj-price i {
    font-weight: 500;
    background: #0997da !important;
    color: #fff !important;
}

.benefits-table {
    font-size: 16px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 15px;

}

.nogutter {
    margin: 0 !important;
}

.table th, .table td {
    padding: 23px 25px 8px;
    line-height: 1.45em;
    vertical-align: top !important;
    table-layout: fixed;
}

.table th {
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    padding: 17px 25px;
    vertical-align: bottom !important;
    line-height: 1.23em;
}

.feature-row {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-row .caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #b7b7b7;
    margin-left: 11px;
    margin-top: 11px;
}

.feature-row:hover .caret {
    border-top-color: #5e5e5e;
}

.row-open .caret {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 10px;
}

.title {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3em;
}

.feature-row:hover .title {
    color: #008bcd;
}

.title.comparison {
    color: #484848;
}

.col1 p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: 400;
}


.feature-description {
    padding-bottom: 15px;
}

.col1 {
    width: 74%;
}

.col2 {
    width: 8%;
    font-size: 18px;
}

.col3 {
    width: 18%;
    font-size: 18px;
}

.rating-none-rare {
    color: #ef4036;
}

.rating-few {
    color: #f7941e;
}

.rating-some {
    color: #1aa297;
}

.icon-tickcircle {
    font-size: 30px;
    color: #0997da;
    margin-left: 6px;
}

.comment-icon-button {
    font-size: 21px !important;
    margin-left: 7px !important;
}

.details-toggle {
    font-style: normal;
    font-size: 17px;
}

.benefits-table-endtext {
    padding: 0 0 15px 0;
}

.journal-detail-cell {
    padding-left: 0 !important;
}


@media only screen and (min-width: 978px) {
    .title {
        font-size: 21px;
    }
}