
/********************/
/*  GLOBAL STYLE    */
/********************/

body {
	font-size: 13px;
	line-height: 21px;
}

ul {
	margin: 0;
	padding-left: 0;
	line-height: 21px;
	list-style-type: none;
}

  ul.state-list {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 19px;
	column-count: 4;
	column-gap: 0;
  }

    ul.state-list li {
	padding: 0;
	margin: 0 0 10px 0;
    }

      ul.state-list li b {
	font-weight: 600;
      }

  ul.bullets li {
	padding: 0 0 0 15px;
	background: url('../images/bullet.png') no-repeat left 9px;
  }

hr {
	margin: 30px 0;
}

h1 {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Muli';
	font-size: 28px;
	font-weight: 600;
	color: #111111;
	line-height: 36px;
	text-transform: none;
}

h2 {
	padding: 0;
	margin: 0 0 25px 0;
	border: 0;
	font-size: 32px;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 26px;
}

#main-content .small {
	font-size: 0.6875rem;
	line-height: 1.5em;
}

#header-main {
	box-shadow: none;
}

/********************/
/*  LOCATION FORM   */
/********************/

#location-form {
	padding: 10px 0;
	margin: 0;
	background: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

  #location-form .wrapper {
	max-width: 1170px;
	text-align: center;
  }

  #location-form select {
	margin: 0 5px 0 0;
	background: #ffffff;
	width: auto;
	height: 36px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
  }

    #location-form select:last-child {
	margin-right: 0;
    }

    #location-form select:focus {
	border: 2px solid #00aeef;
	outline: 0;
	background-position: right -38px;
    }

    #location-form select.on {
	border: 2px solid #00aeef;
	outline: 0;
    }

/********************/
/*  LOCATION HEADER */
/********************/

#location-header {
	padding: 20px 0;
	margin: 0;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

  #location-header .wrapper {
	max-width: 1170px;
	overflow: hidden;
  }

  #location-header-left {
	float: left;
	width: 35%;
  }

    #location-header-left div {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #444444;
	text-align: left;
	line-height: 22px;
    }

      #location-header-left h1 {
	margin-bottom: 30px;
      }

      #location-header-left div span {
	font-size: 20px;
	font-weight: 700;
	color: #111111;
      }

        #location-header-left div span.green {
		font-size: 14px;
		color: #008000;
        }

        #location-header-left div span.red {
		font-size: 14px;
		color: #cc0000;
        }

    #location-header-left div.gray {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
    }

  #location-header-right {
	float: right;
	width: 60%;
  }

    #location-header-right #map {
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
    }

/********************/
/*  PROMO BANNER    */
/********************/

#promo-banner {
	display: block;
	padding: 12px;
	margin: 84px 0 0 0;
	background: #ffffff;
	font-family: 'Lato';
	font-size: 18px;
	color: #404448;
	text-align: center;
	line-height: 24px;
}

  #promo-banner span.wblue {
	display: inline-block;
	padding-left: 0;
	margin-right: 15px;
	background: url('../images/pb_snowflake.png') no-repeat left top;
	background: none;
	font-weight: 900;
	color: #0077b2;
	color: #ff7600;
	height: 24px;
	vertical-align: top;
  }

  #promo-banner b {
	font-weight: 900;
	color: #202428;
  }

  #promo-banner span.small {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #808488;
	line-height: 24px;
	vertical-align: top;
  }

/********************/
/*  CONTENT         */
/********************/

#content {
	padding: 0;
	margin: 67px 0 0 0;
	background: #f3f3f3;
}

#content .wrapper {
	width: 100%;
	background: none;
}

.cwrap {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#main-content {
	padding: 0 0 50px 0;
	margin: 0;
}

  #main-content .wrapper {
	max-width: 1170px;
  }

.promo-text {
	padding: 0;
	margin: 30px 0 30px 12%;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}

  .promo-text span {
	font-weight: 600;
	color: #000000;
  }

  .promo-text b {
	color: #000000;
  }

/********************/
/*  SECTION         */
/********************/

