body,.ui-content,.ui-page,.ui-panel-wrapper  {
background-color: #fcfcfc !important;
}

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'equiplight';
    color: #555555;
}

.ui-content {
	padding-top: 0em !important;
	
}

body,.ui-content,.ui-page,.ui-panel-wrapper  {
background-color: #fcfcfc !important;
}

.ui-header {
	background-color: white !important;
}

.Heading1, .Heading2, .Heading3, .ItemHeading {
	font-family: 'Roboto Slab', sans-serif;
	color: #2f53a4 !important;
}

h1 {
	font-family: 'Roboto Slab', sans-serif;
	color: #2f53a4 !important;
}

h2 {
	font-family: 'Roboto Slab', sans-serif;
	color: #2f53a4 !important;
}

.FormLabel {
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
	font-family: 'equiplight', sans-serif;
}

.Instructions {
	font-size:12px;
	color: darkslategray;
	background-color: white;
	padding: 2px;
	border-radius: 5px;	
	line-height: 1.4;
	margin: 1px;
	font-style: italic;
}

.TextInput {
	color: DarkSlateGray;
	padding: 0.5rem;
}	

.LargeCheckbox
{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}


hr {
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.TextLink, a {
	color: #2f53a4 !important;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal !important;
}

.MenuIcon {
	font-size:1.5em;
	color:#2f53a4;
	background-color:rgb(240, 240, 240);
	padding:0.2em;
}

.ItemHeading {
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-weight:100;
}
.ItemSubHeading {
	font-size: 0.9em;
	vertical-align: middle;
	color:darkgrey;
	font-weight:300;
	letter-spacing: 2px;
}
.ItemText {
	font-size: 0.8em;
	vertical-align: middle;
	color:DarkSlateGray;
	line-height: 170%;
}

.EditableBlock {
	border: 1px solid LightSalmon;
	padding: 0.75em;
	background-color:rgb(240, 240, 240);
}

.TableField {
	font-size: 1rem;
    font-weight: bold;
	border-bottom: 1px solid lightgrey;
}

.TableData {
	font-size: 0.9rem;
	border-bottom: 1px solid lightgrey;
}

.imageinvert {
        filter: brightness(0%) invert(100%);
        -webkit-filter: brightness(0%) invert(100%);
      }

@media (orientation: landscape) {
	.Heading1 {
		font-size: 5vw;
		font-weight:bold;
        color: #2f53a4 !important;
		}
	.Heading2 {
		font-size: 4vw;
		font-weight:500
		}
	.Heading3 {
		font-size: 3vw;
		font-weight: 100;
		}
	.IconCard {
		display: inline-block;
		-webkit-box-shadow: 2px 4px 10px #494949;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow: 2px 4px 10px #494949;  /* Firefox 3.5 - 3.6 */
		box-shadow: 2px 4px 10px #494949;
		margin: 3vw;
		width: 16vw;
		height: 20vw;
		}
	.IconSize{
		margin: 5px;
		width: 10vw; 
		height: 10vw;
	}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:#454545;
		margin:1em;
		padding:2px;
		width:90%;background-color:white; 
		border-radius: 5px;
		box-shadow: 3px 3px 4px black;
	}
	.CardTitle{
		font-size: 2vw;
		text-align: center;
		vertical-align: middle;
		color:#333333;
	}
	
}
@media (orientation: portrait) {
	.Heading1 {
		font-size: 7vw;
		font-weight:bold;
        color: #2f53a4 !important;
	}
	.Heading2 {
		font-size: 6vw;
		font-weight: 500;
	}
	.Heading3 {
		font-size: 5vw;
		font-weight: 100;
	}
	.IconCard {
		display: inline-block;
		-webkit-box-shadow: 2px 4px 10px #494949;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow: 2px 4px 10px #494949;  /* Firefox 3.5 - 3.6 */
		box-shadow: 2px 4px 10px #494949;
		margin: 1.5vh;
		width: 21vw;
		height: 30vw;
		}
	.IconSize{
		margin: 5px;
		width: 15vw; 
		height: 15vw;
	}
	.CardTitle{
		font-size: 3vw;
		text-align: center;
		vertical-align: middle;
		color:#333333;
	}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:#454545;
		margin:1em;
		padding:2px;
		width:90%;background-color:white; 
		border-radius: 5px;
		box-shadow: 3px 3px 4px black;
	}		
}


@media only screen and (min-width: 900px){
    .ui-page {
      width: 750px !important;
      margin: 0 auto !important;
      position: relative !important;
    }

	.Heading1 {
		font-size: 3rem;
		}
	.Heading2 {
		font-size: 2rem;
		}
	.Heading3 {
		font-size: 2rem;
		}
	.IconCard {
		margin: 1.5rem;
		width: 10rem;
		height: 10rem;
		}
	.IconSize{
		margin: 5px;
		width: 5rem; 
		height: 5rem;
	}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:#454545;
		margin:1em;
		padding:2px;
		width:90%;background-color:white; 
		border-radius: 5px;
		box-shadow: 3px 3px 4px black;
	}	
	.CardTitle{
		font-size: 1rem;
	}

}
.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
	}

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }