/* common CSS included in mostly all pages */

html {height:100%; width:100%; margin:0; padding:0;}
body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size: 12px; 
	color: #666666; 
	height:100%;
	width:100%;
}

* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }

@font-face {
    font-family: 'open_sansregular';
    src: url('/static/css/fonts/OpenSans-Regular-webfont.eot');
    src: url('/static/fonts/OpenSans-Regular-webfont.eot?&a251291c544a#iefix') format('embedded-opentype'),
         url('/static/fonts/OpenSans-Regular-webfont.woff?a251291c544a') format('woff'),
         url('/static/fonts/OpenSans-Regular-webfont.ttf?a251291c544a') format('truetype'),
         url('/static/fonts/OpenSans-Regular-webfont.svg?a251291c544a#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page { 
    width: 100% !important;
}

#wrapper {margin:0 auto; min-width: 100%;}


#main-content {margin:0 auto; 
width:100%;
min-width: 100%;
clear:both;
}

#maincontent-boxes {
    background: none repeat scroll 0 0 #f5f5f5;
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 100%;
}




#homeintro {
    height: 380px;
    margin: 0 auto;
    width: 1025px !important;
	padding:0 20px;
}

/*-------------------top user menu------------*/

#user {
    float: right;
    font-family: arial;
    margin: 10px 0;
}

.welcome {
font-size:15px;
margin-right:15px;
}

.settings {
display:inline;
    margin-left: 10px;
}

.settings img {
    position: relative;
    top: 3px;
}




/*-------------------main css-----------*/





a {color:#0078bb; text-decoration:none; border:none;}
a:link, li a.active {color:#0078bb; text-decoration:none; border:none;}
a:hover {color:#0078bb; text-decoration: underline; border:none;}
img a { border:none; }

h1, h2, h3, h4, h5, h6 { margin:0 0 0px 0; color:#0078bb;
                         font-family:calibri;
                       }
h1 { font-size:230%; text-transform: uppercase;  margin: -8px 0 10px;}
h2 { font-size:183%; font-weight: bold;}
h3 { font-size:140%; font-weight: bold;}
h4 { font-size:120%; font-weight: bold;}
h5 { font-size:100%; }

#right .block h2 {  background: #9097a9 url('/static/css/images/icons/menu-icon.png') no-repeat 10px center; color:#ffffff; padding:10px 10px 10px 45px; font-size:160%; }

.node h2 { border-bottom:1px dotted #84a1af; }

.node h2 a { color:#1c8cb5; font-size: 26px}

.block .content { padding:0 0 10px 0; }

p {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 10px;
}

p.standfirst{font-size:130%;}

/*.node .content { font-family: Verdana; font-size:12px;}*/

.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }




#header {
margin: 0 auto;
width:1025px;
height: 85px;
padding: 0 20px;
}

#header-top { 
}

#header-top-inside {  height:52px;  margin:0 auto;}

#header-top-inside-left {
	float:left; 
	text-align:left; 
	padding:20px 0 0 0; 
	color:#0078bb; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; 
}
#header-top-inside-left-content{
	 margin-top: -13px; 
	 padding-left: 80px;
}
#header-top-inside-left-content a{
	color: #0078bb;
}
#header-top-inside-left-feed { float:left; padding:18px 0 0 0; width:50px; }

#header-top-inside-right { float:right; text-align:right; padding:15px 0 0 0; margin-right: -27px;}



#slogan {
    color: #929292;
    display: inline-block;
    font-family: "open_sansregular";
    font-size: 2.4em;
    margin-left: 1em;
    text-align: left;
}

#logo { float:left;
	margin: 15px 0 10px -8px;
      }

#logo-image { }

#navigation {
    background: url('/static/css/images/nav-bg.jpg?a251291c544a') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: content-box !important;
    color: #ffffff;
    font-family: "open_sansregular";
    height: 44px;
    padding-top: 5px;
    z-index: 100;
}


#main-area-inside-reports {
    float: left;
    margin: 0 0 20px;
}
/*----------------inpage tabs----------------*/
.tabs {
    position: relative;
    top: 16px;
    z-index: 3;
    margin-left:20px;
}

.tabs > ul {
    margin: 0;
}

.tab {
    box-shadow: -1px 1px 3px gray;
    display: inline;
    font-family: open_sansregular;
    margin: 0 0 0 5px;
    padding: 5px 15px 20px;
}

.not-active {
 background: none repeat scroll 0 0 lightgray;
 opacity:0.8;
}
#markdown li {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 10px;
}
#markdown h2 {
    margin-bottom: 10px;
}

#bluebox {
    background: none repeat scroll 0 0 white;
    box-shadow: -1px 1px 3px gray;
    line-height: 1;
    margin-top: 20px;
    min-height: 530px;
    padding: 20px;
    position: relative;
    z-index: 5;
    max-width: 980px;
    min-width: 980px;
    overflow: visible;
    display: inline-block;
}
#bluebox-comp {
    background: none repeat scroll 0 0 white;
    box-shadow: -1px 1px 3px gray;
    line-height: 1;
    margin-top: 20px;
    min-height: 530px;
    padding: 20px;
    position: relative;
    z-index: 5;
    width: 60%;
    float: left;
    overflow: visible;
    display: inline-block;
}

#bluebox-comp-right {
    background: none repeat scroll 0 0 white;
    box-shadow: -1px 1px 3px gray;
    line-height: 1;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    position: relative;
    z-index: 5;
    width: 30%;
    float: left;
    overflow: visible;
    display: inline-block;
}


#bluebox p {
    margin-top: 5px;
}

#bluebox-comp p, #bluebox-comp-right a {
    margin-top: 5px;
}

#bluebox h1 {
    margin-bottom: 20px;
    margin-top: 0px;
}

.strand_header2 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.strand_header3 {
    margin-top: 5px;
    margin-bottom: 15px;
}


#bluebox .fbox li {
    font-family: open_sansregular;
    font-size: 14px;
    color: #0078bb;
    margin: 0 0 2px;
}

#bluebox ul.strand_group_list li {
    font-family: open_sansregular;
    font-size: 14px;
    margin: 0;
    color: #0078bb;
    list-style: none;
    margin-top: 10px;
}

#bluebox-comp-right ul.strand_group_list li {
    font-family: open_sansregular;
    font-size: 14px;
    margin: 0;
    color: #0078bb;
    list-style: none;
    margin-top: 10px;
}

#bluebox ul.strand_group_list {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 5px;
}

#main-area-inside-comp {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

#bluebox-comp ul.strand_group_list li, #bluebox-comp-right ul.strand_group_list li  {
    font-family: open_sansregular;
    font-size: 14px;
    margin: 0;
    color: #0078bb;
    list-style: none;
    margin-top: 10px;
}

#bluebox-comp ul.strand_group_list, #bluebox-comp-right ul.strand_group_list {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.comp-reports a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.comp-streams a {
    font-weight: bold;
    font-family: Georgia;
    line-height: 1.8;
    font-size: 13px;
}

.comp-date {
    font-size: 14px;
    font-family: Georgia;
    color: #666666;
    line-height: 1.2;
}

