/*
Theme Name: Mobile Toolbox
Theme URI: 
Description: Stylesheet for the toolbox mobile theme
Author: Webvanta Inc.
Author URI: http://www.webvanta.com/
Version: 1.0
*/
section,header,nav,menu,aside,footer {
  display: block;
}

body {
  background-color: white;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 90%;
  -webkit-text-size-adjust: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0em;
  font-size: 1.2em;
  background-color: #D2D2D2;
  color: #333333;
  padding: 12px 25px;
}
h1 small {
  font-size: 0.5em;
}

h2, h3 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  font-size: 1.2em;
}
h3 {
  color: #333333;
}
h3 img {
  vertical-align: bottom;
  margin-bottom: -3px;
}

p, ul {
  line-height: 150%;
  margin-top: 0.7em;
  margin-bottom: 0.87em;
}

a{color:#007fbf;text-decoration:none;}
a:hover{color:#ff8200;}

img {
  border: none;
}

ul {
  list-style-type: disc;
  color: #000;
}
ul.alt {
  list-style-type: disc;
  color: #666;
}

.rule {
  font-size: 0;
  margin: 10pt 0 10pt 0;
  border-top: 4px #ccc solid;
}
hr {
  background-color: #9a9a9a;
  border: 0;
  clear: both;
  height: 1px;
  margin-top: 10pt;
  margin-bottom: 10pt;
}
td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.hilite, .hilite a {
  color: #633;
}

.clear {
  clear:both;
}

/* Structural Tags */
#page {
  padding: 0px;
  max-width: 550px;
}
header.top {
  padding: 0px;
  border-top: solid 4px #666666;
  background-color: #FFFFFF;
  backgroung-repeat: repeat-x;
  
  position: relative;
  z-index: 3;
}
header.top .dots {
  background-image: url(/images/wecomply-header-dots-3.png);
  background-size: 250px 50px;
  background-repeat: no-repeat;
  background-position: 56% -3px; 
  min-height: 74px;
}

header .logo img {
  width: 155px; 
  margin: 12px 0px 5px 10px;
}

header .control_wrapper {
  float:right;
  margin:0 9px 0 0;
  width: 110px;
}

header .loginbutton {
  /*display: none;
  float: right;*/
  background-color: #666666;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.9em;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-left: 47px;
  width: 63px;
}
header .loginbutton a {
  color: white;
  padding: 0 10px;
}

header .phone_link { 
  float:right; 
  margin: 7px 0 0 0;
}

header .phone {
  color: white;
  z-index: 3;
  position: relative;
  /*margin-bottom: -7px;*/
  text-align: right;
  /*float: right;*/
  font-size: 0.95em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 40%;*/
}
header .phone a {
  color: white;
}

header .description {
  color: #666666;
  z-index: 3;
  position: relative;
  margin-top: 19px;
  text-align: right;
  /*clear: right;
  float: right;*/
  font-size: 12px ;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 40%;*/
}

header.top nav {
  margin-top: -2px;
  padding: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
  min-height: 36px;
}
header.top nav .inner {
  height: 36px;
}

header.top nav ul {
  background-color: #666666;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: auto;
  height: 36px;
}
header.top nav ul li {
  float: left;
/*  text-indent: -999em; */
  height: 36px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
header.top nav ul li a {
  display: block;
  height: 28px;
  border-bottom: none;
  padding-top: 9px;
  color: white;
}
header.top nav ul li.home {
  width: 16%;
}
header.top nav ul li.blog {
  width: 16%;
}
header.top nav ul li.courses {
  width: 22%;
}
header.top nav ul li.whywecomply {
  width: 24%; /*was 40%*/
}
header.top nav ul li.contact {
  width: 22%;
}
header.top nav ul li:hover, body.home header.top nav ul li.home, body.blog header.top nav ul li.blog, body.courses header.top nav ul li.courses, body.whywecomply header.top nav ul li.whywecomply, body.contact header.top nav ul li.contact {
  background-color: #222222;
}
header.top nav ul li a:hover, body.home header.top nav ul li.home a, body.blog header.top nav ul li.blog a, body.courses header.top nav ul li.courses a, body.whywecomply header.top nav ul li.whywecomply a, body.contact header.top nav ul li.contact a {
  color: white;
}
.breadcrumb {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 25px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: relative; 
}

#content {
  padding: 10px 25px;
  color: black;
  line-height: 145%;
}

#content ul, #tabs .pad ul {
  background-color: #e6e6e6;
  border-radius: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 13px;
  margin-left: -15px;
  margin-right: -15px;
}
#content ul li, #tabs .pad ul li {
  margin: 13px 0;
}
#content ul ul, #tabs .pad ul ul {
  background: transparent;
  list-style-type: circle;
}

.accordionButton {
  margin: 18px -25px 15px -25px;
  height: 53px;
  background-image: url(/images/mobile/blue_bar.png);
}
.accordionButton .pad {
  padding: 15px 25px;
  font-size: 1.25em;
  color: white;
}
.accordionButton .arrow {
  float:right;
  margin-top:-1px;
}
.accordionButton.sel .arrow {
  visibility: hidden;
}
.accordionContent blockquote {
  margin: 0 0 8px;
  color: #3e3e3e;
  font-style: italic;
}
.accordionContent hr {
  margin-top: 18pt;
  margin-bottom: 18px;
}
hr.blue {
  background-color: #D2D2D2;
  height: 5px;
  margin-left: -25px;
  margin-right: -25px;
}
.accordionContent .pad {
  margin-bottom: 20px;
}

