@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

html, body {
height: 100%;
}

body  {
margin: 0;
font-family: 'Lato', sans-serif;
font-size: 11pt;
line-height: 150%;
font-style: normal;
color: #222;
vertical-align: top;
text-align: left;
background-color:#FFF;
padding:0px;
}

#header {
background-color:#EFEFEF;
width: 100%;
height: 65px;
border-bottom: 1px solid #132E51;
position: fixed;
top: 0;
left: 0;
z-index: 10000;
}

h1 {
    background-color: #E5EBF3;
    border: 1px solid #E5EBF3;
    border-radius: 4px;
    color: #333;
    padding: 20px 10px;
	size: 150%;
}

H2 {
	font-size: 130%;
	color: #132E51;
}

H3 {
	font-size: 120%;
	text-transform: uppercase;
    color: #193C6A;
}

h4 {
    font-size: 100%;
    color: #193C6A;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px dotted #8C9EB4;
    margin: 1.4em 0 .5em 0;
}
ul {
    list-style: square;
}

#logo {
    position: fixed;
    top: 12px;
    left: 40px;
}

#logo img
{
width: 285px;
height: auto;
}

/*SEARCH */
#search {
    float: right;
    margin: 20px 20px 0 0;
}

#simple_search_box input {
    border-radius: 5px 0 0 5px;
    height: 28px;
    background-color: #fff;
    border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	border-left: solid 1px #888;
    padding: 3px 3px 3px 6px;
    outline: none;
}

a.search_button {
    border: solid 1px #132E51;
    padding: 2px 3px 2px 2px;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    background-color: #E5EBF3;
}

/*MENU */
#global {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    margin-left: 50px;
    color: #24325F;
}

#global a:link
{
display: block;
color: #24325F !important;
text-decoration: none !important;
}

#global a:visited
{
color: #2F426C;
text-decoration:none;
}

#global a:hover
{
color: #666;
}

#global a:active
{
	color: #24325F;
	
}
#global.currentLink {
   color: #24325F;

}

#global ul {
  text-align: left;
  text-decoration:none;
  display: block;
  margin: 0;
  list-style: none;
  float: right;
  color: #24325F;
}

#global li {
display: table-cell;
vertical-align: middle;
float:left;
}

#global ul li {
  color: #FFF;
  font-size: 100%;
  display: inline-block;
  text-decoration:none;
  margin-right: -4px;
  position: relative;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

#global ul li:hover {
	color: #DDD;
	
}

#global ul li ul {
  text-decoration:none;
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 244px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -transition: opacity 0.1s;
}

#global ul li ul li {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #222;
    display: block;
    font-size: 90%;
    margin-top: 0px;
    padding: 10px;
    text-decoration: none;
    width: 275px;
    z-index: 999;
}

#global ul li ul li a, a:link a:hover, a:visited
{
	color: #2F426C !important
}

#global ul li ul li:hover,
#global ul li ul li:sfhover 
{
	background: #DDD;
}
	 
#global ul li:hover ul,
#global ul li.sfhover ul
{
  display: block;
  opacity: 1;
  visibility: visible;
}

#global li ul li ul {
    display: none !important;
    left: 245px;
    position: absolute;
    top: -30px;
    z-index: 999;
}
#global li ul li ul li {
	float: left;
	width: 220px;
	display: block;
	
}
#global li ul li ul li a {
	display: block;
	margin: 0 !important;
	width: 100%;
	background: #000;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


.image_panel {
    background-image: url(/templates/images/hp_ss2.jpg);
    background-size: cover;
    width: 100%;
    min-height: 400px;
    margin-right: 0px;
    margin-left: 0px;
    clear: both;
    top: 0!important;
    background-position: center bottom;
}

.image_panel H2{
width: 500px;
float: left;
margin-top: 150px;
color:#fff;
font-size: 200%;
line-height: 130%;
margin-left:50px;
}

.hp_content {
max-width: 90%;
padding: 10px;
min-height:800px;
margin:auto;
}

.content {
max-width: 1024px;
padding: 10px;
margin: 65px auto 20px;
}

.content li {
line-height: 150%;
margin-top: 10px;
}

a:link {
color:#0C5387;
text-decoration:none;
font-weight:600;
}

a:hover {
color:#666;
text-decoration:none;
font-weight:600;
}

a:visited {
color:#2F426C;
text-decoration:underline;
font-weight:600;
}

.highlight_box_purple {
width: 95%;
border-top: 6px solid #4F3655;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
padding: 0 15px 15px 15px;
}

