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

  .ui-header.ui-header-fixed {
        padding: 0 !important; /* Remove all padding from the header itself */
    }

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.2rem;
	text-align: center;
	vertical-align: middle;
	font-weight:300;
}
.ItemSubHeading {
	font-size: 0.9rem;
	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: 1.75rem;
		font-weight:bold;
        color: #2f53a4 !important;
		}
	.Heading2 {
		font-size: 1.5rem;
		font-weight:500
		}
	.Heading3 {
		font-size: 1rem;
		font-weight: 300;
		}
	.IconCard {
		display: inline-block;
		border-width:1px;
		border-style:solid;
		border-color:#2fadf3;
		border-radius: 10px;
		padding: 5px;
		margin: 1vw;
		width: 13vw;
		height: 21vh;
		}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:DarkGray;
		margin:1em;
		padding:5px;
		width:90%;background-color:white; 
		border-radius: 5px;
		/*box-shadow: 3px 3px 4px black;*/
	}
	.CardTitle{
		font-size: 9pt;
		text-align: center;
		vertical-align: middle;
		color:#333333;
	}
	
}
@media (orientation: portrait) {
	.Heading1 {
		font-size: 1.75rem;
		font-weight:bold;
        color: #2f53a4 !important;
	}
	.Heading2 {
		font-size: 1.5rem;
		font-weight: 500;
	}
	.Heading3 {
		font-size: 1rem;
		font-weight: 300;
	}
	.IconCard {
		display: inline-block;
		border-width:1px;
		border-style:solid;
		border-color:#2fadf3;
		border-radius: 10px;
		padding: 5px;
		margin: 0.8vh;
		width: 23vw;
		height: 14vh;
		}
	.CardTitle{
		font-size: 9pt;
		text-align: center;
		vertical-align: middle;
		color:#333333;
	}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:DarkGray;
		margin:1em;
		padding:5px;
		width:90%;background-color:white; 
		border-radius: 5px;
/*		box-shadow: 3px 3px 4px black;*/
	}		
}


@media only screen and (min-width: 900px){
    .DesktopView, .ui-page {
      width: 750px !important;
      margin: 0 auto !important;
      position: relative !important;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .DesktopView .ui-header, .DesktopView .ui-footer {
        width: 750px !important;
        margin: 0 auto !important;
    }
    
	.Heading1 {
		font-size: 1.75rem;
		}
	.Heading2 {
		font-size: 1.5rem;
		}
	.Heading3 {
		font-size: 1rem;
		}
	.Card {
		border-width:1px;
		border-style:solid;
		border-color:DarkGray;
		margin:1em;
		padding:5px;
		width:90%;background-color:white; 
		border-radius: 5px;
		/*box-shadow: 3px 3px 4px black;*/
	}	
	.CardTitle{
		font-size: 1rem;
	}

	.IconCard {
		display: inline-block;
		border-width:1px;
		border-style:solid;
		border-color:#2fadf3;
		border-radius: 10px;
		padding: 5px;
		margin: 29px;
		width: 125px;
		height: 125px;
	}
}
.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; }
     }