html, body {
	min-height: 100%;
	font-family: "Helvetica Now Display";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3em;
	color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.bg-dark {
	background: #002041 !important;
}
a {
	color: #1588c9;
}
a:focus,
a:hover {
	color: #1588c9;
	text-decoration: none;
}
.core-page-login {
	background: #f5f5f5;
	height: 100%;
}
header {
	z-index: 10;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #191919;
	color: #fff;
	font-size: 12px;
}
header a,
header a:focus,
header a:hover {
	color: #fff;
}
.page-template-core-static-page header {
	border-bottom: 8px solid #ff9100;
	background: #ffa000;
	background: linear-gradient( 180deg, #ffaf2e 0%, #ffae2c 50%, #ffa000 100% );
}
header .nav-item .fa {
	font-size: 12px;
	vertical-align: middle;
}
.navbar-brand {
	margin-right: 0;
}

.page-template-core-static-page .navbar-brand {
	display: flex;
	width: 100%;
	color: #fff;
	letter-spacing: 2px;
}
.page-template-core-static-page .navbar-brand > span {
	flex-grow: 10;
	text-align: center;
	align-self: center;
	color: #002041;
}
.page-template-core-static-page .navbar-brand > span:active,
.page-template-core-static-page .navbar-brand > span:hover {
	color: #002041;
}
.page-template-core-static-page.core-corporate-page-1:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url( ../images/bg-corporate-cover.jpg ) center center no-repeat transparent;
	background-size: cover;
}
.brand-logo {
	display: inline-block;
	margin: -1rem 0 -1rem -1rem;
}
.brand-logo img {
	max-width: 100%;
	height: auto;
}
.navbar-brand span {
	margin-left: 10px;
	font-weight: 600;
}
.user-loginout .avatar {
	border-radius: 50px;
	width: 40px;
	height: auto;
}
.login-wrapper {
	background: #fff;
	border-radius: 3px;
	padding: 1.5em;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	margin-top: 6rem;
	margin-left: 2rem;
}
.login-wrapper .form-group label {
	font-size: 0.9em;
	font-weight: bold;
}

.sidebar {
    z-index: 5;
    min-height: 50vh;
    width: 280px;
    font-size: 1em;
    padding: 24px 30px 0;
    overflow-y: auto;
    background: #2b3541;
    color: #798591;
}
.sidebar .navbar-nav .nav-link {
	transition: 0.1s color ease-in-out;
}
.sidebar .navbar-nav .fa {
	width: 16px;
	margin-right: 10px !important;
	font-size: 16px;
	text-align: center;
}



.sidebar .navbar-nav ul {
	padding: 0;
	margin-top: 10px;
	list-style: none;
}
.sidebar .navbar-nav ul li:last-child {
	margin-bottom: 15px;
}
.sidebar .navbar-nav ul .nav-link:hover,
.sidebar .navbar-nav ul .active,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
	background: #34404C;
	border-bottom: 1px solid #000000;
}
.sidebar .navbar-nav > .nav-item:first-child > a {
	border-radius: 8px 8px 0 0;
}
.sidebar .navbar-nav > .nav-item:last-child:not(:only-child) > a {
	border-radius: 0 0 8px 8px;
}
.sidebar .navbar-nav .nav-link .fa-circle-right {
	display: inline-block;
	float: right;
	opacity: 0;
	line-height: 1.5em;
}
.sidebar .navbar-nav .nav-link.active .fa-circle-right {
	opacity: 0.5;
}
.sidebar .nav-item-top > a {
	padding: 15px 12px;
}
.sidebar .nav-item-top > ul > li > .nav-link {
	padding: 5px 12px 5px 40px;
}
.sidebar .nav-item-top>ul>li>.nav-link:hover,
.sidebar .nav-item-top>ul>li>.nav-link.active {
	border: none;
	background: transparent;
	color: #fff;
}
.sidebar .nav-item-top>ul>li>.nav-link.active {
	color: #1588c9;
}
.sidebar .nav-item-top > a,
.sidebar .sidebar-heading > .nav-link,
.navbar-dark .navbar-nav .nav-link {
	font-weight: 400;
}
.sidebar .sidebar-heading > .nav-link {
	color: #1588c9;
}
.sidebar .sidebar-heading > .nav-link:hover,
.sidebar .nav-item-top > .nav-link:hover {
	color: #fff;
}
.sidebar .nav-item-top {

}
.sidebar .sidebar-heading {
	margin-bottom: 0;
}
.sidebar .sidebar-heading a {
	padding: 15px 0;
}
.sidebar .navbar-toggler {
	border: none;
	font-size: 14px;
	padding: 15px 0;
}
.sidebar .navbar-toggler .fa-chevron-down,
.sidebar .navbar-toggler .fa-chevron-up {
	float: right;
	font-size: 8px;
	vertical-align: middle;
	margin: 4px 0 0;
}
.sidebar .navbar-toggler .fa-chevron-down,
.sidebar .navbar-toggler.collapsed .fa-chevron-up {
	display: none;
}
.sidebar .navbar-toggler.collapsed .fa-chevron-down {
	display: block;
}
.toggle-sidebar {
	font-size: 0.75em;
	text-transform: uppercase;
}
.toggle-sidebar,
.toggle-sidebar:hover,
.toggle-sidebar:active {
	text-decoration: none;
	color: #fff;
	line-height: 16px;
	background: #1B6B57 !important;
	border-color: rgba(0,0,0,0.1);
}
.toggle-sidebar .fa {
	color: #fff;
	font-size: 16px;
	width: 16px;
	text-align: center; 
	vertical-align: bottom;
	margin-right: 2px;
}
.sidebar-menu {
    list-style: none;
    padding: 0;
}
.sidebar-menu li {
    margin-bottom: 10px;
}
.sidebar-menu a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    background: #f5f5f7;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.sidebar-menu a i {
    margin-right: 10px;
    font-size: 18px;
}
.sidebar-menu a:hover {
    background: #2b3541;
    color: #ffffff !important;
}