.highlight_box_blue {
width: 95%;
padding: 15px;
border-top: 6px solid #CCC;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
padding-top: 0px;
}

.highlight_box_red {
width: 95%;
padding: 10px;
border-top: 6px solid #A5233B;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
padding-top: 0px;
min-height: 400px;
}

.highlight_box_red p {
font-size: 85%;
}

.highlight_box_blue_big {
width: 95%;	
padding: 10px;
border-top: 6px solid #7695CC;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
min-height:400px;
padding-top: 0px;
}

.highlight_box_dark_blue_big {
width: 95%;
padding: 10px;
border-top: 6px solid #1B2946;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
min-height:400px;
padding-top: 0px;
}


.highlight_box_full {
width: 95%;
padding: 20px;
border-top: 6px solid #4F3655;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 10px;
padding-top: 0px;
margin: auto;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

.dashboard_item {
    background-color: #efefef;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 10px 0px 0px 10px;
    width: 100%;
	line-height: 130%;
	height: 60px;
}


H3 i {
font-size: 110%;
padding-right: 14px;
}

#frame
{
	min-height: 100%;
}

#frame::after
{
  content: "";
  display: block;
  height: 150px;
}

#footer {
	
width: 100%;
background-color:#eee;
color: #222;
padding: 0px;
text-align:center;
border-top: 1px dotted #ccc;
font-size: 85%;
height: 200px;
margin-top: -150px;
}


input, textarea, select {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #222;
    font-family: "Lato",sans-serif;
    font-size: 100%;
    font-variant: normal;
    margin-bottom: 5px;
    padding: 3px;
    transition: background-color 0.5s ease-in-out 0s, border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
}

button, a.button, a.button:link, a.button:hover, a.button:active, button.input, button.input:hover {
    background-color: #7F7F7F;
	border: 1px solid #7F7F7F;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    float: right;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
	margin-right: 45px;
	margin-top:10px;
	border-bottom: 4px solid #4F3655;
}

a.NoteLink 
{
    vertical-align: super;
    font-size: 75%;
}


.NoteLinkWrapper
{
    display: inline-block;
    /* text-transform: uppercase; */
    /* background: #ececec; */
    /* color: #555; */
    cursor: help;
    /* font-size: 20px; */
    /* margin: 100px 75px 10px 75px; */
    /* padding: 15px 20px; */
    position: relative;
    /* text-align: center; */
    /* width: 200px; */
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
	z-index:999;
	font-weight: 400;
}

.NoteLinkWrapper .NotePopup
{
    background: #EEE;
    bottom: 100%;
    color: #333;
    display: none;
    left: -50px;
    /* margin-bottom: 15px; */
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    font-size: 10pt;
    text-align: left;
    line-height: 1.3;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    border-radius: 4px;
	z-index:999;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.NoteLinkWrapper .NotePopup:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.NoteLinkWrapper .NotePopup:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #EEE 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 60px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.NoteLinkWrapper:hover .NotePopup {
  opacity: 1;
  display: block;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
	z-index:999;
}

div.Graphic {
    padding: 20px 0;
    position: relative;
    width: 100%;
    max-width: 800px;
    background: white;
    margin: 0;
    clear: both;
    border-top: 6px solid #E8ECF0;
}

div.Graphic > div {
    max-width: 620px;
    display: inline-block;
}

div.Graphic div.Caption {
    width: 180px;
    float: right;
}

div.Graphic div.Caption::before {
    content: '\e859';
    font-family: 'fontello';
    color: #193C6A;
    font-size: 12pt;
    line-height: 14px;
    float: left;
    position: relative;
    top: 4px;
    left: -2px;
    margin-right: 2px;
}

div.Graphic div.Caption p {
    font-size: 12px;
    line-height: 1.4;
    margin: 3px 0;
    color: #193C6A;
    font-weight: bold;
}

div.Graphic div.Caption p.Credit, div.Graphic div.Caption p.Credit {
    color: #AAAAAA;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
}

div.Graphic img,
div.Graphic table 
{
    max-width: 546px;
}

div.Graphic div.BoxNote {
    width: 546px;
}

div.BoxNote, div.BoxNote li, div.BoxNote p {
     font-size: 11px!important;
}

div.BoxNote {
    padding: 5px 10px;
    border: 1px solid #8C9EB4;
    background-color: #E8ECF0;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}


/** Toolkit Section **/

#section_group
{
	position: relative;
}

#section_content {
    width: 800px;
    border-right: dotted 1px #ccc;
    padding-right: 20px;
}

#navigation {
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
}

#navigation.fixed
{
	position: fixed;
	top: 75px;
}

