@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body {
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    color: #141921;
	margin-bottom: 0px;
/*    background-image: url(img/pasture-bg.jpg); */
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1500px;
    background: #fcc554;
    z-index: 10000;
    border: 1px solid #323042;
    margin: 0px auto;
    border-radius: 50px;
}
 nav ul {
	 list-style: none;
	 display: flex;
	 flex-direction: column;
	 margin: 0;
}
 @media all and (min-width: 545px) {
	 nav ul {
		 flex-direction: row;
		 justify-content: center;
		 align-items: center;
	}
}
 nav ul li {
	 display: none;
}
 @media all and (min-width: 545px) {
	 nav ul li {
		 display: block;
	}
}
 nav ul a {
	 display: block;
	 text-decoration: none;
	 text-transform: uppercase;
	 letter-spacing: 2px;
     font-family: "Avenir";
     color: #141921;
	 font-size: 1em;
	 font-weight: bold;
	 color: black;
	 text-align: center;
	 padding: 14px 30px;
	 transition: background 0.25s, box-shadow 0.15s;
}
 nav ul a:hover {
	 color: white;
	 background: #ffd36c;
	 box-shadow: 0px 2px 0px 0px black;
}
 @media all and (min-width: 545px) {
	 nav ul a {
		 padding: 30px;
	}
}
 .visible {
	 display: block;
	 transform: scale(1);
}
 .horse-logo {
	 font-size: 2.2em;
	 color: black;
	 transition: all 0.2s ease-in-out;
}
 .horse-logo:hover {
	 color: white;
	 transform: scale(1.1);
}
 @media all and (min-width: 545px) {
	 .fa-horse-head {
		 font-size: 2.2em;
	}
}
#horse-logo {
    margin: 0 20px;
}
#horse-logo svg {
    width: 3.5em;
    color: black;
	transition: all 0.2s ease-in-out;
	height: inherit;
}
#horse-logo:hover svg {
	 color: white;
	 transform: scale(1.2);
}

#horse-logo:hover svg path {
	 color: white;
	 transition: all 0.2s ease-in-out;
}

