@charset "UTF-8";

.g-purple {
	color: #6E3F83;
}
.g-purple-80 {
	color: #874ea1;
}
.g-purple-90 {
	color: #7a4692;
}
.bg-g-purple {
	color: #fff;
	background-color: #6E3F83;
}
.bg-g-purple-60 {
	color: #fff;
	background-color: #9d67b6;
}
.bg-g-purple-80 {
	color: #fff;
	background-color: #874ea1;
}
.border-g-purple {
	border: 2px solid #6E3F83 !important;
}
.g-pink {
	color: #c5299b;
}
.g-pink-80 {
	color: #CB2AA0;
}
.g-pink-90 {
	color: #CB2AA0;
}
.bg-g-pink {
	color: #fff;
	background-color: #c5299b;
}
.bg-g-l-gray {
	background-color: #f5f5f5;
}
.bd-g-l-gray {
	border: 2px solid rgba(77,77,79, .3);
}
.g-gray {
	color: #4D4D4F;
}
.g-l-gray {
	color: #f5f5f5;
}
.g-yellow {
	color: #FCB526;
}
.bg-g-yellow {
	background-color: #FCB526;
}
.bg-g-moccasin {
	background-color: #fee8ba;
}
.bg-g-khaki {
	background-color: #fdd584
}
.bg-g-white {
	background-color: #fff;
}
.g-lighten-90 {
	filter: brightness(1.1)
}
.g-lighten-80 {
	filter: brightness(1.2)
}
.g-lighten-70 {
	filter: brightness(1.3)
}
.g-lighten-60 {
	filter: brightness(1.4)
}
.g-lighten-50 {
	filter: brightness(1.5)
}
.g-lighten-40 {
	filter: brightness(1.6)
}
.g-lighten-30 {
	filter: brightness(1.7)
}
.g-lighten-20 {
	filter: brightness(1.8)
}
.g-lighten-10 {
	filter: brightness(1.9)
}
p {
	color: #4d4d4f;
	font-size: 18px;
}
/* END COLOR */
/* NAV */

/* END NAV */
/* CONTROLS */


.g-btn {
  font-family: 'Avenir-Heavy';
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 10px 40px;
  letter-spacing: 0.1px;
  font-size: 18px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .g-btn {
    transition: none;
  }
}
.g-btn:hover {
  color: #ffffff;
}
.g-btn:focus {
  outline: 0;
  box-shadow: none;
}
.g-btn:disabled, .g-btn.disabled, fieldset:disabled .g-btn {
  pointer-events: none;
  opacity: 0.65;
}

.g-btn-primary {
  color: #ffffff;
  background-color: #CB2AA0;
  border-color: #CB2AA0;
}
.g-btn-primary:hover {
  background-color: #A22280;/*pink 60*/
  border-color: #A22280;
}
.g-btn-primary:focus {
  box-shadow: none;
  color: #fff;
  border-color: #CB2AA0;
}
.g-btn-primary:active, .g-btn-primary.active, .show > .g-btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #AB2386;
  border-color: #AB2386;
}
.g-btn-primary:active:focus, .g-btn-primary.active:focus, .show > .g-btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  background-color: #AB2386;
  border-color: #AB2386;
}
.g-btn-primary:disabled, .g-btn-primary.disabled {
  color: #C0C0C1;
  background-color: #ffffff;
  border-color: #C0C0C1;
}

.g-btn-secondary {
  color: #CB2AA0;
  background-color: #ffffff;
  border-color: #CB2AA0;
}
.g-btn-secondary:hover {
  color: #fff;
  background-color: #CB2AA0;/*pink 60*/
  border-color: #CB2AA0;
}
.g-btn-secondary:focus {
  box-shadow: none;
  color: #CB2AA0;
  background-color: #ffffff;
}
.g-btn-secondary:active, .g-btn-secondary.active, .show > .g-btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #AB2386;
  border-color: #AB2386;
}
.g-btn-secondary:active:focus, .g-btn-secondary.active:focus, .show > .g-btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  background-color: #AB2386;
  border-color: #AB2386;
}
.g-btn-secondary:disabled, .g-btn-secondary.disabled {
  color: #C0C0C1;
  background-color: #ffffff;
  border-color: #C0C0C1;
}

.g-btn-link {
  font-weight: 400;
  color: #CB2AA0;
  text-decoration: underline;
  padding-left: 0px;
  box-shadow: none;
}
.g-btn-link:hover,
.g-btn-link:focus {
  color: #A22280;
}
.g-btn-link.no-underline {
  text-decoration: none;
}
.g-btn-link.no-underline:hover,
.g-btn-link.no-underline:focus,
.g-btn-link.no-underline:visited {
  cursor: default;
  color: #CB2AA0;
}
.g-btn-link:disabled, .g-btn-link.disabled {
  color: #C0C0C1;
}

.g-btn-lg, .g-btn-group-lg > .g-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.g-btn-sm, .g-btn-group-sm > .g-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.g-btn-group a:first-of-type {
	margin-right: 50px;
}
.g-btn-group a {
	margin-bottom: 15px;
}
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
/* END CONTROLS */
/* HOME */


.post-it-note a {
	color: #4d4d4f;
	text-decoration: none;
}
.post-it-note p {
	overflow: hidden;
	padding: 30px 40px 0px !important;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}
.post-it-note h1 {
    color: #fff;
    font-size: 30px;
    padding-top: 25px;
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}

