/* @override 
	https://uncc.surveyshare.com/css/main.css */

body, html { 
  margin: 0; 
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  background: repeating-linear-gradient(
    45deg,
    #322755, 
    #322755 10px,
    #362a5e 10px,
    #362a5e 20px
  );
  color: #444;
  /* overflow: hidden; */
  width: 100%;
}

#controls a {
	margin-bottom: 5px;
}

#main { 
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 50px;
}

input, textarea {
	font-family: "Roboto Slab";  
}

h1, h2, h3, h4, h5, h6 {
	color: #322755;
	font-family: "Roboto Slab"; 
	font-weight: normal;
}

h1 { 
  font-size: 38px;
}

#main h2:first-of-type {
	margin-top: 0px;
	font-size: 35px;
}

h2, #manage_settings h2.h3_when_combined {
  font-size: 30px;
  margin-top: 20px;
  border-bottom: 2px solid rgba(50, 39, 85, .1);
  padding-bottom: 20px;
}

#manage_settings div.section {
	margin-bottom: 0px;
}

#manage_settings h2.h3_when_combined {
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.float-left {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}

.float-right {
  float: right;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 30px; 
}

div.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

label {
  margin-right: 20px;
  font-weight: bold;
}

#footer {
  color: rgba(255,255,255,.6);
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover { 
  text-decoration: underline;
}

#manage_settings #cke_survey_opening, #manage_settings #cke_survey_closing {
  width: 100% !important; /* why does this need to be important? */
}

#cint_dialog {
  margin-bottom: 20px;
}

.copyright {
  font-size: 12px;
  text-align: center;
}

div.organize-block {
  margin-bottom: 20px;
}

div.organize-container a {
  margin-bottom:4px;
}

.nav li i {
  display: none;
}

nav {
  background: #f7c512;
  height: 40px;
  clear: both;
}

#survey_logo div.center_layout {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
}

nav ul {
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}

#manage_settings div.section{
  background: #ddd;
  border-radius: 5px;
  padding: 20px !important;
}
 
div.g-recaptcha{
  margin-bottom: 20px;
} 
 
nav ul li {
  color: grey;
  padding: 4px 14px 0px;
  margin: 0px -6px 0 0px;
  position: relative;
  float: left;
  text-align: center;
  z-index: 1;
  margin-top: -10px;
}

nav ul li a {
  padding: 10px;
  display: block;
  background: none;
  color: #000;
  text-decoration: none;
}

div.organize_block a.button {
  top: 2px;
  position: relative;
  margin-right: 2px;
}

div.organize_block input {
  border-radius: 3px;
  padding-top: 6px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

div.organize_block form.survey_search_form {
  margin-right: 4px;
}

nav ul li a:hover {
  color: #f9f9f9;
  background: #322755;
  text-decoration: none;
}

nav ul li.active a:hover {
  color: #000;
  background: none;
}

nav ul li a i {
  padding-right: 2px;
}

nav ul li a i.fa-users {
  padding-right: 5px; 
}

nav ul li.active a {
  color: #000; 
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  top: 0px;
}

nav ul li.active::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px; left: 0;
    width: 70%;
    height: 100%;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
         -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
    background-color: inherit;
    z-index: -1; 
}

nav ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px; right: 0;
    width: 70%;
    height: 100%;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
            transform: skewX(20deg);
    background-color: inherit;
    z-index: -1;
}
nav ul li.active {
    color: orange;
    z-index: 10;
}
nav ul li.active::before,
nav ul li.active::after {
    background-color: #f9f9f9;
    border-bottom-color: #f9f9f9;
}

div.big-twitter-bird {
  font-size: 140px;
  margin-right: 20px;
  float: left;
  color: #00aced;
}

h2 span.surveyname {
  font-weight: bold;
}

/* Form Styling */

input[type=text], input[type=password]{
  background: #e0e0e2; 
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
}