.page_banner {
    width: 99%;
    height: 50px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pill-button {
    background: #fcc554;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: "Avenir";
    color: #141921;
    font-weight: bold;
    display: flex;
    text-align: center;
    transition: all 0.2s ease-in-out;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}
.pill-button:hover {
	 color: white;
	 transform: scale(1.1);
	 cursor: pointer;
}



.contentWrap {
    width: 95%;
    max-width: 900px;
    border: 4px solid #fbfbfb;
    border-radius: 30px;
    margin: 20px auto;
    min-height: 400px;
    background-color: #fcc554;
    text-align: center;
	position: absolute;
	transform: translateX(100%);
	opacity: 0;
	transition: opacity .50s, transform .50s;
}
.contentWrap.show {
  transform: translateX(0);
  opacity: 1;
  position: relative;
}
.contentWrap.hide {
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
}
.back-button {
    width: 50px;
    height: 50px;
    background-image: url(img/icons/back-arrow.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 10px;
	z-index: 1;
}
.back-button:hover {
	 transform: scale(1.1);
	 cursor: pointer;
}

.admin-potato {
    max-width: 50px;
    padding: 0px 20px;
    position: absolute;
    top: 60px;
    z-index: 99999999;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.admin-potato:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.admin-potato img {
    width: 50px;
}

@media only screen and (max-width: 900px) {
	.admin-potato {
	    top: 80px;
		left: 150px;
	}
}

.content-top {
/*    background-color: #ECF0F5; */
    background-color: #ffffff;

    -webkit-clip-path: polygon( 0 0, 100% 0, 100% 100%, 70% calc(100% - 15px), 25% 100%, 0 calc(100% - 10px) );
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 70% calc(100% - 25px), 25% 100%, 0 calc(100% - 15px) );
    
    padding: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.content-bottom {
    background-color: #fcc554;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	max-height: 500000px;
	opacity: 1;
	position: relative;
}

.page-title {
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    color: #141921;
}
.page-title.large {
    font-size: 250%;
}
.page-title.medium {
    font-size: 150%;
    font-weight: bold;
}

.page-sub-title {
    font-weight: 500;
    font-size: 150%;
    width: 85%;
    margin: 0 auto;
}

.page-header-instructions {
	font-size: 130%;
}

#page-message {
    display: none;
}

@media (max-width: 768px) {
	.page-title.large {
	    font-size: 190%;
	}
	.page-title.medium {
	    font-size: 130%;
	    font-weight: bold;
	}
	.page-sub-title {
	    font-size: 120%;
	    width: 85%;
	}
	.page-header-instructions {
		font-size: 110%;
	}
}

/* Dashboard Styles */
.tips {
	display: flex;
    background-color: transparent;
    -webkit-clip-path: none;
    clip-path: none;
    overflow: unset;
    padding: 0 0 30px;
	flex-wrap: wrap;
  }
.tips .tip-highlight {
    display: block;
    top: 10px;
    width: 300px;
  }
.tips .tip {
    flex: 0 0 300px;
    margin: 10px 10px 0;
    padding: 20px 0;
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    border-radius: 10px;
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    max-width: 550px;
    position: relative;
    width: 100%;
    z-index: 4;
    flex: 0 0 300px;
    padding: 20px 0;
    width: 300px;
	transition: all 0.2s ease-in-out;
}
.tips .tip img {
    height: 60px;
    margin-bottom: 30px;
    width: 60px;
  }
.tip a {
    text-decoration: none;
    color: inherit;
}
.tips .tip:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.tips .tip .text {
    padding: 0 20px;
  }
.tips .shape {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      calc(50% + 320px) 100%,
      35% calc(100% - 15px),
      calc(50% - 310px) 100%,
      0 calc(100% - 15px)
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      calc(50% + 320px) 100%,
      35% calc(100% - 15px),
      calc(50% - 310px) 100%,
      0 calc(100% - 15px)
    );
    display: block;
    height: 110px;
  }
.tips .shadow {
    bottom: 0;
    box-shadow: none;
    display: block;
  }
.tips .tip-highlight {
    width: 350px;
  }
.tips .tip-highlight.first {
    left: calc(50% - 545px);
  }
.tips .tip-highlight.second {
    left: calc(50% - 175px);
  }
.tips .tip-highlight.third {
    left: calc(50% + 195px);
  }
.tips .tip {
    flex: 0 0 350px;
    width: 350px;
  }
.tips .shape {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      calc(50% + 320px) 100%,
      47% calc(100% - 15px),
      calc(50% - 310px) 100%,
      0 calc(100% - 15px)
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      calc(50% + 320px) 100%,
      47% calc(100% - 15px),
      calc(50% - 310px) 100%,
      0 calc(100% - 15px)
    );
  }
.tips .tip .text {
    padding: 0 20px;
  }
.tips .tip .text .title {
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    color: #141921;
    font-size: 1em;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.tips .tip .text .subtitle {
    font-size: 0.95em;
  }
.tips {
    align-items: stretch;
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      70% calc(100% - 15px),
      25% 100%,
      0 calc(100% - 10px)
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      70% calc(100% - 15px),
      25% 100%,
      0 calc(100% - 10px)
    );
    flex-direction: row;
    justify-content: center;
    padding: 20px 10px 30px;
  }
.tips .tip {
    flex: 0 0 calc(33.33333% - 20px);
    flex-direction: column;
    margin: 10px 10px 0;
    max-width: unset;
    padding: 25px 0 10px 0;
    width: calc(33.33333% - 20px);
	justify-content: center;
  }
.tips .tip img {
    height: 75px;
    margin-bottom: 15px;
    width: 75px;
  }
.tips .tip .text {
    padding: 0 15px;
  }
.tips .tip .text .title {
    font-size: 1em;
	font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
.tips .tip .text .subtitle {
    font-size: 0.8em;
    line-height: 1.7;
    text-align: center;
  }

  
/* Form Styles */
form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #ECF0F5;
  border-radius: 8px;
  text-align: left;
}

form.profile{
  margin: 0px;
  padding: 0px;
  background: transparent;
  border-radius: 0px;
  text-align: center;	
	
}

form.logout-form{
  margin: 0px;
  padding: 0px;
  background: #ECF0F5;
  border-radius: 0px;
  text-align: center;	
}