.post-it-note {
	width: 23.5em;
    height: 22em;
	margin: 0 auto;
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
	background: url('https://gotrwebsite.s3.us-west-2.amazonaws.com/resources/home/svgs/post-it-note.svg');
}
@media  (max-width: 576px) {
	.post-it-note {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
	}
	.g-btn-group {
	text-align: center;	
	}
	.g-btn-group a:first-of-type {
		margin-right: 0px;
		
	}
}

img.g-shadow, .container.g-shadow {
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
		
}
div.g-data-link {
	cursor: pointer !important;
}
div.g-data-link:hover {
	opacity: .8;
}
/* HOME END */
@media (max-width:1200px){
	.m-hidden {
		display: none !important;
	}
}
.g-design-element {
	position: relative;
}
.g-overflow-hidden {
	overflow: hidden;
}
.g-design-element img {
	position: absolute;
	z-index: 1;
}
.polaroid a {
background: #ffffff;
display: inline-block;
padding: 15px 15px 55px;
text-align: center;
text-decoration: none;
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
-webkit-transition: all .20s linear;
-moz-transition: all .20s linear;
transition: all .20s linear;
z-index: 0;
position: relative;
}
.polaroid-x a:after {
color: #333;
font-size: 25px;
content: attr(title);
position: relative;
top: 15px;
}

.polaroid img {
	display:block;
	/*width: 100%;*/
}
.polaroid-x a:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
z-index: 10;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}

h1.g-underline, h2.g-underline {
	display: inline-grid;
	padding-bottom: 0px;
	filter: brightness(1);
}
@media (max-width: 576px) {
	h1.g-underline, h2.g-underline {
		display: grid;
	}
	h1.g-underline::after, h2.g-underline::after {
		width: 100%;
		margin-left: 0px;
	}
}
h1.g-underline::after, h2.g-underline::after {
	content: ' ';
    height: 15px;
    width: 110%;
    margin-left: -5%;
    margin-bottom: 0px;
    background-color: #FEE5B2;
    position: relative;
    top: -15px;
    z-index: -1;
}
h1.g-underline2, h2.g-underline2 {
	text-decoration: underline;
	text-decoration-color: #FEE5B2;
	text-decoration-thickness: 1rem;
	padding-bottom: 25px;
}
div.container h4.text-bbyel {
	padding-bottom: 10px;
}
div.container h4.text-bbyel span {
	border-bottom: 10px solid #FEE5B2;	
	display: inline;
}
.h5 p {
	font-size: 20px;
}


.g-h1-hidden {
	padding: 50px 0px;
}

.wysiwyg-formatting ul {
	list-style: ' ★ ' outside none;
}

.wysiwyg-formatting ol,
.wysiwyg-formatting ul {
	padding-inline-start: 1ch;
	padding-right: 10px;
	color: #4d4d4f;
	margin-left: 10px;
	margin-bottom: 1rem;
}
.wysiwyg-formatting li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #4d4d4f;
}
.wysiwyg-formatting td {
	border: 1px solid rgba(77,77,79, .2);
	padding: 10px;
}
.wysiwyg-formatting tr:first-of-type td {
  background-color: #F2F2F3;
  font-weight: 700;  
}
.wysiwyg-formatting ol > li {
	padding-bottom: 0px;
}
.wysiwyg-formatting a {
	color: #CB2AA0;
	text-decoration: underline;
}
.wysiwyg-formatting a:hover {
	color: #A22280;
	text-decoration: none;
}

/* .polaroid a:hover, */
/* img.img-thumbnail:hover { */
	/* transform: scale(1.1); */
/* } */
/* img.img-thumbnail { */
  /* transition: transform .5s ease; */
/* } */

/* checkbox start */
label.checkbox-label {
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 20px;
  color: #4D4D4F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
label.checkbox-label span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dbdbdb;
  border-radius: 20%;
}

/* On mouse-over, add a grey background color */
label.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}



/* Create the checkmark/indicator (hidden when not checked) */
label.checkbox-label span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.checkbox-label span.checkmark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* When the checkbox is checked, add a blue background */
label.checkbox-label input:checked ~ .checkmark {
  background-color: #CB2AA0;
}


label.checkbox-label input:checked ~ .checkmark:after {
  border: solid white;
  border-width: 0 3px 3px 0;
}

.jumpto-area {
	padding-bottom: 30px;
	margin: auto;
	max-width: 1110px;
}
.jumpto-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.jumpto-block {
		flex-direction: column;
		align-items: center;
	}
}
.jumpto-items {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.jumpto-label {
	font-family: Avenir-Medium;
	color: #808083;
	font-size: 16px;
	min-width: 82px;
}
.jumpto-item {
	letter-spacing: .1px;
	color: #4D4D4F;
	background-color: #F2F2F3;
	font-size: 16px;
	padding: 5px 8px;
	border: none;
	border: 1px solid #C0C0C1;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Avenir-Medium;
	margin: 5px;
}
.jumpto-item:hover {
	background-color: #CACCCF;
}

.jumpto-anchor {
	position: absolute;
	top: -100px;
}
.g-truncate {
	height: auto;
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.g-truncate.fourlines {
	-webkit-line-clamp: 4;
}
.g-truncate.threelines {
	-webkit-line-clamp: 3;
}
.g-truncate.twolines {
	-webkit-line-clamp: 2;
}
dl, ol, ul {
	margin-bottom: 0rem;
	margin-left: 0rem;
}
button.header__publish-button {
	display: none !important;
}
