

/**************************** COGNITO FORMS STYLING ******************************/

body #my-cognito form, body #my-cognito form > div {
	max-width: 850px !important;
}

body #my-cognito form.cog-cognito .cog-header__text {
    display: none;
}

.cog-input textarea {
    min-height: 80px !important;   
    padding: 16px !important;
    font-size: 17.3px !important;
	background: #ccc;
	transition: 0.3s all;
	border: 1px solid black;
}

.cog-input input, .cog-input select {
	background: #ccc;
	transition: 0.3s all;
	border: 1px solid black;
}

.cog-input textarea:focus, .cog-input input:focus, .cog-input select:focus {
	background: white;
}

html .cog-form__container, :root:root:root:root:root .cog-form__container {
    background: none !important;
}

html .cog-label, :root:root:root:root:root .cog-label {
    color: #e1e1e1 !important;
}

html .cog-asterisk, :root:root:root:root:root .cog-asterisk {
    color: #fac100 !important;
}

html .cog-input .el-textarea__inner, :root:root:root:root:root .cog-input .el-textarea__inner {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3) inset !important;
}

.cog-row {
    color: white !important;
}


html .cog-form__container, :root:root:root:root:root .cog-form__container {
    background: none !important;
}

html .cog-label, :root:root:root:root:root .cog-label {
    color: white !important;
}

html .cog-asterisk, :root:root:root:root:root .cog-asterisk {
    color: #fac100 !important;
}

html .cog-input .el-textarea__inner, :root:root:root:root:root .cog-input .el-textarea__inner {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3) inset !important;
}

.cog-row {
    color: #ddd !important;
}

.cog-row .cog-helptext {
    margin: 8px 0 0 0 !important;
    color: rgba(255,255,255,0.5) !important;
}

.cog-row .cog-helptext a {
	color: rgb(98, 178, 166);	
}

.cog-row .cog-helptext a:hover {
	color: white;	
	text-decoration: underline;
}

div.cog-confirmation-message p {
    font-size: 18px;
    font-family: "Fira Sans", georgia;
    color: white;
    text-align: center !important;
    margin: 0 auto 1em;
    font-weight: 300 !important;
    font-style: normal;
}

div.cog-confirmation-message p a {
	color: #fac100;	
}

div.cog-confirmation-message p a:hover {
	text-decoration: underline;
}

div.cog-choice input[type=text] {
	height: 100% !important;
    font-size: 18px !important;
    color: #444 !important;
    padding: 0px 18px !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3) inset !important;
}

div.cog-choice input[type=text]::placeholder {
	color: #777 !important;
}

.cog-body h3 {
    color: white !important;
    font-family: 'museo', sans-serif !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    max-width: 400px;
    margin: 0 auto;
	text-align: center;
}

.cog-body select {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3) inset !important;
    padding: 16px 20px;
    font-size: 18px;
    height: 56px;
    box-sizing: border-box !important;
}

.cog-body select:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
}

.archives-entry div.ui {
	padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
}

#my-cognito button, .archives-entry button a {
	text-align: center;
    margin: 20px auto 0 !important;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'fira sans';
    font-size: 18px;
    background: #385a5c;
    color: white;
    box-shadow: none;
    border: none;
	transition: 0.3s all !important;
	transform: scale(1);
}

.cog-body button:hover, .archives-entry button a:hover {
	transform: scale(0.97) !important;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,.4) !important;
}

.archives-entry button {
	display: flex;
	border: none;
	background: none;
	padding: 0;
	margin: 0 10px;
}

.archives-entry button a {
	margin: 0;	
}


body #my-cognito div.cog-confirmation-message {
	background: rgba(0,0,0,0.5);
    margin: 20px auto 60px;
    padding: 25px 35px 17px 35px;
    border-radius: 12px;
    font-size: 18px;
    font-family: georgia;
    font-style: italic;
    text-align: center;
    color: #444;
	max-width: 500px;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 70px !important;
	height: 35px;
	background: white;
	outline: none;
	transition: opacity 0.2s;
	padding: 6px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3) inset !important;
	margin: 0 !important;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 22px;
	border-radius: 4px;
	background: #3a595c;
	transition: background 0.3s;
}