.comp-strand_group_list {
    width: 33%;
    float: left;
    font-family: open_sansregular;
    font-size: 14px;
    margin: 0;
    color: #0078bb;
    list-style: none;
    margin-top: 10px;
}


h2.single_strand_header {
    margin-bottom: 15px;
}

#single_strand_box {
    box-shadow: 0 0 1px #0078bb;
    width: 980px;
    display: inline-block;
    padding-top: 10px;
}

.dna ul {
    width: 
}

.dna ul li {
    font-family: open_sansregular;
    font-size: 14px;
    margin: 0;
    color: #0078bb;
    list-style: none;
    
}

#apps_bluebox {
   width:650px;
   margin-top:20px;
   margin-bottom:20px;
   padding-bottom:40px;
   height:180px;
   background-color:#0078bb;
   border-radius: 12px 12px 12px 12px;
}
#selection_boxes {
    display: inline-block;
    position:relative;
    clear:right;
    margin-top: 15px;
    box-shadow: 0 0 1px #0078bb;
    margin-bottom: 15px;
    width: 980px;
}

.options_boxes {
    display: inline-block;
}

#options_boxes {
    display: inline-block;
    box-shadow: 0 0 1px #0078bb;
    margin-top: 15px;
    margin-bottom: 20px;
}

#options_boxes div.option {
    float: left;
    margin-left: 15px
}
.strand_col {
    float:left;
    width: 340px;
    padding-left: 105px;
}
.strand_col_selection {
    float:left;
    width: 340px;
    position: relative;
    margin-left: 100px;
}
.options_box {
    float:left;
    width: 930px;
    padding-left: 50px;
    min-height: 150px;
    display:none;
    background-color: transparent;
    background-position: 10px 55px;
    background-repeat: no-repeat;
}
.dna_submit {
    float:left;
    width:100px; 
    height: 50px;
    padding: 0px;
    text-align: center;
    background-color: #3399cc;
    color: white;
    font-weight: bold;
    font-family: 'open_sansregular';
    margin-left: 440px;
    cursor: pointer;
}

.dna_submit:hover {
    background-color: #0078bb;
}
.options_box.show {
    display:block;
}
#chart_wrapper.show {
    visibility:visible;
    position: relative;
}
#chart_wrapper.hide {
    visibility:collapse;

}

#chart_wrapper {
    display: inline-block;
    width: 1200px;
}
body #chart td {
	font-family: "Times New Roman", Times, serif;
	color: black;
	padding: 8px;
	font-size: 13px;
	text-align: left;
}
#chart {
    position:relative;
    float:left;
    clear: right;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 80px;
    width: 1200px;
    z-index: 
}

#chart.c3 {
    margin-top: 15px;
    margin-bottom: 30px;
}

#info {
    position:relative;
    float: left;
    width: 100%;
}
#RGU_info {
    float: left;
}
#info .show {
    display:block;
}
#info .hide {
    display:none;
}
#related_spotlights {
    float: left;
}
.dna_submit.show {
    display:block;
}
.dna_submit.hide {
    display:none;
}
.dna_submit p {
    margin-top: 5px;
    line-height: 20px;
}
.fbox {
    width:200px;
    padding-bottom:1px;
    margin-bottom:15px;
    background-color:white;
    color:#3366cc;
}
.fbox.m2m {
    height: 150px;
}
.fbox.strand {
    background-color: transparent;
    background-image: url('/static/web_layout/images/triangle3.png?a251291c544a');
    background-position: 10px 55px;
    background-repeat: no-repeat;
    width: 230px;
    padding-left: 55px;
    float:left;
}
.fbox.strand.selected_arrow {
    background-image: url('/static/web_layout/images/triangle_blue.png?a251291c544a');
    background-repeat: no-repeat;
    background-color: transparent;
}
.fbox.strand .dna {
    min-height: 130px;
    overflow-y: auto;
}
.fbox.option {
    width: 266px;
    min-height: 50px;
    margin-top: 15px;
}
.fbox.dna_group {
    width: 340px;
    min-height: 50px;
    margin-top: 15px;
}
.fbox.option .dna {
   overflow-y: auto;
}
.fbox div.dna {
    box-shadow: 0 1px 3px gray inset;
    overflow-y:scroll;
}
.fbox ul {
    list-style: none;
    margin: 0px;
}
.fbox li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.fbox h2 {
	color:#fff;
	font-size:18px;
	padding:4px;
	background: #0078bb;
	padding-left:10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fbox ul li.selectable {
    cursor: pointer;
    padding: 3px 3px 3px 10px;
}
.fbox ul li.sub_list_header {
    padding: 3px 3px 3px 10px;
}
.fbox ul li.sub_list_element {
    padding: 3px 3px 3px 20px;
}
.selected
{
     color: #FFF;
     background:rgb(51, 153, 204); /* fallback to solid color when we don't have alpha transparency */
     background:rgba(51, 153, 204, 0.5);
     padding: 3px 3px 3px 10px;
}
div#related-marker {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.3em;
}
label.sort-label, select.sortby {
    position: relative;
    left: 590px;
    top: -23px;
}

/*----------------slideshow------------------*/


.slide {
/*    width: 100%; */
position:absolute;
}

.slide-title {
    color: #0078bb;
    font-family: calibri, "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 4.5em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.slide-body {
    color: #929292;
    font-family: georgia;
    font-size: 2em;
    height: 200px;
    width: 1025px;
}

.slide-but {
    background: none repeat scroll 0 0 #0078bb;
    box-shadow: -1px 1px 3px 0 gray;
    color: white;
    font-family: open_sansregular;
    font-size: 1.2em;
    margin-top: 10px;
    padding: 5px 9px;
    text-transform: uppercase;
    width: 45%;
}


#hometopbot {
    background: url('/static/css/images/hometopbot.jpg?a251291c544a') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 27px;
    width: 100%;
}




/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#nav-inside {
    height: 20px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 20px;
    width: 1025px !important;
}


#navigation ul li{
    margin:0px; 
    padding:0px; 
    text-align:center; 
    list-style-image:none;  
    margin:0px; 
    padding:0px; 
    text-align:center; 
    list-style-image:none; 
    display:block; 
    float:left;
}

#navigation li a { 
    padding: 0px 8px; 
    text-decoration: none; 
    display:block; 
    color:#fff; 
    font-size:15px;
    font-weight:normal; 
    text-align:center; 
    text-transform: uppercase;
}


#search {
    float: right;
}

#navigation li:hover a { 
    text-decoration:none; 
    color:#0078bb;
    height:31px;
}

#navigation li.expanded a:hover, #navigation li.expanded:hover a { 
    background: transparent url('/static/css/images/menu_hover_pull.png') no-repeat right;
}

#navigation ul.menu { 
    margin: 3px auto;
}

.menu li:first-child > a {
    margin-left: -12px !important;
}

.menu li ul li:first-child a {
    margin-left: 0px !important;
}

#navigation ul.menu li {     
    display: block;
    float: left;
    border:none;
    margin: 0 0 0 0 ;
}

#navigation ul.menu li ul {
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 196px;
    z-index: 12;
}

#navigation ul.menu li:hover ul,
#navigation ul.menu li.hover ul {
    left: auto;
    text-align:left;
}
  