.footer_logos {
  text-align: center;
  margin-bottom: 25px;
  margin-top: -8px;
}
footer {
  background:#222222;
  clear: both;
  font-size: 0.8em;
  height: 231px;
  color: white;
}
footer, footer a {
  color: white;
}
footer .learn_button {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: solid 1px #D2D2D2;
  margin-left: 12px;
  margin-right: 12px;
}


footer nav ul, nav.back {
  background-color: #7A7571;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.back {
  font-size: 0.8em;
}

footer .facebook, footer .twitter, footer .linkedin {
  display: inline-block;
  width: 32.5%;
  text-align: center;
}
footer .social_icons img {
  width: 24px;
}
footer .social_icons {
  margin-top: 15px;
}

footer .bottom {
  margin: 12px 10px;
  border-top: solid 1px #D2D2D2;
}
footer .bottom a {

}

footer .col1 {
  float: left;
  width: 35%;
  text-align: left;
  font-size: 0.9em;
  font-family: Verdana, sans-serif;
}
footer .col1 img {
  width: 54px;
  margin-top: 17px;
  margin-left: 24px;
}

footer .col2 {
  float: left;
  width: 65%;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
}
footer .col2 h3 {
  font-size: 1.5em;
  margin-top: 35px;
  margin-bottom: 4px;
}
footer .col_full {
  width: 100%;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
}
footer .col_full h3 {
  font-size: 1.5em;
  margin-top: 35px;
  margin-bottom: 4px;
}



.byline{font-size:13px;padding:7px;border:1px solid #ececec;background:#f5f5f5;margin-bottom:30px;clear:both;}



/* Individual Pages */
#panels {
}
#panels .title {
  padding-top: 190px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}
#panels .description {
  padding: 10px;
}

#panels .description ul {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 35px;
  font-family: Oswald, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 1px;
  margin-bottom: 5px;
}

#panels div.bottom {
  background-image: url(/images/mobile/blue_nav_bar.png);
  height: 40px;
  background-size: 3px 40px;
  font-size: 1em;
  font-weight: bold;
}
#panels div.bottom a {
  color: white;
}
#panels .float {
  float: left;
  width: 36%;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 321px) {
  #panels .float {
    width: 40%;
  }
}

#panels .float.number {
  height: 30px;
  background-image: url(/images/mobile/blue_nav_notch.png);
  background-size: 87px 40px;
  background-color: white;
  background-position: center top;
  width: 87px;
  padding-top: 8px;
}
#panels .dropshadow {
  background-image: url(/images/mobile/dropshadow.png);
  background-repeat: repeat-x;
  height: 9px;
}

#tabs .pad {
  margin: 25px;
}

ul.items-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  list-style-type: none;
  background-color: white !important;
}
ul.items-list li {
  border-top: solid 1px #ccc;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  clear: left;
  background: url(/images/icn-arrow.png) left 10px no-repeat;
  padding-left: 20px;
}
ul.items-list li:first-child {
  border-top: none;
}
ul.items-list .right-side {
  margin-left: 115px; 
}
ul.blog-list .right-side {
  margin-left: 100px;
}
ul.items-list h1 {
  padding-top: 0;
  border-top: none; 
}
ul.blog-list h1 {
  font-size: 1.1em;
}
ul.blog-list .author {
  color: #666;
  font-size: 0.9em;
}
ul.blog-list .excerpt {
  font-size: 0.8em;
}
.listing-thumb {
  width: 85px; 
}

.subpage-image {
  clear: left;
  margin: 8px 10px 10px 0px;
}

/* Forms */

textarea, input, select {
  background-color: white;
  border: 1px #aaa solid;
  color: black;
  font-family: "Lucida Grande", "Lucida Unicode MS", "Droid Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  padding: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 3px #eee;
  -moz-box-shadow: 1px 1px 3px #eee;
  box-shadow: 1px 1px 3px #eee;
  width:98%;
}
select {
  height: 26px;
  width: 100%;
}
textarea {
  overflow: auto;
}

input[type=submit] {
  font-size: 12pt;
  color: #eee;
  font-weight: normal;
  background-color: #707070;
  border: solid 1px #bbb;
  padding: 4px;
}
input[type=image] {
  border: none;
  padding: 0;
}

form { margin: 0 }
.field-wrapper {
  margin-bottom:3px;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
label.error {
  color:red;
  font-size:.9em;
}
.biginput {
  font-size: 12pt;
}

.required-mark {
  color: red;
}

#dy_node_submit {
  margin-left: 0;
}

#searchbox {
  margin:0;
  margin-bottom: -2px;
}
#searchbox > div {
  background-color: #D2D2D2;
  padding: 7px;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 20px;
  padding-right: 20px;
}
#searchbox > div input {
  width: 100%;
  padding-left: 10px;
}

/**** Blog Styles ****/
.blog .blog_article img.listing-thumb,
.blog #page img.listing-thumb {
  float: right;
  margin: 0 0 2em 1em;
}

button#form_submit_button {
  width: 94%;
  margin: 12px 0 20px 0;
  padding: 7px 0;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  box-shadow: 0 0 15px #e78620 inset;
  border: none;
  border-radius: 8px;
  background: #ffc383;
  background: -moz-linear-gradient(top, #ffc383 0%, #e78620 100%);
  background: -webkit-linear-gradient(top, #ffc383 0%, #e78620 100%);
  background: linear-gradient(to bottom, #ffc383 0%, #e78620 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc383', endColorstr='#e78620',GradientType=0 );
}