input[type="range"]::-moz-range-thumb {
	width: 50%;
	height: 22px;
	border-radius: 4px;
	background: #3a595c;
	transition: background 0.3s;
}

input[type="range"]:hover::-webkit-slider-thumb {
	background: #3a595c;
}

input[type="range"]:hover::-moz-range-thumb {
	background: #3a595c;
}

div.cog-switch span {
	background: #3a595c;
	color: white;
	padding: 7px 12px;
}

div.cog-switch span.cog-toggle--left-label {
	border-radius: 5px 0 0 5px;
}

div.cog-switch span.cog-toggle--right-label {
	border-radius: 0 5px 5px 0;
}

/***************** MORNING COMPASS FORM styling *******************/

body.morning-compass .cog-body h2 {
    font-family: Museo, sans-serif !important;
    font-size: 42px !important;
    margin: 0.8em 0 0.3em !important;
}

body.morning-compass .cog-body h2 a {
	font-style: italic !important;
	font-weight: 900 !important;
	color: #fac100 !important;
}

body.morning-compass .cog-body h2 a:hover {
	text-decoration: underline;
}

body.morning-compass div:nth-of-type(6) label, body.morning-compass div:nth-of-type(9) label, body.morning-compass div:nth-of-type(16) label {
    text-align: center !important;
    font-family: museo, sans-serif !important;
    font-size: 24px !important; 
    font-weight: 700 !important;
    margin: 30px 0 10px 0 !important;
}

body.morning-compass div:nth-of-type(16) label {
	margin-top: 0;
}

body.morning-compass main h2 + p, body.morning-compass .cog-field--46 > .cog-input, body.morning-compass .cog-field--48 > .cog-input, body.morning-compass .cog-field--53 > .cog-input  {
	font-family: georgia  !important;
	text-align: center !important;
	font-size: 18px !important;
	font-style: italic !important; 
	max-width: 80% !important;
	margin: 5px auto 40px !important;
	color: #ddd;
}


body.morning-compass main h2 + p {
	text-align: center;
	max-width: 500px !important;
	margin: 0 auto 40px !important;
}

body.morning-compass .cog-field--53 {
	margin: 0 0 25px 0;
	line-height: 1.6em;
}

body.morning-compass hr {
	width: 60px !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    margin: 50px auto !important;
}

body.morning-compass div.cog-row:nth-of-type(15) > div > div {
	margin: 30px 0 20px 0;
}

body.morning-compass div.cog-row:nth-of-type(20) > div > div {
	margin: 40px 0 30px 0;
}

body.morning-compass div.cog-row:nth-of-type(28) {
	margin-top: 10px;
}

body.morning-compass div.cog-row:nth-of-type(27) p, body.morning-compass div.cog-row:nth-of-type(28) p {
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.6em;
	font-style: italic;
}

body.morning-compass select#cog-4 option {
	padding: 10px;	
}

/***************** EVENING COMPASS FORM styling *******************/

body.evening-compass .cog-field--40 {
    margin: 0 !important;
}

body.evening-compass .cog-field--40 > label {
    font-size: 21px  !important;
    text-align: center  !important;
}

body.evening-compass .cog-field--40 > .cog-input {
    font-family: georgia  !important;
    text-align: center !important;
    font-size: 18px !important;
    font-style: italic !important; 
	max-width: 500px !important;
	margin: 6px auto 12px !important;
	color: #ddd !important;
}

body.evening-compass .cog-body h2 {
    font-family: Museo, sans-serif !important;
    font-size: 42px !important;
    margin: 0.8em 0 0.3em !important;
}

body.evening-compass .cog-body h2 a {
	font-style: italic !important;
	font-weight: 900 !important;
	color: #fac100 !important;
}

body.evening-compass .cog-body h2 a:hover {
	text-decoration: underline;
}

body.evening-compass h2 + p  {
	font: italic 18px georgia !important;
	text-align: center !important;
	margin: 5px auto 60px !important;
	color: #ddd;
	max-width: 500px !important;
	line-height: 1.45em !important;
}