input[type=submit] {
  background: #e0e0e2; 
  border: 0px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
 
a.button, input.submit, input.button, button.button {
  font-weight: normal; 
  background: #322755;
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  outline: none;
  border: none;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
}

div.survey form input.submit {
  background: #322755;
} 

#cds-tabs ul {
  list-style-type: none;
  padding-left: 0px;
  background: #f7c512;
  color: #000 !important; 
}

a.button:hover, input.submit:hover, button:hover, input.button:hover, .button:hover, a.button.active {
  background: #6b5b9e;
  text-decoration: none; 
  cursor: pointer;
}

table.report tr.header i.fa-close {
  color: #bb0303;
}

table.report i.fa-close {
  color: #ff0101;
}

.button.delete, .button.cancel {
  background: #bb0303;
  color: #fff !important;
}

.button.delete:hover, .button.cancel:hover {
  background: #ff0101;
  color: #fff !important;
}
 
h2 a.button {
  position: relative;
  top: -4px;
}

h2 a.button:first-child {
  margin-left: 40px;
}

a.smallbutton, input.smallbutton, button.smallbutton {
  padding: 8px 10px; 
}
 
a.tinybutton, input.tinybutton, button.tinybutton {
  padding: 2px 8px 2px 4px;
  font-size: 13px;
  background: #757373;
  color: #fff;
}

input.number {
  width: 50px;
}

.tinybutton.icononly {
  padding-right: 4px;
}

a.button.results {
  width: 130px;
  text-align: center;
}

div.progress-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pagination a:hover {
  background: #4a44dd;
}

input.button.on, input.button.primary, input.primary, a.button.primary, a.smallbutton.primary, button.button.primary {
  background-color: #41a500;
}

input.button.on:hover, input.button.primary:hover, a.button.primary:hover, a.smallbutton.primary:hover, button.button.primary:hover {
  background-color: #58c810;
  color: #fff !important; 
}

input.button.on, input.button.secondary, input.secondary, a.button.secondary, a.smallbutton.secondary, button.button.secondary {
  background-color: #1b8eb0;
}

input.button.on:hover, input.button.secondary:hover,  a.button.secondary:hover, a.smallbutton.secondary:hover, button.button.secondary:hover { 
  background-color: #32b7de;
  color: #fff !important; 
}

ul.survey-options {
  list-style-type: none;
  padding-left: 0px;
}

ul.survey-options li {
  margin-bottom: 10px;
} 

ul.survey-options a {
  width: 200px;
  text-align: center;
}
 
.clearfix {
  clear: both;
}

/* Admin Styles */

html body pre.admin_report_footer {
  margin-top: 100px;
}


/* Common */

#has_rounded_corners, .corner {
  border-radius: 20px;
}

.templates_category_create {
  float: left;
  max-width: 250px;
  margin-right: 40px;
}
 
.templates_category_create ul {
  padding-left: 20px;
}

div#survey_logo {
  padding: 12px 4px 4px 20px; 
  height: auto;
  float: left;
  width: 100%;
  clear: both; 
}

div#header_logo {
  float: left;
  padding-top: 14px;
  padding-left: 5px;
  margin-top: 8px;
}

div#header_logo {
  background: url("/images/sslogo3.png") top left no-repeat;
  background-size: 40px 30px;
  background-position: 0px 17px;
  padding-left: 45px;
}

div#header_logo a {
  color: #fff;
  font-size: 30px;
  text-transform: lowercase;
  font-weight: normal;
  text-decoration: none;
}

div#header_logo a:hover {
  text-decoration: none;
}

div#header_logo a span.first {
  color: #fedb16;
} 

div#motto_logo {
  padding-right: 10px;
  padding-top: 25px;
  float: right; 
  color: rgba(255,255,255,.4);
  font-size: 13px;
}

div#motto_logo a {
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

div#motto_logo a:hover {
  text-decoration: underline;
} 

div#motto_logo a i {
  padding-right: 5px;
}

ul.point-list {
  list-style-type: none;
  padding: 0px;
}

ul.point-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #84ba84; 
  font-size: 20px;
}

