@import 'https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css';@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&display=swap';@import 'https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap';.grid {
	width:100%;
	padding: 0 32px;
	max-width:1024px;
	margin: 0 auto;
	box-sizing: border-box;
}
.row {
	display: flex;
	flex-flow: row;
}
.row:after, .grid:after{
	clear:both;
	content:"";
	display:table;
}
.column{
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	width:100%;
	float:left;
	box-sizing:border-box;
}
@media only all{
    .column:not(.no-margin){margin-right:2%;}
	.column:last-child{margin-right: 0;}
    .column.one{width:6.5%;}
	.column.one.no-margin:not(:last-child){width:8.5%;}
    .column.two{width: 15%;}
	.column.two.no-margin:not(:last-child){width:17%;}
    .column.three{width: 23.5%;}
	.column.three.no-margin:not(:last-child){width:25.5%}
    .column.four{width: 32%;}
	.column.four.no-margin:not(:last-child){width:34%}
    .column.five{width: 40.5%;}
	.column.five.no-margin:not(:last-child){width:42.5%}
    .column.six{width: 49%;}
	.column.six.no-margin:not(:last-child){width:51%}
    .column.seven{width: 57.5%;}
	.column.seven.no-margin:not(:last-child){width:59.5%}
    .column.eight{width: 66%;}
	.column.eight.no-margin:not(:last-child){width:68%}
    .column.nine{width: 74.5%;}
	.column.nine.no-margin:not(:last-child){width:76.5%}
    .column.ten{width:83%;}
	.column.ten.no-margin:not(:last-child){width:85%}
    .column.eleven{width:91.5%}
	.column.eleven.no-margin:not(:last-child){width:93.5%}
    .column.offset-one{margin-left:8.5%;}
    .column.offset-two{margin-left:17%;}
    .column.offset-three{margin-left:25.5%;} 
    .column.offset-four{margin-left:34%;}
    .column.offset-five{margin-left:42.5%;}
    .column.offset-six{margin-left:51%;}
    .column.offset-seven{margin-left:59.5%;}
    .column.offset-eight{margin-left:68%;}
    .column.offset-nine{margin-left:76.5%;}
    .column.offset-ten{margin-left:85%;}
    .column.offset-eleven{margin-left:93.5%;}
} 
@media (max-width: 640px){
	.row:not(.non-responsive) > .column{ 
		width:100% !important;
		margin-right:0;
		margin-left:0;
	}
	.large-only {
		display:none;
	}
	.row:not(.non-responsive){
		flex-direction: column;
	}
}
@media (min-width: 640px){
	.small-only {
		display:none;
	}
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
}

body {
    font-size:1.6em;
    line-height:1.5;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-weight:400;
}
h1 { font-size: 5rem; }
h2 { font-size: 4.5rem; }
h3 { font-size: 4rem; }
h4 { font-size: 3.5rem; }
h5 { font-size: 3rem; }
h6 { font-size: 2.5rem; }
.subtext { 
    font-size:1.85rem;
    font-weight: 300; 
}
.subtext strong {
    font-weight: 400;
}

header, .alertBox, .item, footer {
    margin-bottom: 3rem;
}

em{
    font-style: italic;
}

header {
    width:100%;
    display: flex;
    flex-direction: row;
}

.alertBox {
    flex-direction: row;
    display: flex;
    align-items: center;
    background-color:#F5F5F5;
    border-radius: .5rem;
    padding:2rem;
}

.alertBox {
    color: #575757;
}
.alertBox .subtext {
    color: #8B8B8B;
}
.alertBox .subtext a, .item .lower .info_container a{
    color: #888;
}
.alertbox a[href]:hover, .item .lower .info_container a:hover {
    color: #005DFF;
}
header #icon, header #url_submit_button {
    box-sizing: border-box;
    min-width:8rem;
    line-height: 8rem;
    text-align: center;
    font-size: 5rem;
}

header #icon {
    font-weight: 600;
    background: #005DFF;
    color:#fff;
    border: 1px solid #005DFF;
}


header #url_submit_button {
    color: #ccc;
    font-size: 3rem;
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #bbb;
}

header #url_submit_button:hover {
    color: #888;
    cursor: pointer;
}

header #url_input {
    line-height: 8rem;
    padding: 0;
    padding-left:2rem;
    width:100%;
    border:0;
    font-size: 1.8rem;
    font-family: 'Source Code Pro', monospace;
    border-bottom: 1px solid #bbb;
}

.item {
    display:flex;
    flex-flow: column;
    height:100%;
}

.item .upper {
    border: 1px solid #bbb;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom:none;
    padding:2rem;
    font-size: 3rem;
    height:100%;
}

.item .lower {
    background: #F5F5F5;
    border: 1px solid #bbb;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info_container {
    flex-grow: 1;
    padding:1rem;
}
.info_container .small {
    font-size: 1.5rem;
    color:#888;
}
.button_container {
    padding:1rem;
}

.button_container .button{
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #005DFF;
    padding:1rem;
    padding-left:1.25rem;
    padding-right:1.25rem;
    color: #005DFF;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.button_container .button:hover{
    background: #005DFF;
    color: #fff;
    cursor: pointer;
}

footer p, footer a, footer a:active{
    color:#888;
}

.upper p[data-v-1467776a] {
        font-family: var(--2e677c3f);
}