#navigation ul.menu li ul li {
    /*border-bottom: 1px solid #ffffff;*/
    float: left;
    height: auto;
    margin: 0;
    text-align:left;
}


#navigation ul.menu li ul li.first {
    background: transparent url('/static/css/images/menu-pulldownb-bg-top.png') no-repeat top; 
    margin:0; 
    padding:6px 0 0 0;
}

#navigation ul.menu li ul li.last {
    background: transparent url('/static/css/images/menu-pulldown-bg-bottom.png') no-repeat bottom; 
    padding:0 0 6px 0;
}

#navigation ul.menu li ul li.last {
    border-bottom: none;
}

#navigation ul.menu li ul li a,
#navigation ul.menu li ul li a:link,
#navigation ul.menu li ul li a:visited {
    border-bottom:1px solid #0078bb;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid;
    border-top: 0 none;
    box-shadow: -1px 1px 3px gray;
    height: 24px;
    margin-top: 0;
    padding: 4px 6px 0 14px;
    text-align: left;
    text-decoration: none;
    min-width: 200px;
    position:relative;
    top:-2px;
    box-sizing: content-box;
}

#navigation ul.menu li ul li a:hover {
    text-decoration: none;
    background-color:#0078bb;
    color:#fff;
}

.navbar-search .search-query {
    border: medium none;
    box-shadow: 0 0 1px #333 inset;
    color: grey;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 9px;
    transition: none 0s ease 0s ;
    width: 138px;
    box-sizing: content-box;
}

.searchreports {
    border: medium none;
    box-shadow: 0 0 1px #333 inset;
    color: grey;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 9px;
    transition: none 0s ease 0s ;
    width: 230px;
    box-sizing: content-box;
}

.node .content img { 
    border: 1px solid #ced1da; 
    background: #eef0f5; 
    padding: 4px; 
    margin-top: 10px; 
    margin-bottom:20px;
}

.content blockquote { 
    border: 1px solid #ced1da; 
    background: #eef0f5;  
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    text-align: center;
}

/*------------------CONTACT US---------------------*/

#contact {
	width:475px;
}
#contact_page img {
    width:950px; 
    margin:20px 0px 20px 0px;
}
	
#contactform {width:800px; float:right;}

input.contact {
    width: 200px;
    margin-top:8px;
}

input.contacttop {
    width: 200px;
    margin-top:0px;
}

input.contactbox {
    width: 400px;
    height:50px;
    margin-top:10px;
    vertical-align:text-top;
}

.button {
    border-top: 1px solid #fff;
    background: #3399cc;
    padding: 8.5px 17px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 17px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
.button:hover {
    border-top-color: #fff;
    background: #0078bb;
    color: #fff;
}
.button:active {
    border-top-color: #fff;
    background: #0078bb;
}

.small-button {
    border-top: 1px solid #fff;
    background: #3399cc;
    padding: 2px 6px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin-left:10px;
    margin-top: -2px;
}
.small-button:hover {
    border-top-color: #fff;
    background: #0078bb;
    color: #fff;
}
.small-button:active {
    border-top-color: #fff;
    background: #0078bb;
}
   
.search-query {
    height: 12px;
    width:150px;
}


/*---------------POPUP---------------------*/

#pop {
    background-color: #fff;
    box-shadow: -2px 2px 3px #666666;
    box-sizing: content-box;
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 16px;
    height: 200px;
    left: 375px;
    margin: 0 auto;
    padding: 15px;
    position: fixed;
    top: 80px;
    width: 480px;
    z-index: 5;
}

.knock {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    min-width: 100%;
    position: fixed;
    min-height:100%;
    top:0;
    bottom:0;
    left:0;
    z-index: 10;
}


/*---------------LOGIN---------------------*/

#login-main {
  width: 1025px;
  margin: 20px auto;
}

#login-box {
  width: 550px;
  background-color: #E7E9EA;
  padding: 20px;
}

#login-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

#login .form-group.input_id_first_name, #login .form-group.input_id_last_name, #login .form-group.input_id_email, #login .form-group.input_id_password1.has-error {
    margin-bottom: 15px;
}
#login .form-group.input_id_email, #login .form-group.input_id_last_name, #login .form-group.input_id_password1, #login .form-group.input_id_password2 {
    margin-top: 3px;
}


#right-block-1 .form-group.input_id_first_name > input,
#right-block-1 .form-group.input_id_last_name > input,
#right-block-1 .form-group.input_id_email > input {
    float: right;
}

#right-block-1 .form-group.input_id_first_name,
#right-block-1 .form-group.input_id_last_name,
#right-block-1 .form-group.input_id_email {
    margin-bottom: 13px;
}


#login .input_id_password label {
    float: left;
    margin-top: 10px;
    width: 100%;
}


.form-group.input_id_new_password1, .form-group.input_id_new_password2 {
    height: 30px;
    width: 320px;
}

.form-group.input_id_new_password1 > input, .form-group.input_id_new_password2 > input {
    float: right;
}

#login {
    width:260px;
    padding: 10px;
    font-size: 16px;
    font-weight:bold;
}
#login a, #reg a {
    color: #0078bb;
    text-decoration: underline;
}
#login > p {
    font-size: 16px;
    margin: 7px 0 0 10px;
    font-weight: normal;
}
#login fieldset, #reg p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}
#login > fieldset {
  padding: 5px 10px;
  font-weight: normal;
}

#reg {
    width:240px;
    float:right;
    margin-top: 40px;
    padding-left: 10px;
    font-size: 16px;
    font-weight:bold;
    border-left: 2px solid #AAAAAA;
}

#login-reset {
  margin-top:15px;
  font-size:13px;
}

/*-----------------------*/

#download{
    margin-top: 30px;
}
.medium-button {
    border-top: 1px solid #fff;
    background: #3399cc;
    padding: 2px 6px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin-left:0px;
    margin-top: 10px;
    font-size:14px;
}
.medium-button:hover {
    border-top-color: #fff;
    background: #0078bb;
    color: #fff;
}
.medium-button:active {
    border-top-color: #fff;
    background: #0078bb;
}  
.small-button-below {
    border-top: 1px solid #fff;
    background: #3399cc;
    padding: 2px 6px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin-left:0px;
    margin-top: 10px;
}
.small-button-below:hover {
    border-top-color: #fff;
    background: #0078bb;
    color: #fff;
}
.small-button-below:active {
    border-top-color: #fff;
    background: #0078bb;
}

.white-link {
    color:#fff;
}
.white-link:hover {
    color:#fff;
}

/*------------------HOME PAGE STUFF---------------*/
.slide-body img{
    margin-left:15px; 
    float:right;
    width: 47%;
    height:auto;
    margin-top: 5px;
}

.slidenav {
    background: url('/static/css/images/slidenav-bg.jpg?a251291c544a') repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    margin-top: 20px;
    position: relative;
    top: 335px;
}

.slidebuts {
    background: none repeat scroll 0 0 #fff;
    height: 30px;
    margin: 0 auto;
    width: 118px;
}
.slidenav .left {
    float: left;
    padding-left: 10px;
}
.slidenav .right {
    float: right;
    padding-right: 10px;
}