div.pricing p.price {
  margin-top: 40px;
  margin-bottom: 30px;
}

div.pricing p.price span {
  background: rgba(255,255,255,.5);
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
}

ul.point-list li {
  margin-bottom: 10px;
}

ul.point-list li li {
}
  
ul.point-list li ul {
  margin-top: 10px;
}
  
ul.point-list li ul li:before {
  content: "";
}
 
ul.features {
  list-style-type: none;
  padding-left: 0px;
}

table.features tr.header td.account {
  font-weight: bold;
}

i.fa-check {
  color: #00af06;
  font-size: 20px; 
  position: relative;
  top: 3px;
}

table.features td.text {
  background-color: #93e595;
  font-weight: bold;
}

ul.features li i.fa-check {
  margin-right: 10px;
}

ul.features li {
  padding-bottom: 10px;
}

a.navbar-brand {
  display: none;
}

div#links li.active a, div#links li:hover a {
  color: #000000; 
}

div#links a:hover:after, div#links li.active a:after {
  content: "";
  display: block;
  border: 12px solid #2a1867;
  border-bottom-color: #fedb16;
  position: absolute;
  bottom: 31px;
  left: 50%;
  margin-left: -12px;
}

p.reasons {
  margin: 0px;
  font-size: 14px;
}

a.closebar {
  color: #fff;
  font-size: 12px;
}

p.reasons .separator {
  padding-left: 10px; 
  padding-right: 10px;
}

div#upgrade_now {
  background-color: #3183b3;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}

.nomargin {
  margin: 0px;
}

div#upgrade_now h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
}

div#upgrade_now a.button i {
  padding-right: 5px;
}

div#upgrade_now li {
  float: left;
}

/* Pricing Page */

div.pricing {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  z-index: 90;
} 

.survey_search_form {
  float: left;
}

div.survey_bulk_options {
  border: 5px solid #f7c512;
  margin-top: 20px;
  padding: 10px;
}

div.survey_bulk_options select {
  margin-right: 40px;
}

div.survey_bulk_options h4 {
  margin-top: 0px;
}

div.survey_bulk_options input, div.survey_bulk_options button {
  padding: 3px 10px;
}

div.pricing .inner {
  background: #f5e19a;
  text-align: center;
  padding: 20px;
  border: 10px solid #f5edd0;
}

div.pricing .inner h2 {
  background: #f7c512;
  color: #fff;
  font-weight: normal; 
  padding: 10px;
  font-size: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 0px;
}

div.pricing.yearly .inner h2 {
  margin-bottom: 0px;
}

div.pricing.yearly .inner div.best-value {
  background: rgba(255,0,0,.8);
  color: #fff;
  font-weight: normal; 
  padding: 5px;
  font-size: 14px;
  margin-left: -30px;
  margin-right: -30px;
  text-transform: uppercase;
  position: relative;
}

/* Templates */

div.template_list {
  float: left;
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}

div.template_list ul {
  padding-left: 20px;
}

/* Icons */

a.design-option {
  padding-right: 20px;
}

i {
  padding-right: 3px;
}

.fa.fa-star.starred_indicator {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.fa.fa-star.inactive {
  color: #bbb;
}

.fa.fa-star.active {
  color: #f7c512;
}

form.label_std label {
  width: 100%;
  font-weight: bold;
  float: left;
}

ul.label_std label {
  float: left;
  width: 250px;
  text-align: right;
  padding-top: 7px;
}

ul.label_std input {
  width: 400px;
}

form.label_std input {
  width: 100%;
  max-width: 500px;
}


form.label_std textarea {
  height: 100px;
  width: 100%;
}


/* Survey Design Tips */

span.steps:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #268a26; 
  text-shadow: none; 
}

span.steps {
  font-weight: bold;
}

ul.survey-steps {
  list-style-type: none;
  padding: 0px;
  float: left;
}

ul.survey-steps li {
  float: left;
  margin-top: 10px;
} 