.system-version {
	color: rgba(255,255,255,0.4);
}
.stage,
body.page-template-core-static-page {
	padding: 0;
	background: #fff;
}
.stage > .alert {
	border-radius: 0;
	margin: 0;
}
.content {
	padding: 50px;
}
.content-header,
.content > .display-4 {
	margin-bottom: 20px;
}
.content-header .fa {
	opacity: 0.3;
	font-size: 32px;
	margin-right: 10px;
}
.content-header .utility-toggle .fa {
	opacity: 0.7;
}
.content-filter {
	margin-bottom: 40px;
}
.content > .card {
	margin: 20px 0;
}
.remodal .card {
	margin: 20px 0;
}
.content > .nav-pills,
.content > .nav-tabs {
	margin: 40px 0 30px;
}
.tab-pane > .card {
	margin-bottom: 2rem;
}
.screen-reader-text {
	display: none;
}
.action-panel {
	margin-top: 30px;
}
.action-link {
	margin-top: 20px;
}
.action-link .btn {
	float: left;
	margin: 5px 20px 15px 0;
}
.last-logged-in {
	font-size: 11px;
	font-weight: 300;
}
.last-logged-in strong {
	font-weight: 700;
}
.user-active-policies {
	list-style: none;
	color: #6F6F6F;
	font-weight: 300;
}
.user-active-policies a {
	font-weight: 700;
}
.custom-file-input:hover {
	cursor: pointer;
}
.media-frame-router #menu-item-browse,
.media-frame-content .load-more-wrapper,
.media-frame-content .media-toolbar {
	display: none;
}
.media-frame-content .attachments-browser.has-load-more .attachments-wrapper, 
.media-frame-content .attachments-browser:not(.has-load-more) .attachments {
	top: 30px;
}
.claim-attachments,
.claim-attachments td {
	position: relative;
}
.claim-attachments td {
	border-bottom: 1px solid #eee;
}
.claim-attachments td .loading-overlay,
.claim-discussions .comment-form {
	height: 100%;
}
.claim-attachments td .loading-overlay .fa,
.claim-discussions .comment-form .fa {
	font-size: 32px;
	margin-top: 20px;
}
.remove-attachment {
	padding: 0 .25rem;
}
.remove-attachment .fa {
	margin: 0 !important;
}
.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	text-align: center;
	background: rgba(255,255,255,0.8);
}
.loading-overlay .fa {
	font-size: 48px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.table-sm {
	font-size: 0.9rem;
}
table.dataTable {
	margin: 0;
	max-width: 100%;
	font-size: 0.8em;
}
table.dataTable thead th, 
table.dataTable thead td,
table.dataTable tbody th, 
table.dataTable tbody td,
table.dataTable tfoot th, 
table.dataTable tfoot td {
	padding: .75rem .3rem;
}
table.dataTable thead th {
	border-bottom: 2px solid #dee2e6;
}
table.dataTable tfoot th, 
table.dataTable tfoot td {
	border-top: 2px solid #dee2e6;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting_asc_disabled, 
table.dataTable thead .sorting_desc_disabled {
	background-position: right 5px;
}
table.dataTable ol {
	margin: 0;
	padding: 0 0 0 1em;
}
.fa {
	font-size: 16px;
}
.fa:first-child:not(:only-child) {
	margin-right: 5px;
}
.btn .fa {
	font-size: 1em;
}
.btn-outline-primary {
	color: #FBB316;
    border-color: #FBB316;
}
.btn-primary,
.btn-outline-primary:hover {
	background-color: #fff;
	border-color: #1588c9;
	color: #1588c9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #1588c9;
	border-color: #1588c9;
	color: #fff;
}
.btn-primary.disabled, 
.btn-primary:disabled {
	background-color: #fff;
	border-color: #1588c9;
	color: #1588c9;
}
.btn-outline-secondary:hover {
	background-color: #2b3541;
	border-color: #fff;
	color: #fff;
}
.btn-group-xs>.btn, 
.btn-xs {
	padding: 0.1rem 0.25rem;
    font-size: .75rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}
.fa-file-pdf {
	color: #dc3545;
}
.fa-file-image {
	color: #007bff;
}
.fa-file {
	color: #888;
}
.tablenav {
	margin-bottom: 20px;
}
.datatable {
	display: none;
}
.dataTables_wrapper .datatable {
	display: table;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
	margin-top: 10px !important;
}
.dataTables_wrapper .dataTables_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .55rem .75rem !important;
    margin-bottom: 1rem;
    font-size: .875rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .2rem;
}
.form-group > label {
	font-weight: 700;
}
.utility-toggle .fa {
	font-size: 16px;
}
.utility-toggle .fa-caret-down {
	font-size: 12px;
}
.pill {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background: #F0F1F2;
    border: 1px solid #ccc;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.pill-sm {
	padding: .25rem;
	font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.pill span {
	display: inline-block;
	margin: -.375rem -.5rem -.375rem .25rem;
	padding: .375rem .75rem;
	background: #fff;
	border-radius: 0 .25rem .25rem 0;
}
.pill-sm span {
	margin: -.25rem -.25rem -.25rem .25rem;
	padding: .25rem .5rem;
}
.pill:last-child {
	margin-left: 5px;
}
.card-header h4 {
	margin: 0;
}
.card-header h4 .badge {
	font-weight: 500;
}
.hasDatepicker {
	min-width: 150px;
}
.editable-records {
	font-size: 0.8em;
}
.form-group .editable-records {
	margin-bottom: 0;
}
.editable-records label {
    display: none;
}
.editable-records .form-group {
	margin-bottom: 0;
}
.editable-records .form-control,
.editable-records .custom-select,
.editable-records .input-group,
.editable-records .input-group-text,
.editable-records .chosen-choices, 
.editable-records .chosen-container-multi .chosen-choices, 
.editable-records .chosen-container-single .chosen-single,
.editable-records .select2-container .select2-selection--single .select2-selection__rendered,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
    height: calc(1.5em + .5rem + 2px);
    flex-grow: 2;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.editable-records .input-group {
	padding: 0;
}
.editable-records .chosen-container-single .chosen-single div b {
	background-position: 0 5px;
}
.editable-records .chosen-container-single .chosen-single abbr {
	top: 9px;
}
.editable-records .hasDatepicker,
.form-control-sm.hasDatepicker {
	min-width: 135px;
}
.select2-results__option,
.select2-search--dropdown .select2-search__field {
	font-size: 0.8rem;
	line-height: normal;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection {
	border-color: #ced4da;
}
.select2-dropdown {
	z-index: 10001;
}
.editable-records .subtotal {
	font-size: 1.3em;
	font-weight: 600;
}
.editable-records.columnar thead {
	display: none;
}
.editable-records.columnar tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.editable-records.columnar tbody tr {
	display: block;
	padding: 0.75rem 0;
	width: 49%;
	margin-bottom: 1rem;
	flex-shrink: 0;
	background-color: rgba(0,0,0,.05) !important;
}
.editable-records.columnar tbody tr > td {
	display: block;
	padding: 0.25rem .75rem;
	border-top: none;
}
.editable-records.columnar label {
	display: block;
	width: 150px;
	margin: 0;
}
.editable-records.columnar .remove {
	width: 100%;
}
.editable-records.columnar .add-row td {
	border-top: none;
}

.editable-records .form-group,
.editable-records.columnar .form-group {
	display: flex;
}
.editable-records.columnar .form-group {
	align-items: center;
}

table .remove {
	vertical-align: middle;
	text-align: center;
	min-width: 30px;
}
table .remove .button {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 5px;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}
table .remove .edit-row {
	color: #333;
}
table .remove .remove-row {
	color: #dc3545;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
	display: inline;
	width: 100%;
}
.custom-switch-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-switch-danger .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.custom-switch-danger .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(220,53,69,0.5);
}
.claim-discussions .comment-form {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.claim-discussions .comment-field {
	flex-grow: 10;
	position: relative;
	padding-bottom: 25px;
}
.claim-discussions .comment-field textarea {
	width: 100%;
	border-color: #fff;
	resize: none;
}
.claim-discussions .avatar {
	border-radius: 20px;
}
.claim-discussions .comment-author {
	font-size: 0.8rem;
	font-weight: 700;
}
.claim-discussions .comment {
	padding: 10px 1rem;
}
.claim-discussions .activity {
	padding: 0 1rem;
}
.claim-discussions .comment p:last-child {
	margin-bottom: 0;
}
.claim-discussions .comment-activity {
	font-size: 0.8rem;
}
.claim-discussions .activity .fa {
	font-size: 16px;
}
.claim-discussions .comment-timestamp {
	font-weight: 600;
}
.claim-discussions .activity .comment-timestamp {
	margin-left: 10px;
}
.claim-discussions .comment-reply-link {
	margin-right: 10px;
}
.claim-discussions .comment-reply-link .fa {
	font-size: 12px;
}
.claim-discussions .comment-reply,
.claim-discussions .comment .comment {
	padding: 10px 1rem;
	margin: 10px -1rem -10px !important;
	border-top: 1px solid rgba(0,0,0,.125);
	border-radius: 0 0 .25rem .25rem;
}
.claim-discussions .comment-reply .avatar {
	height: 31px;
	width: 31px;
}
.claim-discussions .comment > .fa {
	margin-top: 3px;
}
.claim-discussions .comment .comment {
	border-width: 1px 0 0 0;
	background: #F5FFF2;
}
.keyboard-hint {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.claim-discussions .comment-field textarea:focus + .keyboard-hint {
	display: block;
}
.claims-listing .last-activity {
	width: 35%;
}
.claims-listing .last-activity .fa {
	vertical-align: middle;
}
.claims-listing .last-activity small {
	float: right;
	margin: 3px 0 0 5px;
}
.terms-list {
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.terms-list li span {
	color: #aaa;
}
.terms-list.navbar-light .navbar-nav .nav-link {
	color: #555;
}
.navbar-light .navbar-nav.terms-list .nav-link:hover {
	color: #212529;
}
.terms-list li a:hover {
	text-decoration: none;
}
.terms-list li.active a {
	color: #212529;
	font-weight: bold;
}
.terms-list li.active a span {
	font-weight: normal;
}
.document-stage {
	position: relative;
	margin-bottom: 30px;
	padding: 2em;
	background: #fff;
	text-align: center;
	max-height: 300px;
	overflow-y: scroll;
	transition: max-height 0.6s ease-out;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.document-stage.open {
	max-height: 700px;
}
.document-stage img {
	max-width: 100%;
	height: auto;
}
.document-stage-wrapper .pull-down {
	display: block;
	background: #fff;
	padding: 4em 0 0.5em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient( rgba(255,255,255,0), rgba(255,255,255,1) 60% );
}
div.dataTables_wrapper div.dataTables_length select {
	padding-right: 20px;
}
.filters {
	margin-top: 20px;
}
.filters .fa {
	font-size: 12px;
	opacity: 0.8;
	margin: 0;
}
.filters .text-muted {
	margin-bottom: 10px;
}
.filters .btn {
	font-size: 80%;
	border-radius: 15px;
	padding: .2rem .5rem;
	line-height: 1;
	margin-bottom: 5px;
}
.error {
	color: #dc3545!important;
}
.hidden {
	display: none;
}
.wp-editor-container {
	border: 1px solid #ddd;
}
.wp-editor-wrap .button, 
.wp-editor-wrap button, 
.wp-editor-wrap input[type="submit"], 
.wp-editor-wrap input[type="reset"] {
	border-radius: 0;
	box-shadow: none;
}
.system-settings input[type="submit"] {
	margin-top: 40px;
	clear: both;
}
.wp-editor-wrap .wp-switch-editor {
	margin: 5px 0 0 5px;
}
.wp-editor-wrap .wp-core-ui .button, 
.wp-editor-wrap .wp-core-ui .button-secondary {
	margin-right: 5px;
}
.login-remember label {
	width: auto;
}
.welcome {
	font-size: 24px;
    font-weight: bold;
    font-family: 'Helvetica Now Display', sans-serif; /* Ensuring correct font */
    margin-bottom: 20px;
}
.footnote {
	font-size: 0.8em;
	color: #888;
}
.delete .fa,
.cancel .fa {
	color: #c00;
}
.editable-records .record .field,
.editable-records .record .chosen-container,
.editable-records .editing .current {
	display: none;
}
.editable-records .editing .field,
.editable-records .editing .chosen-container {
	display: block;
}
.class-records .remarks p:first-child {
	margin-top: 0;
}
.search-input {
	width: 100%;
	margin-bottom: 5px;
}
.container-label {
	text-align: center;
	margin-top: 5px;
	display: block;
}
.ms-selectable li, 
.ms-selection li {
	margin-bottom: 0;
}
.red {
	color: #D10808;
}
.button.red {
	color: #fff;
}
.remodal-close {
	box-shadow: none;
}
.remodal {
	text-align: left;
	margin-top: 35px;
}
.remodal h1 {
	margin-top: 0;
}
@media only screen and (min-width: 641px) {
	.remodal {
	    max-width: 1100px;
	}
}
.remodal .messages {
	margin-bottom: 10px;
}
.remodal .alert {
	margin-bottom: 5px;
}
.claim-status-finalized .remove a,
.claim-status-finalized .add-new,
.claim-status-finalized .editable-records tfoot {
	display: none !important;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0,0,0,.02);
}
table.dataTable thead>tr>th.sorting_asc, 
table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, 
table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, 
table.dataTable thead>tr>td.sorting {
	padding-right: 22px;
}
.table-fixed-first-col {
	width: auto;
}
.table-fixed-first-col tr th:first-child,
.table-fixed-first-col tr td:first-child {
	min-width: 135px;
}
table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}
.list-actions {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0;
	opacity: 0;
	white-space: nowrap;
	line-height: 1;
}
tr:hover>td>.list-actions {
	opacity: 1;
}
.list-actions li {
	display: inline-block;
	margin-right: 5px;
}
.form .card {
	width: 100%;
}
.copy-text {
	color: #777;
	padding-left: 2px;
}
.form-group small {
	line-height: normal;
	display: inline-block;
	margin-top: 3px;
}
.core-corporate-page-2 .card {
	border: 2px solid rgba( 0, 0, 0, 0.6 );
}
.policy-card th[scope=row] {
	width: 150px;
}
.uploader-form {
	display: block;
	margin: 0;
}
.uploader-form #plupload-upload-ui {
	position: relative;
}
.uploader-form #plupload-upload-ui .drag-drop-buttons,
.uploader-form #plupload-upload-ui .drag-drop-info {
	margin-bottom: 0;
}
.uploader-form #plupload-upload-ui.drag-drop #drag-drop-area {
	padding: 15px;
	border: 1px dashed #ccc;
	text-align: center;
	background: #fafafa;
	border-radius: 5px;
	font-size: 0.9em;
}
.uploader-form #plupload-upload-ui.drag-drop p {
	display: block;
	font-size: 14px;
	margin: 0;
	text-align: center
}
.uploader-form #plupload-upload-ui.drag-over #drag-drop-area {
	border-color: #007BFF
}
.uploader-form .max-upload-size {
	display: block;
}
.uploader-form #media-items.thumbnail {
	box-sizing: border-box;
	margin: .5em -8px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap
}
.uploader-form #media-items.thumbnail .media-item {
	position: relative;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
	padding: 8px
}
.uploader-form #media-items.thumbnail .media-item .pinkynail {
	float: left;
	margin: 2px 10px 0 3px;
	max-width: 40px;
	max-height: 32px
}
.uploader-form #media-items.thumbnail .media-item .item {
	position: relative;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
	background: #f8f8f8;
	overflow: hidden
}
.uploader-form #media-items.thumbnail .media-item .item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	overflow: hidden
}
.uploader-form #media-items.thumbnail .media-item .item .centered {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(50%, 50%)
}
.uploader-form #media-items.thumbnail .media-item .item .centered img {
	margin: 0 auto;
	overflow: hidden;
	border: none;
	top: 0;
	left: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: initial;
	max-height: initial
}
.uploader-form #media-items.thumbnail .media-item .item .centered.portrait img {
	max-width: 100%
}
.uploader-form #media-items.thumbnail .media-item .item .centered.landscape img {
	max-height: 100%
}
.uploader-form #media-items.thumbnail .media-item .item::before {
	content: "";
	display: block;
	padding-top: 100%
}
.uploader-form #media-items.thumbnail .media-item .item .progress,
.uploader-form #media-items.thumbnail .media-item .item .bar {
	background: #ccc;
	border-radius: 22px;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%
}
.uploader-form #media-items .media-item .item .percent {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 0 5px;
	position: relative;
	width: 100%;
	z-index: 10
}
.uploader-form #media-items .media-item .item .bar {
	background: #719430;
	height: 100%;
	left: 0;
	transform: translate(0%, -50%);
	width: 0;
	z-index: 9
}
.uploader-form #media-items.flat .media-item .item {
	display: flex;
	align-items: center;
}
.uploader-form #media-items.flat .media-item .item-filename {
	font-size: 0.9em;
	margin-right: 5px;
}
.uploader-form #media-items.thumbnail .media-item .item-filename {
	display: none;
}
.uploader-form #media-items.flat .media-item .item .progress {
	background: #555;
}
.uploader-form #media-upload-error .error,
.uploader-form #media-file-errors .error {
	align-items: flex-start;
	background-color: #fff;
	border-radius: 0px;
	border: 0;
	box-shadow: inset 2px 0 0 0 #ff6d6d, inset 0 0 0 1px #ebebeb;
	display: flex;
	margin: 15px 0 0;
	padding: 8px 15px
}
.uploader-form #media-upload-error .error p,
.uploader-form #media-file-errors .error p {
	margin: 0
}
.news-item .news-image {
	height: 140px;
	overflow: hidden;
	display: flex;
	box-shadow: 0 0 24px rgba( 0, 0, 0, 0.15 );
	border-radius: 10px 10px 0 0;
}
.news-item .news-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-item .news-content {
	padding: 13px 18px;
	font-size: 12px;
}
.news-item .news-content h4 {
	font-size: 14px;
}
.news-item .news-content .learn-more {
	font-weight: 700;
}
.policy-details {
	margin-bottom: 30px;
}
.policy-details .badge-pill {
	font-size: 1em;
	padding: 0.5em 1em;
}
.policy-details .badge-pill .fa {
	margin-right: 0.5em;
}
.policy-details .card-body {
	background: #f5f5f7;
}
.device-policy-details th {
	padding-right: 2em;
}
.service-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f7;
    padding: 40px 25px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-family: 'Helvetica Now Display', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
	height: 12rem;
}
.service-card h4 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Helvetica Now Display', sans-serif;
    margin: 0;
}
.service-card:hover {
    background: #2b3541;
    color: #ffffff !important;
}
.service-card i {
    font-size: 40px;
    margin-bottom: 10px;
}
.remodal {
	max-width: 600px;
	border-radius: 15px;
}
.remodal-close {
	left: auto;
	right: 0;
}
.remodal-title {
	text-align: center;
	margin-bottom: 2em;
}
.remodal table td,
.remodal table th {
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}
.remodal form .alert p {
	margin-bottom: 0;
}
#footer-iframe {
	min-height: 500px;
	background: #191919;
}
.gform_wrapper h1 {
	display: none;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	display: inline-block;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
	margin-left: 20px;
}
.form-control,
.form-control:focus {
	color: #000;
}
.form-control .gf_placeholder {
	color: #777;
}
.alert > p:last-child {
	margin-bottom: 0;
}
.form-control[type=file] {
	height: auto;
}
.form-control.datepicker {
	width: auto;
}