form h2 {
    text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.8);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 95%;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="text"].profile{
    background-color: rgb(252 197 84);
    border: 1px solid rgb(252 197 84);
    border-radius: 5px;
    color: black;
}

input[type="text"].edit-account{
    background-color: rgb(252 197 84);
    border: 1px solid rgb(252 197 84);
    border-radius: 5px;
    color: black;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #fcc554;
  font-size: 22px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ffd36c;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

button:hover {
    background-color: #ffd36c;
    cursor: pointer;
/*    text-shadow: 3px 3px #fcc554; */
}

.rider-options.account-options {
    width: 100%;
}

button.edit-account{
	padding: 0px;
	color: black;
	background-color: transparent;
	
}

span.wait {
    display: block;
    text-align: center;
    margin-top: 10px;
}
span.wait img {
    max-width: 35px;
    max-height: 35px;
}

fieldset {
	margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  margin-bottom: 30px;
  border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400px;
}

label.light {
  font-weight: 300;
  display: inline;
}

form span.error {
    color: red;
    padding: 5px;
    font-weight: bold;
    font-size: 80%;
}

.number {
  background-color: #fcc554;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

  form {
    max-width: 780px;
  }

}


/* My Riders Page */
.tip.no-hover:hover {
    cursor: default;
    transform: none;
}
.rider-info {
    font-size: 80%;
	font-style: italic;
    padding: 10px 0px;
	min-height: 50px;
}
.rider-options {
	width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 80%;
    font-weight: 600;
    padding: 20px 0 0 0;
}
.rider-options div {
    display: flex;
    align-items: center;
}
.rider-options div:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.rider-options img {
    width: 45px !important;
    height: 45px !important;
    margin: 0 !important;
}

/* My Horses Page */
.horse-info {
    font-size: 80%;
	font-style: italic;
    padding: 10px 0px;
	min-height: 50px;
}
.horse-options {
	width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 80%;
    font-weight: 600;
    padding: 20px 0 0 0;
}
.horse-options div {
    display: flex;
    align-items: center;
}
.horse-options div:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.horse-options img {
    width: 45px !important;
    height: 45px !important;
    margin: 0 !important;
}

img.horse-logo{
	width: 60px;
}

/* Select Reports Page */
.tips.reports {
    align-items: center;
	flex-direction: column;
}
.tips.reports .tip {
    flex-direction: column;
    margin: 10px 10px 10px;
    max-width: unset;
    padding: 25px 0 10px 0;
    width: 80%;
    background-image: url(img/tests/horsenality-test-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
	border-radius: 25px;
}
.tips.reports .tip:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#997e3e);
    opacity: 0.6;
    z-index: 1;
	border-radius: 25px;
}
.tips.reports .tip .text {
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tips.reports .tip .text .title {
	font-size: 2.5em;
	color: #ffdf9c;
}
.tips.reports .tip .text .subtitle {
    font-size: 1.1em;
    color: #fff2d7;
    width: 80%;
    font-weight: 500;
    padding-top: 20px;
}

.tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 10px #27ff00;
}

.choose-horse .tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 5px #19a300;
}
.choose-rider .tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 5px #19a300;
}

.tests-remaining {
    z-index: 2;
    text-align: center;
    color: white;
    margin: 20px;
    font-weight: 600;
}
.tests-remaining-number {
    font-size: 5em;
    color: white;
    display: block;
}
.test-action-button {
    background: #fcc554;
    z-index: 2;
    padding: 10px;
    margin: 20px;
    font-size: 1.4em;
    font-weight: 600;
    width: 50%;
}

.test-type {
    font-weight: 800;
}
.horse-name {
    font-weight: 800;
}
.rider-name {
    font-weight: 800;
}

.subject-being-name {
    font-weight: 800;
}
.evaluator-name {
    font-weight: 800;
}

.choose-horse {
    margin-top: 60px;
}
.test-portal .horse-options {
    display: none;
}

.choose-rider {
    margin-top: 80px;
}
.choose-rider.hide {
    display: none;
}
.test-portal .rider-options {
    display: none;
}

