/* ----- TAGS ----- */
/*body { color: #646668; }
body.cfd_popup { padding: 2px; width: 100%; }
a.Large { font-size: 1.5em; }
h1, h2, h3, h4, h5 { color: #009fda; font-family: 'MuseoSans-500', Arial; font-weight: normal; }
h1 { font-size: 26px; line-height: 28px; margin: 0 0 10px 0; }
h1.big { font-size: 36px; line-height: 38px; margin: 0 0 15px 0; }
h2 { font-size: 18px; line-height: 20px; margin: 0 0 10px 0; }
h3 { font-size: 16px; line-height: 20px; margin: 0 0 10px 0; }
h4 { font-size: 14px; line-height: 16px; margin: 0 0 10px 0; }
hr { margin: 20px 0; border: 0; border-top: 1px solid #009fda; border-bottom: 1px solid #ffffff; }
img { border-width: 0; max-width: none !important; }*/ /* Bootstrap override */
/*input, select { margin: 0 !important; }*/ /* Bootstrap override */
/*input[type="radio"],
input[type="checkbox"] {
  margin-left: 4px !important;
  margin-right: 4px !important;
}*/

input.Form { /*width: 200px;*/ }
input.FormButton { }
input.FormRequired { background-color: #ffffc0 !important; /*width: 200px;*/ }
input.FormDisabled { background-color: #f5f5f5 !important; /*width: 200px;*/ }
/*label { display: inline !important; }*/ /* Bootstrap override */
select.Form { }
select.FormRequired { background-color: #ffffc0 !important; }
select.FormDisabled { background-color: #f5f5f5 !important; }
textarea { }
textarea.Form { width: 90%; }
textarea.FormRequired { background-color: #ffffc0 !important; width: 90%; }
textarea.FormDisabled { background-color: #f5f5f5 !important; width: 90%; }
div.Form ul li, div.Form ol li { margin: 0 !important; }

/* ----- OVERRIDE CRANFIELD ----- */
.admin-body { font-size: 14px !important; }

.listing-news { padding: 0 !important; }
.main-listing-news {
  padding-right: 0 !important; }
  @media screen and (min-width: 1025px) {
    .main-listing-news ul li {
      width: 50% !important; } }

.pagination { margin: 10px 0 10px !important; }

.teaser .label { font-size: 24px !important; }
.teaser .heading { font-size: 16px !important; line-height: 1.2 !important; }
.teaser .desc { font-size: 12px !important; line-height: 1.2 !important; }

input[type="password"] { height: 44px; padding: 0 15px; margin: 0 0 10px 0; border-radius: 2px; background-color: #384a50; border: none; display: inline-block; width: 100%; font-family: "Roboto Slab", serif; box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25); }
input[type="password"].with-btn { border-radius: 2px 0 0 2px; }
input[type="password"]:focus { background-color: white; }
@media screen and (min-width: 1025px) {
	input[type="password"] { width: 75%; }
}

select { display: block; /*height: 44px;*/ padding: 10px 15px; margin: 0 0 10px 0; border-radius: 2px; background-color: white; border: none; display: inline-block; vertical-align: top; width: 100%; font-family: "Roboto Slab", serif; box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25); position: relative; color: #091932; }
select svg { -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; width: 14px; height: 14px; fill: transparent; stroke: #091932; position: absolute; right: 15px; top: calc(50% - 7px); }
select:hover { color: #0099c4; }
select:hover svg { fill: #0099c4; stroke: #0099c4; }
select.with-btn { border-radius: 2px 0 0 2px; }
select:focus { background-color: white; }
/*@media screen and (min-width: 1025px) {
	select { width: 75%; }
}*/
select { max-width: 100%; width: auto !important; } /* Bootstrap override */

.grid-desktop-50p { display: inline-block; min-height: 1px; box-sizing: border-box; }
.grid-desktop-50p { float: left; direction: ltr; padding-left: 15px; padding-right: 15px; }
@media screen and (min-width: 1025px) {
	.grid-desktop-50p { padding-left: 20px; padding-right: 20px; }
}
@media screen and (min-width: 1025px) {
	.grid-desktop-50p { width: 50%; }
}

.secondary-nav .nav-2nd { max-height: 50px !important; }
@media screen and (min-width: 1025px) {
	.secondary-nav .nav-2nd { max-height: 50px !important; }
}
.secondary-nav .nav-2nd.open { max-height: 500px !important; }
@media screen and (min-width: 1025px) {
	.secondary-nav .nav-2nd.open { max-height: 500px !important; }
}

.theme-sunrise .secondary-nav .nav-2nd ul li a:hover { color: #fff !important; }

.Disabled { background-color: #f5f5f5; }
.MessageLink { color: Red; }
.MessageLink:hover { color: Red; }
.Error { color: Red; }
.FileSize { font-size: 0.81em; }
.Help { color: #3366cc; font-size: 0.81em; }
.Large { font-size: 1.5em; }
.Result { color: Red; }
.TextBlue { color: #264e84; }
.TextLargeBlue { color: #264e84; font-size: 1.5em; }
.TextRed { color: Red; }

/* ----- CLASSES ----- */
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.print_show { display: none; }
.float_left { float: left !important; }
.float_right { float: right !important; }
.align_left { text-align: left !important; }
.align_center { text-align: center !important; }
.align_right { text-align: right !important; }
.align_justify { text-align: justify !important; }
.align_top { vertical-align: top !important; }
.align_bottom { vertical-align: bottom !important; }
.image_right { float: right; padding: 0 0 10px 10px; }
.image_left { float: left; padding: 0 15px 15px 0; }
.image_center { margin: 0 auto; }
.absolute { position: absolute; }
.relative { position: relative; }
.inline { display: inline; }
.hand { cursor: pointer; }
.nowrap { white-space: nowrap; }

/* ----- IMAGES WITHIN TABLES ----- */
td.image_holder img { display: block; margin: 0; padding: 0; }

/* ----- LIST TABLES ----- */
.ListTitle { font-weight: bold; padding: 2px; white-space: nowrap; }
.ListValue { padding: 2px; }
table.ListTable td:first-child { font-weight: bold; padding: 2px; white-space: nowrap; }
table.ListTable td:first-child + td { padding: 2px; }
table.ListTable td:first-child + td + td { padding: 2px; }

/* ----- FORM TABLES ----- */
table.FormTable1C,
table.FormTable2C,
table.FormTable3C {
	width: 100%;
}

/* ----- TOOLTIPS ----- */
a.cfd_tooltip { color: #000; text-decoration: none; }
a.cfd_tooltip:hover { position: relative; }
a.cfd_tooltip span { display: none; }
a.cfd_tooltip:hover span {
	background: #fff;
	border: 1px double #000;
	display: block;
	left: 0;
	margin: 10px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	top: 10px;
	white-space: normal;
	width: 400px;
	z-index: 100;
}

.FormHeader,
table.FormTable1C > tbody > tr > th,
table.FormTable2C > tbody > tr > th,
table.FormTable3C > tbody > tr > th {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

.FormHeader a,
table.FormTable1C > tbody > tr > th a,
table.FormTable2C > tbody > tr > th a,
table.FormTable3C > tbody > tr > th a {
	color: #ffffff;
	text-decoration: underline;
}

.FormHeader a:hover,
table.FormTable1C > tbody > tr > th a:hover,
table.FormTable2C > tbody > tr > th a:hover,
table.FormTable3C > tbody > tr > th a:hover {
	color: #ffffff;
	text-decoration: none;
}

.FormValue,
table.FormTable1C > tbody > tr > td,
table.FormTable2C > tbody > tr > td:first-child + td,
table.FormTable3C > tbody > tr > td:first-child + td + td {
	background-color: #ffffff;
	padding: 2px;
	width: 100%;
}

.FormTitle,
table.FormTable2C > tbody > tr > td:first-child,
table.FormTable3C > tbody > tr > td:first-child,
table.FormTable3C > tbody > tr > td:first-child + td {
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 2px;
	white-space: nowrap;
}

.ListHeader,
tr.ListHeader > td {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

.ListHeader2,
tr.ListHeader2 > td {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.ListHeader a,
tr.ListHeader > td a,
.ListHeader2 a,
tr.ListHeader2 > td a {
	color: #ffffff;
	text-decoration: underline;
}

.ListHeader a:hover,
tr.ListHeader > td a:hover,
.ListHeader2 a:hover,
tr.ListHeader2 > td a:hover {
	color: #ffffff;
	text-decoration: none;
}

.ListItem,
tr.ListItem > td {
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	vertical-align: top;
}

.ListFooter,
tr.ListFooter > td {
	background-color: #000000;
	color: #ffffff;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

.ListFooter,
tr.ListFooter > td a {
	color: #ffffff;
	text-decoration: underline;
}

.ListFooter,
tr.ListFooter > td a:hover {
	color: #ffffff;
	text-decoration: none;
}