section {
	padding: 0;
	margin: 50px 0 0 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

  section#disclaimer {
	padding: 0 0 0 15%;
	color: #888888;
  }

    section#disclaimer p:first-child {
	margin-top: 0;
    }

  section .left {
	float: left;
	padding: 6px 10px;
	margin: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #c8c6c6;
	background: #eae8e8;
	font-weight: 600;
	color: #282626;
	width: 15%;
	box-sizing: border-box;
  }

  section .right {
	float: left;
	padding: 12px 20px 20px 20px;
	margin: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #c8c6c6;
	background: #ffffff;
	width: 85%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
  }

    section .inner-left {
	float: left;
	padding: 0 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	width: 18%;
	box-sizing: border-box;
    }

      section .inner-left span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	line-height: 38px;
      }

      section .inner-left p {
	padding: 0 10px 0 0;
	margin: 15px 0 0 0;
      }

    section .inner-left-wide {
	float: left;
	padding: 5px 50px 0 0;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	width: 45%;
	box-sizing: border-box;
    }

      section .inner-left-wide span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	line-height: 38px;
      }

      section .inner-left-wide span.medium {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
      }

    section .inner-middle {
	float: left;
	width: 55%;
    }

    section .inner-middle-narrow {
	float: left;
	width: 32%;
    }

    section .inner-middle-wider {
	float: left;
	width: 64%;
    }

    section .inner-right-full {
	float: left;
	width: 72%;
    }

    section .inner-right {
	float: left;
	width: 27%;
    }

    section .inner-half {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
	box-sizing: border-box;
    }

  ul.table {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
  }

    ul.table li {
	float: left;
	padding: 0;
	margin: 0;
	width: 20%;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
    }

      ul.table li.head {
	padding: 0 0 2px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
	color: #002868;
	vertical-align: bottom;
	height: 38px;
	line-height: 19px;
      }

/********************/
/*  STATE INFO      */
/********************/

#state-map {
	padding: 0;
	margin: 0;
	background: url('../images/state_map_info_bg.jpg') no-repeat center center;
	background: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height: 250px;
	overflow: hidden;
	opacity: 0.8;
}

#state-info-wrapper {
	position: relative;
	padding: 25px 0 0 0;
	margin: -251px 0 0 0;
	background: rgba(128,128,128,0);
	background: none;
	height: 250px;
	box-sizing: border-box;
}

  #state-info-wrapper .wrapper {
	max-width: 1170px;
  }

  #state-info {
	padding: 12px 20px 20px 20px;
	margin: 0;
	border: 1px solid #00aeef;
	background: #ffffff;
	width: 50%;
	box-sizing: border-box;
  }

    #state-info-left {
	float: left;
	padding: 0;
	margin: 0;
	width: 45%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;	
    }

      #state-info-left span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #111111;
	line-height: 30px;
      }

        #state-info-left span.small {
		margin-top: 3px;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		vertical-align: middle;
        }

        #state-info-left span.green {
		color: #008000;
        }

        #state-info-left span.red {
		color: #cc0000;
        }


    #state-info-right {
	float: left;
	padding: 4px 0 0 0;
	margin: 0;
	width: 55%;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	line-height: 26px;
    }

      #state-info-right p {
	margin: 6px 0 0 0;
      }

        #state-info-right p.top {
		margin: 0;
        }

    #state-info .dscore {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	height: 50px;
	line-height: 50px;
	text-align: left;
    }

      #state-info .dscore span {
		vertical-align: top;
      }

      #state-info .dscore span.stitle {
		display: inline-block;
		padding: 0 0 3px 0;
		margin: 9px 0 0 0;
		border-bottom: 1px dashed #888888;
		font-size: 18px;
		font-weight: 600;
		color: #333333;
		height: 24px;
		line-height: 24px;
		cursor: pointer;
      }

      #state-info .dscore span.score {
		display: inline-block;
		padding: 0;
		margin: 0 0 0 15px;
		border: 0;
		background: #00aeef;
		border-radius: 50%;
		font-size: 24px;
		color: #ffffff;
		width: 50px;
		height: 50px;
		line-height: 48px;
		text-align: center;
      }

      #state-info .dscore span.dshelp {
		display: inline-block;
		padding: 0;
		margin: 15px 0 0 15px;
		border-bottom: 1px dashed #616265;
		font-size: 13px;
		font-weight: 400;
		color: #616265;
		line-height: 17px;
		cursor: pointer;
      }

  #dshelp-box {
	display: none;
	position: absolute;
	left: 227px;
	top: 340px;
	padding: 12px;
	margin: 0;
	border: 1px solid #666666;
	background: #ffffff;
	width: 350px;
	box-sizing: border-box;
	font-size: 13px;
	color: #555555;
	line-height: 19px;
	z-index: 9999;
  }

/********************/
/*  MOBILE          */
/********************/

@media (max-width: 1170px) {

  #content {
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
  }

  #location-header {
	padding: 20px;
	border: 1px solid #cccccc;
	width: 100%;
	box-sizing: border-box;
  }

}

