@font-face 
{
  font-family: "Roboto";
  src: url(../../../fonts/Roboto/Regular/Roboto-Regular.ttf) format('truetype'), url(../../../fonts/Roboto/Regular/Roboto-Regular.woff) format('woff'), url(../../../fonts/Roboto/Regular/Roboto-Regular.woff2) format('woff2');
  font-weight: 500;
  line-height: 1;
}

@font-face 
{
  font-family: "Roboto Medium";
  src: url(../../../fonts/Roboto/Medium/Roboto-Medium.ttf) format('truetype'), url(../../../fonts/Roboto/Medium/Roboto-Medium.woff) format('woff'), url(../../../fonts/Roboto/Medium/Roboto-Medium.woff2) format('woff2');
  line-height: 1;
}

@font-face 
{
  font-family: "Roboto Bold";
  src: url(../../../fonts/Roboto/Bold/Roboto-Bold.ttf) format('truetype'), url(../../../fonts/Roboto/Bold/Roboto-Bold.woff) format('woff'), url(../../../fonts/Roboto/Bold/Roboto-Bold.woff2) format('woff2');
  font-weight: 500;
  line-height: 1;
}

@font-face 
{
  font-family: "Roboto Light";
  src: url(../../../fonts/Roboto/Light/Roboto-Light.ttf) format('truetype'), url(../../../fonts/Roboto/Light/Roboto-Light.woff) format('woff'), url(../../../fonts/Roboto/Light/Roboto-Light.woff2) format('woff2');
  line-height: 1;
}

*{
  margin: 0;
  padding: 0;
}

thead tr{
  border-bottom:2px solid #e7ecef;
}
thead th{
  padding:.5rem 0;
  text-transform:uppercase;
}

body
{
  background: #f2f5f7;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  color: #495254;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width:100%;
}
p
{
margin:1rem 0;
}
a
{
  color: #3baef0;
  -webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: color 0.5s;
}
a:hover
{
  color:#333;
}
#Container
{
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1rem;
  min-height:800px;
}
.ContentContainer
{
  margin: 0;
  font-size: .95rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.SectionContainer
{
  
}
.SectionContainer p
{
  margin: 1rem 0;
}
.SectionContainer ul
{
  list-style-type: square;
  border-left: 4px solid #ffffff;
  margin: 1rem 0;
  padding: 0 1rem;
}
{
list-style-type: circle;
border-left: 4px solid #ffffff;
margin: 1rem 0;
padding: 0 1rem;
}
.SectionContainer ol
{
  margin: 0 0 2rem;
}
.SectionContainer .QuestionText
{
  font-weight: 600;
  margin: 0;
}

 .PageSectionTitle
{
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem 0 0;
  color: #3baef0;
}
 .SectionTitle
{
  font-size: 1.5rem;
  color: #3baef0;
}

 .SectionTitle p
{
  font-size: .95rem;
  color: #495254;
}


.SectionTitleSmall
{
  font-size: 1rem;
  display:block;
  color: #3baef0;
}
.SectionBreaker
{
  width:100%;
  height:2px;
  background-color:#e7ecef;
  margin: 2rem  0;
}
.TitleContainerText
{
  font-size: 2.5rem;
  padding: 2rem 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto Light";
  text-align: center;
  background: url(../images/IWScreenshot.png) #ffffff no-repeat top center/ cover;
  display: flex;
  align-content: space-around;
  justify-content: center;
  position:relative;
  flex-direction: column;
  margin: 0 0 1rem 0;
  height: calc(100vw / 7);
  background-repeat: no-repeat;
  background-position: top;
}

.TitleContainerText:before

{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(39, 44, 46, 0.8);
  z-index: 0;
}
.TitleContainerTextHeader
{
  font-size: 4rem;
  padding: 0rem 1rem;
  position: relative;
  line-height: 4rem;
}
.TitleContainerTextHeaderSmall {
    font-size: 1.8rem;
    padding: 0rem 1rem;
    position: relative;
}
.Footer
{
  color:#999;
  }
.FooterTxt
  {
  font-size: 0.8rem;
  padding: 1rem 0; 
}
.ItalicNote
{
  font-style: italic;
  font-size: 0.9rem;
  color: #555;
  margin: 0.75rem 0 2.5rem;
}
.UpdatedText
{
  color: #895252;
  font-size: 0.9rem;
}

.LinksHeader
{
  color:#869195;
  text-transform:uppercase;
  font-size:.785rem;
  margin: 0 0 0 0.2rem;
}

.Links li{
  list-style-type:none;
}


.Links a {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0.2rem 0;
    text-decoration: none;
    padding: .2rem;
    /* flex: 1; */
    /* flex-wrap: wrap; */
}

/***** TAB NAVIGATION *****/
.TabsContainer
{
  display: flex;
}
.Tab
{
  font-size:.785rem;
  color: #869195;
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 0 .8rem;
  transition: border ease .25s;
  position: relative;
}
.PageTabContainer.sticky .Tab{
  padding:1rem 0.5rem;
}
.Tab:hover
{
  color:#535d60;
}

.Tab.Selected 
{
  color: #3baef0;
}

.Tab:after 
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #3baef0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease .25s;
}

