
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,400i,600,700);


body {
    font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;

}

a {
    color: #005983;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #003c59;
    border-bottom: 1px solid #003c59;
}

strong {
	font-weight: 600;
}

h1 {
    margin: .67em 0;
}

.wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

header {
    margin: 0 0 45px;
}
.account-header {
	text-align: right;
}

@media screen and (min-width: 430px) {
	.account-header {
		margin: 10px 14px 64px 0;
	}
	.navbar {
		margin-top: 1em;
	}
}

@media screen and (max-width: 431px) {
	.account-header {
		margin: 10px auto 64px auto;
	}
	.navbar {
		padding-top: 1em;
		display: block;
	}
}
nav {
	display: inline;
	margin-left: 3em;
}
.navbar {
	text-transform: uppercase;
	position: relative;
}
.navbar {
	text-transform: uppercase;
	position: relative;
}
.nav-text {
	font-weight: bold;
	font-size: 20px;
}
a:focus {
    outline: none;
}
.nav-item a:hover {
	border: 0;
}
.nav-item .emphasis{
    font-weight: 700;
}
a.nav-text:after { content:' \2630'; }

.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
    height: 100%;
}
.dropdown {
    opacity: 0;
 	visibility: hidden;
    position: absolute;
	right: -.6em;
	border: 2px solid #005983;
    text-align: left;
    margin-top: .5em;
	width: 164px;
   	background: #ffffff;
    transition: opacity .15s ease-out;
	z-index: 99999;
}

.dropdown:before {
    content:"";
    position: absolute;
    right: 25px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index:9999;
}
.dropdown:after {
    content:"";
    position: absolute;
    right: 24px;
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #005983 transparent;
    z-index:9998;
}

.dropdown li {
	list-style-type: none;
}
ul .dropdown {
	padding: 0;
}

.dropdown-item a {
	padding: .5em;
	width: 91%;
	display: block;
	border: 0;
}
.dropdown-item a:hover {
	padding: .5em;
	width: 91%;
	display: block;
	background: #dde8ed;
	border: 0;
}

.nav-item:focus-within .dropdown {
    opacity: 1;
	visibility: visible;
	display: block;
}

@media screen and (min-width: 1200px) {
	.left {
	    float: left;
	    width: 50%;
	    padding: 5px;
	}
	.right {
	    float: right;
	    width: 39%;
	    padding: 5px;
	}
}

@media only screen and (min-width : 865px) and (max-width : 1199px) {
	.left {
	    float: left;
	    width: 45%;
	    padding: 5px 0;
	}
	.right {
	    float: right;
	    width: 50%;
	    padding: 5px 0;
	}
}

@media screen and (max-width: 864px) {
	.left {
	    float: none;
	    width: 95%;
		margin: 0 auto;
	}
	.right {
	    float: none;
	    width: 95%;
		padding-left: 2%;
		padding-top: 15%;
	}

}

#site-logo {
    position: relative;
}

#site-icon {
    height: 150px;
    width: 150px;
    position: absolute;
    top: -60px;
    opacity: .4;
    background: url('../images/sq-connection.png') no-repeat;
    background-size: cover;
}

h1#site-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 10px 0 0 120px;
    color: #005983;
}

h1 > a:hover{
    text-decoration: none;
	border: none;
}

div.bottomcol {
    margin-top: 10px;
    padding: 5px;
}
div.right.bottomcol {
    min-height: 110px;
}

div.left.bottomcol {
    min-height: 110px;
}


#search {
    position: relative;
    font-size: 18px;
}

#search form {
    width: 100%;
}

#search-input::-webkit-input-placeholder {
  color: #0a4b51;
}
#search-input::-moz-placeholder {
  color: #0a4b51;
}
#search-input:-ms-input-placeholder {
  color: #0a4b51;
}
#search-input:-moz-placeholder {
  color: #0a4b51;
}