.start-test.hide {
    display: none;
}
.test-action-button.begin-test {
    background-color: #fcc554;
    padding: 30px 80px;
    margin: 40px auto;
    font-weight: 700;
	transition: 1s;
}
.test-action-button.begin-test:hover {
    transform: scale(1.3);
    cursor: pointer;
}


.hide {
	display: none;
}

.form-page {
	transition: none;
}

.test-questions.comp {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    width: 100%;
}

.test-questions.comp .question {
    border-bottom: 1px solid #dddfe2;
    max-width: 400px;
    padding: 35px 0 20px;
    transition: opacity .5s ease-in-out;
    width: 100%;
}

.test-questions.comp .question .statement span {
    font-size: 150%;
    font-weight: bold;
}

.test-questions.comp .question .statement .statement-sub {
    font-size: 100%;
    font-style: italic;
}

.test-questions.comp .question.inactive {
    opacity: .3;
}

.test-questions.comp .question .statement {
    color: #576071;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
	font-size: 1.3em;
}

.test-questions.comp .question .decision {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 15px;
}

.test-questions.comp .question .decision .caption {
    font-size: 1.2em;
	font-weight: 600;
}

.test-questions.comp .question .decision .caption.agree {
/*    color: #33a474;  */
}

.test-questions.comp .question .decision .caption.disagree {
/*    color: #88619a;  */
}

.test-questions.comp .question .decision .options {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    margin: 0 50px;
}

.test-questions.comp .question .decision .options .option {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all .1s ease-in-out;
}

.test-questions.comp .question .decision .options .option.agree {
    border: 2px solid #33a474;
}

.test-questions.comp .question .decision .options .option.agree.active, .test-questions.comp .question .decision .options .option.agree:hover {
    background-color: #33a474;
}

.test-questions.comp .question .decision .options .option.disagree {
    border: 2px solid #88619a;
}

.test-questions.comp .question .decision .options .option.disagree.active, .test-questions.comp .question .decision .options .option.disagree:hover {
    background-color: #88619a;
}

.test-questions.comp .question .decision .options .option.max {
    flex: 0 0 45px;
    height: 45px;
    max-width: 45px;
}

.test-questions.comp .question .decision .options .option.med {
    flex: 0 0 35px;
    height: 30px;
    max-width: 30px;
}

.test-questions.comp .question .decision .options .option.max span {
    font-size: 1.1em;
    margin-top: 3px;
}

.test-questions.comp .question .decision .options .option.med span {
    font-size: 1em;
    margin-top: 2px;
}

.test-questions.comp .question .decision .options .option span {
    color: transparent;
}

.test-questions.comp .question .decision .options .option.active span {
    color: #fff;
}

.test-questions.comp .question .decision.mobile {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 0;
}

@media (min-width: 768px) {
	.test-questions.comp .question .decision.mobile {
	    display: none;
	}
}

@-webkit-keyframes tooltipFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  padding: 16px;
}

.tooltip {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: blue;
  border-bottom: 1px dotted;
  position: relative;
}

.tooltip__label:before {
  content: "";
  display: flex;
  cursor: help;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.tooltip-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 32px;
}

.tooltip-dropdown__content {
  color: white;
  background-color: black;
  border-radius: 4px;
  padding: 8px 12px;
  width: 300px;
  text-align: left;
}

.tooltip--open .tooltip-dropdown {
  -webkit-animation: tooltipFadeIn 0.15s;
          animation: tooltipFadeIn 0.15s;
  display: block;
}

@media (hover: hover) {
  .tooltip:hover .tooltip-dropdown {
    -webkit-animation: tooltipFadeIn 0.15s;
            animation: tooltipFadeIn 0.15s;
    display: block;
  }

}

.no-hover:hover {
    transform: none;
    cursor: default;
}

@media (max-width: 768px) {
	.tooltip {
	    display: none;
	}
	.caption {
		display: none;
	}
	.decision.mobile .caption {
		display: block;
	}
}

/* TCW Launch Styles */
* {
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    color: #141921;
}

body {
    background-color: #F4F6FA;
    padding: 0px;
    margin: 0px;
}

form {
    max-width: 580px;
    box-shadow: -1px 1px 5px #00000036;
    display: flex;
    flex-direction: column;
    padding: 50px;

}