body.evening-compass .report table {
	width: 100%;
	margin: 20px 0 30px 0;
}

body.evening-compass .report table + p, body.evening-compass .report table + p + p {
	font-style: italic;
	text-align: center;
	color: #ccc;
	line-height: 1.6em;
}

body.evening-compass .report p a {
	color: rgb(98, 178, 166);
}

body.evening-compass .report p a:hover {
	text-decoration: underline;	
}

body.evening-compass .report table thead th {
    padding: 7px 0;
    background: #3a595c;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

body.evening-compass .report table td {
    padding: 12px 0 12px 10px;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255,255,255,0.1);
}

body.evening-compass .report table tbody tr:nth-of-type(even) td {
	background: rgba(255,255,255,0.2);
}

body.evening-compass .report table td:first-of-type {
	border-left: 1px solid rgba(255, 255, 255, 0.3);	
}

body.evening-compass .report table thead th:first-of-type {
	border-radius: 5px 0 0 0;	
	border-right: 1px solid rgba(255, 255, 255, 0.3);	
}

body.evening-compass .report table thead th:last-of-type {
	border-radius: 0 5px 0 0;	
	border: none;
}

body.evening-compass .report table tfoot td {
	background: #3a595c;
	border-bottom: none;
}

body.evening-compass .report table tfoot td:first-of-type {
	border-radius: 0 0 0 5px;	
	border-left: none;
}

body.evening-compass .report table tfoot td:last-of-type {
	border-radius: 0 0 5px 0;	
	border-right: none;
}

body.evening-compass .report table td.plus {
	background: rgba(98,178,166,0.5) !important;	
}

body.evening-compass .report table td.minus {
	background: rgba(210,60,0,0.5) !important;	
}

/***************** ARCHIVES FORM styling *******************/


input[type=text] {
	color: white;
}

body .cognito form label {
	font-family: museo, sans-serif !important;
	font-size: 18px !important;
	font-weight:  700 !important;
	color: #eee !important;
}

body div.archives-entry .cognito form input[type=text], body div.archives-entry .cognito form textarea, body div.archives-entry .cognito form .is-read-only {
	background: none !important;
	padding: 0 15px 0 0 !important;
	box-shadow: none !important;
	border: none !important;
	color: #fffbd3 !important;
	line-height: 1.35em;
	font-size: 1.2em !important;
}
body div.archives-entry .cognito form .is-read-only {
	margin-top: 10px !important;
}
body div.archives-entry .cognito form > textarea {
	resize: none !important;
	padding: 10px 0 0 0 !important;
	overflow: hidden !important;
	display: inline-block;
}
body div.archives-entry .cognito .c-editor {
	padding: 0 !important;
}
body div.archives-entry .cognito form .c-editor::after {
	content: attr(data-replicated-value) " ";
	white-space: pre-wrap;
	visibility: hidden;
}
body div.archives-entry .cognito form .c-helptext {
	display: none !important;
}
body div.archives-entry .cognito form .c-choice-dropdown[data-field="MakeCommitment"], body div.archives-entry .cognito form .c-choice-dropdown[data-field="SendSummary"], body div.archives-entry .cognito form .c-choice-dropdown[data-field="Email"] {
	display: none !important;
}
body div.archives-entry .cognito .c-forms-form > .c-forms-form-body .c-field.c-required .c-label:after {
	display: none !important;
}
body div.archives-entry .cognito .c-forms-form :not(.c-question) > .c-label {
	font-size: 1em !important;
	margin: 10px 0 13px;
	padding: 0 !important;
	border-bottom: 1px dashed #ddd;
	width: 100%;
	background: none;
}
body div.archives-entry .cognito .c-forms-form .c-choice-dropdown, body div.archives-entry .cognito .c-forms-form .c-yesno-toggle {
	display: none !important;
}
body div.archives-entry .cognito .c-forms-form .c-table {
	margin-bottom: 30px !important;
	width: 100%;
}
body div.archives-entry .cognito .c-forms-form input[type=text] {
	min-height: auto !important;
}
body div.archives-entry .cognito .c-table .c-editor input[type=text] {
	padding: 4px 8px !important;
}
body div.archives-entry .cog-helptext {
	display: none !important;
}