#search .btn-group {
    position: absolute;
    right: 110px;
    top: 6px;
}
#search .btn-group .dropdown-menu {
    right: 0;
    left: auto;
}
#search .btn-group .dropdown-menu li.checkbox {
    padding: 0 20px;
}
#search .btn-group .dropdown-menu li.checkbox label {
    font-size: 1em;
    position: static;
}

#search .btn-group .dropdown-menu li.last-control {
    padding: 0 20px 6px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
#search label {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 22px;
}
#search #search-input {
    float: left;
    width: 74%;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 95px auto;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgb(10, 75, 81);
    display: block;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    -webkit-font-language-override: normal;
            font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-weight: 400;
    height: 45px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

input[type='radio']:after {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #005983;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.singlepage label[for="id_remember"] {
	display: inline-block;
}
.singlepage label {
	display: block;
}

select, option {
	height: 35px;
	background-color: #ffffff;
}

input[type="text"], input[type="password"], input[type="email"] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    -webkit-font-language-override: normal;
            font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-weight: 400;
    height: 35px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}


/* new stuff, everything above has been hit by autoprefixer */
.search-wrapper {
    margin-top: 5px;
}

.search-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#search-filter {
    margin: 0px;
    padding: 0px;
}
.fields-wrapper {
    margin-top: 10px;
}

.field-item {
    font-size: 13px;
    margin-right: 15px;
    cursor: pointer;
}

[type="radio"]:checked+span {
    background: green;

}


/* Custom radio buttons */
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;

  &:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
  }
}

footer {
    color: #ffffff;
    text-align: center;
    width: 100%;
    background: #005983 url('../images/sq-connection-white.png') no-repeat 108% -44%;
    background-size: 24%;
    padding: 60px 0 50px;
    margin-top: 70px;
}
@media screen and (min-width : 601px) and (max-width : 1020px){
	footer {
		background: #005983 url('../images/sq-connection-white.png') no-repeat 108% 54%;
		background-size: 24%;
	}
}
@media screen and (max-width : 600px){
	footer {
		background: #005983 url('../images/sq-connection-white.png') no-repeat 130% 74%;
		background-size: 44%;
	}
}
footer a, footer a:hover {
    color: #ffffff;
	border-bottom: 1px solid #80c3e5;
}
footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
footer h2 {
    margin-top:0;
}
.legal-copy {
	font-size: 12px;
}

menu.courtesy {
    padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}