div#navigation.bottom {
    position: absolute;
    bottom: 0;
    top: initial;
    left: initial !important;
}

.section_crown {
    background-color: #e5ebf3;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 100%;
	border-top: 5px solid #132e51;
}

.section_crown.m2 {
border-top: 5px solid #452B4B;
}

.section_crown.m3 {
border-top: 5px solid #A7273E;

}

.section_crown.m4 {
border-top: 5px solid #0855A1;
}

.section_crown.m5 {
border-top: 5px solid #254672;
}

.section_crown.m6 {
border-top: 5px solid #772A45;
}

.section_crown .section_number {
    width: 100px;
    height: 100px;
    display: table;
    vertical-align: middle;
    text-align: center;
    line-height: 100px;
    font-size: 400%;
    color: #fff;
    background-size: cover;
    position: absolute;
}

.section_crown h1 {
    position: absolute;
    top: 35px;
    left: 100px;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 175%;
    padding: 0 10px;
    line-height: 1.0;
}

.section_crown h2 {
    position: absolute;
    top: 60px;
    left: 100px;
    padding: 0 12px;
    margin: 0;
    font-size: 125%;
}

body.print .section_crown h1
{
    width: auto;
    white-space: nowrap;
}

body.print .section_crown h2
{
	width: auto;
	white-space: nowrap;
}

p#breadcrumbs {
    position: absolute;
    top: 0;
    left: 100px;
    margin: 0;
    padding: 5px 12px;
    font-size: 80%;
}

body.print p#breadcrumbs
{
	width: auto;
	white-space: nowrap;
}

.section_number.m1 {
    background-image: url(/templates/images/overview.png);
}

.section_number.m2 {
    background-image: url(/templates/images/competition.png);
}

.section_number.m3 {
    background-image: url(/templates/images/auth_services.png);
}

.section_number.m4 {
    background-image: url(/templates/images/universal-access.png);
}

.section_number.m5 {
    background-image: url(/templates/images/radio.jpg);
}

.section_number.m6 {
    background-image: url(/templates/images/legal.png);
}

.section_number.practice_notes {
    background-image: url(/templates/images/overview.png);
}

.section_number.reference_documents {
    background-image: url(/templates/images/overview.png);
}

.section_link {
    clear: left;
    margin-bottom: 10px;
    display: table;
    width: 98%;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    transition: all 1s;
}

.section_link:hover
{
	background-color: #f5f5f5;
}

.section_link .section_number {
    width: 70px;
    height: 70px;
    background-color: #518FC2;
    color: #fff;
    font-size: 200%;
    text-align: center;
    display: block;
    float: left;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 5px;
    transition: all 1s;
}
.section_link:hover .section_number
{
	background-color: #2573b3;
}

.section_link.m2 .section_number
{
	background-color: #69556E;
}

.section_link.m2:hover .section_number
{
	background-color: #442a4a;
}

.section_link.m3 .section_number
{
	background-color: #B74F62;
}

.section_link.m3:hover .section_number
{
	background-color: #a5233b;
}

.section_link.m4 .section_number
{
	background-color: #3977B4;
}

.section_link.m4:hover .section_number
{
	background-color: #0855a1;
}

.section_link.m5 .section_number
{
	background-color: #476388;
}

.section_link.m5:hover .section_number
{
	background-color: #193c6a;
}

.section_link.m6 .section_number
{
	background-color: #915269;
}

.section_link.m6:hover .section_number
{
	background-color: #752743;
}
.section_link_content
{
	display: table;
}

.section_link_content h2 {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 120%;
}

.section_link_content p {
    margin: 4px 0;
}

#jump_links {
    font-size: 9pt;
}

#jump_links .section_number
{
	color: #AAAAAA;
    width: 35px;
    margin-right: 5px;
    display: block;
    float: left;
    line-height: 1.3;
}

#jump_links a
{
	width: 125px;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 0 10px 0;
}

/**
 Document Page
 **/
 
img.cover_page
{
    width: 100%;
    box-shadow: 1px 1px 7px #aaa;
}

/******************************* STANDARD TABLE  */

table.StandardTable
{
	border-collapse: collapse;
}

table.StandardTable td,
table.StandardTable th,
table.StandardTable th p,
table.StandardTable td p {
    font-size:11px;
}

table.StandardTable td, table.StandardTable th {
    padding: 3px;
    border: 1px solid #8C9EB4;
}

table.StandardTable th {
    background-color:#DCE2E9;
    text-align: center;
}

