/*//////////// HEADER ////////////*/

#header-logo .columns {
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
}

#header-logo {
  max-width: 940px;
  margin: 0 auto;
}    

.logo-underage {
    width: 65%;
    float: left;
    background: url(/wp-content/themes/socialhost2018/images/bkg_page_header.png);
}

.logo-tri {
    width: 17.959183673469%;
    float: left;
}

.logo-tpad {
    width: 16.938775510204%;
    float: left;
}

#primary-nav {
    background: url(/wp-content/themes/socialhost2018/images/bkg_nav_bar.png);
    position: relative;
}

@media (max-width: 768px) {
  #primary-nav {background:none;}
  #header-logo .columns {background-color: transparent;}
}

/* ***** PAGE ***** */

.front, .page, .single {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.main-left {
  width: 65%;
  float: left;
  margin-top: 130px;
}

div.home-title {
  background: url(/wp-content/themes/socialhost2018/images/bkg_page_header.png);
  width: 100%;
  display: inline-block;
}

h1.home-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 20px;
    font-weight: normal;
}

.above-title {
  color: #b1d1df;
  font-size: 13px;
  text-transform: uppercase;
  margin: 18px 0 5px 0;
  padding: 0 0 0 20px;
}
.single h1.home-title {
  font-size: 33px;
  padding: 0 20px 20px 20px;
}

.home-summary {
  padding: 20px 20px 5px 20px;
  font-size: 14px;
  line-height: 19px;
  background: url(/wp-content/themes/socialhost2018/images/bkg_light_angles.png);
}

.state-home {
  background: url(/wp-content/themes/socialhost2018/images/bkg_light_angles.png);
}

.page .state-home, .single .state-home {
  padding: 20px;
}

.single .state-home-inner {
  background-color: transparent;
  padding:0;
}

.front .state-home {padding: 3px;}

.state-home-inner {
  background-color: #ffffff;
  padding: 15px;
}

div.state-select-form {
    margin: 0 auto;
    display: block;
    width: 200px;
    padding: 10px;
    background: #f69338 url(/wp-content/themes/socialhost2018/images/bkg_orange_box.png) repeat-x;
    text-align: center;
}

div.state-select-form form {
  margin: 0;
}

div.state-select-form select {
  margin: 0;
/*  height: 20px;
*/}

.main-right {
  width: 33%;
  float: right;
  margin-top: 275px;
}

.main-right h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.related-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.related-links li {
    padding-left: 35px;
    margin: 0 0 35px 0;
    background: url(/wp-content/themes/socialhost2018/images/big_bullet.png) no-repeat;
    background-position: 0 3px;
}

ul.related-links h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

div.select-another-state {
    position: relative;
    background-image: url(/wp-content/themes/socialhost2018/images/bkg_state_select.png);
    background-repeat: repeat-x;
    width: auto;
    height: 82px;
    padding: 5px 0 0 25px;
}

div.select-another-state form {
  margin: 0;
  display: inline;
}

div.select-another-state select {
/*  height: 25px;
*/  margin-bottom: 0;
}

aside {
  margin-bottom: 25px;
}

aside div {
  padding: 20px 20px 1px;
  background: url(/wp-content/themes/socialhost2018/images/bkg_side.png) repeat-x;
}

aside div.a2a_kit {
  display: block;
  padding-bottom: 15px;
}

aside div.custom-html-widget {
  padding: 0;
  background: none;
}

/* single */

.laws li {
  margin:0;
  padding:20px;
  list-style: none;
  background-color: white;
  margin-bottom: 5px;
}

.laws li h3 {
  color: #569bbe;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  cursor: pointer;
}


@media (min-width: 768px) {
  .main-left {min-height: 600px;}
  .law div {display:block !important;}
}
@media (max-width: 768px) {
  .main-left {
    width: 100%;
    float: none;
  }
  .main-right {
    width: 94%;
    margin: 20px auto 0;
    float: none;
  }

  div.state-select-form select,
  div.select-another-state select {
    height: 35px;
  }
}

/*//////// FOOTER //////////*/

div.footer {
	width: 100%;
	margin-top: 22px;
}

div.footer .inside-footer {
	width: 100%;
	max-width: 1014px;
	margin: 0 auto;
  background: url(/wp-content/themes/socialhost2018/images/bkg_page_header.png);
}

div.footer .inside-footer p {
  padding: 10px 10px 10px 35px;
  margin: 0;
  color: white;
}

div.footer .inside-footer a {
  color: white;
}

@media (max-width: 768px) {
	.inside-footer p {
		padding: 10px;
	}
}

/* ***** STRUCTURE ***** */
/* Grid */
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
 }

.roww {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.roww .roww {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.roww:before, .roww:after {
    content: "";
    display: table;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

.twelve {
    width: 940px;
    max-width: 100%;
/*    min-width: 768px;
*/    margin: 0 auto;
}

.eight {
  width: 66.667%;
}

.four {
    width: 33.333%;
}

.hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down {
    display: block !important;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 96%; }
}

@media (max-width: 767px) {
  .roww {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0;
  }
}  

/* 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 {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #545454;
    background-image: url(/wp-content/themes/socialhost2018/images/bkg_body.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.0rem;/* line-height: 1.2;   letter-spacing: -.1rem; */}
h2 { font-size: 1.6rem;/* line-height: 1.25;  letter-spacing: -.1rem; */ }
h3 { font-size: 20px;/* 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: 0 0 18px 0;
  padding: 0; }

/* Links */
a {
  text-decoration: none;
  color: #569bbe; }
a:hover {
  color: #2795b6;;
  text-decoration: underline; }

/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  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;
  background-color: transparent;
  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; }

/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
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"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  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,
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; }

/* Lists */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
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: 20px;
  list-style-position: outside; }

/* 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: 1px 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, 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: 30px;
  margin-bottom: 30px;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

iframe, img, .wp-caption.aligncenter {max-width: 100%;} 

*:focus {
  outline:none;
} 

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