html, body, .pure-g [class*=pure-u]
{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: .3px;
}

html
{
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a
{
    color: #51a7d6;
}

.clearfix:before,
.clearfix:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    zoom: 1;
}

.p-y-1
{
    padding: 5px 0px;
}

.float-left
{
    float: left;
}

.float-right {
    float: right;
}

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

.valign-middle
{
    vertical-align: middle;
}

.text-left
{
    text-align: left;
}

.position-relative
{
    position: relative;
}

.invisible
{
    visibility: hidden;
}

.overflow-y-scroll
{
    overflow-y: scroll;
}

.p-l-1
{
    padding-left: 5px !important;
}

.upper
{
    text-transform: uppercase;
}



.d-none {
    display: none !important;
}

@media screen and (min-width:768px) {
    .signed-out
    {
        background-color: #2aa5dd;
    }

    .signed-out-content
    {
        background-color: #fff;
        width: 550px;
        margin: 40px auto;
        padding: 50px;
        border-radius: 15px;
    }
}

@media screen and (max-width:767px) {
    .signed-out-content {
        width: 100%;
        margin-top: 40px;
        padding: 30px;
    }
}

.signed-out-content a
{
    color: #7e7e7e;
}

fieldset {
    border: 0;
}

.signed-out-input-group
{
    padding: 0;
    margin: 0 0 1.6rem 0;
    border: 0; /* for fieldsets */
}

.signed-out-input-group legend {
    margin-bottom: 5px;
    color: #7e7e7e;
}

.signed-out-input-group label
{
    display: block;
    color: #7e7e7e;
    font-size: .8rem;
}

.signed-out-input-group input[type=radio] + label,
.signed-out-input-group input[type=checkbox] + label
{
    display: inline;
    margin-left: 5px;
}

.signed-out-input-group input
{
    display: block;
    border: 0;
    border-bottom: 1px solid #7e7e7e;
    color: #7e7e7e;
    font-size: 1.2rem;
    width: 100%;
    padding: 5px;
    outline: none
}

.signed-out-input-group input[type=radio],
.signed-out-input-group input[type=checkbox]
{
    display: inline;
    width: auto;
    margin-bottom: 0;
}

.signed-out-input-group input:focus
{
    outline: none;
}

.btn
{
    padding: 10px 40px 10px 40px;
    border-radius: 3px;
    text-align: center;
}

.btn-block
{
    display: block;
    width: 100%;
}

.btn-link
{
    padding: 0;
    border: 0;
    color: #51a7d6;
    background-color: white;;
    text-decoration: underline;
    cursor: pointer;
}

.btn-margin-right
{
    margin-right: 20px;
}

.btn-signed-out
{
    border: 1px solid #51a7d6;
    background-color: #51a7d6;
    color: #fff;
    text-decoration: none;
}

.btn-signed-out:disabled
{
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3;
}

.btn-signed-out-reverse
{
    border: 1px solid #51a7d6;
    background-color: #fff;
    color: #51a7d6;
    text-decoration: none;
}

.signed-in
{
    background-color: #f3f8fa;
}

.container
{
    background-color: #f3f8fa;
    position: relative;
    margin-left: 150px;
}

.content {
    box-shadow: inset 6px 0 6px rgba(225, 225, 225, .3);;
    background-color: #f3f8fa;
    flex-grow: 1;
    z-index: 0;
}

.rail
{
    background-color: #fff;
    z-index: 100;
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 150px;
}

.hr {
    background-color: #888;
    color: #888;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 1px;

}

.company-info
{
    margin-bottom: 20px;
}

.company-info img
{
    width: 75px;
    margin-bottom: 10px;
}

.company-info .company-name
{
    font-weight: 300;
    text-align: center;
}

