/*
* 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: 100%;
  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 450px */
@media only screen and (min-width:0px) and (max-width:449px) {
 .fixed-navmobile {position: fixed;  z-index: 2; width: 100%; margin-left: -3px; padding-top: 10px; padding-bottom: 10px; background: #33c3f0;}
        .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;}
   .rowsearch {margin-top: 140px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}         
    .displaybothmobile {display: inline;}
        .displaysmallmobile {display: inline;}
        .hamburger { display: inline-block;}
   .searchbarmobile {margin-top: 125px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .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;}
  .topbar { text-align: center;}
   .topleft { text-align: center; margin-top: 8px; padding-left: 5px; padding-right: 10px;  border: 0px solid #c7d2e3;}
    .topright { text-align: center; margin-top: 0px; padding-left: 5px;  padding-right: 0px; border: 0px solid #c7d2e3;}
    .leader { display: none; margin-top: 8px;}
    .leftnav { display: none;}
    .maincontenttopmobile {margin-top: 135px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontenttop2mobile {padding-left: 5%; padding-right: 5%; padding-bottom: 15px; border: 0px solid #c7d2e3;}
    .maincontenttopmobile4 {margin-top: 200px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontent {padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: inline-block;}
     .bottommobilenav { display: inline-block;}
     .mobilenoshow {display: none;}
    .showondesktoponlyinline {display: none;}
       .boxnoborder {border: 0px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;vertical-align: top;}
       .boxborder {border: 1px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
      .boxgray {border: 0px solid #c7d2e3; width: 80%; padding: 10px 20px 10px 20px; margin-left: 0px; margin-bottom: 10px;background-color: #f8f8f8;}
      .boxgray a, .boxgray p a,  boxgray a:hover, .boxgray a:hover, boxgray a:focus, .boxgray a:focus, boxgray p a:hover, .boxgray p a:hover, boxgray p a:focus, .boxgray p a:focus { color: #1eaedb; font-size: 21px; font-weight: 600; }
     .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 */}
.propertylistingcontainer { height: 100%; width: 100%;}
.propertylistingdiv {text-align: left; vertical-align: top; width: 100%; padding: 0rem;}
.propertylisting-fluidimg { /* basic responsive img */ max-width: 400px; height: auto; width: auto\9; /* IE8 */}
.leftpropertylistingdiv { }
.rightcolumntoppadding {padding-top: 0px;}
.rightpropertylistingdiv {padding:none;}
.topicrowodd {background-color: #F8F8F8; border: 0px solid #c7d2e3;}
.topiccellodd {background-color: #F8F8F8; }
.topicroweven {background-color: #ffffff;}
.topiccelleven {background-color: #ffffff;}
.topicpaging {text-align: center; display: block; margin-bottom: 13px;}
.restaurantmap {width: 400px; height: 400px; border: 1px solid #ccc;}
 .displaymobileonly {display: inline;}
 .displaytabdesk {display: none;}
  .tallbutton2, tallbutton2, tallbutton2:hover, .tallbutton2:hover, tallbutton2:focus, .tallbutton2:focus{
      display: inline-block;
      padding: 5px 8px;
      margin: 4px 5px;
      background-color: #ff6600;
      border: 1px solid #bbb;
      border-radius: 4px;
      text-align: center;
      text-decoration: none;
        letter-spacing: .1rem;
        text-transform: uppercase;
      font-size: 8px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      }
  textarea {width:300px;}
  }

 
 /* TOP NAV For devices larger than 450 and smaller than 680px */
@media only screen and (min-width:450px) and (max-width:680px) {
 .fixed-navmobile {position: fixed;  z-index: 2; width: 100%; margin-left: -3px; padding-top: 10px; padding-bottom: 10px; background: #33c3f0;}
        .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;}
   .rowsearch {margin-top: 140px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}         
    .displaybothmobile {display: inline;}
        .displaysmallmobile {display: inline;}
        .hamburger { display: inline-block;}
   .searchbarmobile {margin-top: 125px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .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;}
  .topbar { text-align: center;}
   .topleft { text-align: center; margin-top: 8px; padding-left: 5px; border: 0px solid #c7d2e3;}
    .topright { text-align: center; margin-top: 0px; padding-right: 5px; border: 0px solid #c7d2e3;}
    .leader { display: none; margin-top: 8px;}
    .leftnav { display: none;}
    .maincontenttopmobile {margin-top: 135px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontenttop2mobile {padding-left: 5%; padding-right: 5%; padding-bottom: 15px; border: 0px solid #c7d2e3;}
    .maincontenttopmobile4 {margin-top: 200px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontent {padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: inline-block;}
     .bottommobilenav { display: inline-block;}
     .mobilenoshow {display: none;}
    .showondesktoponlyinline {display: none;}
       .boxnoborder {border: 0px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;vertical-align: top;}
       .boxborder {border: 1px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
      .boxgray {border: 0px solid #c7d2e3; width: 80%; padding: 10px 20px 10px 20px; margin-left: 0px; margin-bottom: 10px;background-color: #f8f8f8;}
      .boxgray a, .boxgray p a,  boxgray a:hover, .boxgray a:hover, boxgray a:focus, .boxgray a:focus, boxgray p a:hover, .boxgray p a:hover, boxgray p a:focus, .boxgray p a:focus { color: #1eaedb; font-size: 21px; font-weight: 600; }
       .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: 300px; height: auto; width: auto\9; /* IE8 */}
.propertylistingcontainer { height: 100%; width: 100%;}
.propertylistingdiv {text-align: left; vertical-align: top; width: 100%; padding: 0rem;}
.propertylisting-fluidimg { /* basic responsive img */ max-width: 300px; height: auto; width: auto\9; /* IE8 */}
.leftpropertylistingdiv { }
.rightcolumntoppadding {padding-top: 0px;}
.rightpropertylistingdiv {padding:none;}
.topicrowodd {background-color: #F8F8F8; border: 0px solid #c7d2e3;}
.topiccellodd {background-color: #F8F8F8; }
.topicroweven {background-color: #ffffff;}
.topiccelleven {background-color: #ffffff;}
.topicpaging {text-align: center; display: block; margin-bottom: 13px;}
.restaurantmap {width: 400px; height: 400px; border: 1px solid #ccc;}
   .displaymobileonly {display: inline;}
 .displaytabdesk {display: none;}
 .tallbutton2, tallbutton2, tallbutton2:hover, .tallbutton2:hover, tallbutton2:focus, .tallbutton2:focus{
      display: inline-block;
      padding: 7px 10px;
      margin: 4px 5px;
      background-color: #ff6600;
      border: 1px solid #bbb;
      border-radius: 4px;
      text-align: center;
      text-decoration: none;
        letter-spacing: .1rem;
        text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      }
  textarea {width:300px;}
  }


 
  /* TOP NAV For devices from 681px to 999px same as above except for tallbutton2 that are smaller above */
   
@media only screen and (min-width:681px) and (max-width:999px) { 
 .fixed-navmobile {position: fixed;  z-index: 2; width: 100%; margin-left: -3px; padding-top: 10px; padding-bottom: 10px; background: #33c3f0;}
    .topnavbuttons {display: none;}
     .topnavlogodropdiv {text-align: center; background: #33c3f0; padding-top: 4px; line-height: 1.0;}    
    .topnavdrop {display: none;}
     .searchboxmobile {display: none;}
    .searchbarmobile {margin-top: 125px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
   .searchicon {display: none;}
    .searchbox {display: inline-block;}
    .noshow {display: none;}
        .displaysmallmobile {display: none;}
        .hamburger { display: inline-block;}
        .leftnav { display: none;}
   .rowsearch {margin-top: 140px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}         
 .topbar { text-align: center;}
  .topleft { text-align: center; margin-top: 8px; padding-left: 5px; border: 0px solid #c7d2e3;}
    .topright { text-align: center; margin-top: 0px; padding-right: 5px; border: 0px solid #c7d2e3;}
    .leader { display: none; margin-top: 8px;}
    .leftnav { display: none;}
    .maincontenttopmobile {margin-top: 135px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontenttop2mobile {padding-left: 5%; padding-right: 5%; padding-bottom: 15px; border: 0px solid #c7d2e3;}
    .maincontenttopmobile4 {margin-top: 200px; padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .maincontent {padding-left: 5%; padding-right: 5%; border: 0px solid #c7d2e3;}
    .rightcolumn { display: inline-block;}
     .bottommobilenav { display: inline-block;}
     .mobilenoshow {display: none;}
    .showondesktoponlyinline {display: none;}
         .displaybothmobile {display: inline;}
        .displaysmallmobile {display: none;}
         .displaybigmobiledesktop {display: inline;}
       .boxnoborder {border: 0px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;vertical-align: top;}
        .boxborder {border: 1px solid #c7d2e3; width: 90%; padding: 10px 10px 10px 10px; margin-left: 0px; margin-bottom: 10px;}
      .boxgray {border: 0px solid #c7d2e3; width: 80%; padding: 10px 20px 10px 20px; margin-left: 0px; margin-bottom: 10px;background-color: #f8f8f8;}
      .boxgray a, .boxgray p a,  boxgray a:hover, .boxgray a:hover, boxgray a:focus, .boxgray a:focus, boxgray p a:hover, .boxgray p a:hover, boxgray p a:focus, .boxgray p a:focus { color: #1eaedb; font-size: 21px; font-weight: 600; }
        .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 */}
.propertylistingcontainer { height: 100%; width: 100%;}
.propertylistingdiv {text-align: left; vertical-align: top; width: 100%; padding: 0rem;}
.leftpropertylistingdiv { }
.rightpropertylistingdiv {padding:none;}
.propertylisting-fluidimg { /* basic responsive img */ max-width: 300px; height: auto; width: auto\9; /* IE8 */}
.topicrowodd {background-color: #F8F8F8; border: 0px solid #c7d2e3;}
.topiccellodd {background-color: #F8F8F8; }
.topicroweven {background-color: #ffffff;}
.topiccelleven {background-color: #ffffff;}
.topicpaging {text-align: center; display: block; padding-bottom: 5px;}
.rightcolumntoppadding {padding-top: 0px;}
.restaurantmap {width: 600px; height: 600px; margin-top: 20px; border: 1px solid #ccc;}
    .displaymobileonly {display: inline;}
 .displaytabdesk {display: none;}
 .tallbutton2, tallbutton2, tallbutton2:hover, .tallbutton2:hover, tallbutton2:focus, .tallbutton2:focus{
      display: inline-block;
      padding: 7px 10px;
      margin: 4px 5px;
      background-color: #ff6600;
      border: 1px solid #bbb;
      border-radius: 4px;
      text-align: center;
      text-decoration: none;
        letter-spacing: .1rem;
        text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      }
  textarea {width:500px;}
 }
 
    /* Hamburger Javascript and CSS for Mobile Devices */
   
@media only screen and (max-width:999px) {

 
 
}

/* 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: 16.4983333%; }
  .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: 59%; }
  .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;}
    .maincontenttopmobile { display: none;}
    .maincontenttop2mobile { display: none;}
    .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;}
    .showondesktoponlyinline {display: inline;}
     .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;}
      .boxgray {border: 0px solid #c7d2e3; width: 100%; padding: 10px 20px 10px 20px; margin-left: 0px; margin-bottom: 10px;background-color: #f8f8f8;}
      .boxgray a, .boxgray p a,  boxgray a:hover, .boxgray a:hover, boxgray a:focus, .boxgray a:focus, boxgray p a:hover, .boxgray p a:hover, boxgray p a:focus, .boxgray p a:focus { color: #1eaedb; font-size: 20px; font-weight: 600; }
  .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 */}
.topicrowodd {background-color: #F8F8F8; border: 0px solid #c7d2e3;}
.topiccellodd {background-color: #F8F8F8; }
.topicroweven {background-color: #ffffff;}
.topiccelleven {background-color: #ffffff;}
.rightcolumntoppadding {padding-top: 125px;}
.restaurantmap {width: 300px; height: 300px; border: 1px solid #ccc;}
 .displaymobileonly {display: none;}
.displaytabdesk {display: inline;}
  .tallbutton2, tallbutton2, tallbutton2:hover, .tallbutton2:hover, tallbutton2:focus, .tallbutton2:focus{
      display: inline-block;
      padding: 7px 10px;
      margin: 4px 5px;
      background-color: #ff6600;
      border: 1px solid #bbb;
      border-radius: 4px;
      text-align: center;
      text-decoration: none;
        letter-spacing: .1rem;
        text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      }
  textarea {width:600px;}
.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;
}

.propertylistingcontainer { display: table; height: 100%; width: 100%;}
.propertylistingdiv {display: table-cell; text-align: left; vertical-align: top; width: 50%; padding: 0rem;}
.propertylisting-fluidimg { /* basic responsive img */ max-width: 400px; height: auto; width: auto\9; /* IE8 */}
.leftpropertylistingdiv { }
.rightpropertylistingdiv { padding-top: 5px; padding-left: 50px; padding-right: 5px;}

}


    /* Hamburger Javascript and CSS for Mobile Devices */
   
@media only screen and (max-width:999px) {

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

 
#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 15px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #000000;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;

  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  overflow: hidden;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menuburger
{
  position: absolute;
  width: 230px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #33c3f0;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuburger li
{
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
}
 


/* 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.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

 html, body {
    touch-action: manipulation;
    overflow-x: hidden;
}
.forumboxfirst {border: 1px solid #c7d2e3; background-color: f1f1f1; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;  word-break: break-word;}
.forumbox {border: 1px solid #c7d2e3; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;  word-break: break-word;}
.forumboxnatad {border: 1px solid #666666; background-color: 003366; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica; width: 100%; padding: 10px 10px 10px 10px; margin-bottom: 10px;  word-break: break-word;}
    .mobilesentencenatadouter {width: 100%; padding: 10px 10px 10px 10px; margin-right: 20px; margin-bottom: 10px;}
      .mobilesentencenatadouter p {font-family: "HelveticaNeue", "Helvetica Neue", Helvetica; color: #ffffff; font-size: 2.2rem;line-height: 1.30; text-decoration: none;!important;}
.mobilesentencenatad {border: 1px solid #666666; margin-bottom: 10px;  background: #003366; background-color: #003366; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica; width: 70%; padding: 10px 10px 10px 10px; word-break: break-word; color: #ffffff!important; font-size: 2.2rem!important;line-height: 1.30!important;}
.mobilesentencenatad a {font-family: "HelveticaNeue", "Helvetica Neue", Helvetica; color: #ffffff!important; font-size: 2.2rem;line-height: 1.30; text-decoration: none;}
.forumboxfirst td, .forumbox td {padding: 10px 10px 10px 10px !important; word-break: break-word;}
.whitebackground {background: #ffffff; color: #000000!important;}
.orangebackground {background: #ff6600; color: #ffffff!important;}
.brightorangebackground {background: #ff6600; color: #ffffff!important;}
.greenbackground {background: #01b901; color: #ffffff!important;}
.lightgreenbackground {background: #99cc66; color: #ffffff!important;}
.bluebackground {background: #33c3f0; color: #ffffff !important;}
.tealbackground {background: #00a294; color: #ffffff!important;}
.lightbluebox {background: #d5e7f6!important; padding: 20px; color: #000000!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;}

.iframe-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.googlemap-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.googlemap-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

      .new3flexcontainer{
         display:flex;
         flex-direction:row;
         flex-wrap:wrap;
     justify-content: center !important;
     align-items: stretch;
     width: 95%;
     }

/* Glossy Revisions
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.glossy h1, .glossy h1 a { color: #FF6600; font-size: 3.3rem;font-weight: 600;font-family: Georgia; Times; Times New Roman; padding-right: 4px;}
.glossy  p {padding-bottom:0px;padding-top:0px;margin-bottom:3px;}
.glossy .pronounce, .glossy .pronounce a { color: #999999; font-size: 2.0rem;font-weight: 400;font-style: italic;padding-right: 4px; }
.glossy .synonyms, .glossy .synonyms a { font-size: 2.0rem;font-weight: 400;color: #1eaedb; } 
.glossy .dictionarynumber, .glossy .dictionarynumber a { color: #FF6600; padding-left: 4px; }  
.glossy .sectionpage p { padding-bottom:10px;padding-top:0px;margin-bottom:3px; }
.glossy .highlight, .glossy .highlight a { color: #FF6600; font-weight: 600;}  



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 3.6rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.3rem; 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: 4.2rem; }
  h2 { font-size: 4.0rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }
  
  h3.pro {
    display: inline-block;
    vertical-align: middle;
   padding-left: 30px;
   padding-top: -30px;
    background-image: url('https://www.expatexchange.com/imagesnew/prosymbol3.jpg');
    background-repeat: no-repeat;
}

h3.con {
    display: inline-block;
    vertical-align: middle;
   padding-left: 30px;
   padding-top: -30px;
    background-image: url('https://www.expatexchange.com/imagesnew/consymbol3.jpg');
    background-repeat: no-repeat;
}


table.CSSTable {
width: 90%;
border-width: 0px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: white;
}
table.CSSTable th {
    border-width: 0px;
    vertical-align:top!important;
    padding: 0px;
        border: 0px;
    border-style: solid;
    border-color: black;
    background-color: white;
    vertical-align:top!important;
    -moz-border-radius: ;
}
table.CSSTable td {
    width: 50%;
vertical-align:top!important;
    border-width: 0px;
    padding: 12px;
    border: 0px;
    border-style: solid;
    border-color: black;
    background-color: white;
    -moz-border-radius: ;
}
   
 


.topright h1, .topright h1 a {color: #003399; font-size: 2.2rem; font-weight: bold; line-height: 1.0; padding-top: 0px; padding-left: 5px; padding-bottom: 9px; margin-bottom: 0px; letter-spacing: .08rem; vertical-align: top;}
.topright .subheading, .topright .subheading a {color: #ffffff; font-size: 2.4rem; font-weight: bold; line-height: 1.0; padding-top: 0px; padding-left: 5px; padding-bottom: 9px; margin-bottom: 0px; letter-spacing: .08rem; vertical-align: top;}


.leftnav h1 {color: #222222; font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;}
.leftnav .subheading {color: #222222; font-size: 2.4rem; line-height: 1.55; letter-spacing: -.08rem;font-weight:300;}

.bottomheadings {color: #222222; font-size: 2.4rem; line-height: 1.55; letter-spacing: -.08rem; text-align: center;}

 
 .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;}

.article h2, .article h2 a, .article h2 a:hover, .article h2 a:link, .article h2 a:visited, .article h2 a:active {color: #222222; font-size: 3.6rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; padding-top: 20px;}
.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.7rem; line-height: 1.8;}
.rgall h2, .rgall h2 a {font-size: 2.5rem!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;}
.rg p {font-size: 1.8rem!important;}
.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;}
.subcontent h2, .subcontent h2 a {color: #222222; font-size: 3.5rem; letter-spacing: -.08rem; padding-bottom: 7px; margin-bottom: 0px; text-decoration: none;}
.subcontent p {padding-bottom: 1px; padding-top: 1px; font-size: 1.5rem;}
.subcontent .subheadingspacer {padding-top: 12px; font-size: 1.5rem;  text-transform: uppercase;}
.subcontent .thumbnailitemtop p {padding-bottom: 5px; padding-top: 5px; font-size: 1.5rem; margin-bottom: 10px;}
.subcontent .thumbnailitemtop h2,  .subcontent .thumbnailitemtop h2 a {color: #222222; font-size: 3.5rem; letter-spacing: -.08rem; padding-top: 20px; 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;}

 

.containerflexcovid{
width:100%;
height:65px;
background-color:white;
}
.contentflexcovid{
float:left;
height:65px;
}
.contentflex1covid{
background-color:#ffffff;
width:300px;
border: 0px solid #c7d2e3; 
padding-left: 10px;
padding-top: 10px;
margin-right: 25px;
margin-bottom: 20px;
}
.contentflex2covid{
width:300px;
background-color:#ffffff;
border: 0px solid #c7d2e3; 
padding-left: 10px;
padding-top: 10px;
}
 
.containerflexcovid p {padding-bottom: 1px; padding-top: 1px; }
 
.figure {
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
}
.figcaption {
  padding: 0.0em;
  margin-left: 0px;
}
 
.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 */}

 

.thumbnailitemcontentboxouter { position:relative;	/* This fixes the IE7 overflow hidden bug */
background-color:  float:left; width:95%; ;color: #ffffff; margin: 5px 0px 10px -3px; padding: 8px 0px 0px 7px;  /* width of whole page */}
.thumbnailitemcontentboxpc { 
background-color:   width:95%; ;color: #ffffff; padding: 7px 3px 3px 0px;}

 

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

.thumbnailimgrg, .thumbnailimgrg a {border:1px solid #000000; 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; height: 70px; width: 70px; text-decoration: none; margin: 0 15px 7px 0;
}

.thumbnailimg2, .thumbnailimg2 a {border:0px solid #000000; color: #000000; float: left; height: 120px; width: 120px; 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;}

.expertimgsmall, .expertimgsmall a {border:0px solid #000000; color: #000000; float: left; width:100px; 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;}
.tipimgfb, .tipimgfb a {border:0px solid #000000; color: #000000; width: 200px; 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, .tips h2 a:hover, .tips h2 a:link, .tips h2 a:visited, .tips h2 a:active {color: #222222; font-size: 4.2rem; 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;}

.tips p {padding-bottom: 10px; padding-top: 10px; margin-bottom: 5px; font-size: 1.7rem!important; }

.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: 27px; /* currently ems cause chrome bug misinterpreting rems on body element */
   line-height: 1.2;
  font-weight: 600;
  color: #1eaedb; }
  
  .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: right; text-align: right; font-size: 3.2rem; color: #222222;   font-weight: 200; text-decoration: none;}

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

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


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



  /* new wide picture and horizontal orange hover navigation menu */
.navbar {
  overflow: hidden;
  background-color: #ff6600;
}

/* Navigation links */
.navbar a {
  font-size: 14px;
  color: white;
  text-align: center;
  align: middle;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600; 
  line-height: 19px; 
}

/* Navigation links */
.navbar2 a {
  font-size: 18px;
  color: white;
  text-align: center;
  align: middle;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 600; 
  line-height: 19px; 
}

 
/* The subnavigation menu */
.subnav {
  overflow: hidden;
  display: inline;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */

    
.subnav a, .subnav {
  background-color: #ff6600;
      font-size: 14px;
  color: white;
  text-align: center;
  align: middle;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600; 
  line-height: 19px; 
  }

.subnav:hover, subnav a:hover {
  background-color: #ff6600;
    color: #003366;
      font-size: 14px;
  color: white;
  text-align: center;
  align: middle;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600; 
  line-height: 19px; 
  }
  
/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ff6600;
  width: 100%;
  z-index: 1;
  padding: 25px;   
}

.subnav-content:hover {
  background-color: #ff6600;
  color: #ffffff;
}

/* Style the subnav links */
.subnav-content a {
	float: left;
  color: #ffffff;
    font-weight: bold;
    padding: 14px 16px;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #ff6600;
  color: #003366;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block!important;
margin-top: -5px;
  padding-left: 175px;
} 



.subnav-content ul {
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  height: 35vh;
  width: 70%;
  list-style: none;
}
.subnav-content ul li, .subnav-content ul li:hover, .subnav-content ul li a, .subnav-content ul li a:hover {
  flex: 0 0 25%;
  width: 150px;
  text-align: left;
   border: 0px solid white;
}

 /* Container holding the image and the text */
.big-img-container {
  position: relative;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }
 
 .boxborder a {
  color: #1EAEDB; }
  
.boxborder a:hover {
  color: #0FA0CE; }
  
 .commentlink a,  .commentlink a:hover {padding-top: 10px; padding-bottom: 10px; margin-top: 10px; margin-bottom:10px;}

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

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

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

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

 
  .msg-img-fluid { /* basic responsive img */
	height: auto;
	width: 100%\8; /* IE9 */
		width: 100%\9; /* IE10 */
	width: 100%; /* IE11 fix. */
}

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

  
  .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;
  margin: 4px 5px;
  color: #555;
  text-align: center;
  font-size: 12px;
  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; }
.tips .button,
button,
input[type="submit"],
  color: #33c3f0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;}
.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: 12px;
  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; }  

 
 .bigbutton,
bigbutton {
  display: inline-block;
  height: 50px;
  padding: 0 15px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  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; }
  
  
   .tallbutton,
tallbutton, .tallbutton:hover, 
tallbutton:hover, .tallbutton:focus, 
tallbutton:focus {
  display: inline-block;
  height: 60px;
  padding: 0 15px;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: wrap;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
 


/* 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"],
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 */
textarea {
  height: 270px;
  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 */
/* 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;
          -webkit-border-radius: 1px; }
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: inline-block;
  margin-bottom: .5rem; }
fieldset {
  padding: 0;
  border-width: 0; }

  




.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: 100%; }
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; }
  
   .forumclass .messagefont {
   word-break: break-word; 
  font-size: 1.1em; /* 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; } 


.forumclass .username, .forumclass .username a { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none; color: #222;}
.forumclass .columnfont a { font-size: 1.9rem; text-decoration: underline;}

.forumclass h2, .forumclass h2 a {margin-top: 0; margin-bottom: 2rem;
  font-weight: 400; font-size: 1.9rem; text-decoration: none; line-height: 1.4; letter-spacing: 0rem; display: inline;}

.forumclass .message h2, .forumclass .message h2 a { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; font-weight: 300; }

.forumclass .guide h2, .forumclass .guide h2 a {color: #1EAEDB; font-size: 2.8rem; line-height: 1.35; letter-spacing: -.08rem; text-decoration: none;}

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

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

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

.forumclass .thumbnailitemtop img {border:0px solid #000000; padding-bottom: 10px;}



/* 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;}