table.StandardTable th p, table.StandardTable td p {
    padding: 0;
    margin: 3px 0;
}

/*** Search Results ***/

ul#search_results
{
    list-style: none;
    padding: 0;
}

div.search_result {
    display: table;
    width: 100%;
    margin: 10px 0 0px;
    border-bottom: dotted 1px #ccc;
    padding: 0 0 12px;
}

div.search_result h4 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 110%;
}

img.search_thumbnail {
    max-width: 80px;
    box-shadow: 1px 1px 5px #ccc;
    float: left;
    margin-right: 20px;
}

.search_result .section_number {
    width: 80px;
    height: 80px;
    background-color: #518FC2;
    color: #fff;
    font-size: 200%;
    text-align: center;
    display: block;
    float: left;
    line-height: 80px;
    margin-right: 20px;
    border-radius: 5px;
    transition: all 1s;
    background-size: 100%;
}

.dd_menu {
float:left; 
border: 1px solid #FFF;
color: #fff; 
border-radius: 5px;
width: 25px;
height: auto;
text-align: center;
margin-right: 12px;
background-image: url(/templates/images/overview.png);
background-size: contain;
}

.hp_menu {
    background-image: url("/templates/images/overview.png");
    background-size: contain;
    border: 1px solid #333;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 120%;
    font-weight: 700;
    height: 40px;
    margin-right: 12px;
    padding: 8px;
    text-align: center;
    width: 40px;
}

.dashboard_item a {
    float: left;
    margin-top: 8px;
}

#hamburger,
#search_link {
display: none;
	
}

.toc_section
{
	display: table;
    border-bottom: solid 4px #ccc;
    margin-bottom: 20px;
}

.toc_section .section_number {
    width: 80px;
    height: 80px;
    background-color: #518FC2;
    color: #fff;
    font-size: 200%;
    text-align: center;
    display: block;
    float: left;
    line-height: 80px;
    margin-right: 20px;
    border-radius: 5px;
    transition: all 1s;
    background-size: 100%;
}

.toc_section_content
{
	display: table;
}

.toc_section_content h2 {
    margin-top: 0;
}

ul.toc .subsection_number {
    color: #888;
    display: inline-block;
    padding-right: 10px;
    font-weight: normal;
}

ul.toc {
    list-style: none;
}

ul.toc.level1 {
    padding-left: 0;
}

ul.toc.level2
{
	font-size: 90%;
}

ul.toc.level3
{
	font-size: 90%;
}

ul.toc.level3 a 
{
    font-weight: normal;
}

a.next_section {
    background-color: #e5ebf3;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    padding: 10px;
    width: 100%;
    text-align: right;
}

.toggle.open:after
{
	content: '\e814'; 
	font-family: 'Fontello';
	padding-left:6px;
}

.toggle.closed:after
{
	content: '\e812'; 
	font-family: 'Fontello';
	padding-left:2px;
}

.toggle_panel
{
	clear: left;
}

#section_navigation
{
	font-size: 9pt;
}

.section_nav_toggle a.toggle {
    display: table;
    line-height: 1.3;
    padding-top: 2px;
}

#section_navigation .section_number {
    width: 20px;
    height: 20px;
    background-color: #518FC2;
    color: #fff;
    font-size: 10pt;
    text-align: center;
    display: block;
    float: left;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 5px;
    transition: all 1s;
    font-weight: bold;
    background-size: 100%;
}

ul.section_nav {
    list-style: none;
    padding: 0;
}

#section_navigation ul.section_nav .section_number {
    color: #AAAAAA;
    width: 20px;
    margin-right: 5px;
    display: block;
    float: left;
    line-height: 1.3;
    background-color: transparent;
    padding: 0;
    font-weight: normal;
    text-align: left;
}

ul.section_nav li {
    margin-top: 5px;
    padding: 4px;
}

ul.section_nav li.current {
    background-color: #e5ebf3;
    border-radius: 5px;
}

.feed_item_description {
    color: #333;
    font-size: 90%;
    line-height: 110%;
}

.feed_item_date {
    color: #666;
    font-size: 90%;
	margin-bottom: 12px;
}

.feed_item_title {
    line-height: 110%;

}

p.DocPDF {
    padding-left: 22px;
    background: url(/fakoli/images/pdf_icon.png) center left no-repeat;
    font-size: 10pt;
}

body.print #section_content {
    width: 100%;
    border: none;
    padding: 0;
}

body.print #header {
    background-color: #fff;
    border-bottom: none;
}

body.print #footer {
    background-color: #fff;
}

body.print #container
{
	padding: 20px 40px;
}