button.show_all {
	background: rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    color: white;
    align-items: center;
    font-size: 15px;
    font-family: 'Fira Sans';
    flex: 1;
    display: flex;
    justify-content: center;
    max-height: 43px;
    transition: 0.3s all;
	margin: 20px auto 0;
	max-width: 300px;
}

div.cog-row {
	padding: 0 !important;
	border-top: rgba(255,255,255,0.1);
	border-top: 1px dashed rgba(255,255,255,0.2) !important;
	background: rgba(0,0,0,0.4) !important;
	margin: 0 !important;	
	font-size: 16.5px;
}

body.morning-compass #my-cognito div.cog-row:nth-of-type(2) {
	border-radius: 10px 10px 0 0;	
}

body.morning-compass #my-cognito div.cog-row:nth-of-type(28) {
	background: rgba(70,100,92,0.2) !important;
	border-radius: 0 0 10px 10px;
}

body.evening-compass #my-cognito div.cog-row:nth-of-type(3) {
	border-radius: 10px 10px 0 0;	
}

body.evening-compass #my-cognito div.cog-row:nth-of-type(23) {
	background: rgba(70,100,92,0.2) !important;
	border-radius: 0 0 10px 10px;
}

body.morning-compass #my-cognito div.cog-row:nth-of-type(28) p, body.evening-compass #my-cognito div.cog-row:nth-of-type(23) p {
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.6em;
    font-style: italic;
	font-size: 16.5px;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
}

div.cog-row > div {
	padding: 28px 38px 30px !important;	
}

div.cog-field {
	margin: 0 !important;
}

/* Cognito form preloader */
.preloader {
  display: block;
}

/* Override the default invisibility if the preloader doesn't have a form after it. */

/* Hide preloader in Evening Compass after page load */
#my-cognito form.cog-6 + script + script + script + .preloader {
  display: none !important;
}

/* Hide preloader in Morning Compass after page load */
#my-cognito form.cog-13 + script + script + .preloader,
#my-cognito form.cog-13 + script + script + script + .preloader{
  display: none !important;
}

div.archives-entry #my-cognito form + script + script + .preloader {
	display: none !important;
}


/* Remove default preloader */
#my-cognito .cog-loader {
	display: none !important;
}
/*
#my-cognito div.preloader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#my-cognito .preloader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}


div.cog-row:empty {
	opacity: 0 !important;
	height: 1px !important;
	transition: 0.3s all !important;
}

div.cog-row {
	height: auto;
	opacity: 1;
}*/

div.cog-row:empty {
	display: none !important;
}

/*
#my-cognito form * {
    transition: none !important;
    animation: none !important;
}


#my-cognito form div:empty * {
	opacity: 0 !important;
	transition: 0.3s all !important;
}

#my-cognito form div * {
	opacity: 1 !important;
}*/

/* 
#my-cognito form * {
    transform: none !important;  /* Disable transformations like scaling, sliding 
	animation: none !important;	
}

#my-cognito form .cog-input * {
	transform: none !important;
	transition: opacity 0.5s ease-in !important; 
    opacity: 0;  
}

#my-cognito form .cog-input * {
    opacity: 1 !important; 
}
*/

/* Disable select boxes in archives */

body div.archives-entry span.el-input__suffix {
	display: none !important;
}

body div.archives-entry textarea {
	resize: none !important;
}

body div.archives-entry .cog-page__navigation {
	display: none !important;
}

/***************** MORNING COMPASS ARCHIVES styling *******************/

body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(10), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(11), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(12), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(13), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(14), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(15), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(16), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(18), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(19), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(20), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(21), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(27), body div.archives-entry form.cog-13 .cog-page > div:nth-of-type(25) {
	display: none !important;
}

/***************** EVENING COMPASS ARCHIVES styling *******************/

body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(5), 
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(6), 
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(17), 
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(14),
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(15),
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(28), 
body div.archives-entry form.cog-6 .cog-page > div:nth-of-type(25)
{
	display: none !important;
}


/***************** WEEKLY COMPASS ARCHIVES styling *******************/