label {
    font-size: 20px;
    font-weight: 500;
}

input {
    border: solid 2px #C6CBD3;
    border-radius: 5px;
}

div.form-check {
    display: flex;
    gap: 5px;
}

label.form-check-label {
    font-size: 16px;
    font-weight: 400;
}

button {
    color: #FFF;
    background-color: black;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0px 15px 0px;
    box-shadow: none;
    border: none;
    transition: ease 0.3s;
}

button:hover {
    background-color: #000000;
    cursor: pointer;
    box-shadow: -1px 1px 5px #0000008a;
    text-shadow: none;
}

.card-header {
    text-align: center;
    padding: 50px;
    font-size: 2rem;
}



/* MAIN HEADER */
.page_banner {
    width: 100%;
    height: 40px;
    padding: 0px;
    background-color: #000;
}

.pill-button {
    background: none;
    border-radius: 0px;
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    font-weight: 500;
    color: white;
}

.pill-button:hover {
    transform: none;
}

nav ul a {
/*    font-family: "Avenir";   */
	font-family: Open Sans,sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
    transition: ease 0.2s;
}

nav ul a:hover {
    color: white;
    background: none;
    box-shadow: none;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: 0px;
    border-radius: 0px;
    margin: 0px auto 30px auto;
    position: sticky;
    box-shadow: 0px 1px 5px #00000061;
}

/* DASHBOARD */

.contentWrap {
    background-color: #ecf0f5;
}

.content-bottom {
    background-color: #ecf0f5;
}

.tips .tip {
    padding: 10px 0 10px 0;
    box-shadow: -1px 1px 5px #00000024;
}

.tips .tip a {
    padding: 30px;

}

.horsenality-logo {
	width: 100%;
	text-align: center;
}
.horsenality-logo img {
	width: 500px;
}

@media only screen and (max-width: 900px) {
    .tips {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 10px;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .tips .tip {
        width: 100%;
        max-width: 400px;
        min-height: 300px;
        box-shadow: -1px 1px 5px #00000024;
    }

    .tips .tip a {
        padding: 50px;
    }
    
	.horsenality-logo img {
		width: 300px;
	}
}

/* MOBILE MENU */
.header-nav_mobile-wrapper {
    display: none;
}

.mobile_nav {
    display: none;
}

.mobile_nav #mobile_nav_links {
    display: none;
}

@media only screen and (max-width: 900px) {
    header {
        flex-flow: column;
    }

    .header-nav_mobile-wrapper {
        display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 100px;
    }

    img.horse-logo {
        width: 120px;
    }

    nav {
        display: none;
    }

    .mobile_nav {
        display: flex;
        width: 100%;
    }

    .mobile_nav #mobile_nav_links {
        display: flex;
        flex-flow: column;
        text-align: center;
        background-color: #ecf0f5;
    	width: 100%;
    }

    .mobile_nav #mobile_nav_links a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        padding: 15px 0px 15px 0px;
        border-top: solid 1px #d8d8d8;
    }

    .mobile_toggle {
        width: 70px;
        height: 80px;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .mobile_toggle i {
        font-size: 40px;
    }
}

.tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 10px #27ff00;
}

.horse .tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 5px #FCC554;
}
.rider .tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 5px #FCC554;
}
.evaluator .tip.selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 5px #FCC554;
}

/* Account page changes */
section.tips.account_info .tip {
    flex: 0 0 calc(90% - 20px);
}
.profile-name-box {
    background-color: #FCC554;
    width: 90%;
    border-radius: 10px;
}

/* Report claim feature */
.order-info {
    font-size: 80%;
    font-style: italic;
    padding: 10px 0px;
    min-height: 50px;
    text-align: left;
}
.order-options {
    width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 75%;
    font-weight: 600;
    padding: 20px 0 0 0;
}
.order-options div {
    display: flex;
    align-items: center;
}
.order-options div:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.order-options img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}

/* Login Page changes */
.login-welcome-box {
    max-width: 580px;
    box-shadow: -1px 1px 5px #00000036;
    display: flex;
    flex-direction: column;
    padding: 50px;
    margin: 20px auto;
    text-align: center;
    border-radius: 8px;
}
.login-welcome-box p {
	text-align: left;
}