#homeintro  p {
    font-size: 18px;
}

#home-blocks-area{
 display: flex;
    height: 100%;
    margin: 0 auto;
    width: 1025px;
}

.hp100 {
    margin: 0 auto;
    width: 1025px;
}

.home-block {
    background-color: #fff;
    background-size: auto auto;
    box-shadow: 1px 1px 3px 0 gray;
    float: left;
    width: 32%;
    flex-grow: 1;
    position: relative;
}

.home-block .content {
    color: #929292 !important;
    font-family: georgia;
    font-size: 18px;
    padding: 10px 15px 45px;
    position: relative;
}
#bot {
    bottom: 10px;
    left: 15px;
    position: absolute;
}
.home-block:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}

/*
 * Home block text sized
 */
  
#home-block-1{
    font-size: 12px;
}

#home-block-1 .view-header p{
    font-size: 18px;
    font-weight: bold;
}

.home-block h3{
    font-size: 18px;
    font-weight: bold;
}
#home-blocks-area h2 {
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 20px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    text-transform: uppercase;
}
#home-blocks-area .home-block img{ 
    border:1px solid #fff;
    margin-bottom:8px;
    width: 100%;
}		
#home-blocks-area .home-block a {
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 16px;
}
#home-blocks-area .home-block p { 
    color:#ffffff; 
    font-size: 18px;
    line-height:24px;
    margin-right:2px;	
}

/*----------HP NEWS BLOCK-------------------*/

#hp-news {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 1px 3px 0 gray;
    margin-top: 25px;
    width: 49%;
    min-height: 654px;
}

#hp-news > div {
    margin-bottom: 20px;
    margin-top: 30px;
}

#hp-news .date{
    color:#666666;
    font-size:12px;
    padding: 0 15px;
}
#hp-news .title {
    color: #0078bb;
    display: inline-block;
    font-family: open_sansregular;
    font-size: 17px;
    padding: 7px 15px;
    text-transform: uppercase;
}
#hp-news .intro {
    font-family: georgia;
    font-size: 15px;
    line-height: 1.4em;
    padding: 0 15px;
}
.news-item > a.more {
    font-family: open_sansregular;
    font-size: 15px;
    padding: 0 15px;
    text-transform: uppercase;
}

/*--------end news block----------*/


.btn.primary.share-facebook, .btn.primary.share-twitter {
    font-size: 1.3em !important;
}


/*------------NEWS - BLOG pages-------------*/
.pagination li {
    display: inline;
    list-style-type: none;
}
#news .news-item {
    box-shadow: -1px 1px 3px gray;
    padding: 15px;
}
#news{
    margin-top:15px;
}
#news > div{
    margin-bottom: 5px;
}
#news h2{
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    background: #3399cc;
    box-shadow: 0 2px 3px #666666;
    height:30px;
    padding-top:3px;
    padding-left:10px;
    margin-bottom: 20px;
}
#news .date{
    color:#929292;
    font-size:12px;
}
#news .title {
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 17px;
    text-transform: uppercase;
}
#news .intro {
    font-size: 16px;
    line-height: 21px;
}
.more {
    padding-left: 10px;
}
.news-item > a {
    font-family: open_sansregular;
    font-size: 16px;
}
.rightblock h6 {
    color: #0078bb;
}
.rightblock .unstyled > li {
    font-family: open_sansregular;
    font-size: 1.3em;
    margin: 0;
}
.pagination > ul {
    font-family: open_sansregular;
    margin: 0;
    text-align: center;
}

/*---------------REPORTS---------------------*/

.clearly {
    border: 1px solid #0078bb;
    color: #0078bb;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin: 5px 10px;
    padding: 1px 13px 0 6px;
}

a:hover .clearly {
background: #0078bb;
color:white;
}

#navtree {
    box-shadow: -1px 1px 3px gray;
    float: left;
    margin-right: 2%;
    padding: 15px;
    width: 23%;
    font-family: open_sansregular;
    box-sizing: content-box;
}
#navtree input {
    margin: 5px;
}
#navtree > form {
    font-size: 13px;
    font-family: calibri;
}
#navtree form p {
    padding: 0;
    margin: 0;
}
#navtree ul {
    margin: 0;
}
#navtree li {
    margin: 0 0 -2px;
    list-style-type: none;
}
#navtree li label {
    color: #666666;
    font-size: 13px;
}
#navtree label {
    margin: 0 0 0px 0;
    color: #0078bb;
     font-size: 17px;
    font-weight: bold;
}
#navtree h3 {
    margin-top: 5px;
    font-size: 17px;
}
#reports-inside {
    float: right;
    width: 70%;
}

.bread {
    text-transform: lowercase;
    font-size: 80%;
}

#main-area-inside-reports hr {
    margin: 25px 0;
}
#reports {
    margin-top:15px;
}

.report-form #id_search {
    width: 90%;
}

#reports-inside h2 {
    box-shadow: 0 2px 3px #666666;
    float: left;
    font-size: 18px;
    height: 30px;
    margin-bottom: 20px;
    text-indent: 10px;
    padding-top: 3px;
    text-transform: uppercase;
    width: 100%;
}
.reports-item .date, .pubs-item .date{
    font-size:12px;
}
.reports-item .title, .pubs-item .title{
    font-family: open_sansregular;
    font-size:18px;
}
.reports-item .intro, .pubs-item .intro{
    font-size:15px;
}
.reports-item {
    box-shadow: -1px 1px 3px gray;
    box-sizing: content-box !important;
    clear: both;
    margin-bottom: 15px;
    padding: 15px;
}
.reports-item > a.more, .download, .reports-item .more {
    font-size:15px;
    padding-left: 0px;
    font-family: open_sansregular;
}	
.moreplus {
    padding-left: 30px !important;
}

.noclick {
    color: lightgray;
}

.report-type {
    font-weight: bold;
    margin-bottom: 5px;
}

.report-title {
    font-family: open_sansregular;
    font-size: 18px;
	margin: 10px 0;
	}
p.bluebold {
    color:#0078bb; font-weight:bold;
}
.accord {
    margin-left: 0px;
}

.accord a {
    font-size: 11px !important;
    margin-left: 5px;
    font-weight: bold;
}

#navtree .accord ul.app-list {
    margin-left: 15px;
}
#navtree .accord > ul {
    margin: 0px;
}
#navtree .accord ul {
    margin: 0px 0 0 20px;
}
.accord li {
    font-size: 13px !important;
}
.closed li {
    display: none;
}
.accord > ul li.open {
    background: url('/static/css/images/minus.png?a251291c544a') no-repeat scroll 5px 3px / 13px 13px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 5px 0 0 -20px !important;
    padding: 0 0 0 16px;
}

.open .app-list > li {
    margin-left: -10px !important;
}

.accord > ul li {
    margin: 5px 0 0 0 !important;
}
.accord > ul ul li {
    list-style: none outside none;
}
.accord .closed {
    background: url('/static/css/images/plus.png?a251291c544a') no-repeat scroll 5px 3px / 13px 13px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 5px 0 0 -20px !important;
    padding: 0 0 0 20px;
}