ul.survey-steps li a {
  margin-right: 10px;
  color: #fff;
  background: #322755;
  padding: 10px 20px;
  border-radius: 2px;
  text-decoration: none;
  display: block;
}

ul.survey-steps li a:hover { 
  background: #f7c512;
  color: #000;
}

/* Other stuff */

div.survey_link {
  background: #f5e19a;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  margin-bottom: 30px;
}

div.register {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  padding: 6px 6px 6px 16px; 
  border: 1px solid #ff7f00;
  background-color: #ffe0c0;
  margin-bottom: 10px;
  width: 500px;
  text-align: center;
}

div.register:hover {
  background-color: #ffc0a0;
}

div.gopro {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
  padding: 6px 6px 6px 40px; 
  border: 1px solid #ff7f00;
  margin-bottom: 10px;
  background: #ffe0c0 url(/images/icons/gopro.png) 4px 0 no-repeat;
}

div.footer_item {
  float: left;
  margin-left: 20px;
}

div.section {
  margin: 4px 4px 4px 0px;
  padding: 6px 10px 4px 10px;
}

#manage-settings div.section {
  padding: 0px;
}

div.section h2 {
  font-size: 14px;
  margin: 0;
  padding: 2px 2px 0 2px;
  border: 0;
}

div.section h3 {
  font-size: 14px;
  margin: 0;
  padding: 2px 2px 0 2px;
  border: 0;
}

div.footnote {
  font-size: 10px;
  color: #666666;
}

div.organize_container {
  position: relative;
  margin-top: 10px;
}

p.organize_text {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 0px;
}

div.dropbox {
  line-height: 18px;
  display: none;
  overflow: auto; 
  height: 200px; 
  width: 140px; 
  padding: 8px 6px;
  position: absolute;
  text-align: left;  
  left: 290px;
  background: #322755;
  font-size: 14px;
  border-radius: 4px;
}

div.dropbox{
  color: #fff;
}

div.dropbox a {
  color: #fff;
  font-weight: normal;
}

div.label {
  display: inline-block; 
  border: 1px solid #ccccff;
  background-color: #ddddff;
  padding: 2px 2px 2px 2px;
  margin-right: 2px;
  font-size: 10px;
}

ul.simple {
  list-style-type: none;
  padding: 0;
  margin: 8px 4px 16px 12px;
}

ul.simple li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}

