
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */


[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.button.button-clear {
	color: gray;
}

.pushTop {
	padding-top: 2em;
	height: 100%;
}

em {
	font-style: italic;
}

ion-view {
	/*color: #444;*/
	/*color: rgba(78, 78, 78, 1);*/
	color: rgba(124, 119, 127, 1);
}


.button.searchClear {
	color: rgb(170, 167, 167);
	font-weight: bold;
	width: 70px ;
	height: 10px !important;
	padding-top: 0;
}

.button.answerType {
	color: rgb(170, 167, 167);
	font-weight: bold;
	width: 200px ;
	line-height: 1.5em;
	height: 60px !important;
	padding-top: 0;
	margin-right: 10px; 
}

.button.activeAnswerType {
	color: white !important;
	background-color: rgba(67, 76, 130, 1);
	font-weight: bold;
	width: 200px ;
	line-height: 1.5em;
	height: 60px !important;
	padding-top: 0;
	margin-right: 10px; 
}
.button.save {
	color: white !important;
	width: 100px;
	height: 40px !important;
	font-weight: bold;
	margin-left: 1.2em; 
}

.button.cancel {
	/* color: white !important; */
	color: rgb(117, 115, 115);
	width: 100px;
	height: 40px !important;
	font-weight: bold;
	margin-right: 1.2em; 
	
}

.button.delete {
	color:  rgb(218, 218, 218);
	width: 248px;
	height: 40px !important;
	font-weight: bold;
	margin-top: 1.5em;
}

.modalButtons {
	/* position: fixed; */
	padding-top: 60px;
	bottom: 0;
}

.modalDelete {
	font-size: 24px;
	margin-top: .3em;
	cursor: pointer;
}

.modalInput {
	width: 80% !important;
	border-bottom: 2px solid rgba(216, 215, 226, 1) !important;
	margin-right: 1em;
	margin-top: .2em;
	padding: 0 !important;
	/* left: 12em !important; */
}

.fullHeight {
	height: 100vh;
	bottom: 0;
	/* cursor: pointer; */
}

.modalTitle {
	position: absolute;
	color: white !important;
  	top: 0;
 	left: 0 !important;
  	width: inherit;
  	height: 100%;
  	text-align: center !important; 
}

.modalTitle h1 {
	color: white;
	margin-top: .5em;
	font-size: 1.3em;
}

.onHover:hover {
	background-color: rgb(243, 243, 243);
}

.onHover:active {
	color: white;
	background-color: rgba(134, 142, 196, 1) !important;
}

.fgSilver {
	color: rgb(170, 167, 167);
}

.moveDown {
	padding-top: 1em !important;
}

.rotatePin {
	transform: rotate(45deg);
}

.modalPopup {
	width: 50%;
	margin: auto;
	background-color: white;
}

.forumPopup {
	margin: 10% 5%;
}
.forumPopup .popup {
	width: 100%;
}
.forumPopup .popup .popup-buttons {
	margin: 0% 30%;
	width: 40%;
}

.horizontalBar {
	width: 100%;
	height: 10px;
}

.darkBar {
	background-color: #1C3E94;
}

.lightBar {
	background-color: #009FC2;
}

.receptionistLogo {
	max-width: 90%;
	margin: auto;
	display: block;
	margin-top: 1em;
}

.minimalPadding .item {
	padding-bottom: 0 !important;
}

.minimalPadding .item-content {
	padding: 0.7em !important;
}

.minimalPadding .item-checkbox {
	padding-top: 0;
	padding-bottom: 0;
}

/**
 * This CSS uses adjacent selectors instead of general sibling (~) selectors
 * for ion radio that are broken in iOS 9 UIWebView.
 *
 * To apply the patch, include this CSS after your ionic.css include.
 */
  .item-radio input:checked + .radio-content .item-content {
    /* style the item content when its checked */
    background: #f7f7f7;
    border: none;
  }

  .item-radio input:checked + .radio-content .radio-icon {
    /* show the checkmark icon when its checked */
    visibility: visible;

  }

  div.editor-container {
  	height: 150px;
  	/*max-height: 150px;*/
  	border: 1px solid black;
  	min-height: 100px !important;
  }

  .selectable {
	  -webkit-user-select: auto !important;
	  -khtml-user-select: auto !important;
	  -moz-user-select: auto !important;
	  -ms-user-select: auto !important;
	  -o-user-select: auto !important;
	  user-select: auto !important;
	}


  /* Toggle background fixer */
  .item.item-toggle {
  	background-color: transparent;
  	border: none;
  }

  .rightAlign input {
  	float: right;
  }

/*
	=========================================
				Color Pallette
	=========================================
*/

.bgRed {
	background-color: rgba(255, 0, 0, 0.35);
}

.bgRed2 {
	background-color: rgba(218, 32, 40, 1.0);
}

.bgRed3 {
	background-color: #F14741;
}

.bgRed4 {
	background-color: rgb(194, 21, 30);
}

.bgBlack1 {
	background-color: rgba(0, 0, 0, 1.0);
}

.bgGray1 {
	background-color: rgba(150, 150, 150, 1.0);
}

.bgGray2 {
	background-color: rgba(150, 150, 150, 0.40);
}

.bgGray3 {
	background-color: rgba(134, 132, 134, 1.0);
}
.bgGray4, .bgGray4 .item-content{
	background-color: rgba(117, 117, 117, 1.0) !important;
}

.bgGray5 {
	background-color: rgba(239, 239, 241, 1);
}

.bgGray6 {
	background-color: rgba(78, 78, 78, 1);
}

.bgGray8 {
	background-color: rgba(78, 78, 78, .50);
}

.bgGray7 {
	background-color: rgba(216, 215, 226, 1) !important;
}

.bgGray7Faint {
	background-color: rgba(216, 215, 226, .25) !important;
}

.bgGray8 {
	background-color: rgba(78, 78, 78, .50);
}

.bgGray9 {
	background-color: rgba(248, 248, 248, 1) !important;
}


.bgWhite {
	background-color: rgba(255, 255, 255, 1.0);
}

.bgwhite2 {
	background-color: rgba(248, 248, 252, 1);
}

.bgBlue1 {
	background-color: rgba(0, 173, 238, 1.0);
}

.bgForceBlue1 {
	background-color: rgba(0, 173, 238, 1.0) !important;
	color: #FFFFFF;
	border: .12em solid rgba(0, 173, 238, 1.0);
	border-radius: .90em;
}

.bgBlue2, .bgBlue2 .item-content {
	/*background-color: rgba(37, 96, 170, 1.0);*/
	background-color: rgba(26, 101, 143, 1.0);
}

.bgBlue2Faded {
	/*background-color: rgba(37, 96, 170, 0.5);*/
	background-color: rgba(26, 101, 143, 0.05);
}

.bgBlue2Faded2 {
	background-color: rgba(37, 96, 170, 0.05);
}

.bgBlue3{
	background-color: rgba(65, 201, 232, 1)
}

.bgBlue4 {
	background-color: rgba(67, 76, 130, 1);
}

.bgBlue5 {
	background-color: rgba(133, 144, 213, 1);
}

.bgBlue6 {
	background-color: rgba(134, 142, 196, 1);
}

.bgOrange {
	background-color: rgba(241, 103, 57, 1.0);
}

.bgGreen {
	background-color: rgba(80, 184, 71, 1.0);
}


.bgTransparent {
	background-color: transparent;
}

.fgGray1 {
	color: rgba(150, 150, 150, 1.0) !important;
}
.fgGray2 {
	color: rgba(134, 132, 134, 1.0);
}

.fgGray3 {
	color: rgba(216, 215, 226, 1);
}

.fgGray4 {
	color: rgba(78, 78, 78, 1);
}


.fgWhite, .fgWhite:hover {
	color: rgba(255, 255, 255, 1.0);
}

.fgRed {
	color: rgba(255,50,50,1.0);
}

.fgRed2 {
	color: rgba(218, 32, 40, 1.0);
}

.fgRed3 {
	color: rgb(194, 21, 30);
}

.fgBlue1 {
	color: rgba(0, 173, 238, 1.0);
}

.fgBlue2 {
	/*color: rgba(37, 96, 170, 1.0);*/
	color: rgba(26, 101, 143, 1.0) !important;
}

.fgBlue3{
  color: rgba(65, 201, 232, 1) !important;
}

.fgBlue4{
  color: rgba(134, 142, 196, 1) !important;
  /* top: 2em !important; */
}

.fgOrange {
	color: rgba(241, 103, 57, 1.0);
}

.fgGreen {
	color: rgba(80, 184, 71, 1.0);
}

.fgGreen2 {
	color: rgba(143, 198, 68, 1) !important;
}

.fgBlack {
	color: rgba(0, 0, 0, 1.0);
}

.fgWhiteForce {
	color: rgba(255, 255, 255, 1.0) !important;
}

.fgWhite {
	color: rgba(255, 255, 255, 1.0);
}

input.fgWhite {
	color: rgba(255, 255, 255, 1.0);
	font-size: 1.5em;
}

.whitePlaceholder::-webkit-input-placeholder {
	color: white;
}

.whitePlaceholder::-moz-placeholder {
	color: white;
}

.whitePlaceholder:-moz-placeholder {
	color: white;
}

.whitePlaceholder:-ms-input-placeholder {
	color: white;
}


/* 	========================================= */

/*
	=========================================
				Custom Icons
	=========================================
*/
@font-face {
  font-family: "news-font-1";
  src:url("fonts/news-font-1.eot");
  src:url("fonts/news-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/news-font-1.woff") format("woff"),
    url("fonts/news-font-1.ttf") format("truetype"),
    url("fonts/news-font-1.svg#news-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "news-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="iconn-"]:before,
[class*=" iconn-"]:before {
  font-family: "news-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconn-news:before {
  content: "a";
}
/* 	========================================= */

/*
	=========================================
				Animations
	=========================================
*/

.spinMe {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}

.getAttention {
	opacity: 1;
    animation: fade 2s infinite;
    -webkit-animation: fade 2s infinite;
}

@keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/* 	========================================= */

.setListStyle ul {
	list-style: inside disc;
	margin-left: 1em;
}

.insetFeedback {
	margin-left: 1em;
	margin-right: 1em;
}

.bumpTextDown {
	padding-top: .5em;
}

.bumpTextDown2 {
	padding-top: 2em;
}

.recipientCell {
	width: 5em;
}

.recipientContainer {
	width: 100%;
}

.recipientGrid {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: .5em;
}

.shiftRight {
	padding-left: 1em;
}

.actualDescription {
	clear: both;
	text-align: left;
	font-size: 1.0em;
	margin-left: 0.65em;
	margin-right: 0.65em;
	margin-top: 0.5em;
}
.contactRewardDescription .ghost {
	clear: both;
	font-size: 0.75em;
	margin-left: 0.65em;
	margin-right: 0.65em;
	margin-top: 0.5em;
	color: gray;
}

.lq {
	display: block;

	font-size: 2em;
	float: left;
}

.rq::after {
	content: "”";
}

.rq {
	display: block;
	font-size: 2em;
	float: right;
}
.lq::before {
	content: "“";
}

.spaceWatcherContainer {
	margin: auto;
	max-width: 15em;
}

.spaceWatchers {
	margin: auto;
	padding: .5em;
}

.breakMe {
	clear: both;
}

.rollRight {
	float: right;
}

.recipientGridItem {
	float: left;
	width: auto;
}

.progressRow {
	height: 6em;
}


.fLeft {
	float: left;
}

.progressLeft {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.progressRight {
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.recipientGridItem .button-small {
	color: white;
	width: auto !important;
}

.button-small.fixLineHeight {
	line-height: 1.5em;
}

.recipientBubble {
	/*width: 10em;*/
	margin: 5px;
	padding-top: .5em;

}

.recipientBubble a.button {
	width: 100%;
	margin: auto;
	font-weight: bold;

}

.recipientBubble a.button::before {
	margin-left: 0.5em;
}

.italicize {
	font-style: italic;
}

input.inputPadding {
	padding-left: 1em;
	padding-right: 1em;
}

.detailGrid {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.detailGrid-content {
	width:50%;
	/*border: 0.25em solid white;*/
	/*background-color:rgb(235,235,235);*/
	float: left;
	/*text-align: center;*/
	vertical-align: middle;
}

.borderTop {
	border-top: 3px solid rgba(0,0,0,0.25);
}

.notificationBadge {
	top: .5em;
	border-radius: 50%;
	white-space: nowrap;
}

.myBadge{
	width: 27.5px;
	height: 27.5px;
	line-height: 25px;
	text-align: center;
	font-size: 1em;
	top: -.75em;
	right: -.25em;
	margin-left: 90%;
	position: absolute;
	z-index: 1000;
}

.badgeContainer {
	display: flex;
	max-height: 7em;
	max-width: 7em;
	position: relative;
	margin: auto;
}

.contactListItem, .contactListItem .item-content, .contactListItem .item-complex {
	padding: .25em;
}

/*
ion-item.fullRight.item {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*contactListItem border style*/
/*!important needs to be there to overwrite .item*/
.cliborder{
	border-top: solid rgba(216, 215, 226, 1) 1px !important;
	border-bottom: solid rgba(216, 215, 226, 1) 2px !important;
}
.cliborder:last-child{
  border-bottom: none !important;
}

.cliborder2{
	border-top: solid gray 1px !important;
	border-bottom: solid gray 2px!important;
}
.cliborder2:last-child{
  	border-bottom: none !important;
}

.cliKey {
	font-size: .95em;
	padding: .25em;
}

.cliKeyBack {
	background-color: rgba(216, 215, 226, .50) !important;
	border-top: solid rgba(216, 215, 226, 1) 1px !important;
	border-bottom: solid rgba(216, 215, 226, 1) 2px !important;
}

.cliKeyback:last-child{
  border-bottom: none !important;
}

.linkborder{
	border-top: solid rgba(216, 215, 226, 1) 1px !important;
	border-bottom: solid rgba(216, 215, 226, 1) 1px !important;
}
.linkborder:first-child{
  border-top: none !important;
}
.linkborder:last-child{
  border-bottom: none !important;
}

.cliborder2{
	border-top: solid gray 1px !important;
	border-bottom: solid gray 2px!important;
}
.cliborder2:last-child{
  	border-bottom: none !important;
}

.removeBorder {
	border: none !important;
}


/*end of contactListItem border style*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contactPhoto {
	display: block;
	min-width: 4em;
	min-height: 4em;
	max-width: 10em;
	max-height: 10em;
	text-align: left;
}

.contactPhoto2 {
	display: block;
	min-width: 10em;
	min-height: 10em;
	max-width: 15em;
	max-height: 15em;
	border-radius: 50%;
	text-align: center;
	margin: auto;
  	border: solid rgb(65, 201, 232) 2.5px;
}


.contactPhotoMini {
	display: block;
	/*vertical-align: middle;*/
	max-width: 4em;
	max-height: 4em;
	border-radius: 50%;
	/*text-align: center;*/
	/*margin: auto;*/
}

.squareMe {
	height: 4em;
	width: 4em;
}

.contactPhotoSuperMini {
	display: block;
	/*vertical-align: middle;*/
	max-width: 2em;
	max-height: 2em;
	border-radius: 50%;
	/*text-align: center;*/
	/*margin: auto;*/
}

.contactInfoIcon {
	font-size: 1.5em;
	display: inline-block;
	margin-top: .45em;
}

.innerContactInfo {
	width: 21em;
	margin: auto;
}

.innerContactInfo3 {
	width: 95vw;
	max-width: 40em;
	/*width: 50em;*/
	margin: auto;
}

.contactName {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.giveContactReward {
	color: white;
	font-size: 1.3em;
	background-color: rgba(133, 144, 213, 1) !important;
	border-style: none;
	border-radius: 10px;
	padding-top: .50em;
	padding-bottom: .50em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-bottom: .75em;
}

.thinWhiteLine {
	margin-right: 1px
}

.contactName2 {
	font-size: 1.75em;
/*	text-align: center;*/
	/*color: rgba(0,0,0,.65);*/
	margin-top: -0.35em;
}

.contactName3 {
	font-size: 1.75em;
	text-align: center;
	color: rgba(0,0,0,.65);
}

.contactMakeAdmin {
	font-size: 1.50em;
	text-align: left;
	line-height: 2.25em;
	/*color: rgba(0,0,0,.65);*/
}

.contactFooterIcon {
	font-size: 1.5em;
	display: inline-block;
}

.contactFooterButton {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: .75em;
}

.biggerFooter {
	height: 5em;
	margin: 0em;
	padding: 0em;
	/*max-width: 30em;*/
	margin: auto;
}

.biggerFooter .row {
	padding: 0em;
	margin: 0em;
}

.biggerFooter2 {
	height: 5em;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

button.button.biggerFooter2 {
	width: 100%;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0;
	font-weight: bold;
	/*top: -5px;*/
	/*bottom: -15px;*/
}

button.button.biggerFooter3 {
	width: 49%;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0;
	font-weight: bold;
	/*top: -5px;*/
	/*bottom: -15px;*/
}

.contactTitle2 {
	font-size: 1em;
/*	text-align: center;*/
	/*color: rgba(0,0,0,.65);*/
	margin-top: -1em;
	margin-bottom: 1em;
}

.contactTitle3 {
	font-size: 1em;
	text-align: center;
	color: rgba(0,0,0,.65);
	/*margin-top: -1em;*/
}

.noDecoration {
	text-decoration: none !important;
	/*font-size: 1em;*/
	color: rgba(124, 119, 127, 1) !important;
}

.killLink {
	text-decoration: none !important;

}
.contactInfo {
	margin-left: 0.5em;
	font-size: 1.75em;
	/*text-transform: uppercase;*/
	/*text-align: center;*/
	color: rgba(0,0,0,.65);
	margin-top: 0.25em;
}

.selectedPrefs {
	font-size: 1.75em;
	color: rgba(0,0,0,.65);
}

.rewardAuthor {
	width: 8em;
	display: inline-block;
	/*padding-right: 1em;*/
	text-align: center;
}

.rewardAuthor img {
	margin: auto;
}

.rewardDescription {
	width: 100%;
	/*max-width: 90*/
	display: inline-block;
}

.col.contactInfo {
	margin: 0em;
	padding: 0em;
	margin-left: 0.5em;
	font-size: 1.75em;
	/*text-transform: lowercase;*/
	/*text-align: center;*/
	color: rgba(0,0,0,.65);
	margin-top: 0.25em;
}

.contactRewardDescription {
	position: relative;
}

.contactInfoSubText2 {
	margin: 0em;
	padding: 0em;
	margin-left: 1.15em;
	font-size: .85em;
	text-transform: uppercase;
	/*text-align: center;*/
	color: rgba(0,0,0,.65);
	/*margin-top: 0.25em;*/
}

input.contactInfo {
	font-size: 1.75em;
	margin: 0em;
	color: rgba(0,0,0,.65);
	margin-top: 0.1em;
}

.contactInfoSubText {
	margin-left: 1.15em;
	font-size: .85em;
	text-transform: uppercase;
	/*text-align: center;*/
	color: rgba(0,0,0,.65);
	/*margin-top: 0.25em;*/
}

.contactTitle {
	text-align: right;
}

.contactLocation {
	text-align: right;
}

.contactRaveScore {
	text-align: center;
	font-weight: bold;
}

.contactRaveScore span {

}

.contactNotes {
	min-height: 10em;
	border: 1px solid rgba(0,0,0, 0.25);
}

/*.innerContactInfo textarea{
	display: block;
	width: 50vw;
	margin: 1em auto 0em auto;
	padding: 0em;
	background-color: rgba(10,10,10,0.025);
	margin-top: 1em;
}*/

.innerContactInfo2 textarea{
	display: block;
	width: 90vw;
	max-width: 40em;
	margin: 1em auto 0em auto;
	padding: 0em;
	background-color: rgba(10,10,10,0.025);
	margin-top: 1em;
}

.abs{
  position: absolute;
  right: 0;
}


.camera {
/*    background-color: transparent;
    color: transparent;
    color: transparent;*/
    font-size: 3em;
    z-index: 2000;
    color: #FFFFFF !important;
    background-color: rgba(78, 78, 78, .25);
    border-radius: 100%;
}

.camera:hover {
}


.contactImg{
  text-align: right;
  padding-right: 2vw;
  margin: auto;
}

.contactCall {
	width: 10em;
	margin: auto;
	padding-top: .5em;
}

.contactCall a.button {
	width: 100%;
	margin: auto;
	border-radius: 1em;
	font-weight: bold;
}

.contactCall a.button::before {
	margin-left: 0.5em;
}

.faqTitle {

}

.faqDescription {
  color: gray;
  white-space: pre-wrap;
}

.rewardMiniItem {
	padding: .25em;
	font-size: .85em;
}

.boldMe {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

.letterIndex {
	font-weight: bold;
}

.verticalSpacing{
    margin: 10px 0;
}

.paddingFix0{
  padding: 0;
}

.bumpTop {
	padding-top: .5em;
}

.bumpTop2 {
	padding-top: 1em;
}

.bumpBottom {
	padding-bottom: .5em;
}

.bumpBottom2 {
	padding-bottom: 1em;
}

.nextBump::before {
	padding-top: 0.25em;
}

.teensybumpTop {
	padding-top: 5px !important;
}

.padRight {
	padding-right: 1em;
}
.reducedWidth{
  width: 60% !important;
}
.fullItemWidth .item-content {
	padding-right: 1em;
}

.littleSpace {
	padding-right: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~BORDER SECTION~~~~*/

.noBorder {
	border: none;
}

.noTopBorder {
	border-top: none;
}

.slimBorder{
  border: solid rgba(216, 215, 226, 1) 2px !important;
}

.underlineBorder{
/*  border-bottom: solid rgb(26, 101, 143) 1px !important;*/
	border-bottom: 1px solid rgba(216, 215, 226, 1) !important;
}


.underlineBorderDark {
	border-bottom: 2px solid rgba(216, 215, 226, 1);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
	/*margin-bottom: 3%;*/
}

.roundBorder{
  border: solid rgba(216, 215, 226, 1) 1px !important;
  border-radius: 35px;
}
.beveledCorners{
  border-radius: 3.5px;
}
.recipientBubs{
  border: solid rgba(216, 215, 226, 1) 1px;
  border-radius: 2.5px;
  padding: 0 5px;
}
.whiteBorder {
	border-color: white !important;
}
/*END OF BORDER SECTION*/
/*~~~~~~~~~~~~~~~~~~~~*/

.noDecoration {
	text-decoration: none;
}

.wrapMe {
	white-space: normal;
}

.wrapMe div.item-content {
	white-space: normal;
}

.makeLong {
	min-height: 120vh;
}

.transparentBG .item, .transparentBG .item-content {
	background-color: transparent !important;
}

.roundMe {
	border-radius: 1em;
}

.blockMe {
	display: block;
	/*padding: .5em;*/
	/*margin: .5em;*/
}

.fontSmall {
	font-size: .75em;
}

.fontRegular {
	font-size: .95em;
}

.fontRegularTouch {
	font-size: 1.25em;
}

.fontRegularPlus {
	font-size: 1.5em;
}

.fontMedium {
	font-size: 2em;
}

.fontLarge {
	font-size: 3em;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.vCenter {
	vertical-align: middle;
}

.textMiddle {
	vertical-align: middle;
}

.textTop {
	vertical-align: top;
}

.textBottom {
	vertical-align: bottom;
}

.vBump1 {
	padding-top: .5em;
}

.vBump2 {
	margin-top: .75em;
}

.vBump3 {
	margin-top: .5em;
}

.vBump4 {
	margin-top: 2em;
}

.pushRight {
	margin-left: auto;
	margin-right: 0px;
}

.nearFullWidth{
  width: 91%;
}

.fullWidth {
	width: 98%;
	margin: auto;

}

.fullWidth2 {
	width: 100%;
	margin: auto;
}

.fullRight .item-content {
	padding-right: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
/*  border: solid #FFF 1px;*/
}

.fullRight:first-child{
  border-top: none;
}

.syncImage {
	max-width: 25%;
	margin: auto;
	display: block;
	margin-top: 4em;
	/*padding-top: 4em;*/
}

.smallHR {
	height: .25em;
	border: none;
	padding: 0em;
	margin: 0em;
}

.mediumHR {
	height: 1.3em;
	border: none;
	padding: 0em;
	margin: 0em;
}

.noPadding {
	padding: 0 !important;
}

.headerLogo {
	max-width: 15em;
	display: block;
	/*padding-top: 1em;*/
}

.noShow {
	display: none;
}

.smallTab{
  padding-left: 12.5px;
  padding-bottom: 10px;
}

.centerMe {
	margin: auto;
}

.centerText {
	text-align: center;
}

.loginWindow {
	max-width: 40em;
	padding: 1em;
}

/*.rewardPointBox {
	width: 2em;
	height: 2em;
	border: 1px solid rgba(26, 101, 143, 1.0);
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: none;
	margin: none;
	padding-top: .25em;
	border-radius: 1em;
}
.rewardPointBox-white {
	border: 1px solid rgba(255, 255, 255, 1.0);
}*/

.giveRewardsInp{
  text-align: center;
  width: 3em;
}

.rewardInpSpacing{
  margin-left: 16px;
}
.stickyBottom{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10%;
  border-radius: 0;
}
/*
	=========================================
				InnerWindow
	=========================================
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*direct call of .item to remove border*/
.item{
  border: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.iconContact {
	font-size: 2em;
	padding-top: .50em;
	color: rgba(216, 215, 226, 1);
}

.iconLocal {
	height: 1em;
	width: 1em;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.iconLarge {
	font-size: 3em;
}

.fitBackgroundImage {
	background-size: contain;
	width: 7em;
	height: 7em;
	margin: auto;
}

.fitStoreImage {
	background-size: 75% 75%;
	background-repeat: no-repeat;
	width: 7em;
	height: 7em;
	background-position: center;
	margin: auto;
}

.innerWindow {
	width: 100%;
	max-width: 40em;
	margin: auto;
	/*border: 1px solid black;*/
	line-height: normal;
	/*padding-top: .5em;*/
}

.innerWindowHeader {
	width: 100%;
	/*padding-top: .25em;*/
	/*padding-left: .25em;*/
	/*border-radius: .25em .25em 0em 0em;*/
	padding: 3.5vw 5vw;
	margin-top: 3%;
	margin-bottom: 3%
}

.innerWindowHeader a {
	text-decoration: none;

}

.innerWindowButtonContainer {
	text-align: center;
	vertical-align: top;
}

.innerWindowButtonContainer .innerWindowButton, .innerWindowButtonContainer .innerWindowButton2 {
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
}

.searchResult, .searchResult a.item-content {
	font-size: 1em;
	padding: .25em;
}

.searchList div.list {
	padding: 0;
}

.noLink {
	text-decoration: none;
}

.categoryName {
	width: 8em;
	height: 2.25em;
	position: relative;
	margin: auto;
	font-weight: bold;
	z-index: 10;
}

.categoryName2 {
	width: 5em;
	height: 2em;
	margin: auto;
	font-weight: bold;
	font-size: .75em;
}

.innerWindowButton {
	margin: .5em .75em .5em .75em;
	width: 10em;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.20);
	border-radius: 1em;
	height: 10em;
}

.innerWindowButton2 {
	margin: .5em .75em .5em .75em;
	width: 5em;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 1em;
	height: 5em;
}

.innerWindowHeaderBump {
	min-height: .25em;
  padding: 0;
}

.innerWindowDividerSlim {
  width: 35%;
  margin: 20px auto 0;
  min-height: .05em;
}

.innerWindowDividerLine {
	border-bottom: 1px solid #C0C0C0;
	width: 80%;
	margin: auto;
}

.innerWindowDividerLineRewards {
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.innerWindowDividerSlimFull {
  width: 100%;
  background-color: solid rgba(216, 215, 226, 1) !important;
  /*margin: 0 auto;*/
  height: .035em;
}

.innerWindowDivider {
	min-height: .10em;
	border-radius: 50%
}

.innerWindowDivider2 {
	min-height: .05em;
	max-width: 50%;
	margin: auto;
	border-radius: 50%
}

.innerWindowDivider3 {
	height: .05em;
	width: 50%;
	margin: auto !important;
	border-radius: 0%
}

.innerWindowContent {
	width: 100%;
	/*border-radius: 0em 0em .25em .25em;*/
}

.innerWindowFooter {
	min-height: 1em;
	padding-top: .25em;
	padding-left: .25em;
	border-radius: 0em 0em .25em .25em;
}
/*  -- Corner positioning */
.corner-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
.corner-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.corner-bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

.corner-bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}
/*
	=========================================
*/

.fixTheDangThing {
	padding-left: 6.5%;
}

.menuBar {
	height: 4.5em !important;
}

.menuTitle {
	text-align: left !important;
	line-height: 3.4em !important;
}

.headerTitle {
	text-align: left !important;
}

.space {
	height: 1.5em;
}

.subNavRow {
	/*margin-top: 2.3em !important;*/
	background-color: white;
	top: 60px;
}

.noNavDrop {
	top: 4.5em !important;
}

.ionicContentDrop {
	top: 8.3em !important;
	height: auto !important;
}


 #content{
/*  width: -webkit-max-content;*/
  /*width: 100%*/
  text-align: center;
  height: 4em !important;
  white-space: nowrap !important;
}

::-webkit-scrollbar {
	display: none;
}

#content div {
	display: inline-block;
	position: relative;
	background-color: white;
	padding-left: 3%;
	padding-right: 3%;/*
	margin-top: 3% !important;*/
	color: rgba(189, 184, 188, 1);
	font-size: 1.3em !important;
	white-space: nowrap !important;
	overflow-x: auto;
	height: inherit !important;
}

ion-scroll #content {
	height: 4em;
}

.subNavItem{
  float:left;
}

.subNavButtonFocus {
	color: #444 !important;
	font-weight: 600;
/*	border-bottom: 2px solid rgba(216, 215, 226, 1);*/
}

.subNavButtonBlur {
	color: rgba(189, 184, 188, 1);
	font-size: 1.3em !important;
	cursor: pointer;
	padding-top: 15px;
	/* padding-bottom: 0; */
}

.footerNavButtonFocus {
	/*background-color: white !important;*/
	color: white;
	font-size: 1.3em !important;
/*	border-top: 1px solid white !important;
	border-radius: 10% !important;*/
}

.footerNavButtonBlur {
	/*background-color: white !important;*/
	color:  rgba(133, 144, 213, 1);
	/*color: rgba(255, 255, 255, .40);*/
	font-size: 1.3em !important;
}

.subheader-bar {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	height: 4em;
	padding-bottom: 0;
	background-color: white !important;

}

.subheader-bar a {
	display: inline-block !important;
	background-color: white !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	text-overflow: visible !important;
	color: rgba(189, 184, 188, 1);
	font-size: 1.3em !important;
}

.footer-bar a {
	background-color: rgba(78, 78, 78, 1) !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	text-overflow: visible !important;
}

.footer-bar a:hover {
	color:white !important;
}

.sentence {
	color: rgba(124, 119, 127, 1) !important;
}

.inline {
	display: inline-block;
	float: left;
}

.rewardIcon {
    font-size: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    margin-bottom: 30%;
}

.rewardIconRead {
	color: rgba(143, 198, 68, .5) !important;
}

.announcementIcon {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 20%;
}

.announcementIconRead {
	color: rgba(218, 32, 40, .50);
}

.newsIcon {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 20%;
	color: rgba(65, 201, 232, 1);
}
.newsIconRead {
	color: rgba(65, 201, 232, .50);
}

.messageIcon {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: rgba(134, 142, 196, 1);
}

.messageIconRead {
	color: rgba(134, 142, 196, .50);
}

.calendarIcon {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25%;
	margin-bottom: 20%;
}

.calendarIconRead {
	color: rgba(143, 198, 68, .50) !important;
}


.iconRead {
	opacity: .50 !important;
}

.latestMinHeight {
	min-height: 300px !important;
}

.rewardMinHeight {
	min-height: 280px !important;
}

.postDate {
	bottom: 0;
	padding-top: 1em !important;
}

.pointer {
	cursor: pointer;
}

.announcementThumbUnlike {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: rgba(134, 142, 196, .5);
}

.announcementThumbLike {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: rgba(134, 142, 196, 1) !important;
}

.forumThumbUnlike {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50%;
	color: rgba(134, 142, 196, .5);
}

.forumThumbLike {
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50%;
	color: rgba(134, 142, 196, 1) !important;
}

.newAnnouncementIcon {
	font-size: .7em;
	margin-left: auto;
	margin-right: auto;
}

.enterIcon {
	position: absolute;
	float: right;
	text-align: right;
	font-size: 2em;
	margin-top: 3%;
	margin-left: 100%;
	color: rgba(150, 150, 150, .5);
}

.enterForumIcon {
	position: absolute;
	float: right;
	text-align: right;
	font-size: 2em;
	margin-top: 13%;
	margin-left: 100%;
	color: rgba(150, 150, 150, .5);
}

.enterAnnouncementIcon {
	position: absolute;
	float: right;
	text-align: right;
	font-size: 2em;
	margin-top: 13%;
	margin-left: 100%;
	color: rgba(150, 150, 150, .5);
}

.enterMessageIcon {
	position: absolute;
	float: right;
	text-align: right;
	font-size: 2em;
	margin-top: 15px;
	margin-left: 100%;
	color: rgba(150, 150, 150, .5);
}

.enterRewardIcon {
    float: right;
    text-align: right;
    font-size: 2em;
    color: rgba(150, 150, 150, .5);
}

.enterCalendarIcon {
	position: absolute;
	float: right;
	text-align: right;
	font-size: 2em;
	margin-top: 15%;
	margin-left: 100%;
	color: rgba(150, 150, 150, .5);
}

.notify {
	display: block;
	font-size: .40em;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}

.moveUp {
	padding-top: -6em !important;
}

.babyRewardDivider {
	border-bottom: 2px solid rgba(216, 215, 226, 1);
	/*border-radius: 80%;*/
	width: 50%;
	margin: auto;
}

.rewardPoints {
	margin-top: 5%;
	margin-bottom: 5%;
}

.rewardDateLikes {
	text-align: right;
	float: right;
	padding: 0;
	margin: 0;
}

.teensyDot {
	font-size: .40em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.rewardPointSelect {
	padding-left: 35%;
}

.rewardPointSelect input {
	font-size: 1.5em !important;
	color: rgba(143, 198, 68, 1) !important;
	width: 65% !important;
	margin-left: 25% !important;
	margin-right: 30% !important;
}

.rewardPointSelect div {
	font-size: 1.5em !important;
	color: rgba(143, 198, 68, 1) !important;
	width: 65% !important;
	margin-left: 25% !important;
	margin-right: 30% !important;
	padding-top: 8px;
}

.rewardPointSelect i {
	font-size: 1.8em;
	margin: 0;
	padding-top: 3%;
}

.rewardPointSubmit input {
	font-size: 1.8em !important;
	color: rgba(143, 198, 68, 1) !important;
}

.pointz {
	line-height: 1.8em;
	padding-left: 5% !important;
}

.moarContactPhoto {
	background-repeat: no-repeat;
	background-size: cover;
	height: 12.5em;
	width: 12.5em;
	background-position: center;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 50;
	box-shadow: 0px 5px  5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px  5px  rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 5px  rgba(0,0,0,0.15);
	-o-box-shadow: 0px 5px 5px  rgba(0,0,0,0.15);
	transition: height .50s,width .55s;
}


.social {
	text-decoration: none !important;
	padding-top: 3%;
	padding-bottom: 5%;
}

.settingsHeading {
	color: rgba(78, 78, 78, 1);
	font-size: 1.5em;
	padding-top: 3%;
	padding-bottom: 3%;
}

.settingsControl {
	padding-top: 2%;
	font-size: 1.25em;
	color: rgba(124, 119, 127, .45);
}

.settingsControlEnabled {
	color: rgba(78, 78, 78, 1);
}

.numInput {
	padding-top: 3%;
}
.numInput input {
	background-color: rgba(150, 150, 150, 0) !important;
	font-size: 1.25em;
	height: inherit;
}

.settingsButton {
	margin-right: 10%;
	margin-top: 5%;
}

#reportContainer {
	height: 600px;
}

.rewardPointSubmit input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pointArrow {
	font-size: 2.2em;
	color: rgba(143, 198, 68, 1);
}

.pointArrowDisabled {
	font-size: 2.3em;
	color: lightgrey;
}

.landingIconContainer {
	width: 100%;
	margin-top: 30px !important;
}

.landingIcon {
	max-width: 7em;
	max-height: 7em;
	display: block;
	margin: auto;
}

.altLandingIcon {
	max-width: 7em;
	max-height: 7em;
	display: block;
	margin: auto;
}

.landingTitle {
	font-size: 1.25em;
	padding-top: 15px;
}

.colorbar {
	bottom: 0;
	width: 100%;
	height: 23px;
	padding: 0 !important;
}


.barorange {
	background-color: #F17341;
	width: 23%;
}

.barlblue {
	background-color: #339CD5;
	width: 11%;
	margin-left: 1px;
}

.barmblue {
	background-color: #418DC8;
	width: 4%;
	margin-left: 1px;
}

.barlgreen {
	background-color: #B0D148;
	width: 5%;
	margin-left: 1px;
}

.bardgrey {
	background-color: #D0D2D3;
	width: 4%;
	margin-left: 1px;
}

.barlgrey {
	background-color: #EFF0F0;
	width: 20%;
	margin-left: 1px;
}

.bardgreen {
	background-color: #5F9F53;
	width: 15%;
	margin-left: 1px;
}

.bardblue {
	background-color: #41679B;
	width: 18%;
	margin-left: 1px;
}

.clearFooterSpace {
	bottom: 0!important;
}

.flickrFeed  {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
}

ion-modal-view.addSurveyQuestion {
	width: 100%;
	height: 100%;
	font-weight: 500;
	top: 0;
	left: 0;
}

.optionInput {
  width: 100%;
  border-bottom: 2px solid lightgrey;
}

.reportModal {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.closeModal {
	float: right;
	padding: 5px;
	font-size: 2em;
	color: darkgrey;
}

.flexMe {
	display: flex;
}

.flexVerticalCenter {
	align-items: center;
}


/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.15em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;

  /* */
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.photoGradient::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(to top, transparent 25%, white 100%);*/
  margin-top: .5em;
  height: 3em;
  width: 100%;
  content: '';
  z-index: 0;
}

.announcementLogo {
	height: 1em;
	width: 1em;
	margin-top: 0.25em;
}


img {
	max-width: 100%;
}

.announcementImage {
	height: 12em;
	width: 100%;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	object-fit: cover;
}

.repeatFooter {
	position: absolute;
	bottom: 0;
	height: 40px;
}

.companySig {
	position: absolute;
	bottom: 35px;
}

.fixTitle {
	margin-bottom: 31px;
}

.titleUp {
	margin-bottom: 2.5em;
}

.profileArc {
	width: 250vw;
	height: 100vw;
	max-height: 60em;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10.75em;
	z-index: -1;
	transition: top .50s;
}

.profileArc2 {
	width: 150vw;
	height: 30vw;
	max-height: 60em;
	border-radius: 90%;
	position: absolute;
	left: 60%;
	transform: translateX(-50%);
	top: 9.75em;
	z-index: -2;
	transition: top .50s;
	background-color: #41679B;
}


.block {
	width: 100%;
	height: 14em;
	position: absolute;
	top: 0;
	z-index: -50;
}


.displayName {
	font-size: 1.75em;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	/*width: 10em;*/
	/*margin-top: 2.5em;*/
	transition: font-size .50s;
}
.cnctrow {
	position: absolute;
	top: 9em;
	transition: top .50s;
}

.rwdButton {
	font-size: 1.50em;
	position: absolute;
	width: 11em;
	top: 9em;
	left: 0;
	z-index: 1000;
	transition: font-size .50s;
	/*background-color: #50B847;*/
	color: #8FC644;
	padding-top: .50em;
	border-radius: 10px;
    /*text-shadow: 1px 1px 2px #f3f9ec, 0 0 30px #e8f3d9, 0 0 5px #d2e8b4;*/
}

.transparent {
  background: transparent !important;
}

.image-modal {
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}


.contactAbsolute {
	position: absolute;
	top:63px!important;
	height: 20em;
}

.contactDrop {
	top: 22em !important;
	height: auto !important;
	transition: top .50s;
}

.container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url('#goo');
  animation: rotate-move 2s ease-in-out infinite;
}

.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dot-3 {
  background-color: rgba(67, 76, 130, 1);
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: rgba(241, 103, 57, 1.0);
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: rgba(143, 198, 68, 1);
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}



@keyframes dot-3-move {
  20% {transform: scale(1)}
  45% {transform: translateY(-8px) scale(.45)}
  60% {transform: translateY(-80px) scale(.45)}
  80% {transform: translateY(-80px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
  20% {transform: scale(1)}
  45% {transform: translate(-6px, 2px) scale(.45)}
  60% {transform: translate(-70px, 50px) scale(.45)}
  80% {transform: translate(-70px, 50px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
  20% {transform: scale(1)}
  45% {transform: translate(6px, 2px) scale(.45)}
  60% {transform: translate(70px, 50px) scale(.45)}
  80% {transform: translate(70px, 50px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
  55% {transform: translate(-50%, -50%) rotate(0deg)}
  80% {transform: translate(-50%, -50%) rotate(360deg)}
  100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
  0%, 100% {z-index: 3}
  33.3% {z-index: 2}
  66.6% {z-index: 1}
}

.leftify{
  position: absolute;
  left: 5em;
  top: 5em;
  transition: top .50s, left .50s;
}




@media only screen and (max-width: 375px) {
/*	.queryTitle {
		font-size: 1em;
	}

	.queryDescription {
		font-size: .90em;
	}*/
	.moarContactPhoto {
		height: 10em;
		width: 10em;
		transition: height .50s,width .55s;
	}

	.profileArc {
		top: 10em;
		transition: top .50s;
	}

	.leftify{
		left: 3.5em;
		top: 3.5em;
		transition: top .50s, left .50s;
	}

	.contactDrop {
		top: 19.75em !important;
		transition: top .50s;
	}

	.displayName {
		font-size: 1.50em;
		transition: font-size .50s;
	}

	.cnctrow {
		top: 7.5em;
		transition: top .50s;
	}

	.rwdButton {
		font-size: 1.25em;
		transition: font-size .50s;
	}


}