@media (max-width: 1040px) {

  #content {
	padding: 0 10px;
	margin: 0;
  }

  #minfo {
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	padding: 5px 0 6px 0;
	background: #023c59;
	width: 100%;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	text-align: center;
  }

    #link-signin {
	padding: 0;
	background: none;
	color: #ffffff;
    }

    #link-viewcart {
	padding: 0;
	background: none;
	color: #ffffff;
    }

  #promo-banner {
	margin: 87px 0 0 0;
  }

  #promo-bottom .wrapper {
	width: 100%;
  }

    #promo-bottom-left {
	float: none;
	margin: 0;
	width: 100%;
	text-align: center;
    }

    #promo-bottom-right {
	float: none;
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 90%;
	max-width: 440px;
	text-align: center;
    }

  #state-map {
	display: none;
  }

  #state-info-wrapper {
	position: static;
	padding: 10px 0;
	margin: 0;
	background: #d6d6d6;
	height: auto;
  }

    #state-info {
	padding: 10px 15px 15px 15px;
	width: 100%;
    }

      h1 {
		font-size: 26px;
		line-height: 32px;
      }

      #state-info-left {
		width: 46%;
      }

        #state-info-left span {
		font-size: 26px;
		line-height: 32px;
        }

      #state-info-right {
		padding: 2px 0 0 0;
		width: 54%;
		font-size: 14px;
		line-height: 22px;
	      }

        #state-info-right p {
		margin: 5px 0 0 0;
        }

          #state-info-right p.top {
		margin: 0;
          }

  .promo-text {
	margin: 20px 10px;
	font-size: 13px;
	line-height: 21px;
  }

  ul.table li {
	float: left;
	padding: 0;
	margin: 0;
	width: 20%;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
  }

  #location-form {
	padding: 12px 0;
	border-bottom: 0;
  }

    #location-form .wrapper {
	max-width: none;
    }

    #location-form select {
	margin: 12px 0 0 0;
	width: 90%;
    }

      #location-form select:first-child {
	margin-top: 0;
      }

  #location-header {
	padding: 20px;
	border: 1px solid #cccccc;
	width: 100%;
	box-sizing: border-box;
  }

    #location-header .wrapper {
	max-width: none;
    }

    #location-header-left {
	float: none;
	width: 100%;
    }

    #location-header-left div {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #444444;
	text-align: left;
	line-height: 22px;
    }

      #location-header-left h1 {
	margin-bottom: 30px;
      }

      #location-header-left div span {
	font-size: 20px;
	font-weight: 700;
	color: #111111;
      }

        #location-header-left div span.green {
		font-size: 14px;
		color: #008000;
        }

        #location-header-left div span.red {
		font-size: 14px;
		color: #cc0000;
        }

    #location-header-left div.gray {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
    }

  #location-header-right {
	float: none;
	margin-top: 20px;
	width: 100%;
  }

    #location-header-right #map {
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
    }

  section {
	margin: 20px 0 0 0;
  }

    section .left {
	float: none;
	display: block;
	border-top: 1px solid #c8c6c6;
	border-bottom: 0;
	width: 40%;
    }

    section .right {
	float: none;
	display: block;
	padding: 10px 15px 15px 15px;
	width: 100%;
    }

    section .inner-left {
	float: left;
	padding: 0 15px 0 0;
	width: 50%;
    }

      section .inner-left span {
	font-size: 26px;
	line-height: 32px;
      }

      section .inner-left p {
	padding: 0;
	margin: 12px 0 0 0;
      }

    section .inner-left-wide {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
    }

    section .inner-middle {
	float: none;
	display: block;
	margin-top: 15px;
	width: 100%;
    }

    section .inner-middle-narrow {
	float: none;
	display: block;
	padding-right: 30px;
	margin-top: 20px;
	width: 100%;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
    }

    section .inner-middle-wider {
	margin-top: 20px;
	width: 100%;
    }

    section .inner-right-full {
	float: none;
	display: block;
	width: 100%;
    }

    section .inner-right {
	float: none;
	display: block;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
    }

    section .inner-half {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	overflow: hidden;
    }

  section#disclaimer {
	padding: 0;
  }

  ul.state-list {
	margin: 0 0 0 50px;
	column-count: 2;
  }

    ul.state-list li {

	margin: 0 0 12px 0;
    }

  #chart-practices {
	height: 350px !important;
  }

  #chart-ages {
	height: 300px !important;
  }

  #chart-language {
	height: 400px !important;
  }

  #chart-education {
	height: 350px !important;
  }

}