.Tab.Selected:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #3baef0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}


/***** END TAB NAVIGATION *****/


/***** TABLE *****/
table
{
  border-collapse:collapse;
  margin: 2rem 0;
  font-size: .85rem;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
  max-width: 1280px;
}



td
{
  padding: 1rem 2px;
  border-bottom: 2px solid #e7ecef;
 /******border: 2px solid #e7ecef;*****/
  
}
tr:nth-child(even) 
{background-color: #f2f2f2;
}


.TableColumnHeader
{
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  word-break: normal;
  border-right: 1px solid #fff;
}

.ImageContainer
{
  padding:2px;
  background: #e7ecef;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin:auto;
  width: 100%;
}

.Image
{
  max-width: 100%;
  max-height: 100%;
  margin: 1rem 0;
}

.CardContainer
{
 margin:0 auto;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: baseline;
 margin: auto;
 margin: 1rem;
}
ul {
    margin: 1rem 0;
    padding: 0 1rem;
}

.Card
{
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 314px;
}


.CardContainer.FullWidth .Card
{
  width:auto;
}

.Card.FullWidth
{
  width: 100%;
}

.Card p
{
  font-size:.785rem;
}


.CardMedia
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h3
{
  font-weight:normal;
  font-size:1rem;
  margin: .5rem 0;
  color: #171a1b;
}

.SectionContentContainer
{
  display:flex;
  align-items: flex-start;
  padding: 2rem;
}

.SectionContentContainer ul
{
  border:0px;
}

.SectionContentContainerImage
{
  flex:1;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}


.SectionContentContainerText
{
  flex:1;
  margin: 0 2rem;
}

.Col-1
{
  flex-direction:column;
}

.Col-2
{
  flex:2;
}

.AlignTop
{
  align-items: flex-start;
}

.ToggleBoxContainer
{
  display:inline-block;
}

.ToggleBox
{
  background-color: #e7ecef;
  padding: .8rem;
  white-space: nowrap;
  margin: 0 .1rem .4rem 0;
  cursor: pointer;
  font-size: .785rem;
  display: inline-block;
}

.ToggleBox.Selected
{
  background-color: #3baef0;
  color: #ffffff;
  cursor: default;
}

.SectionContainer[data-layout="right"] .SectionContentContainerImage 
{
    order: 1;
}

.ListItemTitle
{
  font-family:"Roboto Bold";
}

.sticky 
{
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 28px rgba(0,0,0,.28);
  left:0;
}
.TabsContainer 
{
  max-width: 1024px;
  margin: 0 auto;
}



@media (max-width:73.14rem)
{ 
  .SectionContentContainer
  {
    flex-direction:column;
  }
  
  .SectionContentContainerText 
  {
    order: 1;
    margin:0;
  }
  .SectionContentContainerImage 
  {
    order: 2;
  }

}


.ComponentContainer
{
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Roboto Light";
  color: #325f92;
  padding: 2rem;
}
.ComponentHTML
{
 background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
    font-family: monospace, monospace;
}

ol .ListBullets{
	margin: 0 0 0 10px;
    padding: 8px 0 0 28px;
}

 .ListBullets{
	margin: 0 0 10px 0px;
    padding: 8px 0 0 20px;
}

ol li{
	margin: 2px 0 10px;
}

ol {
    padding: 0 0 0 17px;
}

.SubTable{
	border: 2px solid #e7ecef;
	padding: .5rem;
}

.AxiomClickableText {
    position: relative;
    display: inline-block;
    color: #325f92;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 1rem;
}

img.Image {
    border: 1px solid #e7ecef;
}

.PageTabContainer.sticky + #SectionContainers {
    padding-top: 28px;

	
	/****** Button *******/
	.Styled Button {
   .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}