.accord .selected {
    background: none repeat scroll 0 0 #0078bb;
    color: white !important;
    padding: 0 5px;
}

.denied {
    color: #666666 !important;
}

/*----------ADVISORY SERVICES-------------------*/

.stream-img {
    float: left;
    margin-right: 15px;
}

.stream-cont {
    padding-left: 98px;
}

/*----------HP TWITTER BLOCK-------------------*/

#hp-twit {
    background: none repeat scroll 0 0 white;
    box-shadow: 1px 1px 3px 0 gray;
    float: right;
    width: 49%;
}

#maincontent-boxes h2 {
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px 0;
    text-transform: uppercase;
}
#twit-block {
    margin: 1% 3% 2%;
    width: 94%;
}

/*-------- HP bottom content  ---*/

#hp-bottom-content {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 1px 3px 0 gray;
    margin-top: 25px;
}

#hp-bottom-content > div {
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px 15px;
}

#hp-bottom-content h2 {
    padding-bottom: 7px;
    padding-left: 0px;
}

/*-------- end - HP bottom content ---*/


#main-area {
    margin: 0 auto 40px;
    width: 1025px;
}

#main-area-inside {   
    float:left; 
    margin:0 0 20px 0;
    width:72%;
}
#imgcap{
    background-color: #3399CC;
    margin: 0 0 0 5px;
    padding: 5px;
    float: right;
}
#imgcap > div {
    color: white;
    font-size: 14px;
    margin: 3px 0 0;
}	
#right {
    float:right; 
    padding:0;
    width: 25%;
}
#rightblock, .rightblock {
    background-color: #fff;
    box-shadow: -1px 1px 3px #666;
    color: gray;
    margin-bottom: 20px;
    padding: 10px;
}
#rightblock, .rightblock h3 { font-weight:normal; font-size: 18px;}
#rightblock, .rightblock p {
    font-size: 1.3em;
    margin: 1px;
    padding: 5px 0 0;
}
.rightblock a {
    font-family: open_sansregular;
}
#rightblock, .rightblock .heading {
    margin: 0;
    padding: 5px;
} 
#rightblock, .rightblock .editable-original > img {
    max-width: 290px;
}
#right-block-3 {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 18px;
 }   
#right-block-3 a {
    text-align: center;
}   
    
/*----------BLOG----------------*/

.unstyled {
    margin: 0 0 5px 25px;
}
h6 {
    color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
}

.rightblock a.rss {
    font-size:16px;
    background-image:url('/static/css/images/rss-30.png?a251291c544a');
    background-repeat: no-repeat;
    padding: 5px 10px 10px 35px;
    line-height:50px;
    margin-left:10px;
}
.rightblock a.atom {
    font-size:16px;
    background-image:url('/static/css/images/atom-30.png?a251291c544a');
    background-repeat: no-repeat;
    padding: 5px 10px 10px 35px;
    line-height:50px;
    margin-left:10px;
}

/*----------FOOTER-------------*/

#foottit {
    background: url('/static/css/images/nav-bg.jpg?a251291c544a') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 38px;
    clear: both;
	width: 100%;
}

#footit-ins {
    margin: 0 auto;
    width: 1025px;
	padding:0 20px;
}

#footer { 
    clear:both;  
    margin:0 auto; 
    text-align:center;  
    display: block; 
    padding: 10px 0;
	width: 100%;
}

#footer-inside {
    margin: 0 auto;
    text-align: left;
    width: 1025px;
    padding:0 20px;
}

#footer-bottom {
    background: url('/static/css/images/footer-bg.jpg?a251291c544a') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
	width: 100%;
}
#footer-bottom-inside {
    margin:0 auto;
    text-align:left;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    padding-top:10px;
    padding-bottom:10px;
    width: 1025px;
}
#footer-bottom-inside a {
    color:#6a7796;
}
.links {
    color: #fff;
    float: left;
    font-family: open_sansregular;
    padding-bottom: 5px;
    padding-top: 7px;
    text-transform: uppercase;
    font-size:1.5em;
}

.social {
    color: #fff;
    float: right;
    font-family: open_sansregular;
    font-size: 1.5em;
    margin-top: 7px;
    text-transform: uppercase;
	width: 25%;
}

#footer a {
    color: #0078bb;
    font-size: 1em;
    font-family:calibri;
}
#footer li {
    color: #0078bb;
    font-size: 1.5em;
    list-style: none outside none;
    margin: 0;
}
#footer ul{
    margin: 5px 0 10px ;
    padding-left: 0;
    column-count:2;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
}
#footer .content{
    color: #ffffff;
}
#footer-left{
    float:left;
}

#footer-right {
    float: right;
    width: 25%;
}

#social-links {
    font-size: 16px;
    margin: 10px 0;
}
#social-links > p{
    color:#fff;
    margin:15px 0px 0px 0px;}

#footer-right a.rss{
    background-image:url('/static/css/images/icon_rss.png?a251291c544a');
    background-repeat:no-repeat;
    height:30px;
    padding-left:30px;
    color:#fff;
    padding-bottom:5px;
}
.footer-copyright{
    float: left;
}
.footer-links{
    float: right;
}
.footer-links a{
    color: #ffffff;
}
 
/*-----------end footer-----------------------*/

/* 
 * Default typography 
 * please DO NOT modify following rules. 
 */

/*  --------------------------------------------------------------------- */
table { margin:15px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}

/*  --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li {
    display: list-item;
   font-size: 1.3em;
    margin: 0 0 10px;
}

ul li a { text-decoration:none; }

/*  -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/*  --------------------------------------------------------------------- */
fieldset {  }
#login legend {display:none;}

legend { margin-left:10px; font-size:100%; font-weight:bold; color:#fff;    padding-left: 5px;
    padding-right: 5px; }
    
    .help-inline {
    color: #FF0000;
}

abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}

.btn.btn-primary.btn-large {
  margin-top: 10px;
  padding: 3px;
}

.close {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.alert, .has-error{
    color: red;
}

.alert.alert-info {
    border: 1px solid #FF0000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
}

body#account fieldset {
    max-width: 300px;
}

.noscreen { display:none; }
.breadcrumb { padding-bottom:0px;}
.submitted { margin-bottom:10px; display:block; font-size:11px;}
.submitted a { font-weight: bold; color: #1b8bb4; }
div.terms { color: #444955; font-size:11px; font-weight: bold; background: url('/static/css/images/tag.png') no-repeat left; padding-left: 28px; margin-top: 24px; float: left;}
div.terms a { color: #1b8bb4;}
div.terms ul.links li { padding-left: 1px; padding-right: 1px;}
div.links {float:right;}

/* Default typography */
/* Site Navigation Menu */

#block-menu-menu-site-navigation li a {
    background: url('/static/css/images/menu-right-bg.png') no-repeat scroll 230px center #E0E3EB;
    color: #747C93;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 20px 10px 10px;
}
#block-menu-menu-site-navigation ul.menu{
    padding-left: 5px;
    padding-right: 5px;
}
#block-menu-menu-site-navigation ul.menu li{
	list-style: none;	
}

/* Search form */
#edit-search-theme-form-1-wrapper.form-item { display:inline; }

