/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width:1430px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

 
 /* TOP NAV For devices smaller than 640px */
@media only screen and (max-width:640px) {
    .topnavlogodropdiv {background: #33c3f0; padding-top: 4px;}    
    .topnavlogo {vertical-align: top;}
    .topnavdrop {display: none;}
    .topnavbuttons {display: none;}
    .searchboxmobile  { display: inline-block;}
    .searchicon {display: none;}
    .searchbox {display: none;}
        .leftnav { display: none;}
    .displaybothmobile {display: inline;}
        .displaysmallmobile {display: inline;}
        .hamburger { display: inline-block;}
    .hamburger a { font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; }
    .hamburger a:hover { font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold;}
  .topleft { text-align: center; margin-top: 8px; padding-left: 5px; border: 0px solid #c7d2e3;}
    .topright { text-align: center; margin-top: 8px; padding-right: 5px; border: 0px solid #c7d2e3;}
    .leader { display: none; margin-top: 8px;}
    .leftnav { display: none;}
    .maincontent {margin-top: 5%; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: inline-block;}
     .bottommobilenav { display: inline-block;}
     .mobilenoshow {display: none;}
       .boxborder {border: 1px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
       .lab .boxborder {border: 1px solid #222222; background-color: #e4e3e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
      .displaybigmobiledesktop {display: none;}  
      .img-fluid-450 { /* basic responsive img */ max-width: 100%; height: auto; width: auto\9; /* IE8 */}
  }


 
  /* TOP NAV For devices from 641px to 999px */
   
@media only screen and (min-width:641px) and (max-width:999px) { 
    .topnavbuttons {display: none;}
     .topnavlogodropdiv {text-align: center; background: #33c3f0; padding-top: 4px; line-height: 1.0;}    
    .topnavdrop {display: none;}
     .searchboxmobile {display: none;}
    .searchicon {display: none;}
    .searchbox {display: inline-block;}
    .noshow {display: none;}
        .displaysmallmobile {display: none;}
        .hamburger { display: inline-block;}
        .leftnav { display: none;}
  .topleft { text-align: center; margin-top: 8px; padding-left: 5px; border: 0px solid #c7d2e3;}
    .topright { text-align: center; margin-top: 8px; padding-right: 5px; border: 0px solid #c7d2e3;}
    .leader { display: none; margin-top: 8px;}
    .leftnav { display: none;}
    .maincontent {margin-top: 5%; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: inline-block;}
     .bottommobilenav { display: inline-block;}
     .mobilenoshow {display: none;}
         .displaybothmobile {display: inline;}
        .displaysmallmobile {display: none;}
         .displaybigmobiledesktop {display: inline;}
        .boxborder {border: 1px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
        .lab .boxborder {border: 1px solid #222222; background-color: #e4e3e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
      .img-fluid-450 { /* basic responsive img */ max-width: 450px; height: auto; width: auto\9; /* IE8 */}
 }
 
 

/* For devices larger than 1000px */
@media only screen and (min-width:1000px) {
  .container {
    width: 100%; 
    padding: 0;}
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

     .topleft { text-align: left; margin-top: 8px; padding-left: 5px; border: 0px solid #c7d2e3;}
    .topright { text-align: right; margin-top: 8px; padding-right: 5px; border: 0px solid #c7d2e3;}
        .leader { display: block; margin-top: 8px;}
        .leftnav { display: block;}
    .maincontent {margin-top: 2%; padding-left: 1%; padding-right: 1%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: block;}
    .hamburger  { display: none;}
    .searchboxmobile  { display: none;}
    .searchicon {display: none;}
    .searchbox {display: inline-block;}
    .topnavbuttons {display: block;}
     .bottommobilenav { display: none;}
     .noshow {display: none;}
    .mobilenoshow {display: block;}
     .topnavlogodropdiv {display: table; table-layout: fixed; background: #33c3f0; padding-top: 4px;}    
    .topnavlogo {display: table-cell; vertical-align: top; width: 239px;}
    .topnavdrop {display: table-cell; vertical-align: top;}
        .topnavdropform {vertical-align: top important!; display:inline; font-size: 17px; color: #333333; font-weight: normal; text-decoration: none; padding: 0px 0px 0px 0px; margin-bottom: 0px; line-height: 100%; font-family: Futura, "Trebuchet MS", "Lucida Sans";} 
    .displaybothmobile {display: none;}
        .displaysmallmobile {display: none;}
        .displaybigmobiledesktop {display: inline;}
      .boxborder {border: 1px solid #c7d2e3; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;}
      .lab .boxborder {border: 1px solid #222222; background-color: #e4e3e3; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;}
      .img-fluid-450 { /* basic responsive img */ max-width: 450px; height: auto; width: auto\9; /* IE8 */}

.leftnavcontainer
{
text-align: right;
padding: 0;
margin: 0;
}


.leftnavcontainer ul
{
margin: 0;
padding: 0;
border: none;
list-style-type:none;
font-size: 11px; 
color: #000066;
position: relative;
font-family: Arial, Tahoma, "san-serif"; 
}

.leftnavcontainer li { margin: 0 0 0 0; }

.leftnavcontainer ul li
{
display: block;
height:auto;
color: #000066;
padding: 0;
margin: 0;
position: relative;
text-decoration: none;
}

.leftnavcontainer ul li.key {
display: block;
padding: 1px 0px 1px 0px;
line-height: 120%;
font-size: 15px;
color: #000066;
position: relative;
text-decoration: none;
}


.leftnavcontainer ul li.regular {
display: block;
padding: 1px 0px 1px 0px;
line-height: 100%;
font-size: 11px;
color: #000066;
position: relative;
text-decoration: none;
}


.leftnavcontainer ul li.highlight {
display: block;
padding: 1px 0px 1px 0px;
height:auto;
font-size: 15px;
color: #ffffff;
position: relative;
text-decoration: none;
}

.leftnavcontainer ul li.keynet {
display: block;
padding: 1px 0px 1px 0px;
height:auto;
font-size: 13px;
color: #000066;
position: relative;
text-decoration: none;
}

.leftnavcontainer ul li.highlightnet {
display: block;
padding: 1px 0px 1px 0px;
height:auto;
font-size: 13px;
color: #ffffff;
position: relative;
text-decoration: none;
}


.leftnavcontainer ul li.citysmall {
padding: 1px 0px 1px 0px;
height:auto;
font-size: 11px;
color: #000066;
position: relative;
font-weight: normal;
text-decoration: none;
}

.leftnavcontainer ul li.citysmallhighlight {
padding: 1px 0px 1px 0px;
height:auto;
font-size: 11px;
color: #ffffff;
position: relative;
font-weight: normal;
text-decoration: none;
}

.leftnavcontainer ul li a, .leftnavcontainer ul li a:active, .leftnavcontainer ul li a:link,  .leftnavcontainer ul li a:visited{
display: block;
padding: 1px 0px 1px 0px;
height:auto;
color: #000066;
font-weight: bold;
position: relative;
text-decoration: none;
}



.leftnavcontainer ul li a:hover { 
display:block; 
padding: 1px 0px 1px 0px;
color: #ffffff; 
}

.leftnavcontainer ul li.firstleftheading, .leftnavcontainer li.firstleftheading a { 
font-family: Arial, Tahoma, "san-serif"; 
font-size: 15px; 
color: #666666; 
font-weight: bold; 
text-decoration: none;
text-transform: uppercase; 
padding-top: 9px;
padding-bottom: 4px;
}


}


/* Hamburger Slide Out Mobile Menu Top Right
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


.forumboxfirst {border: 1px solid #c7d2e3; background-color: f1f1f1; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;}
.forumbox {border: 1px solid #c7d2e3; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;}
.forumboxfirst td, .forumbox td {padding: 10px 10px 10px 10px !important;}

.orangebackground {background: #ff9933; color: #555555!important;}

.bluebackground {background: #33c3f0; color: #ffffff !important;}

.buttons {vertical-align:bottom!important; height:21px!important; padding-right: 10px;}
.twitter-share-button {vertical-align:bottom!important;height:21px!important;padding-right:10px;padding-top: 4px;float: left;}
.imgbuttonleft {padding: 0px 1px 0px 0px;margin: 0px;}
.imgbuttons {padding: 0px 1px 0px 4px;margin: 0px 1px 0px 4px;}
.imgbuttonprint {padding: 0px 1px 0px 4px;margin:  3px 0px 0px 0px;}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }
  
 .leftnav h1 {color: #222222; font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;}
 
 .boxborder h3 {color: #222222; font-size: 2.4rem; line-height: 1; letter-spacing: -.08rem;}
 .boxborder h4 {color: #222222; font-size: 2.4rem; line-height: 1; letter-spacing: -.08rem; display: inline;}

.forumclass .username, .forumclass .username a { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; color: #222;}
.articles h4, .articles h4 a {color: #222222; font-size: 2.4rem; line-height: 1; letter-spacing: -.08rem;}
.articles p {padding-bottom: 0px;}
.report h2, .report h2 a {color: #1EAEDB; font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;}
.report p {padding-bottom: 0px; font-size: 1.8rem;}
.rgall h2, .rgall h2 a {font-size: 2.8rem!important; line-height: 1; letter-spacing: -.08rem; padding-top: 10px; margin-bottom: 7px;}
.rgall p {padding-bottom: 0px; margin-bottom: 5px; font-size: 1.8rem!important; }
.rg h1 {color: #222222; font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;}
.lab .boxborder p {padding-bottom: 0px; padding-top: 10px; margin-bottom: 0rem!important; font-size: 1.8rem;}
.lab h1 {color: #222222; font-size: 3.2rem; line-height: 1.35; letter-spacing: -.08rem;}
.lab h2 {color: #222222; font-size: 2.8rem; line-height: 1.35; letter-spacing: -.08rem;}
.lab h3, .lab h3 a {color: #222222; font-size: 2.4rem; padding-top: 10px; padding-bottom: 0px;}
.guide h2, .guide h2 a {color: #1EAEDB; font-size: 2.8rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none;}
.allreports h2, .allreports h2 a {color: #222222; font-size: 4.0rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; padding-top: 20px;}
 
.guide .subheading { color: #222222; font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem; font-weight: 200!important; margin-bottom: 20px;}

.bluefont {color: #1EAEDB;}

.nolinebreak {display: inline;}
.linebreak {display: block;}

.thumbnailitemrg { position:relative;	/* This fixes the IE7 overflow hidden bug */
float:left; width:100%; margin: 5px 0 10px 0; padding: 0;  /* width of whole page */}


.thumbnailtitlerg, .thumbnailtitlerg a{position: relative;}

.thumbnailimgrg, .thumbnailimgrg a {border:1px solid #0FA0CE; float: left; width: 55px; text-decoration: none; margin: 0 10px 7px 0;}
 
.thumbnailitem {display: block; min-height: 120px;}

.thumbnailitemtop p {padding-top: 0px; margin-bottom: 40px;}

.thumbnailitemtop h2 {padding-bottom: 3px; margin-bottom: 0px;}

.thumbnailitemtop {display: block; min-height: 120px;}

.thumbnailitemtop img {border:0px solid #000000;}

.thumbnailimg, .thumbnailimg a {border:0px solid #000000; color: #000000; float: left; width: 70px; text-decoration: none; margin: 0 15px 7px 0;
}
.expertimg, .expertimg a {border:0px solid #000000; color: #000000; float: left; width: 200px; text-decoration: none; margin: 0 15px 7px 0;}

.propertyimg, .propertyimg a {border:0px solid #000000; color: #000000; float: left; width: 350px; text-decoration: none; margin: 0 15px 7px 0;}

.tipimgcontainer {float: left;}

.tipimg, .tipimg a {border:0px solid #000000; color: #000000; width: 350px; text-decoration: none; margin: 0 15px 7px 0;}

 .guide .pagenumbers, .guide .pagenumbers a, .guide .connectnext, .guide .connectnext a {
    font-size: 4.0rem; /* currently ems cause chrome bug misinterpreting rems on body element */
   line-height: 1.4;
  font-weight: 200;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }
  
  .guide .connectnext, .guide .connectnext a {text-decoration: none;}


.tips h2, .tips h2 a {color: #1EAEDB; font-size: 2.8rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; margin-bottom: 8px; margin-top: 5px;}

.tips h3, .tips h3 a {color: #222222; font-size: 2.3rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none;}

.jobs h2, .jobs h2 a {margin-top: 35px; color: #1EAEDB; font-size: 2.3rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; font-weight: 200; margin-bottom: 5px;}

.jobs p { margin-bottom: 8px; margin-top: 3px;}

.tipsgeneral h2, .tipsgeneral h2 a {color: #222222;  font-size: 3.4rem; }

.tipsgeneral {display: block;}

.tips .pagenumbers, .tips .pagenumbers a, .tips .connectnext, .tips .connectnext a {
    font-size: 3.3rem; /* currently ems cause chrome bug misinterpreting rems on body element */
   line-height: 1.4;
  font-weight: 200;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }
  
  .tips .sharethis {
text-align: left;
 font-size:13px;
font-family: Arial, Tahoma, "san-serif";
color: #333333; 
font-weight: normal;
padding-bottom: 10px;
padding-top: 20px;
vertical-align:top!important;
margin: 0px;
}

.tips .twitter-share-button {
vertical-align:top!important;
height:21px!important;
padding-right: 10px;
float: left;
margin-top: -4px;
}

 
.handcursor, .handcursor a  { color: #222222; font-size: 1.8rem;  font-weight: 200!important; text-decoration: underline;}

  .tips .subheading { color: #222222; font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem; font-weight: 200!important; margin-bottom: 20px;}

.photodescription { color: #222222; font-size: 1.7rem; letter-spacing: -.1rem; font-weight: 200!important; margin-bottom: 10px; padding-top: 6px; margin-top: 0px; line-height: 1;}

  .tips .connectnext, .tips .connectnext a {text-decoration: none!important; font-size: 3.5rem; font-weight: normal;}

 
.tips .classifiedtoggle {margin: 0px 0px 0px 0px; padding:0px 10px 5px 0px; clear: both; text-align: right; font-size: 3.2rem; color: #222222;   font-weight: 200; text-decoration: none;}

 .tips .classifiedtoggle a {text-decoration: underline; }

.classifiedfield  { color: #222222; font-size: 2.3rem; line-height: 1.2;  letter-spacing: -.1rem; font-weight: 200!important; margin-top: 10px; margin-bottom: 10px;}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }
 
 .boxborder a {
  color: #1EAEDB; }
  
.boxborder a:hover {
  color: #0FA0CE; }

/* images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 
 

  .img-fluid { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}

 .lab p .img-fluid { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}

  
  .imgcenter { /* basic responsive img */
	text-align: center;
}
 
.imgsmall, .imgsmall a {
border:0px solid #000000;
color: #000000;
float: left;
padding: 0px 0px 0px 0px;
width: 20px;
margin: 0px 7px 0px 0px;
text-decoration: none;
}

 
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
  
  
.button,
button,
input[type="file"] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="file"]:hover,
.button:focus,
button:focus,
input[type="file"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="file"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="file"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="file"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }  

 

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="username"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="username"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 140px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="username"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.comments textarea {
  width: 300px; 
  height: 55px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */

.comments textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.comments textarea {
  min-width: 250px;
  min-height: 200px;
  padding-top: 6px;
  padding-bottom: 6px; }

.comments textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
  
/* Lists Regular
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; margin-left: 10px;}


/* Lists Bottom Nav on Mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bottomnavmobile ul {
  list-style: block;}
.bottomnavmobile ol {
  list-style: decimal inside; }
.bottomnavmobile ol, ul {
  padding-left: 0;
  margin-top: 0; }
.bottomnavmobile ul ul,
.bottomnavmobile ul ol,
.bottomnavmobile ol ol,
.bottomnavmobile ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
.bottomnavmobile li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 0px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Forumclass
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 .forumclass .columnfont, .forumclass .bodysmallfont {font-size: 62.5%;} 
.forumclass .column,
.forumclass .columns{
  float: none;
  width: auto;
   font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  box-sizing: border-box; 
   line-height: 1.4;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }
  
 .forumclass .bodysmallfont p, .forumclass .connectnext {
    font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
   line-height: 1.4;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

 

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

.img-fixed {width: 400px;}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 640px) {}

.img-fixed {width: 580px;}

/* Larger than tablet */
@media (min-width: 750px) {}

.img-fixed {width: 580px;}

/* Larger than desktop */
@media (min-width: 1000px) {}

.img-fixed {width: 580px;}


/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.img-fixed {width: 580px;}

