/* base */
* {
	box-sizing: border-box;
}

html {
	background: #003457;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	border-top: 5px solid #4989af;
	font-family: "Gotham SSm A","Gotham SSm B",helvetica,arial,sans-serif;
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
}

.inner {
	box-sizing: border-box;
	clear: both;
	padding: 0 20px 0 0;
	margin: 0 auto 1em;
	max-width: 1000px;
}

.inner:after {
	clear: both;
	content: "";
	display: table;
}

.unit {
	box-sizing: border-box;
	padding: 0 0 0 20px;
	width: 100%;
}

@media screen and (min-width: 48em) {
	.size1of2-wide {
		float: left;
		width: 50%;
	}
}

/* header */
header {
	display: table;
	margin-bottom: 1rem;
	padding-top: 1rem;
	width: 100%;
}

.site-logo {
    float: left;
}

    .site-logo img {
	    display: block;
	    max-width: 300px;
	    width: 100%;
    }

.utility-nav {
    float: right;
}

    .utility-nav .hlist {
        list-style: none;
    }

.hlist > li {
    display: inline-block;
    margin-right: 1rem;
}

    .hlist > li:last-child {
        margin-right: 0;
    }

/* footer */ 
footer {
	border-top: 1px solid rgba(1, 66, 86, 0.5);
	background: #003457;
	color: #fff;
}

/* loader */
.loading-mask {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 0;
	z-index: 99;
}

.is-loading .loading-mask {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

/* typography */
small, 
.body-small, 
.body-small p {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.357;
}

.text-center {
	text-align: center;
}

.text-center .button:last-of-type {
	margin-right: 0;
}

.text-center .button:last-of-type:first-of-type {
	margin-right: auto;
}

.element-invisible, 
.ui-helper-hidden-accessible {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.display-block {
	display: block;
}

a {
	color: #4989af;
}

/* buttons */
.button {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	border-radius: 6px;
	border: 1px solid rgba(1, 66, 86, 0.5);
	color: #000;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	margin-right: 6px;
	padding: 0.5em 0.75em;
	text-decoration: none;
	white-space: nowrap;
}

.button:hover {
	background-color: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eeeeee));
	background: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF1F1F1', endColorstr='#FFEEEEEE',GradientType=0 );
	text-decoration: none;
}

.button.warning {
	background: #ff0000;
	color: #ffffff;
}

.has-icon svg {
	width: 1.25rem;
}

/* content */
.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.js-loading-mask {
	position: relative;
}

.loading-mask {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 0;
	z-index: 99;
}

/* forms */
.box {
	background: rgba(1, 66, 86, 0.125);
	border: 1px solid rgba(1, 66, 86, 0.5);
	border-radius: 5px;
	padding: 1rem;
}

.box label {
	margin-bottom: 0.25rem;
}

.box input,
.box textarea,
.box select,
.box .select2-container {
	height: 2rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

fieldset {
	border: 0;
	padding: 0;
}

fieldset .inner {
	margin: 0 -20px;
}

fieldset label span {
	display: block;
}

fieldset input,
fieldset select,
.select2-container,
fieldset button[type="submit"] {
	display: block;
	font-size: 1rem;
	margin: 0.25rem auto 0;
	padding: 0.25rem;
}

fieldset input[type="submit"],
fieldset button[type="submit"] {
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	max-width: 300px;
}

textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=date],
select,
.select2-container {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.25em;
    width: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: auto;
    padding: 6px 0 0 3px;
    margin: 0;
    line-height: 1;
}

.select2-search__field::placeholder {
    color: black;
}

.select2-container {
    height: auto !important;
    padding: 0;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #a9a9a9;
}