#edit-search-theme-form-1{ width:180px;
    -moz-border-radius: 8px 8px 8px 8px;
    background-color: #101011;
    border-color: -moz-use-text-color #292D30 #292D30;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #38444F;
    font-size: 11px;
    height: 25px;
    padding-left: 8px;
    width: 195px;
}
#search-theme-form label{
    display: none;
}
#search-theme-form .form-submit{
    background: url('/static/css/images/search.png') no-repeat scroll center center transparent;
    border: 0 none;
    height: 20px;
    left: -33px;
    position: relative;
    top: 1px;
    width: 25px;
    color: transparent;
    cursor:pointer;
}

/* search form */
li.leaf {
	list-style-image:none;
	margin:0px 15px 0px 15px;
}
#block-menu-menu-content ul, #block-menu-menu-development ul  { padding:0; margin:0 5px 0 5px; }
#block-menu-menu-content li, #block-menu-menu-development li {list-style-type:none;}
#block-menu-menu-content li a, #block-menu-menu-development li a {
    display:block; 
    padding:10px 20px 10px 10px; 
    background: #e0e3eb url('/static/css/images/menu-right-bg.png') no-repeat 230px center; 
    overflow:hidden;
    color:#747c93;
    font-weight:600; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#block-user-1 li a {
    color:#747c93;  
}
#block-menu-menu-content li:hover a, #block-menu-menu-development li:hover a {
	display:block; 
	overflow:hidden; 
	background: #d0d4de url('/static/css/images/menu-right-bg-active.png') no-repeat 230px center; 
	padding:10px 20px 10px 10px; color:#444d68; 
	text-decoration:none;
}
th {
    background:#9097A9;
    color:#ffffff;
}
tr.even {
    background-color:#e0e3eb;
}
tr.odd {
    background-color:#ffffff;
}
td.active {
    background:none;
}

/* Get in Touch block content */
.ico {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.clear{
	clear: both;	
}
.detail {
    float: left;
}
.detail h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding:0;
    margin:0;
    line-height: 16px;
}
.detail h4 {
    color: #6A7796;
    font-size: 14px;
    font-weight: normal;
    padding:0;
    margin:0;
    line-height: 16px;
}

/* this block need to have shorten height */
#home-blocks-area #home-block-3 .block .content{
	min-height: 205px;
}

/* social links block */
#home-blocks-area #home-block-3  #home-block-3-b .block .content {
    min-height:0px;
    margin-top: 10px;
    height: 47px;
    padding-top: 22px;   
}
.ico2{
    padding-left: 3px;	
}
.ico2 img {
    margin-right: 5px;
}
 
/* contact form*/
#id_field_4 {
    max-height: 90px;
    width: 500px;
}
form#contact_form label {
    font-weight: bold;
}
form#commentform input, form#contact_form input[type="text"] {
    background: none repeat scroll 0 0 #EEF0F5;
    border: 1px solid #CED1DA;
    font-size: 18px;
    height: 2em;
    width: 95%;
}
form#contact_form input[type="text"] {
    width: 43%;
}
form#commentform textarea, form#contact_form textarea {
    background: none repeat scroll 0 0 #EEF0F5;
    border: 1px solid #CED1DA;
    font-family: Verdana;
    font-size: 14px;
    height: 170px;
    margin: 0 0 10px 10px;
    width: 290px;
}
form#contact_form textarea {
    height: 90px;
    margin-left: 0;
    width: 100%;
}
#map_wrap {
    float: right;
    margin-right: 0;
}
p.map {
    display: block;
    font-weight: bold;
    margin: 0;
}
form#commentform input#submit, form#contact_form button {
    background: none repeat scroll 0 0 #11719F;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 5px;
    width: 80px;
}
form#contact_form button {
    height: 45px;
    margin: 0;
    width: 120px;
}

/* Credits */
.credits-container {
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align:center;
    color:#fff;
}
.credits-container a{
    text-decoration: underline;
}

/*---------------people / staff pages------------------*/


.staff {
    box-shadow: -1px 1px 3px gray;
    float: left;
    height: 235px;
    width: 195px;
    margin: 0 2% 2% 0;
    padding: 15px;
    position: relative;
}
.staff > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.people-image > img, .staff-image > img {
	height: 195px;
	width:195px;
}
.overlay {
    height: 195px;
    width: 195px;
    position: relative;
    font-size: 1.2em;
    line-height: 1.34em;
}
.overlay p {
    font-size: 1em;
    line-height: 1em;
}

.bio p {font-size: 1.2em;}

.overlay:hover {
    position: relative;
    background:white;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    z-index:1;
}
.people-image {
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 0;
}
.people-image:hover {
    opacity: 0;
    z-index:-1;
}
.staff .name {
    color: #0078bb;
    font-family: open_sansregular;
    font-size: 1.5em;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}
.role {
    color: gray;
    font-family: open_sansregular;
    font-size: 1em;
    left: 15px;
    margin-bottom: 5px;
    position: absolute;
    top: 35px;
}
.people {
    left: 15px;
    position: absolute;
    top: 55px;
}
.role2 {
    color: gray;
    font-family: open_sansregular;
    font-size: 1em;
    margin-bottom: 5px;
}
.social-icons {
    width: 10px;
}
.social-icons .no-hover > img {
    vertical-align: middle;
}
.overlay > a {
    font-family: open_sansregular;
    text-decoration: none;
}
.staff-image {
    float: left;
    margin: 0 15px 0px 0;
}
.bio {
    font-size: 1.2em;
    line-height: 1.5em;
    min-height: 200px;
}
.pubs {
    border-bottom: 1px solid;
    margin: 10px 0;
}
.pubtit {
    font-weight: normal;
    text-transform: uppercase;
}
.pubs-item {
    box-shadow: -1px 1px 3px gray;
    margin: 25px 0;
    padding: 15px;
}

.pubs-item a {
    font-weight: normal;
}

/*---------------events page------------------*/


#event {
    box-shadow: -1px 1px 3px 0 gray;
    margin: 25px 0;
    padding: 15px;
}

#event > h2 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

#event > p {
    font-size: 16px;
    line-height: 21px;
	margin-bottom: 0;
}

#event a {
    font-size: 16px;
    font-weight: normal;
}


/*---------------pagination for saved searches page------------------*/


.pagination {
	box-sizing: content-box !important;
}