.header
{
    height: 68px;
    background-color: #2aa5dd;
    background-image: linear-gradient(to right, #28a4db, #30d1de);
    z-index: 200;
}

.content-inner
{
    margin: 50px;
}

.main-nav ul
{
    list-style-type: none;
}

.left-menu-item.first
{
    margin-top: 30px;
}

.left-menu-item
{
    margin-bottom: 30px;
    text-align: center
}

.left-menu-item img
{
    height: 32px;
}

.left-menu-item a
{
    text-decoration: none;
    color: #888;
}

.left-menu-item span
{
    font-size: .8rem;
    font-weight: 300;
}

.left-menu-item i
{
    font-size: 2rem;
}

.card
{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 12px rgba(175, 175, 175, .3);;
}

.card-header
{
    background-color: #d3f3f7;
    padding: 10px;
}

.d-flex
{
    display: flex;
}

.dependent-list-card
{
    min-height: 200px;
}

.dependent-container
{
    display: flex;
    flex-direction: row;
}

.dependent-container-list
{
    min-width: 400px;
    margin-right: 30px;
}

.dependent-list-item
{
    color: #888;
    font-weight: 300;
    padding: 20px;
    border-top: 1px solid #888;
}

.dependent-list-item:first-child
{
    border-top: 0;
}

.dependent-list-item.current
{
    background-color: #d3f3f7;
}

.dependent-container-main
{
    flex: 1;
}

.h1
{
    color: #888;
    font-size: 1.5rem;
    font-weight: 300;
}

.h3
{
    color: #000;
    font-size: 1.1rem;
    font-weight: 300;
}

.less-ws .input-group
{
    margin-bottom: 15px;
}

.less-ws .input-group .legend,
.less-ws .input-group label
{
    margin-bottom: 5px;
}

.input-group
{
    margin-bottom: 30px;
}

.input-group .legend,
.input-group label
{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.input-group input, .input-group textarea
{
    border: 0;
    background-color: #f8f8f8;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    outline: none;
    padding: 10px;
}

.input-group.input-group-checkbox input[type=checkbox],
.input-group.input-group-checkbox input[type=radio]
{
    display: inline;
    padding: 0;
    width: initial;
}

.input-group.input-group-checkbox label
{
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
}

.input-group input:focus
{
    outline: none;
}

.alert
{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-error
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.signed-out-input-group .error,
.input-group .error
{
    color: red;
}

.signed-out-input-group .error {
    font-size: .9rem;
}

.input-group .select-wrapper {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.input-group .select-wrapper select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    padding: 0;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
    content: '▼';
  	font-size: 16px;
  	position: absolute;
  	top: 12px;
  	right: 15px;
  	color: #888;
  	pointer-events: none;
}

.input-group .select-wrapper select:focus {
    outline: none;
}

.form-button
{
    background-color: #fff;
    border: 2px solid #2aa5dd;
    padding: 8px 20px 8px 20px;
    color: #2aa5dd;
    font-size: 1.1rem;
    letter-spacing: .4px;
    text-decoration: none;
}

/* Clears default dropdown styling from IE */
select::-ms-expand {
    display: none;
}

.dependent-link
{
    font-size: .8rem;
    color: #2aa5dd;
    margin-right: 10px;
}

.doc-links
{
    display: block;
    padding-top: 7px;
}

.documents-table
{
    width: 100%;
}

.documents-table thead tr
{
    background-color: #d3f3f7;
}

.documents-table thead th
{
    padding: 10px 0 10px 0;
}

.documents-table tbody td
{
    font-weight: 300;
    letter-spacing: 0;
    padding: 10px 0 10px 0;
}

.dashboard-header
{
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    text-align: center;
    min-height: 135px;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
}

.card:nth-of-type(1)
{
    padding: 10px;
}

.profile-card-size
{
    padding-bottom: 27px !important;
}

.dashboard-icon
{
    margin-bottom: 10px;
}

div.profile-card-dashboard
{
    width: 20%;
}

.profile-header
{
    align-items: flex-start;
    padding-bottom: 10px;
    justify-content: start;
}

div.dashboard-row-cards
{
    width: 16%;
    display: flex;
}

.profile-card-name
{
    text-align: left;
    font-weight: bold;
    float: left;
    font-size: 16px;
}

.profile-card-text
{
    text-align: left;
    font-size: 16px;
    margin-top: 15px;
}

.profile-card-text.mt-0
{
    margin-top: 0;
}

.verified
{
    color: #55A446;
}

.not-started
{
    color: #47AFE2;
}

.pending-review
{
    color: #F79522;
}

.needs-attention
{
    color: #C2262E;
}

.count-card-text-size
{
    font-size: 1.35rem !important;
}

.count-card-text-size.small
{
    font-size: 1.10rem !important;
}

.verified-box
{
    border: 3px solid #55A446;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.not-started-box
{
    border: 3px solid #47AFE2;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.pending-review-box
{
    border: 3px solid #F79522;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.needs-attention-box
{
    border: 3px solid #C2262E;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.count
{
    font-size: 75px;
}

div.dashboard-table-width
{
    width: 84%;
}

div.help-card
{
    width: 16%;
}

.help-screen-box
{
    min-height: 160px;
}

.font-bold
{
    font-weight: bold;
}

.dashboard-header .text
{
    flex: 1
}

.dashboard-header img
{
    height: 75px;
}

.dashboard-table-card
{
    margin-top: 20px;
}

.dashboard-table
{
    width: 100%;
}

.img-card-border
{
    border: #63CBE5 2px solid;
}

.dashboard-table thead tr
{
    background-color: #CCEBF4;
}

.dashboard-table tbody tr:nth-child(even) 
{
    background-color: #f2f2f2;
}

.dashboard-table thead th
{
    padding: 10px 0 10px 0;
}

.dashboard-table tbody td
{
    font-weight: 300;
    letter-spacing: 0;
    padding: 10px 0 10px 0;
}

.profile-menu
{
    position: absolute;
    top: 0;
    right: 25px;
    text-align: right
}

.profile-menu i
{
    font-size: 2.5rem;
    color: #fff;
    padding-top: 13px;
}

.profile-menu ul
{
    list-style-type: none;
    display: none;
    background-color: #fff;
    border: 1px solid #65cddb;
    border-top: 0;
    margin-top: 15px;
    border-radius: 0 0 10px 10px;
    padding: 10px 0 10px 0;
}

.profile-menu ul li
{
    padding: 5px 0 5px 0;
    text-align: left;
}

.profile-menu ul li a
{
    display: block;
    text-decoration: none;
    color: #65cddb;
    padding: 5px 30px 5px 30px;
}

.profile-menu ul li a:hover
{
    background-color: #65cddb;
    color: #fff;
}

.profile-menu:hover ul, .profile-menu i:hover ul, .profile-menu ul:hover
{
    display:block;
}

.pure-gutters-left
{
    padding-right: 10px;
}

.pure-gutters-center
{
    padding-left: 10px;
    padding-right: 10px;
}

.pure-gutters-right
{
    padding-left: 10px;
}


/* pure-hidden-xs */
@media screen and (max-width:567px) {
    .pure-visible-sm:not(.pure-visible-xs){display:none}
    .pure-visible-md:not(.pure-visible-xs){display:none}
    .pure-visible-lg:not(.pure-visible-xs){display:none}
    .pure-visible-xl:not(.pure-visible-xs){display:none}
    .pure-hidden-xs {display:none}
}
/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    .pure-visible-xs:not(.pure-visible-sm){display:none}
    .pure-visible-md:not(.pure-visible-sm){display:none}
    .pure-visible-lg:not(.pure-visible-sm){display:none}
    .pure-visible-xl:not(.pure-visible-sm){display:none}
    .pure-hidden-sm {display:none}
}
/* pure-hidden-md */
@media screen and (min-width:768px) and (max-width:1023px) {
    .pure-visible-xs:not(.pure-visible-md){display:none}
    .pure-visible-sm:not(.pure-visible-md){display:none}
    .pure-visible-lg:not(.pure-visible-md){display:none}
    .pure-visible-xl:not(.pure-visible-md){display:none}
    .pure-hidden-md {display:none}
}
/* pure-hidden-lg */
@media screen and (min-width:1024px) and (max-width:1279px) {
    .pure-visible-xs:not(.pure-visible-lg){display:none}
    .pure-visible-sm:not(.pure-visible-lg){display:none}
    .pure-visible-md:not(.pure-visible-lg){display:none}
    .pure-visible-xl:not(.pure-visible-lg) {display:none}
    .pure-hidden-lg{display:none}
}
/* pure-hidden-xl */
@media screen and (min-width:1280px) {
    .pure-visible-xs:not(.pure-visible-xl){display:none}
    .pure-visible-sm:not(.pure-visible-xl){display:none}
    .pure-visible-md:not(.pure-visible-xl){display:none}
    .pure-visible-lg:not(.pure-visible-xl){display:none}
    .pure-hidden-xl{display:none}
}

.sign-in-image-container
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
}

.sign-in-image-container div
{
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 100%
}

.sign-in-image-container img
{
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100%;
    border-radius: 40px
}

.sign-in-login-container
{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    background-color: #fff;
    padding: 50px;
}

.sign-in-contents
{
    margin-top: 100px;
    overflow: auto;
}

.sign-in-contents .logo
{
    height: 100px;
}

.sign-in-instructions
{
    margin: 10px auto;
    padding: 10px;
    width: 80%;
    color: #51a7d6;
    border-top: 1px solid #51a7d6;
    text-align: center;;
}

.sign-in-instructions-title
{
    font-weight: bold;
}

.language-menu
{
    position: absolute;
    right: 0;
    color: #888;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    border: 1px solid #fff;
}

.language-menu:hover
{
    border: 1px solid #888;
    border-radius: 10px;
}

.language-menu .menu-header
{
    padding: 10px 10px 0 0;
}

.language-menu .menu-title
{
    display: none;
    vertical-align: middle;
    font-size: 90%;
    font-weight: bold;
}

.language-menu .icon
{
    vertical-align: middle;
}

.language-menu .icon-large
{
    font-size: 28px;
}

.language-menu:hover .menu-title
{
    display: inline;
}

.language-menu .menu-icon
{
    text-align: right
}

.language-menu:hover div
{
    background-color: #fff;
}

.language-menu ul
{
    list-style-type: none;
    display: none;
    background-color: #fff;
    padding: 0 0 10px 0;
}

.language-menu ul li
{
    padding: 0 0 5px 0;
    text-align: left;
}

.language-menu ul li a
{
    display: block;
    text-decoration: none;
    padding: 2px 30px 2px 0;
}

.language-menu ul li .check
{
    visibility: hidden;
}

.language-menu ul li a
{
    color: #888;
}

.language-menu ul li a:hover .check
{
    visibility: visible;
}

.language-menu:hover ul, .language-menu i:hover ul, .language-menu ul:hover
{
    display:block;
}

.forgot-password-link
{
    font-size:.9rem;
    color: #7e7e7e
}

.sign-in-button-container
{
    margin: 20px auto;
    width: 50%
}

.sign-in-need-help
{
    margin-top:25px;
}

@media screen and (max-width:767px) {
    .sign-in-image-container {
        display: none;
    }

    .sign-in-login-container {
        width: 100%;
    }
}

.alert
{
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.alert.ok
{
    background-color: rgba(87, 226, 139, .5);
    border: 1px solid rgba(53, 212, 112, .5);
    color: #3c3c3c;
}

ul, ol {
    list-style-position: inside;
}

ol > li.space-between {
    margin-top: 20px;
}

.resolve-header
{
    background-color: #2aa5dd;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.muted-text {
    color: #999;
    font-size: 13px;
}

.underline-text {
    text-decoration: underline;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 4.5px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-5 {
    margin-bottom: 25px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 20px;
}

.info-text-main {
    color: #999;
    font-size: 16px;
}

.form-button-dark {
    background-color: #2aa5dd;
    border: 2px solid #2aa5dd;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: .4px;
    text-decoration: none;
}

.no-wrap {
    white-space: nowrap;
}

.m-auto {
    margin: auto;
}

.disabled-input {
    background-color: #ddd !important;
    color: #777;
}

.letter-spacing-n {
    letter-spacing: normal;
}

@media screen and (min-width:768px) {

    .pure-md-gutters-left
    {
        padding-right: 10px;
    }

    .pure-md-gutters-center
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pure-md-gutters-right
    {
        padding-left: 10px;
    }

    .mb-md-1 {
        margin-bottom: 10px;
    }

}

.css-modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.css-modal:target:before {
    display: block;
}

.css-modal:target .css-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 12%;
}

.css-modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    margin-left: -200px;
    position: fixed;
    left: 42%;
    top: -100%;
    z-index: 11;
    width: 800px;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.css-modal-header,
.css-modal-footer {
    padding: 10px 30px;
}

.css-modal-header {
    border-bottom: #eee solid 1px;
}

.css-modal-footer {
    border-top: #eee solid 1px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.css-btn.css-btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}

.css-btn-close {
    color: #aaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}

.css-modal-btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color 0.1s ease;
    margin: 3px;
}
  
.css-modal-btn:hover {
    background: #357ebd;
}

.instructions-card {
    min-height: 200px;
    color: #888;
}

.instructions-card div, .instructions-card li {
    padding-bottom: 10px;
}

.instructions-card ol {
    padding-top: 10px;
    padding-left: 25px;
    list-style-position: outside;
}

.profile-card {
    color: #888;
}

.profile-card .input-group .legend {
    margin-bottom: 5px;
}

.blue-icon {
    color: #56a1da;
}

.upload-file-button {
    background-color: #fff;
    border: 2px solid #2aa5dd;
    padding: 8px 20px 8px 20px;
    color: #2aa5dd;
    font-size: 1.1rem;
    letter-spacing: .4px;
    text-decoration: none;
    margin-left: 10px;
}

.form-button-cancel {
    background-color: #d9534f;
    border: 2px solid #d9534f;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: .4px;
    text-decoration: none;
    margin-left: 10px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.max-width-850 {
    max-width: 850px
}

.p-30px {
    padding: 30px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.spinner-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
}

.spinner-hidden {
    display: none;
}

.spinner-container .spinner-inner {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-container .spinner {
    position: relative;
    width:50px;
    height:50px;
    border-radius:50%;
    border:8px solid;
    border-color:#E4E4ED;
    border-right-color: #4e9bcb;
    animation:s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}

label.long-text {
    position:relative;
    padding-left:2.5ch;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

label.long-text.inline {
    display: inline-block;
    padding-left: 1.8ch;
}

label.long-text > [type=radio],
label.long-text > [type=checkbox] {
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1.2;
}

.line-height-1 {
    line-height: 1 !important;
}