@font-face {
    font-family: Dax-Medium;
    src: url("/selfDirected/fonts/Heebo-Medium/Heebo-Medium.ttf");
}
@font-face {
    font-family: Dax-Bold;
    src: url("/selfDirected/fonts/Heebo-Bold/Heebo-Bold.ttf");
}
@font-face {
    font-family: Dax-Regular;
    src: url("/selfDirected/fonts/Heebo-Regular/Heebo-Regular.ttf");
}
@font-face {
    font-family: Dax;
    src: url("/selfDirected/fonts/Heebo-Regular/Heebo-Regular.ttf");
}
@font-face {
    font-family: heebo-medium;
    src: url("/selfDirected/fonts/Heebo-Medium/Heebo-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: heebo-regular;
    src: url("/selfDirected/fonts/Heebo-Regular/Heebo-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: heebo-bold;
    src: url("/selfDirected/fonts/Heebo-Bold/Heebo-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body{
    margin:0px;
    padding:0px;    
    font-family: heebo-regular;
}

#iPadAd {
  height: 85px;
  display:none;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

.iPadAdContent{
    margin: 0 25px;
    position: relative;
    height: 100%;
    text-align: initial;
}

.closeDiv{
	display: inline-block;
    height: 100%;
    margin-right: 25px;
}

.close{
display: table-cell;
vertical-align: middle;
height: 85px;	
}

.appIconDiv{
	display: inline-block;
height: 100%;
width: 87.5px;
position: relative;
}

#appIcon{
  display: table-cell;
vertical-align: middle;
height: 85px;
}

#closeBtn {
       border-width: 6px;
      border-style: solid;
      border-radius: 100%;
      color: #0079c1;
      height: 16px;
      position: relative;
      width: 16px;
}

.close_circle:after,
.close_circle:before,
.close_arrow:after, 
.close_arrow:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: 2px;
  top: 0px;
  position: absolute;
}
.close_circle:after {
  border-top-color: inherit;
}
.close_arrow:after {
  border-right-color: inherit;
  left: 4px;
  top: 2px;
}
.close_circle:before {
  border-bottom-color: inherit;
  bottom: 0;
}
.close_arrow:before {
  border-left-color: inherit;
  left: 0;
  top: 2px;
}

.landscape-headings-div{
	display: inline-block;
margin: 0 25px;
height: 100%;
position:relative;
}

.landscape-headings {
  display: table-cell;
vertical-align: middle;
height: 85px;
}

.landscape-heading1 {
    font-weight: bold;
    font-size: 16px;
}
.cms-data{
    display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: heebo-medium;
  color: #0079c1;
  height: 100%;
  max-width:36%;
}

.cms-data-headings{
	width: 100%;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
}


.openApp{
	display: inline-block;
	height: 100%;
	margin-left: 25px;
	float: right;
}

.openButtonDiv{
	display: table-cell;
 height: 85px;
 vertical-align: middle;
}

#openButton {
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 20px;
  background-color: #d0212a;
  font-size:16px;
  font-family: heebo-medium;
  color:#FFFFFF;
}

i.star {
    background-image: url("/Images/star-sprite.png");
    display: inline-block;
    height: 16px;
    width: 80px;
    background-position-x: -80px;
    background-position-y: -48px;
}

i.star-1    { background-position-x: -64px; }
i.star-2    { background-position-x: -48px; }
i.star-3    { background-position-x: -32px; }
i.star-4    { background-position-x: -16px; }
i.star-5    { background-position-x: 0; }
i.star-qtr  { background-position-y: -32px; }
i.star-half { background-position-y: -16px; }
i.star-3qtr { background-position-y: 0; }

@media only screen and (max-width: 801px) {
#togglePasswordDiv{
    left: calc(100% - 138px) !important;
    position: relative;
    top: -26px !important;
    cursor: pointer;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .landscape-headings-div{
        display:none;
    }
    .cms-data{
        margin-left:25px;
        max-width:55%;
    }
 }