.select2-selection__clear {
    display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.checkbox-row label,
.checkbox-row input {
    display: inline-block;
    height: auto;
    padding: 0.5rem;
    width: auto;
}

button.has-icon {
	background: transparent;
	border: none;
	padding: 0.5em 0.75em !important;
}

/* search */
.searchbox {
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 48em) {
    .searchbox {
        display: inline-block;
    }
}

.searchbox input[type=text] {
    padding: 0.75rem 2rem 0.75rem 0.75rem;
}

@media screen and (min-width: 48em) {
    .searchbox input[type=text] {
        width: 400px;
    }
}

.searchbox button {
    bottom: 0;
    margin: -1px;
    padding: 0.875rem;
    position: absolute;
    right: 0;
    top: 0;
}

/* tables */
table,
.inline-labels {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
	width: 100%;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

.responsive-table,
table.non-responsive {
	background: rgba(1, 66, 86, 0.125);
	border: 1px solid rgba(1, 66, 86, 0.5);
	border-radius: 5px;
	padding: 0;
}

table.non-responsive thead,
table.non-responsive th {
	display: none;
}

table tr {
	background-color: transparent;
}

.responsive-table tr,
table.non-responsive tr {
	padding: 1rem 0;
}

table.non-responsive tbody, 
table.non-responsive tr, 
table.non-responsive td {
	display: block;
}

table.non-responsive tr {
	border-bottom: 1px solid rgba(1, 66, 86, 0.5);
}

table.non-responsive tr:last-child {
	border-bottom: none;
}

th:first-child,
td:first-child {
	padding-left: 1rem;
}

table.non-responsive thead,
table.non-responsive th {
	display: none;
}

tr:nth-child(even) {
	background-color: rgba(1, 66, 86, 0.125);
}

.responsive-table tr:nth-child(even),
table.non-responsive tr:nth-child(even) {
	background-color: #ffffff;
}

table.non-responsive thead tr {
	background: #014256;
	color: #fff;
}

table.non-responsive td {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
	padding: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

table.non-responsive td:last-child:not(:first-child) {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

table.non-responsive td:before {
	content: " " attr(data-label) "";
	display: block;
	font-size: 0.75rem;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.27;
	padding-bottom: 0.5rem;
}

@media screen and (min-width: 48em) {
	table.non-responsive {
		display: table;
	}

	table.non-responsive thead {
		border-bottom: 1px solid rgba(1, 66, 86, 0.5);
		display: table-header-group;
	}

	table.non-responsive tr {
		display: table-row;
	}

	table.non-responsive tbody {
		display: table-row-group;
	}

	table.non-responsive td,
	table.non-responsive th {
		display: table-cell;
		padding: 0.75rem;
	}

	table.non-responsive td:before {
		content: '';
		display: none;
	}

    td.logo {
        width: 25%;
    }
}


/* profile */
.profile .profile-image {
	float: left;
	margin-right: 1rem;
}

.profile .profile-image.is-editing {
	width: 100%;
}

.profile .profile-image .profile-image--wrapper {
	position: relative;
}

.profile .profile-image img {
	float: left;
	margin-bottom: 0;
	max-width: 173px;
	width: 100%;
}

.profile .profile-image a {
	background: rgba(255, 255, 255, 0.66);
	left: 0;
	padding: 7px 5px 7px 10px;
	position: absolute;
	top: 0;
}

.js .profile .profile-image .profile-image--editing,
.js .cv-profile .profile-image [type=submit] {
	display: none;
}

.js .profile .profile-image.is-editing .profile-image--editing {
	display: inline-block;
}

.profile .profile-image label {
	margin: 0;
}

.profile fieldset input,
.profile textarea {
	display: block;
	max-width: 100%;
	padding: 1rem 0.5rem;
	width: 100%;
}

.profile .profile-image input {
	padding-left: 0;
}

.profile .profile-image input[type=file] {
	margin-top: 0;
}

.left-right-header {
	padding: 1rem 0 0.5rem;
}

@media screen and (min-width: 48em) {
	.profile fieldset {
		max-width: 720px;
		margin: 0 0 1rem;
	}

	.js .profile .profile-image.is-editing .profile-image--editing {
		margin-left: 1em;
	}

	.left-right-header {
		display: table;
		vertical-align: middle;
		width: 100%;
	}
}


.pagination ul {
	display: flex;
	justify-content: center;
	list-style: none;
}

.pagination li {

}

.pagination a {
	padding: 1rem;
	text-decoration: none;
}

.pagination .active a {
	background: #eee;
}

#error {
    background: rgba(219, 90, 29, 0.25);
    border: 1px solid #db5a1d;
    list-style-position: inside;
    margin-left: 0;
    padding: 1rem;
}

#error li.error {
    text-indent: -18px;
    margin-left: 18px;
}

#success {
	background: #B3F4BA;
	border: 1px solid #00ffff;
	list-style-position: inside;
	margin-left: 0;
	padding: 1rem;
}

#success li.success {
    text-indent: -18px;
    margin-left: 18px;
}

.detail-logo {
    text-align: center;
}

.js .accordion .more {
    display: none;
}

.accordion {
    border-bottom: 1px solid black;
}

.accordion .item {
    border: 1px solid black;
    border-bottom: none;
    background: #014256;
}

.accordion .header {
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 1rem 0;
}

.accordion .sprite {
    float: left;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    top: -0.5rem;
    width: 2rem;
}

.accordion .more {
    background: #e5eaeb;
    padding: 1rem;
}