/*
	Styles based on
	99Lime.com HTML KickStart by Joshua Gatcke
	with customizations by Thomas J.M. Burton
	style.css
*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "SourceSansProSemiBold", arial, helvetica, sans-serif;
font-weight:normal;
}
h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.25em;
}
body,
thead th,
tbody th{
font-family: "SourceSansProRegular", arial, helvetica, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.current-step {
font-family: "SourceSansProSemiBold", arial, helvetica, sans-serif;
font-weight:normal;
}

.menu{
font-family: "SourceSansProRegular", arial, helvetica, sans-serif;
}

blockquote{
font-family: "SourceSansProLight", arial, helvetica, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#efefef;
/*font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;*/
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#container {
	min-height:10em;
}


#footer{
text-align:center;
padding:2em 0 0;
margin:0;
border-top:1px solid #ddd;
font-size:1em;
position: relative;
width:100%;
background:#fff;
}

	#link-top{
	display:none;
	}
	
/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#fff;
color:#333;
z-index:1000;
box-shadow:0px 2px 4px rgba(0,0,0,0.40);
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}
	
	.navbar span{
	color:#86dc00;
	}
	
	
	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}
	
		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}
		
		.navbar li a{
		display:inline-block;
		color:#777;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}
		
.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}
	 
#mc_embed_signup{
padding:30px 0;
}

#ui-preview {
	border:5px solid #ddd;
	margin:30px 0;
	display:block;
}

/*---------------------------------
	Custom Styles
-----------------------------------*/
header {
	text-align:center;
}
.required-mark {
	color: #f00;
	font-weight: bold;
}
.tab-content h2 small {
	font-size: .4em;
	font-weight: 200;
}
#rvgs_survey .notice.error {
	background: rgb(255, 234, 238);
	border-left-width: 10px;
}
.survey-list {
	font-size:2em;
}
.survey-list li {
	margin:0;
	padding:0;
}
.survey-list fieldset {
	font-size:0.5em;
	margin:0 0 1em;
}
fieldset textarea {
	height:9.56em;
	width:100%;
}
footer {
	text-align:center;
}
footer .logo {
	height:75px;
}
footer h2 {
	font-size:1.4em;
}
footer .contact-info {
	width:100%;
	margin:2em 0 0;
	padding:2em 0;
	background : rgba(174, 174, 174, 1);
}
footer .contact-info h3 {
	color:#fff;
	font-size:1.7em;
}
footer .contact-info a {
	color:#fff;
}
footer .contact-methods p {
	margin:0;
}
footer .contact-phone {
	font-size:1.2em;
}
footer .tagline {
	text-align: center;
}

#rvgs_survey .submit-form {
	text-align:center;
	padding:0 0 3em;
}

#rvgs_survey fieldset fieldset {
	background:#f9f9f9;
}
#rvgs_survey fieldset fieldset legend {
	font-weight:bold;
	background:#fcfcfc;
}
#rvgs_survey fieldset fieldset .column {
	margin: 0;
}
#rvgs_survey legend.error {
	border-color: #f00;
	color:#f00;
}
#rvgs_survey legend.error::before {
	content: "\f071";
	font-family: "FontAwesome";
	font-weight: normal;
	color:#f00;
	display: inline;
	margin: 0 .5em 0 0;
}
#rvgs_survey .error-message {
	color: #c00;
	font-style: italic;
}

.nav-header hgroup {
	display:block;
	width:50%;
}
.nav-header .logo {
	background-position: left center;
	height: 38px;
	margin: 0.8em 1.3em 0;
	width: 20%;
}
.nav-header h1,
.nav-header h2 {
	font-size: 1.3em;
	float:left;
}
.nav-header h2 {
	line-height: 1;
	margin: 1em 1.3em;
}
.main-section {
	padding-top:5em;
}
.main-section aside {
	margin-top:35px;
}
.current-step {
	color:#50B1FE;
}

#add-csr fieldset {
	margin:0;
}

/* Star Ratings */
.star-ratings {
	display: flex;
	flex-direction: row-reverse;
}
.star-ratings input[type=radio]:checked ~ label:after {
  content: "\2605";
  color: rgb(0, 174, 239);
}
.star-ratings input[type=radio] {
  display: none;
}
.star-ratings input[type=radio]:first-child + label {
  padding-right: 0;
}
.star-ratings:hover input[type=radio]:checked ~ label:after,
.star-ratings label:after {
  color: rgb(175, 175, 185);
  content: "\2606";
}
.star-ratings label {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  align-self: flex-start;
  width:20%;
}
.star-ratings label:after {
  font-size: 40px;
  display: block;
  margin: 0 auto;
  content: "\2606";
  height: 40px;
  width: 40px;
  transition: all 0.25s;
  color: rgb(175, 175, 185);
}
.star-ratings label:hover:after {
	transform: scale(1.25);
	transform-origin: center;
}
.star-ratings label:hover:after,
.star-ratings label:hover ~ label:after {
  content: "\2605" !important;
  color: rgb(121, 203, 234) !important;
}
#completion-content {
	text-align: center;
}
#completion-content p {
	max-width: 33em;
	margin: .5em auto 1em;
}
#completion-content #comment {
	display: block;
	width: 33em;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255,.3);
	border: none;
	box-shadow: none;
	padding: 1em;
	font-style: italic;
}

/* Filter and Search Controls */
#filter-stats fieldset,
#search-responses fieldset {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


/* CSR Account Table Styles */
tr.inactive {
	color: #999;
}

/* Special styles for indicating record edits */
.record-updated td {
	background-color: #DDF9C0;
}


/* Modal Edit form */
#edit-csr {
	width:50%;
	width:50vw;
}

/* Dashboard Styles */
.result-summary thead th {
	text-align: center;
}
.result-summary th .stars {
	display: block;
	font-size: 1.8em;
}
.result-summary th .stars .empty {
	color: #999;
}

/* Custom Form Elements */
.toggleswitch-labeled {
	display: inline-block;
}
.toggleswitch-labeltext {
    display: inline-block;
    vertical-align: middle;
}
.toggleswitch {
    display: inline-block; position: relative; width: auto; vertical-align: middle;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.toggleswitch-checkbox {
    display: none !important;
}
.toggleswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 30px;
}
.toggleswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.toggleswitch-inner:before, .toggleswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: inherit; font-weight: bold;
    box-sizing: border-box;
}
.toggleswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #50B1FE; color: #FFFFFF;
    text-align: left;
}
.toggleswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.toggleswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 55%;
    border: 2px solid #999999; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
}
.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-inner {
    margin-left: 0;
}
.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-switch {
    right: 0px; 
}

/* Survey Generator Form  */
#master {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: baseline;
}
#master label {
	width: 5em;
	text-align: right;
}
#master label[for="csr_id"], #master #csr_id {
	margin-bottom: 1em;
}

.radio-item {
	display: inline-block;
	padding: .25em .5em;
	transition: all .25s ease-in-out;
	border: 1px solid #ccc;
	box-shadow: inset 0px 1px 6px #ccc;
	border-radius: 5px;
	background: linear-gradient(rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
}
.radio-item:where(:hover, :focus-visible) {
	background: linear-gradient(rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
}
.radio-item * {
	cursor: pointer;
}



@media screen and (max-width: 1280px) {
	#overview .notice {
		padding: 10px 20px;
		font-size: 3em;
	}
	.result-summary th .stars {
		font-size: 1em;
	}

}