﻿#termsWrapper {
  padding: 30px;
  height: 500px;
  overflow: scroll;  
}
#termsHeader {
  margin-bottom: 20px;
}
#termsHeader #logoBar {
  background: #0056b7 url(/Content/images/shared/popup-header-bar-orange.jpg) top right no-repeat;
  height: 12px;
  margin: 20px 0 0 0;
  width: 100%;
}
#termsWrapper h2
{
    font-size: 1.6em;
color: #092a4f;
}
#termsWrapper img {
  max-width: 100%;
  
}
#termsWrapper p,
#termsWrapper ul,
#termsWrapper ol {
  line-height: 1.63em;
  margin-bottom: 20px;
}
#termsWrapper p
{
    font-size:1.3em;
}
#termsWrapper ol
{
    list-style:decimal inside none;
   line-height:2.076923076923077em;
   margin-left:0;
    padding-left:13px;
    text-indent:-13px;
    
}

#termsWrapper ol li
{
    margin-bottom:1em;
    font-size:13px;
    
}
#termsWrapper .bulletList {
	list-style: disc inside none;
}
#termsWrapper ol li .bulletList
{
    margin-top:20px;
    margin-left:0;
     padding-left:13px;
    text-indent:-13px;
    
}
#termsWrapper ol li .bulletList li
{
    font-size:13px;
    margin-bottom:0.5em;
    line-height:1.63em;
}
#termsWrapper h1, #termsWrapper h2 {
  clear: both;
  margin-bottom: 10px;
}
#termsWrapper h1 {
	color: #ff8a00;
	font-size: 2em;
}
#termsWrapper h3 {
  font-size: 1.16em;
  font-weight: bold;
}
#termsWrapper .note {
  color: #666666;
  font-size: 85%;
}
#termsWrapper hr {
	background: #c2cfdb;
	height: 1px;
	border: none;
	margin-bottom: 1em;
}

#termsHeader .snapshot {
  float: right;
  position: relative;
  top: -8px;
}
#disclosures {
  font-size: 0.833em; 
  color: #666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 700 */
@media screen and (max-width: 700px) {
	#termsWrapper h1 {
		font-size: 1.8em;
	}
	#termsWrapper p,
	#termsWrapper ul {
		font-size: 1.2em;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 701 */
@media screen and (min-width: 701px) {
	#termsWrapper h1 {
		font-size: 2.4em;
	}
	#termsWrapper p,
	#termsWrapper ul {
		font-size: 1.3em;
	}
}