ul.tsc_pagination {
    font: 12px 'Tahoma';
    height: 100%;
    left: 50%;
    list-style-type: none;
    margin: 4px 0 4px -212px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
ul.tsc_pagination li { float:left; margin:0px; padding:0px; margin-left:5px; }
ul.tsc_pagination li:first-child { margin-left:0px; }
ul.tsc_pagination li a { color:black; display:block; text-decoration:none; padding:7px 10px 7px 10px; }
ul.tsc_pagination li a img { border:none; }
/*A */

ul.tsc_paginationA li a { color:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
/*01 */
ul.tsc_paginationA01 li a { color:#474747; border:solid 1px #B6B6B6; padding:6px 9px 6px 9px; background:#E6E6E6; background:-moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6)); }
ul.tsc_paginationA01 li a:hover,
ul.tsc_paginationA01 li a.current { background:#FFFFFF; }
/*02 */
ul.tsc_paginationA02 li a { color:#893A00; background:#FFCB00; background:-moz-linear-gradient(top, #FFD500, #FFCB00); background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFD500), to(#FFCB00)); }
ul.tsc_paginationA02 li a:hover,
ul.tsc_paginationA02 li a.current { background:#FFF4BA; }
/*03 */
ul.tsc_paginationA03 li a { background:#FF7217; background:-moz-linear-gradient(top, #FF8E1F, #FF7217); background:-webkit-gradient(linear, 0 0, 0 100%, from(#FF8E1F), to(#FF7217)); }
ul.tsc_paginationA03 li a:hover,
ul.tsc_paginationA03 li a.current { color:#C34E00; background:#FFECDE; }
/*04 */
ul.tsc_paginationA04 li a { background:#D22020; background:-moz-linear-gradient(top, #DB2B2B, #D22020); background:-webkit-gradient(linear, 0 0, 0 100%, from(#DB2B2B), to(#D22020)); }
ul.tsc_paginationA04 li a:hover,
ul.tsc_paginationA04 li a.current { color:#9F0F0F; background:#FFE0E0; }
/*05 */
ul.tsc_paginationA05 li a { background:#699613; background:-moz-linear-gradient(top, #87AB19, #699613); background:-webkit-gradient(linear, 0 0, 0 100%, from(#87AB19), to(#699613)); }
ul.tsc_paginationA05 li a:hover,
ul.tsc_paginationA05 li a.current { color:#4F7119; background:#E7F2C7; }
/*06 */
ul.tsc_paginationA06 li a { background:#1D8A11; background:-moz-linear-gradient(top, #26A116, #1D8A11); background:-webkit-gradient(linear, 0 0, 0 100%, from(#26A116), to(#1D8A11)); }
ul.tsc_paginationA06 li a:hover,
ul.tsc_paginationA06 li a.current { color:#176D0E; background:#DCF4C9; }
/*07 */
ul.tsc_paginationA07 li a { background:#45ABEC; background:-moz-linear-gradient(top, #5CBCF0, #45ABEC); background:-webkit-gradient(linear, 0 0, 0 100%, from(#5CBCF0), to(#45ABEC)); }
ul.tsc_paginationA07 li a:hover,
ul.tsc_paginationA07 li a.current { color:#358FDD; background:#DFF4FF; }
/*08 */
ul.tsc_paginationA08 li a { background:#3862C8; background:-moz-linear-gradient(top, #4A81D3, #3862C8); background:-webkit-gradient(linear, 0 0, 0 100%, from(#4A81D3), to(#3862C8)); }
ul.tsc_paginationA08 li a:hover,
ul.tsc_paginationA08 li a.current { color:#355DDD; background:#DDE8FE; }
/*09 */
ul.tsc_paginationA09 li a { background:#5A7075; background:-moz-linear-gradient(top, #788C90, #5A7075); background:-webkit-gradient(linear, 0 0, 0 100%, from(#788C90), to(#5A7075)); }
ul.tsc_paginationA09 li a:hover,
ul.tsc_paginationA09 li a.current { color:#355DDD; background:#DDE8FE; }
/*10 */
ul.tsc_paginationA10 li a { background:#684BA6; background:-moz-linear-gradient(top, #8663B8, #684BA6); background:-webkit-gradient(linear, 0 0, 0 100%, from(#8663B8), to(#684BA6)); }
ul.tsc_paginationA10 li a:hover,
ul.tsc_paginationA10 li a.current { color:#643EB3; background:#EAE4F4; }
/*11 */
ul.tsc_paginationA11 li a { background:#9A6654; background:-moz-linear-gradient(top, #AE846F, #9A6654); background:-webkit-gradient(linear, 0 0, 0 100%, from(#AE846F), to(#9A6654)); }
ul.tsc_paginationA11 li a:hover,
ul.tsc_paginationA11 li a.current { color:#78594A; background:#F0E7E3; }
/*12 */
ul.tsc_paginationA12 li a { background:#323232; background:-moz-linear-gradient(top, #434343, #323232); background:-webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#323232)); }
ul.tsc_paginationA12 li a:hover,
ul.tsc_paginationA12 li a.current { color:#2F2F2F; background:#EAEAEA; }

/* B */
ul.tsc_paginationB li a { border:solid 1px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:6px 9px 6px 9px; }
ul.tsc_paginationB li { padding-bottom:1px; }
ul.tsc_paginationB li a:hover,
ul.tsc_paginationB li a.current { color:#FFFFFF; box-shadow:0px 1px #EDEDED; -moz-box-shadow:0px 1px #EDEDED; -webkit-box-shadow:0px 1px #EDEDED; }
/* 01 */
ul.tsc_paginationB01 li a { color:#A74E0D; border-color:#F3D795; background:#FFFDF2; }
ul.tsc_paginationB01 li a:hover,
ul.tsc_paginationB01 li a.current { color:#893A00; text-shadow:0px 1px #FFEF42; border-color:#FFA200; background:#FFC800; background:-moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800)); }
/* 02 */
ul.tsc_paginationB02 li a { color:#0A7EC5; border-color:#8DC5E6; background:#F8FCFF; }
ul.tsc_paginationB02 li a:hover,
ul.tsc_paginationB02 li a.current { text-shadow:0px 1px #388DBE; border-color:#3390CA; background:#58B0E7; background:-moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7)); }
/* 03 */
ul.tsc_paginationB03 li a { color:#4A76C6; border-color:#8AAEEF; background:#F7F9FE; }
ul.tsc_paginationB03 li a:hover,
ul.tsc_paginationB03 li a.current { text-shadow:0px 1px #4876C9; border-color:#3D6DC3; background:#5A8CE7; background:-moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7)); }
/* 04 */
ul.tsc_paginationB04 li a { color:#8D62C8; border-color:#BAA2DA; background:#F9F7FC; }
ul.tsc_paginationB04 li a:hover,
ul.tsc_paginationB04 li a.current { text-shadow:0px 1px #7955AB; border-color:#6F4DA0; background:#9168C9; background:-moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9)); }
/* 05 */
ul.tsc_paginationB05 li a { color:#EF6420; border-color:#FFBD85; background:#FFFAF7; }
ul.tsc_paginationB05 li a:hover,
ul.tsc_paginationB05 li a.current { text-shadow:0px 1px #CA470E; border-color:#D13F11; background:#E95B2B; background:-moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B)); }
/* 06 */
ul.tsc_paginationB06 li a { color:#E92F2F; border-color:#FFA5A5; background:#FFF8F8; }
ul.tsc_paginationB06 li a:hover,
ul.tsc_paginationB06 li a.current { text-shadow:0px 1px #B72E2E; border-color:#AD2D2D; background:#E43838; background:-moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838)); }
/* 07 */
ul.tsc_paginationB07 li a { color:#916C59; border-color:#D6BFB4; background:#FBF9F8; }
ul.tsc_paginationB07 li a:hover,
ul.tsc_paginationB07 li a.current { text-shadow:0px 1px #866454; border-color:#886756; background:#A37A66; background:-moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66)); }
/* 08 */
ul.tsc_paginationB08 li a { color:#478223; border-color:#B2D397; background:#F7FAF4; }
ul.tsc_paginationB08 li a:hover,
ul.tsc_paginationB08 li a.current { text-shadow:0px 1px #4E802C; border-color:#478223; background:#599F2F; background:-moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F)); }
/* 09 */
ul.tsc_paginationB09 li a { color:#707070; border-color:#CFCFCF; background:#FAFAFA; }
ul.tsc_paginationB09 li a:hover,
ul.tsc_paginationB09 li a.current { text-shadow:0px 1px #636363; border-color:#5D5D5D; background:#777777; background:-moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777)); }
/* 10 */
ul.tsc_paginationB10 li a { color:#444444; border-color:#BEBEBE; background:#FAFAFA; }
ul.tsc_paginationB10 li a:hover,
ul.tsc_paginationB10 li a.current { text-shadow:0px 1px #3C3C3C; border-color:#202020; background:#525252; background:-moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252)); }

/* C */
ul.tsc_paginationC li a { color:#707070; background:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:solid 1px #DCDCDC; padding:6px 9px 6px 9px; }
ul.tsc_paginationC li { padding-bottom:1px; }
ul.tsc_paginationC li a:hover,
ul.tsc_paginationC li a.current { color:#FFFFFF; box-shadow:0px 1px #EDEDED; -moz-box-shadow:0px 1px #EDEDED; -webkit-box-shadow:0px 1px #EDEDED; }
/* 01 */
ul.tsc_paginationC01 li a:hover,
ul.tsc_paginationC01 li a.current { color:#893A00; text-shadow:0px 1px #FFEF42; border-color:#FFA200; background:#FFC800; background:-moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800)); }
/* 02 */
ul.tsc_paginationC02 li a:hover,
ul.tsc_paginationC02 li a.current { text-shadow:0px 1px #388DBE; border-color:#3390CA; background:#58B0E7; background:-moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7)); }
/* 03 */
ul.tsc_paginationC03 li a:hover,
ul.tsc_paginationC03 li a.current { text-shadow:0px 1px #4876C9; border-color:#3D6DC3; background:#5A8CE7; background:-moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7)); }
/* 04 */
ul.tsc_paginationC04 li a:hover,
ul.tsc_paginationC04 li a.current { text-shadow:0px 1px #7955AB; border-color:#6F4DA0; background:#9168C9; background:-moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9)); }
/* 05 */
ul.tsc_paginationC05 li a:hover,
ul.tsc_paginationC05 li a.current { text-shadow:0px 1px #CA470E; border-color:#D13F11; background:#E95B2B; background:-moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B)); }
/* 06 */
ul.tsc_paginationC06 li a:hover,
ul.tsc_paginationC06 li a.current { text-shadow:0px 1px #B72E2E; border-color:#AD2D2D; background:#E43838; background:-moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838)); }
/* 07 */
ul.tsc_paginationC07 li a:hover,
ul.tsc_paginationC07 li a.current { text-shadow:0px 1px #866454; border-color:#886756; background:#A37A66; background:-moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66)); }
/* 08 */
ul.tsc_paginationC08 li a:hover,
ul.tsc_paginationC08 li a.current { text-shadow:0px 1px #4E802C; border-color:#478223; background:#599F2F; background:-moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F)); }
/* 09 */
ul.tsc_paginationC09 li a:hover,
ul.tsc_paginationC09 li a.current { text-shadow:0px 1px #636363; border-color:#5D5D5D; background:#777777; background:-moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777)); }
/* 10 */
ul.tsc_paginationC10 li a:hover,
ul.tsc_paginationC10 li a.current { text-shadow:0px 1px #3C3C3C; border-color:#202020; background:#525252; background:-moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252)); }

.error {
    color: #FF0000;
}



.payment_desc {
    width: 300px;
    height: 100px;
}
.payment_form label {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.payment_form input.amount {
    width:70px;
}
.payment_form div {
    margin: 5px;
}
.payment_link {
    word-wrap:break-word;
}
#payment-success {
    display: none;
}
#payment-description {
    margin: 30px 0 20px 0;
}
.stripe_field {
    display: block;
    width: 200px;
    float: left;
}
#card-expiry-date {
    width: 70px;
}
#card-cvc {
    width: 25px;
}
#card-number {
    width: 140px;
}
#card-name {
    width: 140px;
}
ul.report-toc {
    list-style-type: none;
    padding: 0px;
    margin: 10px 10px 10px 10px;
}
ul.report-toc li {
    margin: 10px 0 5px 0;
}
ul.report-toc li.pdf-section-minor {
    margin-left: 15px;
}
div.report_download {
    margin-bottom: 20px;
}
ul#reg-report-pdfs {
    margin: 0px;
    height: 50px;
    display: inline;
}
ul#reg-report-pdfs li {
    margin: 0px 5px;
    list-style-type: none;
    background-image:url('/static/img/pdf_logo.png?a251291c544a');
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    width: 185px;
}
ul#reg-report-pdfs li a {
    padding-left: 45px; 
    line-height: 38px;
}
div#no-access h3 {
}
div#no-access a {
    text-decoration: underline;
}
div#no-access p {
    margin-top: 10px;
}

.small {
    font-size: 85%;
}

/*-----this is for tablets --------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 


{
	
	
	#header {
margin: 0 auto;
width:90%;
height: 135px;
padding: 0 20px;
}


#nav-inside {
    width: 90% !important;
	padding-top:5px;
}

#navigation ul.menu li ul li a, #navigation ul.menu li ul li a:link, #navigation ul.menu li ul li a:visited {
	top:-7px;
	  padding: 12px 6px 0 14px;
}

#navigation li a {
    font-size: 10px;
}

#homeintro {
    width: 90% !important;
	height:270px;
}

.slide-title {
    font-size: 2.5em;
}

.slide-body {
    color: #929292;
    font-family: georgia;
    font-size: 1.5em;
    height: 100px;
    width: 90% !important;
}

.slidenav {
    top: 220px;
}

#home-blocks-area{
    margin: 0 auto;
    width: 90% !important;
	display:block;
	}

.home-block .content {
	height:380px;
	}

#hp-news {
    min-height: 528px;
}


#hp-news .title {
    font-size: 14px;
}

#hp-news .intro {
    font-family: georgia;
    font-size: 14px;
    line-height: 1.2em;
}



#footit-ins, #footer-inside {
    width: 90%;
}

#footer a {
		    font-family: open_sansregular;
			font-size:0.9em;
}


h1, h2, h3, h4, h5, h6 {
		    font-family: open_sansregular;
}

#main-area {
    margin: 0 auto 40px;
    width: 90%;
}

#bluebox {
	min-width:90%;
	max-width:90%;
}


.fbox h2 {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #0078bb;
    color: #fff;
    font-size: 14px;
    padding: 4px 4px 4px 10px;
}




}

/*-----this is for phones --------*/


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

#navigation, #main-content, #foottit, #footer-bottom {
    width: 1065px;
}

#footer-left {
    float: left; 
	width: 750px;
	}
	
	
	
}