menu.courtesy .courtesy_inner {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
menu.courtesy .courtesy_inner li {
    display: inline-block;
    font-size: 19px;
	line-height: 46px;
    text-transform: uppercase;
    padding: 0 27px 0 0;
}
menu.courtesy .courtesy_inner li:last-child {
	padding-right: 0;
}
@media screen and (max-width : 600px){
	menu.courtesy .courtesy_inner li {
		padding: 0 10px 0 0;
		font-size: 14px;
	}
}
menu.courtesy .courtesy_inner li a {
    color: #ffffff;
	border: none;
    background: #1c6a92;
    padding: 10px;
}
menu.courtesy .courtesy_inner li a:hover {
    text-decoration: none;
	border: none;
    background: #5992af;
    pointer: cursor;
}
menu.courtesy .courtesy_inner_subnav {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
}
menu.courtesy .courtesy_inner_subnav .emphasis{
    font-weight: 700;
}
menu.courtesy .courtesy_inner_subnav li {
    display: inline-block;
    font-size: 15px;
	line-height: 28px;
    padding: 0 25px 0 0;
}
menu.courtesy .courtesy_inner_subnav li:last-child {
	padding-right: 0;
}

menu.courtesy .courtesy_inner_subnav li a {
    color: #ffffff;
    text-decoration: none;
	border-bottom: 1px solid #80c3e5;
}
menu.courtesy .courtesy_inner_subnav li a:hover {
    text-decoration: none;
	border-bottom: 1px solid #ffffff;
    pointer: cursor;
}

.filter-wrapper {
  	background-image: linear-gradient(#fff, #fcfcfc);
    padding: 6px 0 15px;
	margin: 10px auto;
}

.filter-header {
    position: relative;
	margin: 0;
}

.filter-header:after {
    content: "";
    display: table;
    clear: both;
}

.filter-title {
	display: inline;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	margin: 0;
}

.filter-title p {
	margin: 0;
}

.filter-clear {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 23px 0 10px 0;
}

.filter-clear a {
    color: #7a7f82;
    text-decoration: none;
	border: 1px solid #e8e8e8;
	padding: 14px;
}

.filter-clear a:hover {
    color: #005983;
	background: #f9f9f9;
}

.download-results {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.download-results a {
    color: #ffffff;
	background: #005983;
    text-decoration: none;
	border: 1px solid #e8e8e8;
	padding: 10px 15px 10px 10px;
	transition: background-color .3s;
}
.download-results a:hover {
	background: #003c59;
}

.filter-col {
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px;
    text-align: left;
}

.filter-col:after {
    content: "";
    display: table;
    clear: both;
}
.explainer {
	font-style: italic;
}

.select_container {
    float: left;
    color: rgb(51, 51, 51);
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
}

@media screen and (min-width: 940px) {
	.select_container:nth-child(1) {
		width: 25%;
		margin-right: 25px;
	}
	.select_container:nth-child(2) {
		width: 18%;
		margin-right: 25px;
	}
	.select_container:nth-child(3) {
		width: 11%;
		margin-right: 25px;
	}
	.select_container:nth-child(4) {
		width: 11%;
        margin-right: 25px;
	}
    .select_container:nth-child(5) {
        width: 12%;
        margin-right: 25px;
    }
}

@media only screen and (min-width : 500px) and (max-width : 941px) {
	.select_container:nth-child(1) {
		width: 46%;
		margin-right: 5%;
	}
	.select_container:nth-child(2) {
		width: 46%;
	}
	.select_container:nth-child(3) {
		width: 46%;
		margin-right: 5%;
	}
	.select_container:nth-child(4) {
		width: 46%;
	}
	.select_container:nth-child(5) {
		width: 46%;
		margin-right: 5%;

	}
}

@media screen and (max-width: 500px) {
	.select_container:nth-child(1) {
		width: 94.2%;
	}
	.select_container:nth-child(2) {
		width: 52%;
		margin-right: 8%;
	}
	.select_container:nth-child(3) {
		width: 34%;
	}
	.select_container:nth-child(4) {
		width: 43%;
		margin-right: 8%;
	}
	.select_container:nth-child(5) {
		width: 43%;
	}

}

.search-results {
    margin: 50px auto 0 auto;
    width: 99%;
}
.dataset-search-results {
	width: 99%;
}

.results-col {
    margin-top:0px;
    padding-top:0px;
    margin-left: 10px;
    min-width: 300px;
    padding-left: 10px;
}

.results-col h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    text-align: left;
}

.results-col li {
    list-style: none;
    line-height: 27px;
    margin: 0 auto 2.2em auto;
	padding: 20px 0;
    border: 1px solid #ddd;
	width: 100%;
}

.results-col li span{
	padding: 0 20px;
}

.results-col ul {
    margin-left: -20px;
    padding-left: 0;
}
.results-col li p.result {
    font-size:1.2em;
    margin-top:5px;
    margin-bottom:0px;
}
.results-col li h3 {
    margin:2px 0;
    font-weight:400;
}
.results-col span.detail {
    display: block;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
}
.results-col span.detail a {
	border-bottom: 1px solid #80c3e5;
	text-decoration: none;
}
.results-col span.detail a:hover {
	border-bottom: 1px solid #003c59;
}

.results-col span.detail strong:nth-of-type(2) {
    padding-left: 20px;
}
.results-col span.tag {
    display: inline-block;
    background: #cecece;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 4px;
}

.search-term-return {
    font-size: 14px;
    margin: 0 0 1.5em;
}

.results-col li h3 {
    font-size: 24px;
    line-height: 16px;
    margin-top: 0;
}

.refilterandsubmit {
    margin-top:10px;
}

.svelte-xlryh2 .select_container.svelte-xlryh2{
	margin-right:20px;
}

.results-col li .header {
	font-size:22px;
	font-weight:700;
	margin-top:0px;
	text-transform:uppercase;
}

.address.svelte-vqnleu {
	display:block;
	font-size:17px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:7px;
    margin-right:20px;
}

.singlepage {
    margin: 0 auto;
    width: 76%;
}

a.highlight {
	border-bottom: 1px solid #80c3e5;
}
a.highlight:hover {
	border-bottom: 1px solid #003c59;
}

.singlepage .text-content-intro {
	font-size: 19px;
	line-height: 28px;
}

.singlepage h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.singlepage p {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 16.6px;
    line-height: 28px;
    margin-bottom: 21.8833px;
}

.sponsored {
	border-top: 1px solid #95c1d6;
}

.sponsored p {
	font-size: 14px;
	line-height: 20px;
}

.sponsored-images {
	text-align: center;
}

.sponsored-images a:hover {
  text-decoration: none;
	border: none;
}

.sponsored-images img {
	width: 170px;
}
@media only screen and (min-width : 698px) and (max-width : 910px) {
  .sponsored-images img {
  	width: 130px;
  }
}
@media only screen and (min-width : 500px) and (max-width : 697px) {
  .sponsored-images img {
  	width: 177px;
  }
}
@media only screen and (max-width : 499px) {
  .sponsored-images img {
  	width: 130px;
  }
}



.pagination-wrapper {
    text-align: center;
    margin-top: 50px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #005983;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #bdd2dd;
}

/* dataset list */
ul.displaycollections {
	list-style: none;
}

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

ul.displaycollections {
	margin: 0;
	padding: 0;
}
li.dsitem {
    margin-top: 20px;
	line-height: 22px;
}

a.dslink {
	font-size: 18px;
	font-weight: bold;
}

p.explainer {
	font-style: italic;
}



.ds_table {
    font-size: 16px;
	padding-top: 15px;
}
.ds_table td {
    padding: 5px 10px;
    border: 1px solid #fcfcfc;
}
.ds_table th {
    border: 1px solid #f0f0f0;
	background-color: #fcfcfc;
    font-weight: bold;
}


.btn-wrapper {
    text-align: center;
}

.btn-style {
    -webkit-appearance: none;
    border : solid 1px #ddd;
    border-radius : 3px;
	  padding: 0 20px;
    font-size : 15px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #005983;
    transition: background-color .3s;
}

.btn-style:hover, .btn-style:active {
    -webkit-appearance: none;
    cursor: pointer;
    background: #003c59;
}

.btn-link {
	margin-top: 15px;
	display: table;
}

.btn-danger {
	background: #820000;
}
.btn-danger:hover, .btn-danger:active {
    -webkit-appearance: none;
    cursor: pointer;
    background: #590000;
}

#submit-search-form:hover {
    cursor: pointer;
}

#submit-search-form:active {
    -webkit-appearance: none;
    cursor: pointer;
}
#submit-search-form {
	padding: 0 3%;
    float: left;
}

#filter-search-form {
    width: 25%;
}

#filter-search-form:hover {
    -webkit-appearance: none;
    -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow : 0px 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;
}

#filter-search-form:active {
    -webkit-appearance: none;
    -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.8);
    box-shadow : 0px 0px 5px rgba(0,0,0,0.8);
    cursor: pointer;
    color: rgb(10, 75, 81);
}

 /*dataset info page */

 .data-basics span {
	display: block;
	margin-bottom: 5px;
	color: #555555;
	font-size: 13px;

 }
p.data-description {
	margin-top: 0;
	font-size: 16px;
}

.loader {
    margin-right: 5px;
    margin-bottom: -3px;
}

.warning-border {
	border: 1px solid #F99;
}

#urlwarning {
	color: red;
	font-size: 13px;
}

.error {
	display: block;
	margin-top: 20px;
}
ul.errorlist {
	margin: 0;
	padding: 0;
	color: #bc0101;
	font-size: 90%;
}
.errorlist li {
	list-style: none;
	margin: 0;
}
.errorlist li:before {
	content: " *";
}