ul.simple img {
  vertical-align: text-bottom;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tabs li {
  display: inline;
  float: left;
  font-weight: bold;
  padding: 4px 4px 4px 4px;
  margin: 4px 2px 4px 0px;
  background-color: #dddddd;
  border: 1px solid #aaaaaa;
}

ul.tabs li:hover {
  background-color: #eeeeee;
}

ul.tabs li.active {
  background-color: #bbbbbb;
}

/**
 * general setup 
 */
td {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  vertical-align: center;
}

a > img {
  border: 0; 
  vertical-align: text-top;
}

a {
  text-decoration: none;
  outline: none;
  color: #4040c5; 
  font-weight: bold;
}
 
a:hover {
  text-decoration: underline
}

br.clear {
  clear: both; 
}

form {
  padding: 0;
  margin: 0;
}

.tip {
  font-size: 10px; 
  display: block; 
  margin-left: 10px;
}

textarea.tall_wide {
  width: 100%;
  height: 250px;
}

/* http://dev.surveyshare.com/survey/emails/type_contacts */
textarea {
  background: #e0e0e2; 
  border: 0px;
  padding: 20px;
  font-size: 16px;
}

.progressbar {
   margin-top: 10px;
   height: 20px !important;
   background: #eee !important;
}

td.instructions-preview {
  padding: 20px;
  background: #eee;
}

table.settings tr td:first-child {
  width: 180px; 
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 10px;
}

.very-small {
  font-size: 8px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block; 
}

/* hook for jquery corner class */
.corner {}

/**
 * Report Stuff
 */
table.report {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
}

table.report a {
  text-decoration: none;
}

table.report tr.header {
  background-color: #f8ce3d;
  text-align: left;
  font-weight: bold;
  color: #000;
}

table.report tr.pagination {
  color: #000;
} 

span.pagination-text {
  margin-right: 10px;
  font-weight: bold;
}

.pagination a {
  padding: 2px 6px;
  margin-right: 5px;   
  background-color: #322755;
  color: #fff !important;
}

.pagination a.current { 
  background-color: #f8ce3d;
  color: #000 !important;
}

tr.odd:hover td, tr.even:hover td {
  background-color: #fbedbf;
}

table.report tr.info {
  background-color: #ddddff;
}

table.report th {
  text-align: left;
  font-weight: bold;
}

table.report tr.odd {
  background-color: #f5f5f5;
}

a.live-indicator i {
  display: none;
}

a.live-indicator {
  background: blue;
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 20px;
  position: relative;
  left: -7px;
}

a.notlive {
  background-color: #858585;
  border-color: #cccbcb;
}

a.live {
  background-color: #35dd35;
  border-color: #c2ebaf;
}

a.expired {
  background-color: #e70000;
  border-color: #ffafaf;
}

table.report tr.even {
  background-color: #e7e7e7;
}

table.report td { 
  margin: 0;
  padding: 7px;
}

table.report td.questions {
  width: 100px;
  text-align: center;
}

table.report td.button-options {
  width: 250px;
}

table.report td.button-options a:first-child {
  float: left;
  margin-right: 10px;
}

table.items {
  border-collapse: collapse;
  empty-cells: show;
}

table.items td {
  padding: 4px 4px 4px 4px; 
}

table.items tr.header td {
  border-bottom: 2px solid #aaaaaa;
}

table.items tr.item td {
  border-bottom: 1px solid #aaaaaa;
}

table.items tr.footer td {
  border-bottom: 2px solid #aaaaaa;
}

/* Features */

table.features {
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 40px;
}

table.features tr.divider td {
  background: #f5e19a;
  border: 0px;
}

table.features tr.divider {
  border: 0px;
}

table.features tr.header td.feature {
  text-align: left;
  border-left: 0; 
  border-top: 0;
  padding-left: 20px;
  padding-top: 8px; 
}

table.features td.checks {
  background-color: #ffcfcf;
}

table.features td.text.respondents.free, table.features td.text.responses.free, table.features td.text.questions.free {
  background-color: #fff6af;
}

table.features td.contains_check {
  background: #e7f0e7;
}

table.features td.contains_check i.fa-check, table.features td.checks i.fa-close {
  font-size: 28px;
}

table.features td.checks i.fa-close {
  color: red;
}

table.features h3 {
  font-size: 20px;
  font-weight: bold;
  color: #26264c;
  border: 0;
}

table.features td {
  border: 1px solid #e0e0e0;
  padding-right: 10px;
}

table.features tr.item td {
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px; 
}

table.features tr.item:hover td {
   background: #f7c512;
}

/* td.account.free {
  background: #f7c512;
}

td.account.pro_unlimited {
  background: #322755;
  color: #fff;
} */

table.features tr.header td {
  text-align: center;
  color: #333333;
}

table.features tr.header td.account {
  text-align: center;
  width: 100px;
}

table.features td.feature {
  border-left: 0;
  color: #7878bb;
}

table.features td.allowed {
  width: 100px;
  vertical-align: middle;
  text-align: center;
}

table.features h4 {
  color: #26264c;
  border: 0;
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 18px;
}

/* @override http://surveyshare.com:8000/css/katie.css */
/* @override http://www.surveyshare.com:8000/css/katie.css */

#header_logo a img {
  margin-left: -18px; /*this image should be changed so that there's no extra space to the left - otherwise things aren't centered correctly */
}



/* menu styling & centering everything*/

div#links {
  background-color: #e7f1ca;
  padding: 10px;
}

div#links ul {
  padding-left: 0px;
}

