/**
 * Basic Page Styles
 */
body {
  background: #fff;
  font-family: "Proxima Nova", sans-serif;
}
/**
 * Typography
 */
a {
  color: #6cc8e1;
}
h1,
h2,
h3,
h4,
h5,
h6,
#comment-greeting {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1,
.h1 {
  font: lighter 36px/46px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.h1 {
  margin-bottom: 1rem;
}
h2 {
  font-size: 2.4rem;
  font-weight: normal;
}
.widget h2 {
  margin-bottom: 1rem;
}
.widget h2.results {
  color: #fff;
}
h2.news {
  background: url(../img/news.png) left center no-repeat;
  height: 42px;
  line-height: 42px;
  margin-bottom: 4rem;
  padding-left: 71px;
}
h3 {
  color: #666;
  font-size: 2.0rem;
}
.widget h3 {
  margin-bottom: 1rem;
}
h3.comment {
  background: url(../img/comment.png) left center no-repeat;
  height: 36px;
  line-height: 36px;
  margin-bottom: 2rem;
  padding-left: 52px;
}
h3.comments {
  color: #c4c4c4;
}
h3.comments span {
  color: #6acadd;
}
h4 {
  color: #54a2a8;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
.result h4 {
  margin-bottom: 10px;
}
h5 {
  color: #959595;
  font-size: 14px;
}
h6 {
  color: #b9b9b9;
  font-size: 14px;
  text-transform: none;
}
pre {
  background: #fff;
  font-family: monospace;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 20px;
}
.widget.white pre {
  background: #f2f2f2;
}
p,
ul {
  font-size: 16px;
  line-height: 24px;
}
ul.bulleted {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.bulleted li {
  padding-left: 43px;
  text-indent: -22px;
}
ul.bulleted li:before {
  color: #6acadd;
  content: "?";
  padding-right: 16px;
}
ol.numbered {
  counter-reset: item;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ol.numbered li {
  display: block;
  padding-left: 43px;
  text-indent: -14px;
}
ol.numbered li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #6acadd;
  display: inline-block;
  padding-right: 0;
  text-align: center;
  width: 14px;
}
/**
 * Tables
 */
table {
  margin-bottom: 20px;
}
td,
th {
  padding: 5px;
  text-align: center;
}
thead th {
  background: #c2c2c2;
  color: #fff;
  font-weight: bold;
}
tbody th {
  background: #6acadd;
  color: #fff;
  font-weight: bold;
}
tbody td {
  background: #fff;
  color: #333;
}
/**
 * Forms
 */
.full-input {
  margin-bottom: 20px;
  /* padding-right: 100px; */
}
.full-input label {
  background: #fff;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  color: #3b3b3b;
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  /* width: 60px; */
  width: 70px;
}
.full-input input {
  background: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  /* display: block; */
  display: inline;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  /* width: 100%; */
  width: 179px;
}
#comments-form .full-input input {
  width: 417px;
}
.full-textarea {
  margin-bottom: 20px;
  padding-right: 20px;
}
.full-textarea label {
  background: #fff;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px 0;
  text-transform: uppercase;
  width: 100%;
}
.full-textarea textarea {
  background: #fff;
  border: none;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  display: block;
  margin: 0;
  padding: 5px 10px 10px;
  width: 100%;
}
/**
 * Resuable Classes
 */
.button {
  background: #6ac9dd;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font: bold 20px/65px "Proxima Nova", sans-serif;
  height: 63px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.button:visited {
  color: #fff;
}
.button:hover {
  color: #fff;
}
.button:active {
  background: #fff;
  color: #6ac9dd;
}
.button.dark {
  background: #55a2b1;
}
.button.secondary {
  background: #c2c2c2;
}
.button.small {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 130px;
}
.button.long {
  display: inline-block;
  width: 290px;
}
.button-group {
  margin-bottom: 20px;
}
.button-group .button {
  margin-right: 20px;
}
.date,
.meta {
  color: #b9b9b9;
  font-weight: bold;
}
.filters {
  height: 45px;
  list-style: none;
  margin-left: -20px;
  margin-bottom: 0;
  padding: 0;
}
.filters li {
  display: inline;
  float: left;
  margin-left: 20px;
  width: 166px;
}
.filters li a {
  background: #fff;
  box-shadow: 5px 5px 0 #55a2b1;
  color: #54a2a8;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}
.filters li a span {
  color: #b9b9b9;
  float: right;
  font-weight: bold;
}
.filters li a.active,
.filters li a:hover {
  background: #55a2b1;
  box-shadow: none;
  color: #fff;
  margin: 5px 0 0 5px;
}
.filters li a.active span,
.filters li a:hover span {
  color: #fff;
}
.note {
  background: #6acadd;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.note h5 {
  color: #fff;
  margin-bottom: 15px;
}
.note.secondary {
  background: #c2c2c2;
}
.note :last-child {
  margin-bottom: 0;
}
.no-margin {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.small-margin {
  margin-bottom: 0 !important;
}
.normal-margin {
  margin-bottom: 20px !important;
}
.large-margin {
  margin-bottom: 40px;
}
.plugins,
.widgets {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.plugins > li,
.widgets > li {
  background: #fff;
  box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.2);
  margin: 0 1rem 3rem 0;
  padding: 2rem;
}
.plugins > li h4,
.widgets > li h4 {
  color: #54a2a8;
  margin-bottom: 5px;
}
.plugins > li p,
.widgets > li p {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.plugins > li ul,
.widgets > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plugins > li .author,
.widgets > li .author {
  color: #b9b9b9;
  font-weight: bold;
}
.pagination {
  text-align: center;
}
.pagination .current,
.pagination .page {
  background: #fff;
  box-shadow: 5px 5px 0 #b9b9b9;
  color: #b9b9b9;
  display: inline-block;
  font-weight: bold;
  margin: 0 8px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 37px;
}
.pagination .current {
  box-shadow: 5px 5px 0 #6ac9dd;
  color: #6ac9dd;
}
.post {
  box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 4rem !important;
}
.post .read-more {
  font-size: 16px;
  font-weight: bold;
}
.entry {
  padding: 30px !important;
}
.entry p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.post-heading {
  margin-bottom: 60px;
}
.post-heading h1 {
  line-height: 100%;
  margin-bottom: 5px;
}
.post-heading.question {
  background: url(../img/question.png) 0 0 no-repeat;
  padding-left: 60px;
}
.post-heading.question h1 {
  line-height: 40px;
}
.social-links {
  color: #1990a6;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 4px 0;
  text-align: center;
}
.social-links span {
  position:relative;;
  top:-11px;;
}
.social-links .addthis_toolbox {
  display:inline-block !important;
  height:32px !important;
  width:144px;
}
.social-links a {

  color: transparent;
  display: inline-block;
  height: 32px;
  margin-left: 10px;
  text-indent: -9999px;
  text-transform: uppercase;
  width: 32px;
}

.steps {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.steps li {
  margin-bottom: 50px;
  padding-left: 96px;
}
.steps li .number {
  background: #6cc8e1;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  color: #fff;
  display: inline;
  float: left;
  font-size: 55px;
  font-weight: 100;
  height: 72px;
  line-height: 72px;
  margin-left: -96px;
  text-align: center;
  width: 72px;
}
.steps li h2 {
  font-size: 45px;
  font-weight: 100;
  line-height: 72px;
}
.steps li p {
  font-size: 16px;
  line-height: 24px;
}
.questions {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.questions li {
  background: url(../img/question.png) 0 0 no-repeat;
  margin-bottom: 50px;
  padding-left: 60px;
}
.questions li h2 {
  color: #363636;
  font-size: 26px;
  font-weight: 100;
  line-height: 40px;
}
.questions li h2 a {
  color: #363636;
}
.questions li p {
  font-size: 16px;
  line-height: 24px;
}
.questions li p.meta {
  font-size: 14px;
  line-height: 20px;
}
.tabs {
  margin-bottom: 3rem !important;
  text-align: center;
}
.tabs a,
.tabs a:hover {
  color: #1990a6;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 20px;
}
.tabs a.active,
.tabs a:hover.active {
  color: #fff;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.widget {
  background: #6acadd;
  margin-bottom: 2rem;
  padding: 2.5rem;
}
.widget p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.widget .button {
  display: block;
  padding: 0;
  width: 100%;
}
.widget form {
  margin: 40px 0;
}
.widget.white {
  background: #fff;
  color: #333;
  padding: 1.5rem;
}
.widget.white.featured {
  position: relative;
}
.widget.white.featured:hover {
  background: #6acadd;
  color: #fff;
}
.widget.white.featured a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: -99999px;
}
.widget.white .button {
  display: inline-block;
  padding: 0 20px;
  width: auto;
}
.widget.gray {
  background: #e4e4e4;
  margin-bottom: 40px;
  padding: 30px;
}
.widget.gray .button {
  display: inline-block;
  width: 290px;
}
.widget.gray form {
  margin: 0;
}
.comment {
  padding-left: 90px;
}
.comment .avatar {
  display: inline;
  float: left;
  margin-left: -90px;
  margin-top: 4px;
  border-radius: 5px;
}
.comments .widget.gray {
  padding: 1.5rem;
  margin-bottom: 20px;
}
.comments .comment {
  padding-left: 70px;
}
.comments .comment .avatar {
  margin-left: -70px;
}
.star {
  background: url(../img/star.png) left center no-repeat;
  padding-left: 67px;
}
.group {
  background: url(../img/group.png) left center no-repeat;
  padding-left: 67px;
}
.extend {
  background: url(../img/extend.png) left center no-repeat;
  padding-left: 67px;
}
/**
 * Header
 */
header {
  background: #1a1a1a;
  padding: 18px 0 0;
  text-align: center;
}
header .container {
  width: 1080px;
}
header .grid .span8 {
  width: 509px;
}

header .grid .span6 {
  width: 429px;
}
header .grid .span8 + .span8 {
  margin-left: 32px;
  width: 538px;
}
header .grid .span10 {
  margin-left: 32px;
  width: 619px;
  text-align: right;
}
header .btn-nav {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0.7em 1em;
  background: #6ac9dd;
  line-height: 1;
  font-size: 79%;
  border-radius: 3px;
}
header .btn-nav:hover {
  background: #ccc;
}
header .not-a-developer {
  color: #3b3b3b;
  line-height: 60px;
  text-transform: uppercase;
}
header .not-a-developer a {
  color: #666;
}
header form {
  background: #3b3b3b;
  height: 40px;
  padding: 10px;
}
header form input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  display: inline;
  font-family: "Proxima Nova", sans-serif;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
header form input[type="text"] {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding: 0 10px;
  width: 390px;
}
header form input.search {
  background: #6ac9dd url(../img/search.png) center center no-repeat;
  color: transparent;
  float: right;
  padding: 0;
  text-indent: -9999px;
  width: 100px;
}
header .branding {
  background: url(../img/logo.png) center center no-repeat;
  color: transparent;
  display: inline;
  float: left;
  height: 14px;
  text-indent: -9999px;
  text-transform: uppercase;
  width: 247px;
}
header .branding:hover {
  color: #d54e21;
}
header .navigation {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-transform: uppercase;
}
header .navigation li {
  display: inline;
  float: left;
  margin-left: 20px;
}
header .navigation li:first-child{
  margin-left: 0;
}
header .navigation li a {
  color: #fff;
}
header .navigation li.active a {
  border-bottom: 2px solid #67c1d5;
  padding-bottom: 4px;
}
/**
 * Masthead
 */
section.masthead {
  background: #16758b url(../img/masthead-bg.png) center top no-repeat;
  color: #fff;
}
section.masthead .container {
  padding: 80px 0 50px;
}
section.masthead h1,
section.masthead .h1 {
  font-size: 45px;
}
section.masthead .button {
  margin-top: 53px;
}
section.masthead .grid .span8 {
  width: 449px;
}
section.masthead .grid .span8 + .span8 {
  width: 478px;
}
section.masthead.news {
  background: #1a98ad url(../img/masthead-2-bg.png) center bottom no-repeat;
}
section.masthead.news .container {
  padding: 40px 0;
}
section.masthead.news h1 {
  margin-bottom: 10px;
}
section.masthead.support {
  background: #333333 url(../img/masthead-3-bg.png) center bottom no-repeat;
}
section.masthead.support .container {
  padding: 40px 0;
}
section.masthead.support h1 {
  margin-bottom: 10px;
}
section.masthead.static {
  background: #272727;
}
section.masthead.static .container {
  padding: 40px 0;
}
section.masthead.static h1 {
  margin-bottom: 10px;
}
section.masthead.search {
  background: #1a98ad;
}
section.masthead.search .container {
  padding: 40px 0;
}
section.masthead.search h1 {
  margin-bottom: 10px;
}
section.masthead form {
  height: 40px;
}
section.masthead form input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  display: inline;
  font-family: "Proxima Nova", sans-serif;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
section.masthead form input[type="text"] {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding: 0 10px;
  width: 390px;
}
section.masthead form input.search {
  background: #6ac9dd url(../img/search.png) center center no-repeat;
  color: transparent;
  float: left;
  margin-left: 10px;
  padding: 0;
  text-indent: -9999px;
  width: 100px;
}
/**
 * Content
 */
section.content {
  background: #f2f2f2 url(../img/content-shadow.png) left top repeat-x;
  border-top: 1px solid #c7c7c7;
}
section.content .container {
  padding: 60px 0 40px;
}
section.content .container.narrow {
  width: 840px;
}
/**
 * Footer
 */
footer {
  background: #1a1a1a;
}
footer .container {
  padding: 40px 0 60px;
  width: 840px;
}
footer .grid .span3 {
  margin-left: 32px;
  width: 186px;
}
footer h3 {
  font-size: 13px;
  margin-bottom: 30px;
}
footer p {
  line-height: 1.8rem;
  margin: 1rem 0;
  text-align: center;
}
footer ul {
  font-size: 13px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul.right {
  text-transform: uppercase;
}
footer.bottom {
  background: #fff;
  color: #959595;
}
footer.bottom .container {
  padding: 20px 0;
}
footer.bottom .pull-left {
  font-size: 16px;
}
footer.bottom .pull-right {
  font-size: 12px;
}
footer.bottom a {
  color: #262626;
}


#comment-form-remember-me {
margin-bottom:0;
}
#comment-form-reply #comment-reply-label,
#comment-form-remember-me #comment-bake-cookie-label {
float:right;
width:475px;
display:inline-block;
background:transparent;
}
#comment-form-reply #comment-reply,
#comment-form-remember-me #comment-bake-cookie {
width:24px;
margin-top:3px;
margin-left:5px;
}

.lowercase { text-transform: none; }

.itemlist article img { clear:both;}
.itemlist article .image img { clear:inherit;}

a.btn {
    background-color:#1c5fa8;
    border:1px solid #29668f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:110%;
    font-weight:bold;
    padding:12px 76px;
    text-decoration:none;
    width: 61.25%;
    text-align: center;
    margin: 1.5em;
}
                         
a.btn:hover {
    background-color:#236ab0;
}
