* {
	box-sizing: border-box;
}
@font-face {
    font-family: 'arciform';
    src: url('arciform-webfont.woff2') format('woff2'),
         url('arciform-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ClasslyGilroy';
    src: url('gilroy-bold-webfont.woff2') format('woff2'),
         url('gilroy-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ClasslyGilroy';
    src: url('gilroy-medium-webfont.woff2') format('woff2'),
         url('gilroy-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ClasslyGilroy';
    src: url('gilroy-regular-webfont.woff2') format('woff2'),
         url('gilroy-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.noshow {
	display: none;
}
.mbmenu {
	float: left;
	position: absolute;
}
iframe {
	max-width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: -webkit-fill-available;
    	max-height: 456px;
	height: 100%;
}
body {
    background-color: #ffffff;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
    color: #000000;
	height: 100%;
}
a {
	display: block;
}
.mobiledescription {
	display: none;
}
.filesh2 {
    margin: 0;
    font-family: 'ClasslyGilroy';
	letter-spacing: -0.03em;
    font-size: 28px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.pagebody {
	display: flex;
  flex-flow: column;
  min-height: 100%;
  margin-bottom: 35px;
}
.topboxcontent {
    padding: 24px;
    background: #0057FF;
    border-radius: 16px 16px 0 0;
    color: #fff;
}
.ipadtopboxcontent {
	height: 40px;
}
.overlayc {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 90%;
}
.header-alt, .header, .errorheader {
	width: 100%;
	padding: 10px;
    top: 0;
	position: fixed;
	z-index: 15;
	vertical-align: middle;
	transition: all 0.3s;
	text-align: center;
}
.header{position:absolute}
.errorheader {
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.header-alt {
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	background-color: rgba(255,255,255,.96);
}
.toplogo, .menulogo {
	height: 34px;
    margin: 8px;
}
.toplogo-color {
	height: 34px;
    margin: 8px;
}
.menu {
	float: right;
    margin-right: 15px;
    padding-top: 14px;
    font-family: 'Roboto', sans-serif;
}
.header a {
	text-decoration: none;
	color: #000;
	display: unset;
}
.header-alt a {
	text-decoration: none;
	color: #000;
	display: unset;
}
top {
	background: linear-gradient(180deg, #4986FD 20%, #0086D1 100%);
    padding-bottom: 84px;
    border-radius: 0 0 70px 0;
}
.heading {
	padding-top: 100px;
	margin-left: 8%;
	margin-right: 8%;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 500ms;
    z-index: 20;
    display: none;
    height: 100%;
    margin: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlaycontent {
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 16px;
  display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
	max-width: 1024px;
	min-width: 280px;
	height: 90%;
    max-height: 600px;
}
.ipadoverlaycontent {
  margin-top: 30%;
    margin-left: 30%;
    background: #fff;
    width: 40%;
    position: fixed;
    transition: all .5s ease-in-out;
    height: 30%;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 10px;
    padding: 2.5%;
}
.content {
    height: 100%;
    padding-bottom: 76px;
    margin-top: -78px;
    padding-top: calc(78px + 9px);
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
}
.buttons {
    padding: 20px;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1em;
}
.ipadbuttons a {
	font-weight: 500;
	color: rgb(0,112,192);
	text-decoration: none;
	margin-left: 10px;
	display: unset;
}
.buttons a, .card-buttons a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    background: #0057FF;
    padding: 0 16px;
    line-height: 36px;
    letter-spacing: .25px;
    font-size: 14px;
cursor: pointer;
}
#open-fullscreen{background:none;color:rgba(0,0,0,.8)}
.title {
	font-size: 52px;
    color: #fff;
    font-family: 'ClasslyGilroy';
    letter-spacing: -0.03em;
    margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.heading h6 {
	margin: 0;
    color: #fff;
    font-family: 'ClasslyGilroy';
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -0.03em;
}
.description {
	color: rgb(0,112,192);
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	margin-top: 10px;
}
.tools {
	margin-top: -40px;
	bottom: 0;
	display: table-row;
	/*background-image: url(https://res.cloudinary.com/spodeknow/image/upload/v1543637271/bgimage.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 18px;
    border-top-right-radius: 18px;
	flex: 1 1 auto;
}
.tools p {
	color: #000;
	text-decoration: none;
}
.tools h4 {
	color: #000;
	text-decoration: none;
}
.toptools:after {
	content: "";
    clear: both;
    display: table;
}
.featured {
	margin-left: 8%;
	margin-top: 0;
	height: 275px;
	width: 22.5%;
	background-color: #fff;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: left;
	padding: 20px;
	z-index: 1000;
	    border: 1px solid rgba(0,0,0,.12);
		margin-bottom: 30px;
}
.featured:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.mobilemarginfix {
	margin-top: 0
}
.featured1 {
	margin-left: 8%;
	margin-top: 0;
	height: 275px;
	width: 22.5%;
	background-color: #fff;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: left;
	padding: 20px;
	z-index: 1000;
	    border: 1px solid rgba(0,0,0,.12);
}
.featured1:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.icon {
	width: 46px;
	border-color: rgb(0,112,192);
    margin-left: -7px;
}
.featbutton {
	color: #0057FF;
    font-size: 15px;
    padding: 9.2px 22px;
    border: 1px solid #DFF1FF;
    width: fit-content;
    border-radius: 4px;
    letter-spacing: 0.7px;
    font-weight: 700;
    font-family: 'ClasslyGilroy';
    text-transform: uppercase;
}
.featbutton:hover {
    background-color: rgba(0,112,192,.06);
}
.featured a {
	text-decoration: none;
	font-weight: 500;
}
.featured p {
	font-size: 1.4em;
    color: rgb(0,112,192);
}
.featured1 a {
	text-decoration: none;
	font-weight: 500;
}
.featured1 p {
	font-size: 1.4em;
    color: rgb(0,112,192);
}
.moretools {
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 35px;
}
.moretools a {
	font-weight: 400;
}
.moretoolstitle {
	font-family: 'arciform';
}
.tool {
	height: 80px;
	width: 48%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: left;
	z-index: 1000;
}
.tool:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  margin-top: -5px;
  margin-bottom: 5px;
}
.btool {
	height: 80px;
	margin-top: 15px;
	width: 48%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: left;
	z-index: 1000;
}
.btool:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  margin-top: 10px;
}
.ipadbuttons {
	padding: 2.5%;
    text-align: right;
    width: 92%;
    position: absolute;
    bottom: 0;
    font-size: 1em;
}
.tool2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  margin-top: -5px;
  margin-bottom: 5px;
}
.tool2 {
	height: 80px;
	width: 48%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: right;
	z-index: 1000;
}
.btool2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  margin-top: 10px;
}
.btool2 {
	height: 80px;
	margin-top: 15px;
	width: 48%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: right;
	z-index: 1000;
}
.bigtool:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  margin-top: 205px;
  margin-bottom: 70px;
}
.bigtool {
	margin-top: 210px;
	margin-bottom: 65px;
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	z-index: 1000;
}
.smallicon {
	height: 56px;
	margin: 12px;
	padding: 8px;
	float: left;
}
.smallicon-disabled {
	display: none;
}
.tooltext {
	float: left;
	margin: 0;
	margin-top: 18px;
}
.tooltext p {
	margin: 0;
}
.tooltext h4 {
	margin: 0;
	margin-bottom: 4px;
}
.toolbutton {
	color: rgb(0,112,192);
	font-size: 1.1em;
	float: right;
	margin-right: 12px;
	margin-top: 28px;
}
.toolbutton-disabled {
	color: #969696;
	font-size: 1.1em;
	float: right;
	margin-right: 12px;
	margin-top: 28px;
}
.tools a {
	text-decoration: none;
	font-weight: 500;
}
.footer {
	background-color: #1f1f1f;
	color: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
}
.bottombar-bottom, .bottombar-top {
	color: #fff;
}
.bottombar-bottom {
	background: #5f6368;
	padding: 32px 20px;
	height: 80px;
	bottom: 0;
}
.bottombar-top {
	background: #3c4043;
    height: fit-content;
    clear: both;
}
.privacy {
	float: left;
}
.idontevencareanymore {
	height: 16px;
}
.copyright {
	float: right;
}
.footerdescription {
	margin: 20px;
    margin-top: 0;
    font-size: .8em;
}
.footerlogo img {
	width: 100px;
    margin: 20px;
    border-bottom: solid;
    border-bottom-width: 1px;
    padding-bottom: 12px;
	margin-bottom: 12px;
}
@media screen and (max-width: 1016px) and (min-width: 768px) {
.tool2 {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.tool {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 15px;
}
.btool2 {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-top: 0;
}
.btool {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 15px;
}
.featured {
	margin-left: 8%;
	margin-top: 0;
	height: 275px;
	width: 24%;
	background-color: #fff;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	float: left;
	z-index: 1000;
	border: 1px solid rgba(0,0,0,.12);
	margin-bottom: 30px;
}
.tool:hover {
	margin-bottom: 20px;
}
.btool:hover {
	margin-bottom: 20px;
}
.btool2:hover {
	margin-bottom: 20px;
	margin-top: -5px;
}
.bigtool:hover {
	margin-top: 395px;
	margin-bottom: 70px;
}
.featured1 {
    margin-left: 6%;
    margin-top: 0;
    height: 275px;
    width: 24%;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: none;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    float: left;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.12);
}
.moretools {
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 35px;
}
.bigtool {
	margin-top:400px;
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.heading, .addtodb, .medium-alert, .snackbar-alert {
	margin-left: 6% !important;
	margin-right: 6% !important;
}
.tools {
	margin-top: -40px;
	bottom: 0;
	display: table-row;
	/*background-image: url(https://res.cloudinary.com/spodeknow/image/upload/v1543637271/bgimage.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 18px;
    border-top-right-radius: 18px;
	flex: 1 1 auto;
}
}
@media screen and (max-width: 767px) {
    top{
        padding-bottom:15.4vh;
    }
    .heading{
        padding-top:19.5vh;
    }
    .eventpagebody {
        transform: translate(-50%, 294px) !important;
    }
.mobilemarginfix {
	margin-top: 20px;
}
.description {
	display: none;
}
#desktopdisabled {
	display: none;
}
.smallicon-disabled {
	height: 56px;
	margin: 12px;
	border-style: solid;
	border-radius: 100%;
	border-width: 3px;
	border-color: #969696;
	padding: 8px;
	float: left;
	display: unset;
}
.mobiledescription {
	color: rgb(0,112,192);
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	margin-top: 10px;
	display: unset;
}
.featured1 {
	margin-left: 8%;
	margin-right: 8%;
	height: 245px;
	width: 84%;
	background-color: #fff;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.featured {
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 20px;
	height: 245px;
	width: 84%;
	background-color: #fff;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 0;
}
.tools {
	margin-top: -40px;
	bottom: 0;
	display: table-row;
	/*background-image: url(https://res.cloudinary.com/spodeknow/image/upload/v1543637271/bgimage.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 18px;
    border-top-right-radius: 18px;
	flex: 1 1 auto;
}
.tool2 {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.tool2:hover {
	height: 80px;
	width: 100%;
	margin-top: -5px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 5px;
}
.btool2 {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-top: 0;
}
.btool2:hover {
	height: 80px;
	width: 100%;
	margin-top: -5px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 5px;
}
.tool {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 15px;
}
.tool:hover {
	height: 80px;
	width: 100%;
	margin-top: -5px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 20px;
}
.btool {
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 15px;
	margin-top: 15px;
}
.btool:hover {
	height: 80px;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 20px;
}
.bigtool {
	margin-top:400px;
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bigtool:hover {
	height: 80px;
	width: 100%;
	margin-top: 395px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.toolbutton {
	display: none;
}
.toolbutton-disabled {
	display: none;
}
.menu {
	padding-right: 15px;
}
}
@media screen and (max-width: 360px) {
.smallicon-disabled {
	height: 36px;
    margin: 22px;
    margin-left: 8px;
    margin-right: 10px;
    border-style: solid;
    border-radius: 100%;
    border-width: 2px;
    border-color: #969696;
    padding: 6px;
    float: left;
	display: unset;
}
.title{
	font-size: 2.6em;
}
.heading h6{
	font-size: 20px;
}
.idontevencareanymore {
	display: none;
}
.tooltext p {
	font-size: .92em;
}
}
/*Easter Egg Stuff...*/
.copyright a {
	display: unset;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.eeoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  display: none;
}
.eeoverlay:target {
  visibility: visible;
  opacity: 1;
}
.epiceediv {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 24px;
    width: 45%;
    padding: 4px;
    height: 46px;
    overflow: auto;
	margin-top: 25%;
	min-width: 300px;
}
.eediv {
	width: 92%;
    float: left;
}
.box {
	float: left;
    margin-right: 48px;
    padding-left: 14px;
    border-radius: 18px;
    border: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
	font-family: 'Roboto';
}
.epicgo {
	display: inline-block;
    vertical-align: middle;
    height: 38px;
    float: right;
    width: 38px;
    margin-left: -38px;
}
/*Material Boxes*/
.infooverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  border: none;
}
.infooverlay:target {
  visibility: visible;
  opacity: 1;
}
.overlaycontent-i {
  background: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 10px;
  display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
	min-width: 280px;
	max-width: 400px;
}
.topboxcontent-i {
	height: 56px;
}
.h2-i {
	padding: 24px;
	margin-top: 0;
	font-weight: 500;
}
.content-i {
	height: 100%;
    padding: 24px;
	padding-top: 0;
	padding-bottom: 8px;
}
.buttons-i {
	padding-right: 24px;
	padding-bottom: 24px;
    text-align: right;
    width: 100%;
    font-size: 1em;
}
.buttons-i a {
	font-weight: 500;
	color: rgb(0,112,192);
	text-decoration: none;
	margin-left: 10px;
	display: unset;
}
/*Static Pages*/
.headingbox {
	height: 400px;
	background-image: url(../img/heading.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.staticpageheader {
	width: 100%;
	padding: 25px;
    top: 0;
	position: absolute;
	z-index: 15;
	vertical-align: middle;
	transition: all 0.3s;
}
.staticpageheader-alt {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	width: 100%;
	background-color: #fff;
	padding: 10px;
    top: 0;
	position: fixed;
	z-index: 15;
	vertical-align: middle;
	transition: all 0.3s;
}
.staticpageheader a {
	text-decoration: none;
	color: #fff;
	display: unset;
}
.staticpageheader-alt a {
	text-decoration: none;
	color: #000;
	display: unset;
}
.headingbox h1 {
	color: #fff;
	font-size: 3.2em;
	margin-top: 170px;
	font-family: 'arciform';
	margin-bottom: 10px;
	padding-left: 4%;
    padding-right: 4%;
}
.headingbox h4 {
	font-weight: normal;
    color: #fff;
	margin-top: 0;
}
.staticpagebody, .eventpagebody {
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	background-color: #fff;
	font-family: 'Roboto';
    box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: inline-block;
	position: absolute;
	top: 0;
    left: 50%;
    width: 95%;
	max-width: 1700px;
}
.text h1 {
    font-family: 'ClasslyGilroy';
	letter-spacing: -0.03em;
    margin: 0;
    margin-bottom: 30px;
}
.text a {
    text-decoration: none;
    font-weight: 500;
}
.staticpagebody {
    transform: translate(-50%, 375px);
}
.eventpagebody {
    transform: translate(-50%, 226px);
}
.text {
	padding: 3%;
}
.text a {
	display: unset;
}
@media screen and (max-width: 370px) {
.headingbox h1 {
	margin-top: 130px;
}
}
@media screen and (max-width: 540px) {
.text {
	padding: 18px;
}
.staticpageheader {
	padding: 18px;
}
.menu {
	display: none;
}
}
@media screen and (min-width: 541px) {
}
.menuicon, .menuicon-color, .menuicon-x {
	height: 20px;
	margin: 15px;
	float: right;
}
.mobilemenu {
	position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
	display: block;
	z-index: 2000;
	transition: all .18s ease-in-out;
	background: #fff;
	padding: 0;
	max-width: 300px;
        width: 75%;
	box-shadow: none;
        overflow-y: scroll;
}
.mobilemenu {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.mobilemenu::-webkit-scrollbar { 
    display: none;
}
.pages {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.menu-top {
	padding: 22px;
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.mobilemenu h2, .mobilemenuscroll h2 {
	font-family: 'ClasslyGilroy';
	font-size: 26px;
	margin: 0;
	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
	color:#0057FF;
	letter-spacing: -0.03em;
}
.menu-top h5 {
	color: #000;
	margin: 0;
	margin-top: 2px;
	margin-left: 0;
	text-transform: capitalize;
	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
	font-family: 'ClasslyGilroy';
	font-weight: 500;
	letter-spacing: -0.02em;
	font-size: 1em;
}
.mobilemenu h6 {
	margin: 0;
	margin-left: 20px;
    margin-top: 16px;
    font-size: 0.85em;
    color: rgba(0,0,0,.6);
    font-weight: 500;
}
.closeicon {
	height: 22px;
	margin: 18px;
}
.mobilemenu a, .mobilemenuscroll a {
	float: right;
}
.page, .current-page {
	width: 100%;
    height: 46px;
    padding: 12px 10px;
}
.current-page {
	background: #DFF1FF;
	border-radius: 6px;
	cursor: pointer;
}
.goto {
	cursor: pointer;
}
.current-page a, .current-page i {
	color: #0057FF;
	float: left;
}
.current-page i {
	padding-right: 20px;
}
.boxbutton {
	color: #fff;
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid rgba(0,112,192,.12);
    width: fit-content;
    border-radius: 4px;
    background-color: rgb(0,112,192);
    margin-bottom: 10px
}
.moreinfobox {
    border: 1px solid rgba(0,112,192,.12);
    border-radius: 12px;
    padding: 20px;
    height: 150px;
    margin: 10px 0;
}
overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    z-index: 20;
    display: none;
    height: 100%;
    margin: 0;
}
.current-page a {
	font-family: 'Roboto';
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
	width: 100%;
}
.page i {
	float: left;
    color: rgba(0,0,0,.6);
    padding-right: 20px;
}
.page p, .current-page p {
    float: left;
    margin: 1px 0;
    font-size: 17.5px;
    font-family: 'ClasslyGilroy';
    letter-spacing: -0.02em;}
.page a {
	color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    text-decoration: none;
    padding: 2px 0;
    font-size: 16px;
    float: left;
    width: 100%;
}
.menupagearrow {
	height: 16px;
	float: right;
}
.pagelist {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
}
.featured i, .featured1 i {
    color: rgb(0,112,192);
    font-size: 46px;
}
.error {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.error i {
    font-size: 40px;
    color: #0057FF;
}
.error h1 {
    font-family: 'ClasslyGilroy';
	letter-spacing: -0.03em;
    font-size: 42px;
    margin: 0;
    margin-top: 10px
}
.error h4 {
    font-weight: normal;
    margin-top: 8px;
}
.errorpage {
    height: 100%;
    display: table;
}
/*Revised Cards*/
.boxpagebody {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    margin-bottom: 30px;
}
	.card-wrapper {
	  float: left;
	  width: 33.3333%;
	  padding: 0 4vw;
	  margin-bottom: 20px;
	  transition: all .17s ease-in-out;
	}
	.tools {margin: -40px 4% 0;}
	.tools:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	@media screen and (max-width: 767px) {
	  .card-wrapper {
	    width: 100% !important;
	    display: block;
	  }
	  .editCard-mobile {
	    height: 550px !important;
	  }
	  .editCard-mobile .left-edit {
	    width: 100%;
	    border-right: none;
	    padding-right: 0;
	    border-bottom: 1px solid rgba(0,0,0,.12);
	    padding-bottom: 20px;
	    height: 50%;
	 }
	  .editCard-mobile .right-edit {
	    width: 100%;
	    padding-left: 0;
	    float: none;
	    padding-top: 20px;
	    height: 50%;
	  }
	  .right-edit .card-buttons{padding-right:0}
	}
	@media screen and (max-width: 1016px) and (min-width: 768px) {
	  .card-wrapper {
	    padding: 0 3%;
	  }
	  .tools {margin: -40px 3% 0;}
	}

	.card i {
  	  color: #0057FF;
  	  font-size: 31px;
	}
	.card {
	  background-color: #fff;
	  border-radius: 18px 10px;
	  box-shadow: 0px 2px 6px rgba(60, 64, 67, 0.15);
	  border: 1px solid rgba(60, 64, 67, 0.15);
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	  padding: 20px;
}
	.card p {
	    font-size: 24px;
	    color: #0057FF;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
		font-family: 'ClasslyGilroy';
		font-weight: 700;
		letter-spacing: -0.4px;
}
	.card-button-rev33119{
	    color: #0057FF;
	    font-size: 17px;
	    width: calc(100% + 20px);
	    border-radius: 8px;
	    letter-spacing: 0.7px;
	    text-transform: uppercase;
	    font-family: 'ClasslyGilroy';
		font-weight: 700 !important;
	    margin: -10px;
	    margin-top: 6px;
	    padding: 7px 10px;
	    transition: all 0.12s ease-in-out;
		background-image: url('/global/static/arrow-forward.svg');
		background-image: url(/global/static/arrow-forward.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
	.card-button-rev33119:hover{background-color:#DFF1FF}
/* Imported */
.new-class-box, .medium-alert {
    margin: 16px 0 0;
    padding: 20px;
    border-radius: 18px 10px;
    background: #DFF1FF;
}
.medium-alert, .snackbar-alert{margin:0 8%}
.new-class-box h2, .medium-alert h2 {
    margin: 0 0 4px;
    font-family: 'ClasslyGilroy';
    color: #0057FF;
    font-size: 1.6em;
    letter-spacing: -.04em;
}
.new-class-box h5, .medium-alert h5 {
    color: #0057FF;
    font-size: 17px;
    margin: 8px 0;
    font-weight: 500;
    font-family: 'ClasslyGilroy';
}
.new-class-box a, .medium-alert a {
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    width: fit-content;
    text-decoration: none;
    background: #0057FF;
    margin-top: 20px;
    display: block;
    font-size: 15px;
    border-radius: 8px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-family: 'ClasslyGilroy';
    line-height: 42px;
}
/* Loading */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color:rgb(0,112,192);
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color:rgb(0,112,192);
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color:rgb(0,112,192);
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color:rgb(0,112,192);
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
/* Games */
.testinstructions {
    margin: 0 0 15px;
    font-size: .9em;
}
.assessment-img-div {
    width: 100%;
    border: solid 1px rgba(0,0,0,0.12);
    border-radius: 6px;
    max-height: 1030px;
}
.assessment-img {
    width: 100%;
    cursor: zoom-in;
}
#errorHelper {
    margin-top: -35px;
    color: #b00020ff;
    margin-left: 16px;
    font-weight: 500;
    font-size: 12px;
    display: none;
}
.assessment {display: flow-root}
/* Support Page */
.dense-input {
    width: 100%;
    font-family: 'Roboto';
    font-size: 1em;
    height: 40px;
    border-radius: 6px;
    border: solid 2px rgba(0,0,0,.12);
    padding: 0 14px;
    transition: all 0.18s;
    margin-bottom: 39px;
    -webkit-appearance: none;
}
.dense-input:focus {
    outline: none;
    border: solid 2px #0057FF;
}
.dense-input:focus + label {
    color: #0057FF;
    transform: translate(12px, -6.5px);
    font-size: .75em;
}
.floating-label.unfocus {
    color: rgba(0,0,0,.6);
    transform: translate(12px, -6.5px);
    font-size: .75em;
}
.floating-label {
    position: absolute;
    transform: translate(12px, 9.5px);
    left: 0;
    cursor: text;
    transition: all 0.18s;
    color: rgba(0,0,0,.6);
    padding: 0 4px;
    background: #fff;
}
done {
    background: rgba(0,112,192,.12);
    width: 100%;
    max-width: 270px;
    color: rgb(0,112,192);
    border-radius: 10px;
    padding: 8px;
    margin-top: 10px;
    display: none;
}
done:target {
    display: block;
}
done p {
    display: inline-block;
    font-size: .95em;
    margin: 0;
    transform: translate(3px, -5.5px);
}
error {
    background: rgba(176,0,32,.12);
    width: 100%;
    max-width: 290px;
    color: #B00020;
    border-radius: 10px;
    padding: 8px;
    margin-top: 10px;
    display: none;
}
error:target {
    display: block;
}
error p {
    display: inline-block;
    font-size: .95em;
    margin: 0;
    transform: translate(3px, -5.5px);
}
.submitbutton {
	color: #fff;
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid rgba(0,112,192,.12);
    width: fit-content;
    border-radius: 4px;
    background-color: rgb(0,112,192);
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
}
.enlarge {
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0;
    position: fixed;
    display: none;
    z-index: 100;
}
.enlarge img {
    max-height: 100%;
    padding: 5%;
    max-width: 100%;}
.enlargebutton {
    height: 50px;
    width: 50px;
    right: 0;
    position: fixed;
    background: #fff;
    bottom: 0;
    z-index: 19;
    padding: 12px;
    margin: 15px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;
    display: none;
    opacity: 0;
    transition: all 0.18s;
}
.scrolledenough {
    display: block;
    opacity: 1;
}
.enlargebutton i {
    color: rgb(0,112,192);
    font-size: 26px;
}
/* Stolen, but dont tell anyone */
#mainContent {
	margin: 16px 0;
	border: 1px rgba(0,0,0,.12) solid;
	border-radius: 6px;
	padding: 40px;
	text-align: left;
}
@media (max-width: 449px) {
#mainContent {padding: 24px}
}
@media (min-width: 1024px) {
#mainContent {
    width: 49.5%;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: -30px;
    margin: 0;
    margin-bottom: 3%;
}
.text {display: flow-root}
.assessment-img-div {
    float: left;
    width: 49.5%;
    margin-bottom: 3%;
}
}
#skipButton, #endButton, #restartButton {
    font-family: 'Roboto';
    font-weight: 400;
    cursor: pointer;
    color: #0057FF;
}
button, .errbutton {
    color: #fff;
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid rgba(0,112,192,.12);
    width: fit-content;
    border-radius: 4px;
    background-color: #0057FF;
    margin: -9px 0 0;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    float: right;
}
#questionDiv {
	display: none;
}

#answerDiv {
	display: none;
}
#mainContent i {
    font-size: 40px;
    color: #0057FF;
    margin-bottom: 16px;
}
#mainContent h1 {
    margin-bottom: 0
}
#mainContent p {
    margin: 0;
    margin-bottom: 30px;
}
/* Classes */
.class-list {
    margin: 16px 8% 0;
    padding: 20px;
    border-radius: 6px;
    border: solid 1px rgba(0,0,0,.12);
    background: #fff;
}
.class-list h2 {
    margin: 0 0 4px;
    font-family: 'ClasslyGilroy';
    font-weight: 700;
	letter-spacing: -0.03em;
    font-size: 1.6em
}
.class-list a {
    text-decoration: none;
    color: #000;
}
.noclasses {
    color: rgba(0,0,0,.6);
    font-size: .9em;
    text-align: center;
    margin-bottom: 4px;
}
/* Errors */
#errorDiv {
    width: 85%;
    max-width: 480px;
    margin: auto;
    padding: 40px;
    border-radius: 6px;
    border: solid 1px rgba(0,0,0,.12);
}
#errorDiv i {
    font-size: 40px;
    color: #b00020ff;
    margin-bottom: 16px;
}
#errorDiv h1 {
    margin-bottom: 0;
    font-family: 'arciform';
}
#errorDiv a {text-decoration:none}
@media (max-width: 420px) {
#errorDiv {
    padding: 24px;
    border: none;
    width: 100%;
}
}
.footerbutton {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 15px;
    display: -webkit-box;
    width: fit-content;
}
.footerbutton i {
    font-size: 14px;
    vertical-align: middle;
}
/* New File Box */
.content-entry{
    height: 49px;
    vertical-align: middle;
    line-height: 49px;
    font-size: 14px;
    text-decoration: none;
    color: rgb(0,112,192);
    padding: 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.content-entry:hover{
    border-radius: 8px;
    background: rgba(0,112,192,.12);
    border: none;
}
#content-entries i{
    line-height: 49px;
    vertical-align: middle;
    padding-right: 10px;
    color: #0057FF;
}
#content-entries p{
    line-height: 49px;
    vertical-align: middle;
    display: inline;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
#content-entries{
    height: 100%;
    overflow-y: auto;
}
/* spinner begin */
.spinner {margin: 100px auto 0;width:100px;text-align:center}  /* .spinner > div{background-color: #666} */
.spinner > div{width:32px;height:32px;border-radius:100%;display:inline-block;animation: sk-bouncedelay 1.4s infinite ease-in-out both;background:rgb(0,112,192)}
.spinner .bounce1{animation-delay:-0.32s} .spinner .bounce2{animation-delay:-0.16s}
@keyframes sk-bouncedelay {0%, 80%, 100% { transform: scale(0)} 40% { transform: scale(1.0)}}
/* spinner end */
.addtodb{
    margin: 0 8%;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    padding: 24px;
    margin-top: -25px;
    background: #fff;
}
.addtodb fieldset{
    border: solid 1px rgba(0,0,0,.12);
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
}
.addtodb legend{
    color: rgb(0,112,192);
    padding: 0 6px;
    margin-left: -6px;
}
.addtodb input[type="submit"]{
    color: #fff;
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid rgba(0,112,192,.12);
    width: fit-content;
    border-radius: 4px;
    background-color: rgb(0,112,192);
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.addtodb form{margin:0}
.title1{
    height: 27px;
    line-height: 27px;
    font-family: 'Roboto';
    border: none;
	border-bottom: 1.5px solid transparent;
    -webkit-appearance: none;
    padding:0;
    outline: none;
    font-weight: 500;
    font-size: 1.4em;
    display:block;
    color: rgb(0,112,192);
	cursor: pointer;
	transition: 0.17s all ease-in-out;
	width: 100%;
}
.title1:focus, .title2:focus{
	border-bottom: 1.5px solid rgb(0,112,192);
	cursor: text;
}
.title2{
    height: 54px;
    line-height: 27px;
    font-family: 'Roboto';
    border: none;
    border-bottom: 1.5px solid transparent;
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    font-weight: 500;
    font-size: 1.4em;
    color: #000;
    margin-top:3px;
    resize: none;
    display:block;
    overflow: hidden;
    padding:0;
	cursor: pointer;
	transition: 0.17s all ease-in-out;
}
.edit-button{
color: rgb(0,112,192);
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid rgba(0,112,192,.12);
    border-radius: 4px;
    letter-spacing: 0.2px;
    display:block;
    font-weight: 500;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-family: 'Roboto';
    max-width: 100%;
    margin-top: 22.4px;
    width: fit-content;
    outline:none;
	cursor:pointer;
}
.edit-button:hover{
	background-color: rgba(0,112,192,.06);
}
.edit-button:focus{
	cursor: text;
	background: #fff;
}
.edit-icon{
    height: 46px;
    line-height: 27px;
    font-family: 'Material Icons';
    border: none;
    -webkit-appearance: none;
    width: 46px;
    outline: none;
    display:block;
    font-weight: 500;
    font-size: 46px;
    color: rgb(0,112,192);
    margin-bottom: 35px;
    padding: 0;
	cursor: pointer;
	transition: 0.17s width ease-in-out;
}
.edit-icon:focus{
	font-family: 'Roboto';
	font-size: 1.4em;
	border-bottom: 1.5px solid rgb(0,112,192);
	cursor: text;
	width: 100%;
}
.left-edit{
    width:calc(50% - 4vw);
    display:inline-block;
    border-right: 1px solid rgba(0,0,0,.12);
    padding-right: 20px;
    height:100%;
}
.right-edit{
    width:calc(50% + 4vw);
    display:inline-block;
    padding-left: 20px;
    float:right;
    height:100%;
    position: relative;
}
.card-buttons{
    padding-right: 20px;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1em;
}
.card-buttons #cancel {
    background: #fff;
    color: rgb(0,112,192);
    margin-right: 16px;
    padding: 0;}
.card-button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    width: fit-content;
    text-decoration: none;
    color: rgb(0,112,192);
    display: block;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    transition: all 0.17s ease-in-out;
    margin: 10px auto;
    border-radius: 4px;
}
.card-button:hover{background:rgba(0,112,192,.12)}
.card-href{
	width: 100%;
    font-family: 'Roboto';
    font-size: 1em;
    height: 40px;
    border-radius: 6px;
    border: solid 2px rgba(0,0,0,.12);
    padding: 0 14px;
    transition: all 0.18s;
    -webkit-appearance: none;
    outline: none;
}
.card-href:focus{
	border: solid 2px rgb(0,112,192);
}
.card-href:disabled{
	background: rgba(0,0,0,.12);
	color:rgba(0,0,0,.57);
}
.card-popups {
	font-weight: 500;
    color: rgb(0,112,192);
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    background: #fff;
    padding: 0 16px;
    line-height: 36px;
    letter-spacing: .25px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.12);
}
.right-edit p {
	margin: 5px 0;
    font-size: 14px;
}
#submitWrongAnswer{
    display: inline-block;
    color: #0057FF;
    font-weight: 500;
    border-bottom: 2px solid #0057FF;
    cursor: pointer;
}
.snackbar-alert{
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 16px;
    background: rgba(0,0,0,.87);
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
    color: rgba(255,255,255,.87);
    font-size: 14px;
    letter-spacing: .5px;
    font-family: Roboto;
    max-width: 380px;
}
.snackbar-text{
    line-height: 22px;
    float: left;
    margin: 0;
    display: inline-block;
    width: calc(100% - 32px);
}
.snackbar-alert .material-icons{
    font-size: 22px;
    line-height: 22px;
    float: left;
    padding-right: 10px;
}
.snackbar-alert a{
    text-align: right;
    margin-top: 52px;
    color: #4986FD;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: 'ClasslyGilroy';
}