﻿
@import"https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap";
* {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding:0;margin:0}
body,html{height:100%}
body{font-size:14px;font-family:"Roboto",sans-serif;color:#00535e;width:100%;position:relative}
.is-bg-grey7{background:#474747}
.is-bg-white{background:#fff}

.is-text-grey7{color:#474747}

.is-text-white{color:#fff}


.button 
{ 
	text-align:center;
	margin:5px auto;
	text-decoration:none;
	display:inline-block;
	line-height:initial;vertical-align:middle;
	padding:8px 29px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	color:#00535e;
	font-family:"Roboto";
	font-size:14px;font-weight:500;
	line-height:21px;
	cursor:pointer
}

.button:focus{outline:none}
.button:hover{background:#f2f2f2}
.button:active{background:#e6e6e6}
.button:disabled{color:#0097ab;cursor:not-allowed;pointer-events:none}

.button.is-full-width{width:100%}


.button.is-primary{background:#0060a7;color:#fff;border:1px solid #0060a7}
.button.is-primary:hover{background:#223f8e;border:1px solid #223f8e}
.button.is-primary:active{background:#0060a7;border:1px solid #0060a7}
.button.is-primary:disabled{color:rgba(255,255,255,.5);cursor:not-allowed;pointer-events:none}


input,select{min-width:100px;margin:5px auto;padding:9px 8px;background:#fff;border:1px solid #ccc;border-radius:5px;color:#474747;line-height:21px;transition:all .2s}
input:focus,select:focus{outline:none;border:1px solid #0060a7}
input.is-full-width,select.is-full-width{width:100%}
input.is-small,select.is-small{padding:3px 8px;min-width:80px;line-height:18px;font-family:"Roboto";font-size:12px;font-weight:400}
input.is-medium,select.is-medium{padding:9px 8px;min-width:100px;line-height:21px;font-family:"Roboto";font-size:14px;font-weight:400}input.is-large,select.is-large{padding:12px 8px;min-width:130px;line-height:24px;font-family:"Roboto";font-size:16px;font-weight:400}
input.is-pill,select.is-pill{border-radius:48px 48px 48px 48px}
input.is-square,select.is-square{border-radius:0px}
input.is-rounded-right,select.is-rounded-right{border-radius:0px 5px 5px 0px}
input.is-rounded-left,select.is-rounded-left{border-radius:5px 0px 0px 5px}
input.is-rounded,select.is-rounded{border-radius:5px}
input.has-error,select.has-error{border:1px solid #e85e42}
select
{ 
  background-image:linear-gradient(45deg, transparent 50%, #B3B3B3 0),linear-gradient(135deg, #B3B3B3 50%, transparent 0),linear-gradient(90deg, #f2f2f2, #f2f2f2);
  background-position:calc(100% - 20px) calc(1em - -2px),calc(100% - 15px) calc(1em - -2px),calc(100% - 2.5em) .5em;
  background-size:5px 5px,5px 5px,1px 1.5em;
  background-repeat:no-repeat;
  -webkit-appearance:none;
  cursor:pointer
 }
select.is-small{background-position:calc(100% - 20px) calc(1em - 2px),calc(100% - 15px) calc(1em - 2px),calc(100% - 2.5em) .5em}
select.is-medium{background-position:calc(100% - 20px) calc(1em - -2px),calc(100% - 15px) calc(1em - -2px),calc(100% - 2.5em) .5em}
select.is-large{background-position:calc(100% - 20px) calc(1em - -5px),calc(100% - 15px) calc(1em - -5px),calc(100% - 2.5em) .5em}

input::placeholder,select::placeholder{color:#b3b3b3;opacity:1}
input:-ms-input-placeholder,select:-ms-input-placeholder{color:#b3b3b3}
input::-ms-input-placeholder,select::-ms-input-placeholder{color:#b3b3b3}

p{font-family:"Roboto";font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px}
p.is-small{font-family:"Roboto";font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px}
p.is-medium{font-family:"Roboto";font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px}
p.is-large{font-family:"Roboto";font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px}
h6{font-family:"Roboto";font-size:16px;font-weight:300;letter-spacing:0px;line-height:24px}
h5{font-family:"Roboto";font-size:20px;font-weight:300;letter-spacing:0px;line-height:30px}
h4{font-family:"Roboto";font-size:24px;font-weight:300;letter-spacing:0px;line-height:32px}
h3{font-family:"Roboto";font-size:32px;font-weight:300;letter-spacing:0px;line-height:42px}
h2{font-family:"Roboto";font-size:36px;font-weight:300;letter-spacing:0px;line-height:42px}
h1{font-family:"Roboto";font-size:48px;font-weight:300;letter-spacing:0px;line-height:54px}
th{padding:12px;background:#f4f5fb;font-family:"Roboto";font-size:12px;font-weight:500;letter-spacing:0px;line-height:18px}
td{background:#fff;padding:14px 9px;font-family:"Roboto";font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;border-bottom:.5px solid #ccc}
th.is-centered{text-align:center}
td.is-centered{text-align:center}
caption{margin:10px}

.layout-01 section:last-child{display:table-cell;position:fixed;top:0;left:500px;height:100vh;width:calc(100% - 500px)}
.layout-01 aside:first-child{display:table-cell;width:500px;height:100%}
.layout-01{display:table;display:grid;margin:0;padding:0;grid-template-columns:500px auto;height:100%}

@media(max-width: 1023px)
{
	.layout-01{grid-template-columns:auto}
	.layout-01 section:last-child{display:none}
	.layout-01 aside:first-child{display:table-cell;width:100%;height:100%}
}


.sidebar-large[data-v-6357c280]{padding:70px 80px;background-color:#fff}
.user-access-header>a[data-v-6357c280]{display:block;padding:1em}




.jumbotron[data-v-48418dfb]{height:73%}
.grid[data-v-48418dfb]{display:block;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:". ."}
.container[data-v-48418dfb]{padding-left:5%;width:50%;height:100%}
.container h2[data-v-48418dfb],
.container p[data-v-48418dfb]{margin-bottom:20px}


.help-call[data-v-64e09036]{height:20%;display:block;text-align:right;padding-top:10px;padding-right:50px}
.help-call p[data-v-64e09036],a[data-v-64e09036]{display:inline-block;padding:0 5px}
.help-call a[data-v-64e09036]{border:1px solid #fff;color:#fff}
.help-call a[data-v-64e09036]:hover{border:1px solid #fff;color:#00b19d;background:#fff}
.content[data-v-64e09036]{overflow:hidden;position:relative}
.slide[data-v-64e09036]{width:100%;height:100%;position:absolute;top:0;left:0}
.grid[data-v-64e09036]{display:block;display:grid;padding:8px}
.fade-enter-active[data-v-64e09036],
.fade-leave-active[data-v-64e09036]{-webkit-transition:opacity .5s;transition:opacity .5s}
.fade-enter[data-v-64e09036],
.fade-leave-to[data-v-64e09036]{opacity:0}

.sidebar-large[data-v-101076f9]{padding:70px 80px 30px;background-color:#fff}

.user-access{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%}
.user-access-header{padding:1em 0;width:100%}
.user-access-form{width:100%}