div#links a {
  color: #222a5c;
  font-weight: normal;
  background: none
}

div#links li {
  background: none !important;
  margin-right: 30px;
  padding-left: 0px;
}

div#links li.active a, div#links a:hover {
  color: #262475;
  font-weight: bold;
}


/* this is here so people can actually click on the logo everywhere */

div#header_logo a {
  height: 50px;
  display: block;
}



/* NOTES:
#main isn't centered because of the padding on the left - 
#links isn't centered because of the padding on the left
*/

table.system div.error {
  font-weight: bold;
  margin: 0px;
  padding: 7px 7px 7px 30px;
  background-position: 5px 7px;
  width: 221px;
}

/* LOGIN TABLE */

/* .system styles forms/tables with purple */
.system, #main div.section {
  padding: 15px 15px 10px 15px;
  border: none;
  margin-bottom: 20px;
  margin-left: 0px !important /*need to figure out why !important has to be there */;
}

body#manage_settings div.section {
  margin: 0px;
  padding: 0px;
}

table.system {
  background-color: #dde7c1;
  padding: 15px 15px 5px 15px;
  border: 1px solid #cdd7b1;
  width: 300px;
}

table.system tr {
  margin-bottom: 15px;
  display: block;
} 

table.system td {
  width: auto;
}

table.system .label {
  width: 300px;
  padding-right: 10px;
}

table.system input {
  width: 150px;
}

table.system .login-button {
  width: 60px;
  margin-right: 20px;
}

.register-button {
  width: 100px;
  margin-right: 20px;
}



/* register form */

table#register .label {
  width: 150px;
}

form.system {
  padding-top: 0px;
}

table#register tr {
  padding-bottom: 10px;
  display: block;
}

table#register input {
  width: 150px;
}

/* Home page */

#home_home #main {
  text-align: center;
}

#home_home a.button {
  font-size: 30px;
}

img.home-logos {
  max-width: 100%;
  margin-bottom: 50px;
}

div#top-banner {
  background: url("/images/banner.jpg");
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

  div#top-banner h2 {
    margin: 0px;
    color: #fff;
    border: 0px;
    text-shadow: 0 0 20px #332147;
    font-size: 40px;
  }
  
  div#top-banner ul {
    color: #fff;
    text-shadow: 0 0 10px #332147; 
    font-size: 20px;
    
  }
  
  div#top-banner ul li.spacer {
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+52,ffffff+100&0+0,1+51,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,0.98) 52%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.98) 52%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.98) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    height: 1px;
  }
  
  div#top-banner ul i.fa-check {
    color: #ffe54d;
  }
  
  div#top-banner a, div#top-banner strong {
    color: #ffe54d;
  }

/* typography */
 
.standout {
  color: #3183b3;
  font-weight: bold;
}

/* list styles */

ul.simple {
  margin: 0px;
}
 
ul.simple li {
  margin-bottom: 10px; 
  font-size: 16px;
  /*display: inline;
  padding-right: 20px;*/
}

div.question_edit {
  margin-bottom: 20px;
}

div.question_add:first-child {
  margin-top: 20px;
}

div.between-page-options {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.pagination a {
  padding: 2px 6px;
  margin-right: 5px;   
  
}

.pagination a.current { 
  background-color: #f8ce3d;
  color: #000 !important;
}

/* Middle screen size */
@media only screen and (min-width: 700px) and (max-width: 1000px) {
  
  ul.nav li.menu-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 3px 5px;
    font-size: 15px;
  }
   
  #main {
    padding-left: 20px;
    padding-right: 20px; 
  }

}

ul#questions {
  list-style-type: none;  
  padding-left: 0px;
}

ul#questions li {
  background: #f5e19a;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

ul#questions li:hover {
  cursor: pointer;
} 

a.uncc.button {
	text-transform: uppercase !important;
	background: #054426;
	border: 3px solid #157445;
	font-weight: bold;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 22px; 
	padding: 5px 18px;
}

a.uncc.button:hover {
	background: #157445;
}

