@charset "UTF-8";
/* REQUIRED */
/* RUSTIKUS FRAMEWORK  VARIABLES
-------------------------------------*/
/* FONT SIZES */
/* CUSTOM FONTS */
/*
	VARIABLES FOR MEDIA QUERIES.

	USAGE:
	@include desktop-sm {
		style: value;

		.selector {
			style: value;
		}
	}
*/
/* BOOTSTRAP VARIABLES
-------------------------------------*/
/* MIXINS - RUSTIKUS
---------------------------------------*/
/* TRANSPARENT BACKGROUNDS */
/* RGB COLORS */
/* PRIMARY GRADIENT */
/* LISTS
------------------------------------- */
/* MISC
------------------------------------- */
/* TRANSFORMS
------------------------------------- */
/* TRNSLATE */
/* SCALE */
/* ROTATE */
/* OPACITY */
/* MEDIA QUERIES
----------------------------------*/
/* ANIMATION
----------------------------------*/
/* FORMS STYLES
----------------------------------*/
/* BOOTSTRAP MIXINS
----------------------------------*/
/* RESET
---------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* BASE MODULES */
/* GRID SYSTEM
---------------------------------------*/
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.3333333333%; }

.col-xs-2 { width: 16.6666666667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.3333333333%; }

.col-xs-5 { width: 41.6666666667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.3333333333%; }

.col-xs-8 { width: 66.6666666667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.3333333333%; }

.col-xs-11 { width: 91.6666666667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.3333333333%; }

.col-xs-pull-2 { right: 16.6666666667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.3333333333%; }

.col-xs-pull-5 { right: 41.6666666667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.3333333333%; }

.col-xs-pull-8 { right: 66.6666666667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.3333333333%; }

.col-xs-pull-11 { right: 91.6666666667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.3333333333%; }

.col-xs-push-2 { left: 16.6666666667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.3333333333%; }

.col-xs-push-5 { left: 41.6666666667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.3333333333%; }

.col-xs-push-8 { left: 66.6666666667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.3333333333%; }

.col-xs-push-11 { left: 91.6666666667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.3333333333%; }

.col-xs-offset-2 { margin-left: 16.6666666667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.3333333333%; }

.col-xs-offset-5 { margin-left: 41.6666666667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.3333333333%; }

.col-xs-offset-8 { margin-left: 66.6666666667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.3333333333%; }

.col-xs-offset-11 { margin-left: 91.6666666667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.3333333333%; }
  .col-sm-2 { width: 16.6666666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.3333333333%; }
  .col-sm-5 { width: 41.6666666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.3333333333%; }
  .col-sm-8 { width: 66.6666666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.3333333333%; }
  .col-sm-11 { width: 91.6666666667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.3333333333%; }
  .col-sm-pull-2 { right: 16.6666666667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.3333333333%; }
  .col-sm-pull-5 { right: 41.6666666667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.3333333333%; }
  .col-sm-pull-8 { right: 66.6666666667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.3333333333%; }
  .col-sm-pull-11 { right: 91.6666666667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.3333333333%; }
  .col-sm-push-2 { left: 16.6666666667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.3333333333%; }
  .col-sm-push-5 { left: 41.6666666667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.3333333333%; }
  .col-sm-push-8 { left: 66.6666666667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.3333333333%; }
  .col-sm-push-11 { left: 91.6666666667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.3333333333%; }
  .col-sm-offset-2 { margin-left: 16.6666666667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.3333333333%; }
  .col-sm-offset-5 { margin-left: 41.6666666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.3333333333%; }
  .col-sm-offset-8 { margin-left: 66.6666666667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.3333333333%; }
  .col-sm-offset-11 { margin-left: 91.6666666667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.3333333333%; }
  .col-md-2 { width: 16.6666666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.3333333333%; }
  .col-md-5 { width: 41.6666666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.3333333333%; }
  .col-md-8 { width: 66.6666666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.3333333333%; }
  .col-md-11 { width: 91.6666666667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.3333333333%; }
  .col-md-pull-2 { right: 16.6666666667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.3333333333%; }
  .col-md-pull-5 { right: 41.6666666667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.3333333333%; }
  .col-md-pull-8 { right: 66.6666666667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.3333333333%; }
  .col-md-pull-11 { right: 91.6666666667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.3333333333%; }
  .col-md-push-2 { left: 16.6666666667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.3333333333%; }
  .col-md-push-5 { left: 41.6666666667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.3333333333%; }
  .col-md-push-8 { left: 66.6666666667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.3333333333%; }
  .col-md-push-11 { left: 91.6666666667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.3333333333%; }
  .col-md-offset-2 { margin-left: 16.6666666667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.3333333333%; }
  .col-md-offset-5 { margin-left: 41.6666666667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.3333333333%; }
  .col-md-offset-8 { margin-left: 66.6666666667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.3333333333%; }
  .col-md-offset-11 { margin-left: 91.6666666667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.3333333333%; }
  .col-lg-2 { width: 16.6666666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333333333%; }
  .col-lg-5 { width: 41.6666666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.3333333333%; }
  .col-lg-8 { width: 66.6666666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.3333333333%; }
  .col-lg-11 { width: 91.6666666667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.3333333333%; }
  .col-lg-pull-2 { right: 16.6666666667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.3333333333%; }
  .col-lg-pull-5 { right: 41.6666666667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.3333333333%; }
  .col-lg-pull-8 { right: 66.6666666667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.3333333333%; }
  .col-lg-pull-11 { right: 91.6666666667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.3333333333%; }
  .col-lg-push-2 { left: 16.6666666667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.3333333333%; }
  .col-lg-push-5 { left: 41.6666666667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.3333333333%; }
  .col-lg-push-8 { left: 66.6666666667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.3333333333%; }
  .col-lg-push-11 { left: 91.6666666667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.3333333333%; }
  .col-lg-offset-2 { margin-left: 16.6666666667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.3333333333%; }
  .col-lg-offset-5 { margin-left: 41.6666666667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.3333333333%; }
  .col-lg-offset-8 { margin-left: 66.6666666667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.3333333333%; }
  .col-lg-offset-11 { margin-left: 91.6666666667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
/* BUTTONS
---------------------------------------*/
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.5; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #003897; border-color: #002f7e; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #002564; border-color: #001840; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #003897; border-color: #002f7e; }
.btn-primary .badge { color: #003897; background-color: #fff; }

.btn-success { color: #fff; background-color: #27ae60; border-color: #229955; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #1e8449; border-color: #176739; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #27ae60; border-color: #229955; }
.btn-success .badge { color: #27ae60; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d2232a; border-color: #bc1f26; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #a61c21; border-color: #88171b; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d2232a; border-color: #bc1f26; }
.btn-danger .badge { color: #d2232a; background-color: #fff; }

.btn-dark { background: #464646; color: #003897; border-color: #464646; }
.btn-dark:hover { background: #3c3c3c; color: #003897; }

.btn-facebook { background: #3b5998; color: #fff; }
.btn-facebook i { float: left; font-size: 22px; margin: 0; }
.btn-facebook:hover { color: #fff; background: #344e86; }

.btn-link { color: #464646; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #6c6c6c; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #d6d6d6; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn-arrow-down { width: 53px; height: 53px; margin: 0 auto; border: 2px solid #003897; display: block; font-size: 16px; position: relative; overflow: hidden; color: #003897; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.btn-arrow-down i { line-height: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; font-size: 20px; display: block; }
.btn-arrow-down .icon-1, .btn-arrow-down .icon-2 { position: absolute; left: 15px; }
.btn-arrow-down .icon-1 { top: 16px; }
.btn-arrow-down .icon-2 { top: -52px; }
.btn-arrow-down:hover { background: #003897; border-color: #003897; color: #003897; }
.btn-arrow-down:hover .icon-1 { top: 52px; }
.btn-arrow-down:hover .icon-2 { top: 16px; }
.btn-arrow-down.golfball { background-image: url(/media/1010/golfball.svg); background-repeat: none; background-size: cover; background-position: 50% 0; }

/* FORMS
---------------------------------------*/
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.5; color: #555; }

.form-control { display: block; width: 100%; height: 35px; padding: 6px 12px; font-size: 14px; line-height: 1.5; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 35px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 21px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm, .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .form-group-sm .form-control { height: 30px; line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm, .form-group-sm .form-control { height: auto; }

.input-lg, .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

select.input-lg, .form-group-lg .form-control { height: 46px; line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg, .form-group-lg .form-control { height: auto; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 43.75px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #868686; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

/* TYPOGRAPHY
---------------------------------------*/
strong { font-family: "Quattrocento", "Times New Roman", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Quattrocento", "Times New Roman", sans-serif; font-weight: 400; line-height: 1.3; color: #333331; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #d6d6d6; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 40px; }

h2, .h2 { font-size: 35px; }

h3, .h3 { font-size: 30px; }

h4, .h4 { font-size: 22px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10.5px; }

.lead { margin-bottom: 21px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 21px; } }

small, .small { font-size: 85%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #d6d6d6; }

.text-primary { color: #003897; }

a.text-primary:hover { color: #002564; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #003897; }

a.bg-primary:hover { background-color: #002564; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #eee; }

ul, ol { margin-top: 0; margin-bottom: 10.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 21px; }

dt, dd { line-height: 1.5; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #d6d6d6; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 17.5px; border-left: 5px solid #eee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #d6d6d6; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 21px; font-style: normal; line-height: 1.5; }

/* TABLES
---------------------------------------*/
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #d6d6d6; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 21px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.5; vertical-align: top; border-top: 1px solid #e6e6e6; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #e6e6e6; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #e6e6e6; }
.table .table { background-color: #fbfbfb; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #e6e6e6; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #e6e6e6; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15.75px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #e6e6e6; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

/* CLEARFIX
---------------------------------------*/
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/* RESPNSIVE CLASSES
---------------------------------------*/
.no-mobile { display: none; }

.no-desktop { display: none; }

@media only screen and (min-width: 1741px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .no-mobile { display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .no-desktop { display: block; } }
@media only screen and (max-width: 767px) { .no-desktop { display: block; }
  .no-phone { display: none; } }
@media only screen and (max-width: 480px) { .no-desktop { display: block; }
  .no-phone { display: none; } }
/* CUSTOM MODULES */
/* FONTS
---------------------------------------*/
/* ICON FONTS
------------------------------------- */
@font-face { font-family: "forseti"; src: url("/fonts/icons/forseti.eot"); src: url("/fonts/icons/forseti.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/forseti.woff") format("woff"), url("/fonts/icons/forseti.ttf") format("truetype"), url("/fonts/icons/forseti.svg#vordur-golf") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "forseti"; src: url("/fonts/icons/forseti.eot"); src: url("/fonts/icons/forseti.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/forseti.woff") format("woff"), url("/fonts/icons/forseti.ttf") format("truetype"), url("/fonts/icons/forseti.svg#vordur-golf") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "forseti" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "forseti" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-rss:before { content: "\61"; }

.icon-facebook:before { content: "\62"; }

.icon-chevron-right:before { content: "\63"; }

.icon-chevron-down:before { content: "\64"; }

.icon-chevron-up:before { content: "\65"; }

.icon-chevron-left:before { content: "\66"; }

.icon-arrow-up:before { content: "\67"; }

.icon-arrow-down:before { content: "\68"; }

.icon-arrow-left:before { content: "\69"; }

.icon-arrow-right:before { content: "\6a"; }

.icon-search:before { content: "\6b"; }

.icon-close:before { content: "\6c"; }

.icon-twitter:before { content: "\6d"; }

.icon-mail:before { content: "\6e"; }

.icon-printer:before { content: "\6f"; }

.icon-pdf:before { content: "\70"; }

.icon-facebook-alt:before { content: "\71"; }

/* NO MARGIN CLASSES
---------------------------------------*/
.no-margin { margin: 0; }

.no-margin-top { margin-top: 0; }

.no-margin-bottom { margin-bottom: 0; }

/* TOOLTIPS
---------------------------------------*/
[data-tooltip] { position: relative; }
[data-tooltip]:after { content: attr(data-tooltip); padding: 6px 12px; position: absolute; left: 50%; bottom: 50%; white-space: nowrap; z-index: 9999; background: #2b2b2b; color: #fff; font-size: 12px; text-transform: uppercase; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
[data-tooltip]:hover:after { opacity: 1; visibility: visible; -webkit-transform: translate(-50%, -70%); -ms-transform: translate(-50%, -70%); -o-transform: translate(-50%, -70%); transform: translate(-50%, -70%); }

/* MEDIA QUERY LABEL
---------------------------------------*/
body.show-media-label:after { content: ""; position: fixed; bottom: 0; right: 0; padding: 4px 10px; font-size: 10px; z-index: 9999; text-transform: uppercase; color: #fff; }
@media only screen and (min-width: 1741px) { body.show-media-label:after { content: "Desktop XXXL"; background: #34495e; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { body.show-media-label:after { content: "Desktop XXL"; background: #1abc9c; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { body.show-media-label:after { content: "Desktop XL"; background: #9c27b0; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { body.show-media-label:after { content: "Desktop LG"; background: #e51c23; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { body.show-media-label:after { content: "Desktop SM"; background: #ff9800; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { body.show-media-label:after { content: "Tablet"; background: #009688; } }
@media only screen and (max-width: 767px) { body.show-media-label:after { content: "Phone MD"; background: #5677fc; } }
@media only screen and (max-width: 480px) { body.show-media-label:after { content: "Phone SM"; background: #ffeb3b; color: #000; } }
@media only screen and (max-width: 320px) { body.show-media-label:after { content: "Watch"; background: #e91e63; color: #fff; } }

::-webkit-scrollbar { width: 12px; }
@media only screen and (max-width: 767px) { ::-webkit-scrollbar { width: 8px; } }

::-webkit-scrollbar-track { background: #f1f1f1; }

::-webkit-scrollbar-thumb { background: #c0c0c0; }

/* SELECTIONS
---------------------------------------*/
::selection { background: #003897; /* WebKit/Blink Browsers */ color: white; }

::-moz-selection { background: #003897; /* Gecko Browsers */ color: white; }

/* LOADERS
---------------------------------------*/
/* ANIMATION MIXINS
--------------------------------------------------------*/
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #003897; z-index: 9999; }
.loader .loader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.loader .loader-inner .loader-logo { position: absolute; top: 50%; left: 50%; font-size: 30px; line-height: 0.5; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.spinner { position: relative; -webkit-animation: rotate 1s infinite linear; -o-animation: rotate 1s infinite linear; animation: rotate 1s infinite linear; border: 4px solid rgba(78, 79, 80, 0.25); width: 80px; height: 80px; border-radius: 999px; display: block; clear: both; }
.spinner span { position: absolute; width: 80px; height: 80px; border: 4px solid transparent; border-top: 4px solid #464646; top: -4px; left: -4px; border-radius: 999px; }

@keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
/* PRETTY FORMS
---------------------------------------*/
form.pretty-lady .form-control { width: 100%; }
form.pretty-lady .form-upper { margin-left: -10px; margin-bottom: 10px; }
@media only screen and (max-width: 767px) { form.pretty-lady .form-upper { margin: 0; } }
form.pretty-lady .form-middle { padding: 20px 0 0; clear: both; }

.pretty-form { position: relative; }
.pretty-form label { position: absolute; top: 14px; left: 17px; font-size: 20px; color: #464646; cursor: pointer; -webkit-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; }
@media only screen and (max-width: 767px) { .pretty-form label { opacity: 1; visibility: visible; } }
.pretty-form .form-control { float: none; padding-right: 42px; }
.pretty-form .label-active { top: -34px; color: #464646; font-family: "Quattrocento", "Times New Roman", sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .pretty-form .label-active { top: 14px; left: 17px; opacity: 0; visibility: hidden; } }
@media only screen and (max-width: 767px) { .pretty-form .label-active { top: 14px; left: 17px; opacity: 0; visibility: hidden; } }

.pretty-select { position: relative; }
.pretty-select select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background: #fff; border: 1px solid #e6e6e6; display: block; font-family: "Quattrocento", "Times New Roman", sans-serif; font-size: 16px; padding: 13px 54px 11px 28px; width: 100%; color: #464646; cursor: pointer; border-radius: 2px; height: 60px; color: #464646; }
.pretty-select select option { color: #7d7d7d; }
.pretty-select:after { font-family: "forseti"; content: "d"; position: absolute; top: 50%; right: 24px; font-size: 14px; color: #003897; line-height: 0.5; pointer-events: none; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.pretty-select.validation.error { outline: 1px solid #d2232a; }
.pretty-select.validation.success { outline: 1px solid #27ae60; }
.pretty-select.validation.warning { outline: 1px solid #f0ad4e; }

.pretty-search { position: relative; }
.pretty-search input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: 1px solid #e6e6e6; display: block; font-family: "Quattrocento", "Times New Roman", sans-serif; font-size: 16px; padding: 13px 54px 11px 28px !important; width: 100%; color: #464646; border-radius: 2px; height: 60px !important; color: #464646; }
.pretty-search:after { font-family: "forseti"; content: "k"; position: absolute; top: 50%; right: 24px; font-size: 14px; color: #003897; line-height: 0.5; pointer-events: none; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.pretty-search.validation.error { outline: 1px solid #d2232a; }
.pretty-search.validation.success { outline: 1px solid #27ae60; }
.pretty-search.validation.warning { outline: 1px solid #f0ad4e; }

.pretty-group { position: relative; }

.pretty-check [type="checkbox"], .pretty-check [type="radio"] { position: absolute; left: -9999px; }
.pretty-check [type="checkbox"] + label, .pretty-check [type="radio"] + label { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] + label:before, .pretty-check [type="radio"] + label:before { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] + label:after, .pretty-check [type="radio"] + label:after { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] { position: absolute; left: -9999px; }
.pretty-check [type="checkbox"] + label { position: relative; padding-left: 28px; cursor: pointer; }
.pretty-check [type="checkbox"] + label:before { content: ""; position: absolute; left: 0; top: 4px; width: 24px; height: 24px; background: #fff; border: 1px solid #e6e6e6; width: 16px; height: 16px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.pretty-check [type="checkbox"] + label:after { font-family: "forseti"; content: "h"; position: absolute; top: 5px; left: 3px; font-size: 9px; color: #464646; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.pretty-check [type="checkbox"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.pretty-check [type="checkbox"]:checked + label:before { background: #003897; border-color: #003897; }
.pretty-check [type="checkbox"]:checked + label:after { opacity: 1; color: #fff; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.pretty-check [type="checkbox"]:disabled { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="checkbox"]:disabled + label { color: #aaa; }
.pretty-check [type="checkbox"]:disabled:not(:checked) + label:after { color: #999; }
.pretty-check [type="checkbox"]:disabled.checked + label:after { color: #999; }
.pretty-check [type="checkbox"]:focus + label:before { border: 1px dotted blue; }
.pretty-check [type="radio"] + label { position: relative; padding-left: 24px; cursor: pointer; }
.pretty-check [type="radio"] + label:before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 16px; background: transparent; border: 1px solid #e6e6e6; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
.pretty-check [type="radio"] + label:after { content: ""; position: absolute; top: 0; left: 4px; font-size: 14px; color: #09ad7e; width: 6px; height: 6px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.pretty-check [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.pretty-check [type="radio"]:checked + label:before { background: #2b2b2b !important; }
.pretty-check [type="radio"]:checked + label:after { opacity: 1; top: 7px; left: 5px; background: #fff; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.pretty-check [type="radio"].disabled + label { color: #aaa; }
.pretty-check [type="radio"].disabled + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked + label:after { color: #999; }
.pretty-check [type="radio"].disabled:checked:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked:checked + label:after { color: #999; }
.pretty-check [type="radio"]:focus + label:before { border: 1px dotted #003897; }

/* VALIDATION */
.form-group { position: relative; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.form-group.success:after, .form-group.error:after { font-family: "vordur-golf"; position: absolute; right: 14px; top: 16px; font-size: 18px; }
.form-group.success { /* label {
	color: $brand-success !important;
} */ }
.form-group.success input[type="text"] { border-color: #27ae60; }
.form-group.success:after { content: "f"; color: #27ae60; }
.form-group.error { /* label {
	color: $brand-danger !important;
} */ }
.form-group.error input[type="text"] { border-color: #d2232a; }
.form-group.error textarea[type="text"] { border-color: #d2232a; }
.form-group.error select { border-color: #d2232a; }
.form-group.error:after { color: #d2232a; }

/* RESPONSIVE TABLES
---------------------------------------*/
@media only screen and (max-width: 800px) { .responsive-table tr { padding: 15px; }
  .responsive-table tr.hover { background-color: inherit !important; color: inherit !important; }
  .responsive-table tr.selected { background-color: inherit !important; color: inherit !important; }
  .responsive-table td { width: 100% !important; }
  .visible-table-cell-xs { display: block !important; }
  .hide-inline { display: none !important; }
  /* Force table to not be like tables anymore */
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { display: block; }
  .responsive-table tr { border: 1px solid #eaeaea; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr { position: absolute; top: -9999px; left: -9999px; }
  .responsive-table td { /* Behave  like a "row" */ border: none; position: relative; padding-left: 24% !important; white-space: normal; text-align: left; } }
@media only screen and (max-width: 800px) and (max-width: 400px) { .responsive-table td { padding-left: 24% !important; } }

@media only screen and (max-width: 800px) { .responsive-table td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 20px; left: 6px; width: 20%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; }
  /* Label the data */
  .responsive-table td:before { content: attr(data-title); } }
/* PLACEHOLDERS
---------------------------------------*/
:-moz-placeholder { /* Firefox 18- */ }

::-moz-placeholder { /* Firefox 19+ */ }

:-ms-input-placeholder { /* IE */ }

/* HAMBURGER
---------------------------------------*/
.hamburger { float: left; background: transparent; position: relative; display: block; margin-top: 29px; font-weight: 700; width: 40px; height: 22px; }
.hamburger span { position: absolute; left: 0; top: 0; display: block; background: #464646; width: 30px; height: 2px; opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.hamburger span.bar-2 { top: 10px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.hamburger span.bar-3 { top: 20px; }
.hamburger span.bar-1, .hamburger span.bar-3 { -webkit-transition-delay: 0s; transition-delay: 0s; }
.hamburger span:first-child { margin-top: 0; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .hamburger { display: block; }
  .hamburger:hover { background: transparent; } }
@media only screen and (max-width: 767px) { .hamburger { display: block; }
  .hamburger:hover { background: transparent; } }

body.hamburger__transform .hamburger span.bar-2 { opacity: 0; visibility: hidden; -webkit-transition-delay: 0s; transition-delay: 0s; }
body.hamburger__transform .hamburger span.bar-1, body.hamburger__transform .hamburger span.bar-3 { top: 7px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
body.hamburger__transform .hamburger span.bar-1 { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
body.hamburger__transform .hamburger span.bar-3 { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.pager-container { text-align: center; }

.pager { display: inline-block; list-style: none; text-align: center; margin: 60px 0 0; }
.pager a { display: table-cell; line-height: 1; height: 48px; vertical-align: middle; padding: 0 20px; color: #7d7d7d; background: #fff; }
.pager i { float: left; line-height: 0.5; }
.pager .pager-item { position: relative; margin-left: 10px; float: left; }
.pager .pager-item:hover a { background: #eee; color: #003897; }
.pager .active a { background-color: #003897; color: #fff; }
.pager .active:hover a { color: #fff; background: #003897; }
.pager .disabled { background-color: #d6d6d6; cursor: default; pointer-events: none; }
.pager .disabled a { color: #464646; background: #d6d6d6; }
.pager .disabled:hover a { color: #464646; background: #d6d6d6; }

/* UMBRACO FORMS
---------------------------------------*/
.contourPage input:not([type="submit"]) { width: 100%; }
.contourPage .validation-summary-errors { background: #d2232a; color: #fff; padding: 40px; }
.contourPage .validation-summary-errors ul li { margin-top: 10px; }
.contourPage .validation-summary-errors ul li:first-child { margin-top: 0; }
.contourPage .field-validation-error { color: #d2232a; margin-top: 15px; display: block; }

.contourField { position: relative; margin-bottom: 20px; }
.contourField label { display: none; }
.contourField input:not([type="checkbox"]).input-validation-error, .contourField input:not([type="radio"]).input-validation-error, .contourField input:not([type="submit"]).input-validation-error { outline: 1px solid #d2232a !important; }
.contourField.checkbox label { display: inline-block; padding: 0 0 0 15px; }
.contourField.checkbox input[type="checkbox"] { padding: 0; margin: 0; width: auto; position: absolute; top: 4px; left: 0; }

.contourPageName { text-align: center; margin-bottom: 70px; }
@media only screen and (max-width: 767px) { .contourPageName { margin-bottom: 40px; } }

.contourNavigation .btn { padding-top: 0; }
@media only screen and (max-width: 767px) { .contourNavigation input[type="submit"] { width: 100%; } }

/* Application form */
.application-form-section { padding-top: 120px; padding-bottom: 160px; }
.application-form-section fieldset { margin-top: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .application-form-section fieldset { margin-top: 0px; } }
@media only screen and (max-width: 767px) { .application-form-section { padding-top: 80px; } }

/* EVENT SIGNUP */
.company-signup .contourField.checkbox { float: left; }
.company-signup .contourNavigation { margin: 0; float: right; }
@media only screen and (max-width: 767px) { .company-signup .contourNavigation { float: none; margin-top: 30px; margin: 30px -15px 0; } }

/* BREADCRUMBS
---------------------------------------*/
.breadcrumbs { border-bottom: 1px solid #e6e6e6; margin-bottom: 60px; padding-bottom: 20px; /* RESPONSIVE */ }
.breadcrumbs ul li { display: inline-block; position: relative; margin-left: 20px; }
.breadcrumbs ul li a { display: block; color: #003897; font-weight: 400; font-size: 14px; }
.breadcrumbs ul li a:hover { color: #002f7e; }
.breadcrumbs ul li:after { content: "|"; position: absolute; top: -3px; right: -14px; font-size: 18px; font-weight: 500; color: #7d7d7d; }
.breadcrumbs ul li.first span { display: block; color: #7d7d7d; }
.breadcrumbs ul li.active { font-size: 14px; }
.breadcrumbs ul li.active:after { display: none; }
.breadcrumbs ul li.active span { color: #7d7d7d; }
.breadcrumbs ul li:first-child { margin-left: 0; }
.breadcrumbs.breadcrumbs__portal-frontpage ul li:after { display: none; }
@media only screen and (max-width: 767px) { .breadcrumbs { display: none; } }

/* UPDATING IN PROGRESS
---------------------------------------*/
.update-message { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; background: rgba(255, 255, 255, 0.95); z-index: 9999; text-align: center; display: none; }
.update-message .inner { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.update-message p { margin-top: 20px; }
.update-message .btn { margin-top: 40px; }

/* BOOTSTRAP OVERWRITE */
/* BOOTSTRAP OVERWRITES
---------------------------------------*/
@media only screen and (min-width: 1741px) { .container { width: 1170px; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .container { width: 1170px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .container { width: 1170px; } }

.btn { height: 48px; font-weight: 700; padding: 13px 24px 0; border-radius: 0; border: 0; outline: 1px solid transparent; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); position: relative; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; /* RESPONSIVE */ }
.btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #fff; -webkit-transform: scaleX(0) translateZ(0); -moz-transform: scaleX(0) translateZ(0); -ms-transform: scaleX(0) translateZ(0); -o-transform: scaleX(0) translateZ(0); transform: scaleX(0) translateZ(0); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.btn:hover { outline: 1px solid #e6e6e6; }
.btn:hover:before { -webkit-transform: scaleX(1) translateZ(0); -moz-transform: scaleX(1) translateZ(0); -ms-transform: scaleX(1) translateZ(0); -o-transform: scaleX(1) translateZ(0); transform: scaleX(1) translateZ(0); }
.btn.btn-lg { height: 60px; padding: 19px 30px 0; }
.btn.btn-sm { padding: 6px 14px; height: 37px; }
.btn.btn-primary:hover { color: #003897; }
.btn.btn-primary-light { background: #1957bf; color: #fff; }
.btn.btn-primary-light:hover { color: #003897; }
.btn.btn-secondary { background: #2b2b2b; color: #fff; }
.btn.btn-secondary:hover { color: #003897; }
.btn.btn-dark { background: #464646; color: #fff; }
.btn.btn-dark:hover { color: #003897; }
.btn.btn-white { background: #fff; color: #003897; outline: 1px solid #e6e6e6; }
.btn.btn-white:hover { color: #003897; }
.btn.btn-white:before { background: #e8e8e8; }
.btn.btn-ghost.ghost-primary { outline: 1px solid #e6e6e6; }
.btn.btn-ghost.ghost-primary:before { background: #003897; }
.btn.btn-ghost.ghost-primary:hover { outline: 1px solid #003897; color: #fff; }
@media only screen and (max-width: 767px) { .btn.btn-lg { padding: 10px 30px; height: auto; display: block; width: 100%; } }

.form-control:focus { outline: none; -webkit-box-shadow: 0 0 0 0; box-shadow: 0 0 0 0; }

/* GLOBAL */
/* GLOBAL
---------------------------------------*/
/* GLOBAL BOX-SIZING and IE7 SUPPORT */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 300; }
*:focus, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: "Quattrocento", "Times New Roman", sans-serif !important; font-size: 14px !important; line-height: 1.7; color: #464646; -webkit-font-smoothing: subpixel-antialiased; overflow-x: hidden; background: #fbfbfb; font-size: 14px; font-weight: 400; }
body.no-scroll, body.loading { overflow: hidden !important; }

a { text-decoration: none; color: #003897; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
a:hover { color: #002564; text-decoration: none; }

ul { margin: 0; }

img { line-height: 0; margin: 0; padding: 0; display: inline-block; vertical-align: text-bottom; max-width: 100%; }

/* FLOATS */
.pull-left { float: left; }

.pull-right { float: right; }

/* PARAGRAPH */
p { font-family: "Noto sans", "Arial", serif; }
p.subtitle { font-size: 22px; }

/* INPUTS */
input[type='text'], input[type='password'], input[type='number'], textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: 1px solid #e6e6e6; background: #fff; font-size: 14px; padding: 6px 12px; height: 48px; width: 100% !important; }

input[type='select'], input[type='number'] { border: 1px solid #e6e6e6; background: #fff; font-size: 14px; height: 48px; padding: 6px 12px; }

textarea { resize: none; height: auto; font-family: "Noto sans", "Arial", serif; }

label { font-weight: normal; cursor: pointer; font-size: 14px; }

button { font-size: 16px; }

label { font-weight: normal; cursor: pointer; font-size: 14px; }

/* IFRAME */
iframe { max-width: 100%; }

/* BUTTONS */
button { padding: 0; margin: 0; cursor: pointer; border: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }

/* NO GUTTER GRID
------------------------------------*/
.row.no-gutter { margin-right: 0; margin-left: 0; }
.row.no-gutter [class*='col-'], .row.no-gutter [class*=' col-'] { padding-right: 0; padding-left: 0; }

/* BOLD */
.bold { font-weight: 700; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

.list-style { list-style: none; padding: 0; padding-left: 13px; }
.list-style li { text-indent: -1em; padding: 0; line-height: 34px; }
.list-style li:before { content: "\2022 "; color: #003897; margin-right: 7px; }

.hide { display: none; }

.on-canvas { left: 0; }

.wrapper { background: #fbfbfb; }

.text-primary { color: #003897; }

.form-group { margin-bottom: 20px; }

.relative { position: relative; }

/* FONT SMOOTHING FOR BUTTONS */
body, input, button { -webkit-font-smoothing: antialiased; }

.no-margin { margin: 0; }

.box-shadow { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16); }

.text-large { font-size: 16px; }

strong { font-weight: 700; font-family: "Noto sans", "Arial", serif; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

h1, h2 { margin-bottom: 30px; }

h3 { margin-bottom: 25px; }

.mobile-margin { margin-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .mobile-margin { margin-bottom: 30px; } }
.facebook-offcanvas { position: fixed; top: 0; right: -376px; background: #fff; z-index: 100; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); width: 376px; height: 100%; -webkit-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in; transition: all 0.35s ease-in; }
.facebook-offcanvas .inner { position: relative; overflow-y: auto; padding: 30px; }
.facebook-offcanvas .fb-page, .facebook-offcanvas .fb-page span, .facebook-offcanvas .fb-page span iframe[style] { width: 100% !important; }
.facebook-offcanvas .close__facebook-offcanvas { float: right; margin-bottom: 50px; }
.facebook-offcanvas .close__facebook-offcanvas i, .facebook-offcanvas .close__facebook-offcanvas span { float: left; }
.facebook-offcanvas .close__facebook-offcanvas i { color: #003897; margin: 3px 7px 0 0; font-size: 12px; }
.facebook-offcanvas .close__facebook-offcanvas span { color: #7d7d7d; }
@media only screen and (max-width: 767px) { .facebook-offcanvas { display: none; } }

body.facebook-offcanvas__open .facebook-offcanvas { right: 0; }

.slider-wrapper li img, .lSSlideWrapper .lSSlide { height: auto !important; }

/* PLUGINS */
/* B. GUNNARSSON SLIDER
---------------------------------------*/
.bgun-slider { position: relative; }
.bgun-slider .bgun-slider__nav { position: absolute; top: 50%; font-size: 30px; color: #7d7d7d; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.bgun-slider .bgun-slider__nav i { float: left; line-height: 0.55; }
.bgun-slider .bgun-slider__nav.bgun-slider__nav-prev { left: -64px; }
.bgun-slider .bgun-slider__nav.bgun-slider__nav-next { right: -64px; }
.bgun-slider .bgun-slider__item { margin-bottom: 0; }
.bgun-slider .bgun-slider__slide { position: relative; display: none; }
.bgun-slider .bgun-slider__slide[data-slide="1"] { display: block; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .bgun-slider { margin: 0 60px; } }

/* LIVE SEARCH
---------------------------------------*/
/* LIVE SEARCH */
.bgun__live-search { position: relative; }
.bgun__live-search .live-search__dropper { left: 0; width: 100%; max-height: 400px; overflow-y: auto; opacity: 0; border-top: 0; }
.bgun__live-search .live-search__dropper ul li { border-top: 1px solid #ddd; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.bgun__live-search .live-search__dropper ul li span { display: block; }
.bgun__live-search .live-search__dropper ul li:first-child { border-top: 0; }
.bgun__live-search .live-search__dropper a { display: block; padding: 22px 0; color: #7d7d7d; }
.bgun__live-search .live-search__dropper a:hover { background: #f3f3f3; }
.bgun__live-search .live-search__dropper .live-search__results-info { font-size: 12px; border-top: 1px solid #e6e6e6; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.bgun__live-search .live-search__dropper .live-search__results-info a { font-size: 16px; }
.bgun__live-search .live-search__dropper .live-search__results-info a:hover { background: #fff; color: #003897; text-decoration: underline; }
.bgun__live-search .live-search__dropper .live-search__results-info .live-search__search-trigger { font-size: 20px; }
.bgun__live-search .live-search__dropper .live-search__results-info .live-search__search-trigger i { float: left; line-height: 0.5; margin: 4px 13px 0 0; }
.bgun__live-search .live-search__dropper .live-search__results-name, .bgun__live-search .live-search__dropper .live-search__results-summary { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.bgun__live-search .live-search__dropper .live-search__results-name { font-size: 22px; margin-bottom: 4px; }
.bgun__live-search .live-search__dropper .live-search__results-summary { overflow: hidden; max-height: 26px; font-size: 16px; }
.bgun__live-search .live-search__dropper .live-search__hover { background: #f3f3f3; }
.bgun__live-search .live-search__dropper .live-search__hover a { padding: 22px 22px; }
.bgun__live-search .live-search__dropper .live-search__hover .live-search__results-name { color: #003897; }
.bgun__live-search .live-search__dropper .live-search__hover .live-search__results-summary { color: #464646; }
.bgun__live-search .live-search__cleaner { position: absolute; top: 52px; right: 20px; text-transform: uppercase; font-size: 12px; color: #aaa; opacity: 0; visibility: hidden; }
.bgun__live-search .live-search__cleaner:hover { color: #003897; }
@media only screen and (max-width: 767px) { .bgun__live-search .live-search__cleaner { top: 20px; } }
.bgun__live-search.live-search__show-extras .live-search__cleaner, .bgun__live-search.live-search__show-extras .live-search__results-info { opacity: 1; visibility: visible; }

/* CUSTOM */
/* HEADER
---------------------------------------*/
header { position: fixed; top: 0; left: 0; z-index: 10; width: 100%; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); /* RESPONSIVE */ }
header a { text-transform: uppercase; font-weight: 700; font-size: 14px; }
header a:hover { color: #003897; }
header .header__top, header .header__bottom { margin-left: 138px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .header__top { border-bottom: 1px solid #e6e6e6; height: 81px; position: relative; }
header .header__inner { z-index: 10; width: 100%; height: 167px; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); z-index: 1; padding-top: 4px; background: #fff; }
header .logo { width: 95px; margin: 0; padding-top: 23px; float: left; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .logo a { display: block; }
header #search-trigger { color: #464646; font-size: 20px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; position: absolute; bottom: 17px; right: 0; }
header #search-trigger.search-trigger__scrolled { bottom: -63px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { header #search-trigger.search-trigger__scrolled { display: none; } }
header .header__logo-text { margin: 23px 0 0 0; font-size: 24px; color: #464646; }
header .header__language-swither a, header .header__contact { color: #7d7d7d; }
header .header__language-swither a:hover, header .header__contact:hover { color: #003897; }
header .header__contact { margin: 32px 60px 0 0; font-family: "Noto sans", "Arial", serif; font-weight: 400; text-transform: none; }
header .main-nav { padding-top: 29px; /* RESPONSIVE */ }
header .main-nav ul li { float: left; padding-left: 0; }
header .main-nav ul li a { color: #464646; padding: 11px 0; padding-left: 42px; }
header .main-nav ul li:first-child { margin-left: 0; }
header .main-nav .subnav-wrap { width: 100%; background: #003897; position: absolute; top: 0; left: 0; z-index: 3; padding: 8px 0 0; height: 60px; z-index: -1; -webkit-transition: all 0.3s ease 0.2s; -o-transition: all 0.3s ease 0.2s; transition: all 0.3s ease 0.2s; }
header .main-nav .subnav-wrap a { display: block; color: #fff; }
header .main-nav .subnav-wrap a span { display: block; }
header .main-nav .subnav-wrap a:hover { color: #fff; }
header .main-nav > ul > li { height: 54px; }
header .main-nav > ul > li:first-child > a { padding-left: 0; }
header .main-nav > ul > li:hover > a { color: #003897; }
header .main-nav > ul > li > .subnav-wrap > .container > ul { padding-left: 146px; }
header .main-nav > ul > li > .subnav-wrap > .container > ul > li { padding-left: 40px; padding-top: 0; }
header .main-nav > ul > li > .subnav-wrap > .container > ul > li > a { padding-left: 0; }
header .main-nav > ul > li > .subnav-wrap > .container > ul > li:first-child { padding-left: 0; }
header .main-nav > ul > li > .subnav-wrap > .container > ul > li > .subnav-wrap { display: none; }
header .main-nav > ul > li[data-children="true"]:hover > .subnav-wrap, header .main-nav > ul > li[data-children="true"]:focus > .subnav-wrap { top: 100%; opacity: 1; visibility: visible; left: 0; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { header .main-nav ul li a { padding-left: 27px; } }
header .header__language-swither { margin: 30px 40px 0 0; }
header .header__language-swither ul li { display: inline-block; margin-left: 10px; }
header .header__language-swither ul li a { font-family: "Noto sans", "Arial", serif; font-weight: 400; }
header .header__language-swither ul li:first-child { margin-left: 0; }
header #search-trigger__mobile { display: none; float: right; font-size: 24px; color: #464646; margin-top: 16px; }
header .hamburger { display: none; }
header.scrolled { top: -86px; }
header.scrolled .logo { padding-top: 90px; width: 80px; }
header.scrolled .header__top, header.scrolled .header__bottom { margin-left: 110px; }
header.scrolled .main-nav ul li { padding-top: 3px; }
header.scrolled .main-nav .subnav-wrap { top: 0%; }
header.scrolled .main-nav > ul > li[data-children="true"]:hover > .subnav-wrap, header.scrolled .main-nav > ul > li[data-children="true"]:focus > .subnav-wrap { top: 167px; }
header.scrolled .main-nav > ul > li > .subnav-wrap > .container > ul { padding-left: 112px; }
header.scrolled .search-trigger__scrolled { opacity: 1; visibility: visible; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
header .header__social { font-family: "Noto sans", "Arial", serif; font-weight: 400; text-transform: none; margin: 32px 40px 0 0; color: #7d7d7d; }
header .header__social i { float: left; font-size: 18px; margin-top: -2px; margin-right: 6px; }
header .header__facebook i { color: #3b5998; }
header .header__twitter { margin-right: 16px; }
header .header__twitter i { color: #55acee; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { header { height: 70px; }
  header .header__inner, header .container { height: 70px; }
  header .container { position: relative; }
  header .logo { margin-top: 22px; width: 60px; padding: 0; margin: 0; position: absolute; bottom: -20px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
  header #search-trigger__mobile { display: block; }
  header .hamburger { display: block; margin-top: 20px; }
  header .header__top, header .header__bottom { display: none; }
  header.scrolled { top: 0; } }
@media only screen and (max-width: 767px) { header { height: 70px; }
  header .header__inner, header .container { height: 70px; }
  header .container { position: relative; }
  header .logo { margin-top: 22px; width: 60px; padding: 0; margin: 0; position: absolute; bottom: -20px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  header #search-trigger__mobile { display: block; }
  header .hamburger { display: block; margin-top: 20px; }
  header .header__top, header .header__bottom { display: none; }
  header.scrolled { top: 0; } }

.logo-up-desktop { margin-top: -70px !important; }

body { padding-top: 167px; /* RESPONSIVE */ }
@media only screen and (min-width: 768px) and (max-width: 1009px) { body { padding-top: 70px; } }
@media only screen and (max-width: 767px) { body { padding-top: 70px; } }

/* FOOTER
---------------------------------------*/
footer { height: 470px; background: #fff; padding-top: 118px; position: relative; }

.footer-logo__wrap { float: left; }

.footer__logo { width: 57px; display: block; }

.footer-left { float: left; }
@media only screen and (max-width: 767px) { .footer-left { float: none; } }

.footer-right { float: right; }
@media only screen and (max-width: 767px) { .footer-right { float: none; } }

.footer__copy { font-weight: 700; font-size: 16px; }

.footer__company-info { max-width: 420px; margin-bottom: 120px; }
.footer__company-info li, .footer__company-info a { font-size: 14px; }
.footer__company-info ul { margin-top: 40px; }
.footer__company-info ul li { line-height: 2; }

.footer__social a { color: #636363; font-size: 14px; }
.footer__social a i { line-height: 0.5; margin: 5px 10px 0 10px; font-size: 22px; position: relative; top: 4px; }
.footer__social a.facebook i { color: #3b5998; }
.footer__social a.rss i { color: #f69700; }
.footer__social ul { float: right; }
.footer__social ul li { display: inline-block; margin-left: 30px; }
.footer__social ul li:first-child { margin-left: 0; }
.footer__social ul li img { margin-left: 10px; position: relative; top: 3px; width: 24px; height: 24px; }
@media only screen and (max-width: 767px) { .footer__social { margin-top: 40px; text-align: center; }
  .footer__social ul { float: none; } }

.footer__nav { float: left; margin-left: 80px; }
.footer__nav a { font-weight: 700; line-height: 2.7; font-size: 18px; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .footer__nav { margin-left: 100px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .footer__nav { margin-left: 100px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .footer__nav { margin-left: 100px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .footer__nav { margin-left: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .footer__nav { margin-left: 50px; } }
@media only screen and (max-width: 767px) { .footer__nav { display: none; } }

.footer__mailing-list { margin-top: 126px; }
.footer__mailing-list input, .footer__mailing-list button { float: left; }
.footer__mailing-list button { height: 48px; padding-top: 1px; font-weight: 400; }
.footer__mailing-list input { background: #343434; color: #acacac; border: 0; outline: 0; }
.footer__mailing-list input:focus, .footer__mailing-list input:active { border: 0; outline: 0; background: #393939; }
.footer__mailing-list .input-margin { margin-left: 20px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .footer__mailing-list { margin-top: 60px; width: 408px; }
  .footer__mailing-list .btn { float: none; clear: both; width: 100%; margin-top: 20px; margin-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .footer__mailing-list { position: absolute; bottom: 50px; left: 50%; width: 575px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } }
@media only screen and (max-width: 767px) { .footer__mailing-list { display: none; } }

/* STICKY FOOTER */
html, body { height: 100%; }

.wrapper { min-height: 100%; margin: 0 auto -470px; }

footer, .push { height: 470px; }

/* RESPONSIVE */
@media only screen and (max-width: 767px) { footer { padding-top: 40px; height: 430px; }
  .footer-left, .footer-right, .footer__company-info, .footer__social { float: none; }
  .footer__social { text-align: left; }
  .footer__social ul li { margin-left: 0; margin-top: 13px; }
  .footer__social ul li:first-child { margin-top: 0; }
  .footer__company-info { margin-bottom: 40px; margin-top: 30px; }
  .wrapper { margin: 0 auto -430px; }
  footer, .push { height: 430px; } }
/* SECTIONS
---------------------------------------*/
.section.section-base { padding: 30px 0 100px; }

/* DIFFERENT BASE PADDINGS */
body { /* RESPONSIVE */ }
body.subpage .section.section-base { padding-top: 30px; }
body.doctype-event .section.section-base { padding-top: 30px; }
@media only screen and (max-width: 767px) { body.subpage .section.section-base { padding-top: 60px; } }

/* MENU
---------------------------------------*/
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 56, 151, 0.9); z-index: 3; display: none; }

/* MENU */
#menu { position: fixed; top: 0; right: 0; width: 660px; height: 100%; background: #fff; z-index: 4; -webkit-transform: translateX(660px); -moz-transform: translateX(660px); -ms-transform: translateX(660px); -o-transform: translateX(660px); transform: translateX(660px); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; /* NAVIGATION */ }
#menu .inner { position: relative; padding-top: 77px; }
#menu .menu__close { position: absolute; top: 0; right: 0; color: #444; z-index: 5; font-size: 24px; line-height: 0.5; padding: 17px 20px 20px; }
#menu .menu__close i { float: left; line-height: 0.5; }
#menu .menu__close:hover { color: #003897; }
#menu .menu__social a { color: #aaa; font-size: 24px; }
#menu .menu__social a:hover { color: #fff; }
#menu .menu__social ul { padding-left: 100px; margin-top: 90px; }
#menu .menu__social ul li { display: inline-block; margin-left: 7px; }
#menu .menu__social ul li:first-child { margin-left: 0; }
#menu .main-nav { padding-left: 100px; }
#menu .main-nav ul li a { display: block; color: #464646; font-size: 20px; padding: 11px 0; }
#menu .main-nav ul li a:hover { color: #003897; }
#menu .main-nav ul li.active a, #menu .main-nav ul li.open a { color: #003897; }
@media only screen and (max-width: 767px) { #menu { width: 100%; }
  #menu .inner { padding-top: 70px; }
  #menu .main-nav { padding-left: 40px; }
  #menu .menu__social { padding-left: 40px; margin-top: 50px; }
  #menu .menu__social ul { margin-top: 0; padding-left: 0; } }
@media only screen and (max-width: 480px) { #menu .main-nav { padding-left: 20px; }
  #menu .menu__social { padding-left: 20px; } }
@media only screen and (max-width: 320px) { #menu .inner { padding-top: 10px; } }

/* MENU OPEN */
body.open-menu #menu { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

/* HERO
---------------------------------------*/
.hero { width: 100%; height: 920px; position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.hero p, .hero span, .hero h2 a { color: #333331; }
.hero p, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 { margin: 0; }
.hero span, .hero p { font-weight: 700; }
.hero span a, .hero p a { color: #fff; }
.hero p a, .hero p span { margin-left: 10px; }
.hero p.event-box__address, .hero p.event-box__date { font-size: 14px; }
.hero p.event-box__address span, .hero p.event-box__address a, .hero p.event-box__date span, .hero p.event-box__date a { font-size: 14px; }
.hero span.event-box__event-info-text { color: #fff; }
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 { margin: 20px 0; color: #fff; }
.hero h1 a, .hero h2 a, .hero h3 a, .hero h4 a, .hero h5 a, .hero h6 a { color: #fff; }
.hero h1 a:hover, .hero h2 a:hover, .hero h3 a:hover, .hero h4 a:hover, .hero h5 a:hover, .hero h6 a:hover { color: #fff; }
.hero .hero__event-box { background: #003897; padding: 50px; position: absolute; left: 0; bottom: 0; width: 380px; }
.hero .btn { margin-top: 40px; padding-left: 50px; padding-right: 50px; }
@media only screen and (max-width: 767px) { .hero { height: auto; }
  .hero .hero__event-box { width: 100%; padding: 30px; position: static; } }

/* FRONTPAGE
---------------------------------------*/
.frontpage-section-title { margin-bottom: 40px; }

.button-more { color: #003897; font-weight: 700; font-size: 16px; display: inline-block; }
.button-more span, .button-more i { float: left; }
.button-more i { color: #7d7d7d; line-height: 0.5; margin: 5px 0 0 10px; }

.news__summary { font-family: "Noto sans", "Arial", serif; }

.frontpage-social-media { margin-top: 150px; margin-bottom: 50px; }
.frontpage-social-media .social-row { display: flex; flex-direction: column; align-items: center; }
.frontpage-social-media .social-row .fb { margin-bottom: 60px; }
.frontpage-social-media .social-media-box { height: 800px; max-width: 500px; width: 100%; margin: 0 10px; }
.frontpage-social-media .social-title { text-align: center; margin-bottom: 60px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .frontpage-social-media .social-title { font-size: 26px; } }
@media only screen and (min-width: 1741px), only screen and (min-width: 1367px) and (max-width: 1740px), only screen and (min-width: 1281px), only screen and (min-width: 1200px) and (max-width: 1280px), only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-social-media .social-row { flex-direction: row; justify-content: space-between; }
  .frontpage-social-media .social-row .fb { margin-bottom: 0; }
  .frontpage-social-media .social-row.center { justify-content: center; } }

/* NEWS */
.frontpage-news-wrapper { width: 100%; display: flex; justify-content: center; }
.frontpage-news-wrapper .frontpage-news { max-width: 1741px; }
.frontpage-news-wrapper .frontpage-news .second-button { margin-left: 17px; }
.frontpage-news-wrapper .frontpage-news .frontpage-news__button-row { text-align: center; margin: 100px 0 0; }
.frontpage-news-wrapper .frontpage-news .middle-news { padding: 0 80px; /* RESPONSIVE */ }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 620px; position: relative; padding-left: 50%; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item-image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__content { padding: 106px 0 0 106px; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__cat, .frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__sep, .frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__date { display: block; float: left; text-transform: uppercase; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__sep, .frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__date { color: #7d7d7d; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__cat { text-transform: uppercase; font-weight: 700; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .top-news__sep { margin: 0 10px; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__title { margin: 14px 0 0; font-size: 40px; display: block; max-width: 440px; line-height: 1.2; color: #464646; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__title:hover { color: #003897; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__title.smaller-text { font-size: 32px; }
.frontpage-news-wrapper .frontpage-news .middle-news .news__summary { max-width: 440px; margin-top: 18px; line-height: 2; color: #7d7d7d; }
.frontpage-news-wrapper .frontpage-news .middle-news .button-more { margin-top: 41px; }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item { padding-left: 0; height: auto; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item-image { width: 100%; position: static; height: 200px; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__content { padding: 106px 40px 0 40px; } }
.frontpage-news-wrapper .frontpage-news .top-news { padding: 30px 30px 0; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__item { background: transparent; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__item-image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; height: 485px; width: 730px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-news-wrapper .frontpage-news .top-news .top-news__item-image { height: 400px; width: 600px; } }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__content { background: #fff; position: relative; padding: 40px 60px; height: 166px; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat { position: absolute; top: 50%; right: 80px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__cat, .frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__sep, .frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__date { display: block; float: left; text-transform: uppercase; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__sep, .frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__date { color: #7d7d7d; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__cat { text-transform: uppercase; font-weight: 700; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__date-cat .top-news__sep { margin: 0 10px; }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__title { font-size: 30px; display: block; line-height: 1.2; color: #464646; max-width: 260px; max-height: 72px; position: absolute; top: 50%; left: 60px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.frontpage-news-wrapper .frontpage-news .top-news .top-news__title:hover { color: #003897; }
.frontpage-news-wrapper .frontpage-news .news-president { background: #fff; height: 100%; /* RESPONSIVE */ }
.frontpage-news-wrapper .frontpage-news .news-president .news-president__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 485px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-news-wrapper .frontpage-news .news-president .news-president__image { width: 100%; height: 400px; } }
.frontpage-news-wrapper .frontpage-news .news-president .news-president__content { text-align: center; padding-top: 27px; height: 166px; position: relative; }
.frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 { max-width: 360px; margin: 0 auto; line-height: 1.5; font-size: 32px; position: absolute; text-transform: none; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 a { color: #464646; }
.frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 a:hover { color: #003897; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 { max-width: auto; width: 100%; padding: 0 40px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 { max-width: auto; width: 100%; padding: 0 40px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .frontpage-news-wrapper .frontpage-news .news-president .news-president__content { padding-top: 18px; }
  .frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 { font-size: 34px; max-width: auto; width: 100%; padding: 0 40px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-news-wrapper .frontpage-news .news-president .news-president__content { padding-top: 39px; }
  .frontpage-news-wrapper .frontpage-news .news-president .news-president__content h2 { font-size: 28px; max-width: auto; width: 100%; padding: 0 40px; } }
.frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; margin: 150px 0 40px 0; /* RESPONSIVE */ }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item { height: auto; min-height: 390px; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right { padding: 0; padding-right: 50%; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__item-image { left: auto; right: 0; height: 100%; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__content { background: #fff; padding: 20px; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__content .inner { border: 1px solid #e6e6e6; position: relative; height: 100%; padding: 48px; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__title { margin: 5px 0 0; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__summary { font-size: 16px; line-height: 1.9; }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .button-more { margin-top: 21px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-news-wrapper .frontpage-news .middle-news { padding: 0; margin-top: 30px; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item { padding: 0; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right { padding-right: 0; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__item-image { position: static; height: 266px; width: 100%; float: none; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__content { padding: 0; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__content .inner { border: 0; padding: 30px; }
  .frontpage-news-wrapper .frontpage-news .middle-news .top-news__item.img-right .top-news__title { color: #464646; font-size: 30px; margin-bottom: 16px; overflow: hidden; max-height: 66px; line-height: 1.1; margin-top: 8px; } }
.frontpage-news-wrapper .frontpage-news .middle-news .top-news__date-cat .news-item__date { margin-bottom: 6px !important; }
.frontpage-news-wrapper .frontpage-news .rest-of-news .news-item { margin-bottom: 0; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-news-wrapper .frontpage-news { padding-top: 30px; } }
@media only screen and (max-width: 767px) { .frontpage-news-wrapper .frontpage-news { padding-top: 30px; } }

/* PRESIDENT */
.frontpage-president { padding-left: 50%; margin-bottom: 190px; position: relative; margin-top: 150px; text-align: center; /* RESPONSIVE */ }
.frontpage-president h2 { line-height: 1.4; margin-bottom: 41px; }
.frontpage-president p { font-family: "Noto sans", "Arial", serif; color: #7d7d7d; margin: 0 0 40px; font-size: 16px; line-height: 1.9; }
.frontpage-president p.pres-subtitle { font-size: 22px; color: #464646; margin: 0 0 60px; line-height: 1.5; }
.frontpage-president .frontpage-president__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
.frontpage-president .box .box-inner { min-height: 560px; position: relative; }
.frontpage-president .box .box-inner__inner { padding: 61px 70px; }
.frontpage-president.center-the-content .box .box-inner__inner { position: absolute; width: 100%; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-president { margin: 60px 0; padding-left: 0; }
  .frontpage-president .frontpage-president__image { position: static; width: 100%; height: 838px; } }
@media only screen and (max-width: 767px) { .frontpage-president { margin: 60px 0; padding-left: 0; }
  .frontpage-president h2 { font-size: 22px; }
  .frontpage-president .frontpage-president__image { position: static; width: 100%; height: 340px; }
  .frontpage-president .box { padding: 0 !important; }
  .frontpage-president .box .box-inner { padding: 61px 30px !important; }
  .frontpage-president.center-the-content { padding: 20px !important; background: #fff; }
  .frontpage-president.center-the-content .box .box-inner { padding: 40px !important; min-height: initial; }
  .frontpage-president.center-the-content .box .box-inner__inner { position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); padding: 0 !important; } }

/* PRESIDENTIAL HOME */
.frontpage__presidential-home { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; height: 1140px; position: relative; /* RESPONSIVE */ }
.frontpage__presidential-home .box { position: absolute; top: 50%; left: 50%; width: 720px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }
.frontpage__presidential-home .box .box-inner { padding: 80px 100px 50px; }
.frontpage__presidential-home a { font-weight: 700; font-size: 16px; }
.frontpage__presidential-home p { color: #7d7d7d; margin: 60px 0 80px; font-size: 16px; line-height: 1.9; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage__presidential-home { height: auto; padding: 60px; }
  .frontpage__presidential-home .box { position: static; width: auto; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
@media only screen and (max-width: 767px) { .frontpage__presidential-home { height: auto; padding: 10px; }
  .frontpage__presidential-home h2 { font-size: 26px; line-height: 1.2; }
  .frontpage__presidential-home .box { position: static; width: auto; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .frontpage__presidential-home .box .box-inner { padding: 20px; }
  .frontpage__presidential-home p { margin: 30px 0; } }

/* ANNOUNCEMENTS */
.frontpage-announcements, .frontpage-announcements .container { height: 1150px; /* RESPONSIVE */ }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-announcements, .frontpage-announcements .container { height: auto; } }
@media only screen and (max-width: 767px) { .frontpage-announcements, .frontpage-announcements .container { height: auto; } }

.frontpage-announcements { background-repeat: no-repeat; background-position: 50% 100%; background-size: 100%; background-color: #f6f6f6; text-align: center; padding-top: 200px; /* RESPONSIVE */ }
.frontpage-announcements .container { position: relative; }
.frontpage-announcements h2 { text-align: center; text-transform: uppercase; margin-bottom: 130px; }
.frontpage-announcements .frontpage-announcements__list { display: inline-block; }
.frontpage-announcements .frontpage-announcements__item { position: relative; padding-left: 100px; margin-top: 13px; }
.frontpage-announcements .frontpage-announcements__item:first-child { margin-top: 0; }
.frontpage-announcements .frontpage-announcements__item span, .frontpage-announcements .frontpage-announcements__item a { display: block; float: left; }
.frontpage-announcements .frontpage-announcements__item .announcements__item-date, .frontpage-announcements .frontpage-announcements__item .announcements__item-title { font-size: 16px; }
.frontpage-announcements .frontpage-announcements__item .announcements__item-date { text-transform: uppercase; color: #7d7d7d; position: absolute; top: 0; left: 0; }
.frontpage-announcements .frontpage-announcements__item .announcements__item-title { margin-left: 40px; }
.frontpage-announcements .frontpage-announcements__button-row { text-align: center; padding-top: 100px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-announcements { padding: 100px 0 200px; }
  .frontpage-announcements h2 { margin-bottom: 50px; }
  .frontpage-announcements .frontpage-announcements__button-row { padding-top: 50px; } }
@media only screen and (max-width: 767px) { .frontpage-announcements { padding: 60px 0 100px; }
  .frontpage-announcements h2 { margin-bottom: 50px; font-size: 26px; }
  .frontpage-announcements .frontpage-announcements__item { padding-left: 0; margin-top: 26px; }
  .frontpage-announcements .frontpage-announcements__item span, .frontpage-announcements .frontpage-announcements__item a { float: none; }
  .frontpage-announcements .frontpage-announcements__item .announcements__item-date { position: static; }
  .frontpage-announcements .frontpage-announcements__item .announcements__item-title { margin-left: 0; }
  .frontpage-announcements .frontpage-announcements__button-row { padding-top: 50px; } }

/* GALLERY */
.frontpage-gallery { padding: 200px 0; /* RESPONSIVE */ }
.frontpage-gallery .bgun-slider { min-height: 592px; }
.frontpage-gallery .news-item .news-item__image { background-position: 50% 50%; }
.frontpage-gallery .page-title h1, .frontpage-gallery .page-title h2, .frontpage-gallery .page-title h3, .frontpage-gallery .page-title h4, .frontpage-gallery .page-title h5, .frontpage-gallery .page-title h6 { font-size: 35px; }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .frontpage-gallery .bgun-slider { margin: 0 80px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-gallery { display: none; }
  .frontpage-gallery .news-item { margin-bottom: 30px; }
  .frontpage-gallery [data-slide="1"] .news-item { margin-top: 0; } }
@media only screen and (max-width: 767px) { .frontpage-gallery { display: none; } }

/* BOX
---------------------------------------*/
.box { padding: 50px; }
.box.box-with-border { padding: 20px; background: #fff; }
.box.box-with-border .box-inner { border: 1px solid #e6e6e6; position: relative; height: 100%; }
.box.box-white { background: #fff; }
.box.box-dark { background: #464646; }
.box.box-dark h1, .box.box-dark h2, .box.box-dark h3, .box.box-dark h4, .box.box-dark h5, .box.box-dark h6, .box.box-dark p { color: #fff; }
.box.box-red { background: #003897; }
.box.box-red h1, .box.box-red h2, .box.box-red h3, .box.box-red h4, .box.box-red h5, .box.box-red h6, .box.box-red p { color: #fff; }
.box.box-for-content { padding: 40px; position: relative; }
.box.box-for-content h1, .box.box-for-content h2, .box.box-for-content h3, .box.box-for-content h4, .box.box-for-content h5, .box.box-for-content h6 { word-wrap: break-word; margin-bottom: 30px; color: #003897; line-height: 1.4; font-size: 24px; }
.box.box-for-content p { margin-bottom: 30px; line-height: 2; }
.box.box-for-content p.first-paragraph-margin { margin: 0; }
.box.box-for-content.with-image { padding: 0; min-height: 280px; }
.box.box-for-content.with-image .box-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: absolute; top: 0; display: block; height: 100%; }
.box.box-for-content.with-image .box-contents { padding: 50px; height: 100%; }
.box.box-for-content.with-image.image-left { padding-left: 40%; }
.box.box-for-content.with-image.image-left .box-image { width: 40%; left: 0; }
.box.box-for-content.with-image.image-left .box-contents { width: 100%; }
.box.box-for-content.with-image.image-left.image-large { padding-left: 70%; min-height: 370px; }
.box.box-for-content.with-image.image-left.image-large .box-image { left: 0; width: 70%; }
.box.box-for-content.with-image.image-right { padding-right: 40%; }
.box.box-for-content.with-image.image-right .box-image { width: 40%; right: 0; }
.box.box-for-content.with-image.image-right .box-contents { width: 100%; }
.box.box-for-content.with-image.image-right.image-large { padding-right: 70%; min-height: 370px; }
.box.box-for-content.with-image.image-right.image-large .box-image { width: 70%; }
.box.box-for-content.with-image.image-right.image-large .box-contents { left: 0; }
.box.box-for-content.with-image.image-right.with-button .btn { right: auto; left: 40px; }
.box.box-for-content.with-image.image-top { padding-top: 360px; }
.box.box-for-content.with-image.image-top .box-image { height: 360px; width: 100%; }
.box.box-for-content.with-image.image-top .box-contents { position: static; }
.box.box-for-content.with-image.image-medium { padding-top: 260px; }
.box.box-for-content.with-image.image-medium .box-image { height: 260px; }
.box.box-for-content.with-image.with-button .box-contents { position: relative; padding-bottom: 120px; }
.box.box-for-content.with-image.with-button .btn { position: absolute; bottom: 50px; left: 50px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .box.box-for-content.with-image .box-contents { padding: 30px; }
  .box.box-for-content.with-image h1, .box.box-for-content.with-image h2, .box.box-for-content.with-image h3, .box.box-for-content.with-image h4, .box.box-for-content.with-image h5, .box.box-for-content.with-image h6 { font-size: 16px; margin-bottom: 20px; }
  .box.box-for-content.with-image p { font-size: 14px; } }
.box.box-for-content.text-smaller { min-height: 190px; }
.box.box-for-content.text-smaller h1, .box.box-for-content.text-smaller h2, .box.box-for-content.text-smaller h3, .box.box-for-content.text-smaller h4, .box.box-for-content.text-smaller h5, .box.box-for-content.text-smaller h6 { font-size: 18px; margin-bottom: 16px; }
.box.box-for-content.text-smaller p { font-size: 14px; margin-bottom: 20px; }
.box.box-for-content.text-smaller .btn { border: 0; padding: 0; height: auto; color: #003897; border-bottom: 1px solid transparent; }
.box.box-for-content.text-smaller .btn:hover { background: none; background: transparent; color: #003897; border-color: #e6e6e6; }
.box.box-for-content.box-with-image .box-image, .box.box-for-content.text-smaller .box-image { min-height: 190px; width: 25%; }
.box.box-for-content.box-with-image .box-contents, .box.box-for-content.text-smaller .box-contents { width: 75%; }

/* SEARCH
---------------------------------------*/
.search-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 4; opacity: 0; visibility: hidden; z-index: 20; -webkit-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in; background: #fff; background: white; }
.search-overlay .inner { position: absolute; top: 50%; left: 50%; width: 910px; -webkit-transform: translate(-50%, 200%); -ms-transform: translate(-50%, 200%); -o-transform: translate(-50%, 200%); transform: translate(-50%, 200%); -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; opacity: 0; visibility: hidden; }
.search-overlay .search-wrap { position: relative; }
.search-overlay .search-wrap input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #e6e6e6; color: #464646; font-size: 50px; font-family: "Quattrocento", "Times New Roman", sans-serif; padding: 30px 100px 30px 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); height: auto; }
.search-overlay .search-wrap input::-webkit-input-placeholder { color: #7d7d7d; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-overlay .search-wrap input:-moz-placeholder { /* Firefox 18- */ -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-overlay .search-wrap input::-moz-placeholder { /* Firefox 19+ */ -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-overlay .search-wrap input:-ms-input-placeholder { /* IE */ -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-overlay .search-wrap input:focus { outline: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.search-overlay .search-wrap input:focus::-webkit-input-placeholder { color: rgba(170, 170, 170, 0.5); }
.search-overlay .search-wrap input:focus:-moz-placeholder { /* Firefox 18- */ color: rgba(170, 170, 170, 0.5); }
.search-overlay .search-wrap input:focus::-moz-placeholder { /* Firefox 19+ */ color: rgba(170, 170, 170, 0.5); }
.search-overlay .search-wrap input:focus:-ms-input-placeholder { /* IE */ color: rgba(170, 170, 170, 0.5); }
.search-overlay .search-wrap button { position: absolute; top: 11px; right: 8px; font-size: 54px; background: none; padding: 5px 0 0 0; color: #003897; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.search-overlay .close-search { position: fixed; top: 10px; right: 23px; font-size: 30px; color: #7d7d7d; }
.search-overlay .close-search:hover { color: #003897; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .search-overlay .inner { width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .search-overlay .inner { padding: 0 40px; } }
@media only screen and (max-width: 767px) { .search-overlay .inner { padding: 0 20px; }
  .search-overlay .search-wrap input { font-size: 16px; padding: 20px 50px 20px 0; }
  .search-overlay .search-wrap button { font-size: 20px; padding: 0; top: auto; bottom: 12px; }
  .search-overlay .close-search { font-size: 24px; } }

.search-results { padding-top: 70px !important; }
.search-results h4, .search-results p { margin: 0; }
.search-results a, .search-results p { display: block; width: 100%; }
.search-results p { margin-bottom: 17px; }
.search-results .result-item { margin-bottom: 70px; }
.search-results .result-title { font-size: 22px; margin-bottom: 20px; }
.search-results .result-title a { color: #464646; }
.search-results .result-title a:hover { color: #003897; }
.search-results .search-results__popular-search { padding-left: 86px; }
.search-results .search-results__popular-search a { font-weight: 700; font-size: 16px; }
.search-results .search-results__popular-search a:hover { text-decoration: underline; }
.search-results .search-results__popular-search ul { margin-top: 40px; }
.search-results .search-results__popular-search ul li { margin-top: 10px; }
.search-results .search-results__popular-search ul li:first-child { margin-top: 0; }

.helper-tooltip-wrapper { display: flex; justify-content: flex-end; cursor: pointer; margin-top: 35px; }
.helper-tooltip-wrapper .helper-tooltip { display: flex; justify-content: center; align-items: center; position: relative; color: white; }
.helper-tooltip-wrapper .helper-tooltip img { height: 20px; width: 20px; margin-right: 10px; }
.helper-tooltip-wrapper .helper-tooltip p { margin: 0; }
.helper-tooltip-wrapper .helper-tooltip .tooltiptext { visibility: hidden; transition: all 0.3s ease-in-out; width: 200px; background-color: black; color: white; text-align: center; padding: 5px 0; border-radius: 6px; position: absolute; z-index: 1; bottom: -110px; }
@media (max-width: 768px) { .helper-tooltip-wrapper .helper-tooltip .tooltiptext { right: 0; } }
.helper-tooltip-wrapper .helper-tooltip:hover .tooltiptext { visibility: visible; transition: all 0.3s ease-in-out; }

.search-banner { background: #003897; padding: 48px 0; }
.search-banner .search-wrap { position: relative; }
.search-banner input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #fff; color: #fff; font-size: 32px; font-family: "Quattrocento", "Times New Roman", sans-serif; padding: 43px 100px 43px 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); height: auto; }
.search-banner input::-webkit-input-placeholder { color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:-moz-placeholder { /* Firefox 18- */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input::-moz-placeholder { /* Firefox 19+ */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:-ms-input-placeholder { /* IE */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus:-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus:-ms-input-placeholder { /* IE */ color: rgba(255, 255, 255, 0.5); }
.search-banner button { position: absolute; top: 37px; right: 8px; font-size: 38px; background: transparent; padding: 0; color: #fff; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .search-banner { padding: 30px 0; } }
@media only screen and (max-width: 767px) { .search-banner { padding: 20px 0; }
  .search-banner input { font-size: 22px; padding: 28px 45px 28px 0; }
  .search-banner button { top: 15px; font-size: 28px; background: transparent; } }

body.search-open .search-overlay { opacity: 1; visibility: visible; height: 100%; }
body.search-open .search-overlay .inner { opacity: 1; visibility: visible; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition-delay: 0; transition-delay: 0; }
body.search-up .search-overlay .inner { top: 60px; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

/* PAGE TITLE
---------------------------------------*/
.page-title { margin-bottom: 60px; }
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 { text-transform: uppercase; line-height: 1; margin: 0; }
.page-title .page-title__subtitle { font-size: 18px; margin-top: 20px; }
.page-title.has-filters h1, .page-title.has-filters h2, .page-title.has-filters h3, .page-title.has-filters h4, .page-title.has-filters h5, .page-title.has-filters h6 { float: left; margin: 11px 0 0; }
.page-title .news-title { padding-right: 20px; padding-bottom: 20px; }
.page-title .filters { float: left; }
.page-title .filters .filter-item { float: left; margin-left: 16px; min-width: 250px; }
.page-title .filters .filter-item.first { margin-left: 0; }
.page-title .filters .filter-item.filter-item__search { min-width: 300px; }
.page-title .filters .page-title__view-controls { float: right; margin-left: 16px; border: 1px solid #e6e6e6; /* RESPONSIVE */ }
.page-title .filters .page-title__view-controls .custom-icon { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.page-title .filters .page-title__view-controls .custom-icon em, .page-title .filters .page-title__view-controls .custom-icon span { display: block; }
.page-title .filters .page-title__view-controls .custom-icon.custom-icon__list em { background: #aaa; width: 28px; height: 2px; margin-top: 6px; }
.page-title .filters .page-title__view-controls .custom-icon.custom-icon__list em.first { margin-top: 0; }
.page-title .filters .page-title__view-controls .custom-icon.custom-icon__grid .custom-icon__icon-row { margin: 2px 0 0 -2px; width: 24px; }
.page-title .filters .page-title__view-controls .custom-icon.custom-icon__grid .custom-icon__icon-row.first { margin-top: 0; }
.page-title .filters .page-title__view-controls .custom-icon.custom-icon__grid .custom-icon__icon-row em { width: 6px; height: 6px; background: #aaa; float: left; margin-left: 2px; }
.page-title .filters .page-title__view-controls .page-title__view-controls__view-changer { display: block; width: 58px; height: 58px; background: #fff; float: left; position: relative; }
.page-title .filters .page-title__view-controls .page-title__view-controls__view-changer.active { background: #003897; }
.page-title .filters .page-title__view-controls .page-title__view-controls__view-changer.active .custom-icon.custom-icon__list em { background: #fff; }
.page-title .filters .page-title__view-controls .page-title__view-controls__view-changer.active .custom-icon.custom-icon__grid .custom-icon__icon-row em { background: #fff; }
@media only screen and (max-width: 767px) { .page-title .filters .page-title__view-controls { float: none; margin-top: 20px; margin-left: 0; display: none; }
  .page-title .filters .page-title__view-controls .page-title__view-controls__view-changer { width: 50%; } }
.page-title.text-center h1, .page-title.text-center h2, .page-title.text-center h3, .page-title.text-center h4, .page-title.text-center h5, .page-title.text-center h6 { text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .page-title.has-filters h1, .page-title.has-filters h2, .page-title.has-filters h3, .page-title.has-filters h4, .page-title.has-filters h5, .page-title.has-filters h6 { float: none; }
  .page-title .filters { float: none; margin-top: 30px; } }
@media only screen and (max-width: 767px) { .page-title.has-filters h1, .page-title.has-filters h2, .page-title.has-filters h3, .page-title.has-filters h4, .page-title.has-filters h5, .page-title.has-filters h6 { float: none; }
  .page-title .filters { float: none; margin-top: 30px; }
  .page-title .filters .filter-item { float: none; margin-left: 0; width: 100%; }
  .page-title .filters .filter-item.first { margin-bottom: 13px; } }

.page-title__uedit { font-size: 40px; margin-bottom: 76px; text-transform: uppercase; }

/* RESPONSIVE */
@media only screen and (max-width: 767px) { .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 { word-break: break-word; font-size: 30px; margin-bottom: 30px; }
  .page-title__uedit { word-break: break-word; font-size: 30px; margin-bottom: 30px; }
  body { background: red !important; } }
/* NEWS
---------------------------------------*/
/* NEWS OVERVIEW */
/* OTHER */
.news-item { position: relative; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0); box-shadow: 0 0 30px rgba(0, 0, 0, 0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-bottom: 30px; 	/*&.gallery-item {
		
		.item-content {
			.item-content-wrap {
				height: auto;
			}
		}

		.item-title {
			max-height: 35px;
			overflow: hidden;
		}
	}*/ }
.news-item .news-item__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 266px; }
.news-item .news-item__content { padding: 38px 40px 120px 40px; }
.news-item .news-item__content span, .news-item .news-item__content a { display: block; }
.news-item .news-item__date-cat .news-item__cat, .news-item .news-item__date-cat .news-item__sep, .news-item .news-item__date-cat .news-item__date { display: block; float: left; text-transform: uppercase; }
.news-item .news-item__date-cat .news-item__sep, .news-item .news-item__date-cat .news-item__date { color: #7d7d7d; }
.news-item .news-item__date-cat .news-item__cat { text-transform: uppercase; font-weight: 700; }
.news-item .news-item__date-cat .news-item__sep { margin: 0 10px; }
.news-item .news-item__date-cat .news-item__date { font-size: 14px; }
.news-item .button-more { position: absolute; bottom: 40px; left: 40px; }
.news-item .news-item__date { font-size: 12px; margin-bottom: 6px; text-transform: uppercase; }
.news-item .news-item__title { color: #333331; font-size: 28px; margin-bottom: 16px; overflow: hidden; max-height: 70px; line-height: 1.2; margin-top: 8px; word-break: break-word; /*white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;*/ }
.news-item .news-item__title:hover { color: #003897; }
.news-item .news-item__summary { overflow: hidden; max-height: 64px; color: #7d7d7d; line-height: 1.9; font-size: 16px; }
.news-item .news-item__summary:hover { color: #003897; }
.news-item:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .news-item .news-item__image { height: 220px; }
  .news-item .news-item__content { padding: 30px 30px 120px; } }
@media only screen and (max-width: 767px) { .news-item { padding-left: 0; height: auto; }
  .news-item .news-item__image { position: static; width: 100%; height: 240px; }
  .news-item .news-item__title { font-size: 22px; } }

.news-content img { margin: 50px auto; width: auto; display: block; }
.news-content img[style] { width: auto !important; height: auto !important; }
.news-content p { line-height: 2; margin-bottom: 30px; }
.news-content ul { list-style: none; padding: 0; padding-left: 13px; margin: 50px 0 50px 8px; }
.news-content ul li { text-indent: -1.3em; padding: 0; margin-top: 30px; max-width: 80%; display: block; }
.news-content ul li:first-child { margin-top: 0; }
.news-content ul li:before { content: "• "; color: #003897; margin-right: 7px; }
@media only screen and (max-width: 767px) { .news-content ul li { max-width: 100%; } }
.news-content ol { list-style-type: decimal; }
.news-content ol li { display: block; margin-top: 30px; }
.news-content ol li:first-child { margin-top: 0; }

.news__listview ul li { margin: 0 0 5px; box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.news__listview ul li:first-child { margin-top: 0; }
.news__listview ul li:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.news__listview .news__listview-item a { display: block; font-size: 18px; overflow: hidden; padding: 5px 24px; background: #fff; }
.news__listview .news__listview-item span { display: block; float: left; }
.news__listview .news__listview-item .news__listview-date, .news__listview .news__listview-item .news__listview-sep, .news__listview .news__listview-item .news__listview-summary { color: #7d7d7d; }
.news__listview .news__listview-item .news__listview-date { margin-right: 40px; }
.news__listview .news__listview-item .news__listview-title { font-weight: 700; }
.news__listview .news__listview-item .news__listview-sep { margin: 0 15px; }

#news-light-slider-print-preview-item { display: none; width: full; }
#news-light-slider-print-preview-item img { margin: auto; height: 400px; width: 350px; object-fit: contain; object-position: center center; }

@media print { .news-light-slider-item { display: none; }
  #news-light-slider-print-preview-item { display: flex; } }
#news-overview-loader-wrapper { display: flex; justify-content: center; display: none; }
#news-overview-loader-wrapper #news-overview-loader, #news-overview-loader-wrapper #news-overview-loader:before, #news-overview-loader-wrapper #news-overview-loader:after { border-radius: 50%; }
#news-overview-loader-wrapper #news-overview-loader { color: #003897; font-size: 11px; text-indent: -99999em; margin: 55px auto; position: relative; width: 10em; height: 10em; box-shadow: inset 0 0 0 1em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
#news-overview-loader-wrapper #news-overview-loader:before, #news-overview-loader-wrapper #news-overview-loader:after { position: absolute; content: ''; }
#news-overview-loader-wrapper #news-overview-loader:before { width: 5.2em; height: 10.2em; background: #fbfbfb; border-radius: 10.2em 0 0 10.2em; top: -0.1em; left: -0.1em; -webkit-transform-origin: 5.1em 5.1em; transform-origin: 5.1em 5.1em; -webkit-animation: load2 2s infinite ease 1.5s; animation: load2 2s infinite ease 1.5s; }
#news-overview-loader-wrapper #news-overview-loader:after { width: 5.2em; height: 10.2em; background: #fbfbfb; border-radius: 0 10.2em 10.2em 0; top: -0.1em; left: 4.9em; -webkit-transform-origin: 0.1em 5.1em; transform-origin: 0.1em 5.1em; -webkit-animation: load2 2s infinite ease; animation: load2 2s infinite ease; }
@-webkit-keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
#no-news-message { text-align: center; }

.old-news { margin-top: 185px; }
.old-news .old-news-link { text-align: center; margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .old-news { margin-top: 50px; } }

/* NEWS SINGLE */
.news-single { /* RESPONSIVE */ }
.news-single #news-single__featured-image { min-height: 630px; }
.news-single .news-single__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 630px; }
.news-single .news-single__image-wrapper { overflow: hidden; position: relative; transition: all 300ms ease 0s; cursor: pointer; }
.news-single .news-single__image-wrapper .news-single__zoom-icon-wrapper { transition: all 300ms ease 0s; pointer-events: none; }
.news-single .news-single__image-wrapper .news-single__zoom-icon-wrapper i { font-size: 50px; color: black; }
.news-single .news-single__image-wrapper .news-single__image { transform: scale(1); transition: all 300ms ease 0s; }
.news-single .news-single__image-wrapper:hover { opacity: 0.7; transition: all 300ms ease 0s; }
.news-single .news-single__image-wrapper:hover .news-single__zoom-icon-wrapper { opacity: 1; transition: all 300ms ease 0s; }
.news-single .news-single__image-wrapper:hover .news-single__image { transform: scale(1.1); transition: all 300ms ease 0s; }
.news-single .news-single__image-wrapper .news-single__zoom-icon-wrapper { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5; opacity: 0; transition: opacity 300ms ease-out; }
.news-single .news-single__content { margin-top: -170px; padding: 250px 0 80px 0; background: #fff; }
.news-single .news-single__content.announcement-single__content { margin-top: 0; padding-top: 80px; }
.news-single .news-single__title { font-size: 60px; margin-bottom: 50px; }
.news-single .news-single__date-cat .news-single__cat, .news-single .news-single__date-cat .news-single__sep, .news-single .news-single__date-cat .news-single__date { display: block; float: left; text-transform: uppercase; }
.news-single .news-single__date-cat .news-single__sep, .news-single .news-single__date-cat .news-single__date { color: #7d7d7d; }
.news-single .news-single__date-cat .news-single__cat { text-transform: uppercase; font-weight: 700; }
.news-single .news-single__date-cat .news-single__sep { margin: 0 10px; }
.news-single .news-single__date-cat .news-single__date { font-size: 14px; }
.news-single .news-content p { font-size: 16px; /*&:first-child {
	&:first-letter {
		float: left;
		font-size: 100px;
		line-height: 60px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 0px;
		font-family: $base-font;
		font-weight: $bold;
	}
}*/ }
.news-single .single-gallery__page-title { margin-top: 185px; }
.news-single #news-single__gallery { min-height: 695px; }
.news-single #news-single__gallery .news-single__gallery-image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; height: 695px; }
@media only screen and (max-width: 767px) { .news-single #news-single__featured-image { min-height: 242px; }
  .news-single .news-single__image { height: 242px; }
  .news-single .news-single__title { word-break: break-word; font-size: 36px; } }

.tag-title { font-weight: 700; text-transform: uppercase; display: inline-block; }
.tag-title em { color: #7d7d7d; font-style: normal; margin: 0 5px; }

.tag-list { display: inline-block; }
.tag-list .tag-list__item { position: relative; margin-left: 6px; display: inline-block; }
.tag-list .tag-list__item a { text-transform: uppercase; color: #7d7d7d; }
.tag-list .tag-list__item a:hover { color: #003897; }
.tag-list .tag-list__item.first { margin-left: 0; }

/**
	Blog overview and detail pages
	/pistlasafn/[uid]
**/
/**
	Newest blog section styles
*/
.newest-blog-wrapper { display: none; width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .newest-blog-wrapper { flex-direction: column; align-items: center; } }
@media only screen and (max-width: 767px) { .newest-blog-wrapper { flex-direction: column; align-items: center; } }
.newest-blog-wrapper .newest-blog-img-wrapper { width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .newest-blog-wrapper .newest-blog-img-wrapper { flex-direction: column; align-items: center; margin-bottom: 30px; } }
@media only screen and (max-width: 767px) { .newest-blog-wrapper .newest-blog-img-wrapper { flex-direction: column; align-items: center; margin-bottom: 30px; } }
.newest-blog-wrapper .newest-blog-img-wrapper #newest-blog-img { width: 600px; height: 430px; flex-grow: 1; margin-right: 30px; background-position: center; background-repeat: no-repeat; background-size: cover; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .newest-blog-wrapper .newest-blog-img-wrapper #newest-blog-img { width: 45vw; height: 30vw; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .newest-blog-wrapper .newest-blog-img-wrapper #newest-blog-img { width: 80vw; height: 50vw; } }
@media only screen and (max-width: 767px) { .newest-blog-wrapper .newest-blog-img-wrapper #newest-blog-img { width: 92vw; height: 60vw; } }
.newest-blog-wrapper .newest-blog-content { width: 50%; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .newest-blog-wrapper .newest-blog-content { width: 70%; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .newest-blog-wrapper .newest-blog-content { width: 100%; } }
@media only screen and (max-width: 767px) { .newest-blog-wrapper .newest-blog-content { width: 100%; } }
.newest-blog-wrapper .newest-blog-content #newest-blog-title { font-size: 40px; font-weight: 400; text-transform: none; }
.newest-blog-wrapper .newest-blog-content #newest-blog-summary { font-size: 16px; padding: 30px 0; }
.newest-blog-wrapper .newest-blog-content #newest-blog-link { font-size: 18px; font-weight: 700; cursor: pointer; }

.blog-category-date { font-size: 14px; text-transform: uppercase; color: #b6b6b6; font-weight: 700; }
.blog-category-date > * { margin: 0 12px 0 0; }
.blog-category-date .blog-category { color: #3c3c3c; }

/**
	Blog boxes and filters styles
*/
.blog-filters-wrapper { width: full; display: flex; justify-content: flex-end; padding-top: 70px; }
@media only screen and (max-width: 480px) { .blog-filters-wrapper { flex-direction: column; }
  .blog-filters-wrapper > * { margin: 10px 0; } }

.no-blog-results { margin-top: 25px; display: flex; width: 100%; justify-content: center; align-items: center; flex-direction: column; }
.no-blog-results h3 { text-transform: none; }

.blog-pager-wrapper { width: 100%; display: flex; justify-content: center; }

.blog-pager-old-posts-wrapper { display: flex; width: 100%; justify-content: flex-end; padding: 20px; }
.blog-pager-old-posts-wrapper a { display: flex; justify-content: space-between; align-items: center; padding: 13px 24px; }
.blog-pager-old-posts-wrapper a i { margin: 0 10px; }
.blog-pager-old-posts-wrapper a i:before { line-height: 1.8; }

.pretty-select-new select { background: #fbfbfb; border: none; font-size: 20px; font-weight: 700; color: #3c3c3c; }

.blog-boxes { display: flex; flex-wrap: wrap; padding: 10px 0; align-items: flex-start; }

.blog-post-entry:nth-child(3) { padding: 0; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .blog-post-entry:nth-child(3) { padding-right: 30px; padding-top: 30px; padding-bottom: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .blog-post-entry:nth-child(3) { padding-right: 30px; padding-top: 30px; padding-bottom: 30px; } }
@media only screen and (max-width: 767px) { .blog-post-entry:nth-child(3) { padding-right: 30px; padding-top: 30px; padding-bottom: 30px; } }

.blog-post-entry { width: 33%; padding-right: 30px; padding-top: 30px; padding-bottom: 30px; display: flex; flex-direction: column; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .blog-post-entry { width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .blog-post-entry { width: 50%; } }
@media only screen and (max-width: 767px) { .blog-post-entry { width: 100%; } }
.blog-post-entry .blog-post-entry-image { min-width: 350px; width: 100%; height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 25px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .blog-post-entry .blog-post-entry-image { min-width: 450px; height: 300px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .blog-post-entry .blog-post-entry-image { min-width: 300px; height: 220px; } }
@media only screen and (max-width: 767px) { .blog-post-entry .blog-post-entry-image { width: 100vw; height: 70vw; } }
.blog-post-entry .blog-post-entry-title { font-size: 30px; text-transform: none; }
.blog-post-entry .blog-post-entry-text { font-size: 16px; }
.blog-post-entry .blog-post-entry-link { margin-top: 25px; font-size: 18px; cursor: pointer; font-weight: 700; }

/**
	Blog loader styles
*/
#blog-overview-loader-wrapper { display: flex; justify-content: center; display: none; }
#blog-overview-loader-wrapper #blog-overview-loader, #blog-overview-loader-wrapper #blog-overview-loader:before, #blog-overview-loader-wrapper #blog-overview-loader:after { border-radius: 50%; }
#blog-overview-loader-wrapper #blog-overview-loader { color: #003897; font-size: 11px; text-indent: -99999em; margin: 55px auto; position: relative; width: 10em; height: 10em; box-shadow: inset 0 0 0 1em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
#blog-overview-loader-wrapper #blog-overview-loader:before, #blog-overview-loader-wrapper #blog-overview-loader:after { position: absolute; content: ''; }
#blog-overview-loader-wrapper #blog-overview-loader:before { width: 5.2em; height: 10.2em; background: #fbfbfb; border-radius: 10.2em 0 0 10.2em; top: -0.1em; left: -0.1em; -webkit-transform-origin: 5.1em 5.1em; transform-origin: 5.1em 5.1em; -webkit-animation: load2 2s infinite ease 1.5s; animation: load2 2s infinite ease 1.5s; }
#blog-overview-loader-wrapper #blog-overview-loader:after { width: 5.2em; height: 10.2em; background: #fbfbfb; border-radius: 0 10.2em 10.2em 0; top: -0.1em; left: 4.9em; -webkit-transform-origin: 0.1em 5.1em; transform-origin: 0.1em 5.1em; -webkit-animation: load2 2s infinite ease; animation: load2 2s infinite ease; }
@-webkit-keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
/* APPLICATION
---------------------------------------*/
.application-banner { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; position: relative; height: 590px; font-weight: 700; color: #333331; }
.application-banner .application-banner__box { background: #003897; width: 420px; padding: 68px; position: absolute; bottom: -70px; right: 70px; }
.application-banner .application-banner__box h1, .application-banner .application-banner__box h2, .application-banner .application-banner__box h3, .application-banner .application-banner__box h4, .application-banner .application-banner__box h5, .application-banner .application-banner__box h6 { color: #fff; }
.application-banner .application-banner__box p { font-size: 18px; margin: 0; }
.application-banner .application-banner__box .application-banner__box-lower { margin-top: 40px; }
.application-banner .application-banner__box .application-banner__box-lower .application-banner__box-lower__price { color: #fff; }
@media only screen and (max-width: 767px) { .application-banner { height: 400px; }
  .application-banner .application-banner__box { padding: 30px; width: 100%; text-align: center; right: 50%; -webkit-transform: translateX(50%); -moz-transform: translateX(50%); -ms-transform: translateX(50%); -o-transform: translateX(50%); transform: translateX(50%); }
  .application-banner .application-banner__box h1, .application-banner .application-banner__box h2, .application-banner .application-banner__box h3, .application-banner .application-banner__box h4, .application-banner .application-banner__box h5, .application-banner .application-banner__box h6 { font-size: 20px; }
  .application-banner .application-banner__box p { font-size: 16px; margin: 0; } }

.application-text-section { text-align: center; margin-top: 190px; }
.application-text-section p { max-width: 808px; margin: 0 auto; }
@media only screen and (max-width: 767px) { .application-text-section { margin-top: 130px; } }

/* PHOTO GALLERY
---------------------------------------*/
.photo-gallery { /* RESPONSIVE */ }
.photo-gallery .news-item .news-item__image { background-position: 50% 50%; }
.photo-gallery.photo-gallery__category .image-gallery__item { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 555px; margin-bottom: 30px; }
.photo-gallery.photo-gallery__category .image-gallery__item span { display: block; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .photo-gallery.photo-gallery__category .image-gallery__item { margin-bottom: 20px; height: 242px; } }
@media only screen and (max-width: 767px) { .photo-gallery.photo-gallery__category .image-gallery__item { margin-bottom: 20px; height: 242px; } }

/* IMAGE MODAL */
.modal-overlay { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 2000; width: 100%; height: 100%; display: none; }

.close-image-modal { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 24px; }
.close-image-modal:hover { color: #003897; }

.image-modal { position: absolute; top: 50%; left: 50%; z-index: 700; width: 600px; height: 450px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.image-modal .modal-image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; width: 100%; height: 450px; height: auto; float: left; position: relative; }
.image-modal .modal-image .image-controls { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.image-modal .modal-image .image-controls a { font-size: 40px; color: #fff; position: relative; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.image-modal .modal-image .image-controls a:hover { color: #fff; }
.image-modal .modal-image .image-controls a.next { padding: 0 15px; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); }
.image-modal .modal-image .image-controls a.prev { padding: 0 15px; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); }
.image-modal .modal-image .modal-image-footer { position: absolute; bottom: 0; left: 0; text-align: right; background: rgba(0, 0, 0, 0.5); width: 100%; }
.image-modal .modal-image .modal-image-footer a { padding: 8px 20px; color: #fff; display: inline-block; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.image-modal .modal-image .modal-image-footer a i { float: right; margin-top: 6px; font-size: 22px; line-height: 0.5; margin-left: 10px; }
.image-modal .modal-image .modal-image-footer a:hover { background: #003897; color: #fff; }
.image-modal .modal-image:hover .image-controls { opacity: 1; visibility: visible; }
.image-modal .modal-image:hover .image-controls a.next, .image-modal .modal-image:hover .image-controls a.prev { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .image-modal { width: 980px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .image-modal { width: 90%; height: auto; }
  .image-modal .modal-image { width: 100%; float: none; }
  .image-modal .modal-image { height: 280px; } }
@media only screen and (max-width: 767px) { .image-modal { width: 100%; height: auto; }
  .image-modal .modal-image { width: 100%; float: none; }
  .image-modal .modal-image { height: 220px; } }

body.photo-open .modal-overlay { display: block; }

.slider-wrapper { padding: 0 80px; }
.slider-wrapper .next i, .slider-wrapper .prev i { font-size: 40px; color: #cacaca; }
.slider-wrapper .next { position: relative; right: 10px; }
.slider-wrapper li { text-align: center; height: 100%; }
.slider-wrapper li img { max-height: 100%; cursor: pointer; }
.slider-wrapper li .image-caption { margin-top: -4px; padding-top: 7px; }
@media only screen and (max-width: 767px) { .slider-wrapper { padding: 0; } }

.simple-image-gallery-selected-image-container { padding-top: 1rem; }
@media screen and (max-width: 400px) { .simple-image-gallery-selected-image-container { display: none; } }
.simple-image-gallery-selected-image-container figcaption { text-align: center; padding: 1rem 0; }

.simple-image-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: .5rem; }
.simple-image-gallery figcaption { text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 260px; }
@media screen and (max-width: 1200px) { .simple-image-gallery { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 1010px) { .simple-image-gallery { grid-template-columns: repeat(2, 1fr); }
  .simple-image-gallery figcaption { width: 440px; } }
@media screen and (max-width: 992px) { .simple-image-gallery { grid-template-columns: repeat(2, 1fr); }
  .simple-image-gallery figcaption { width: 340px; } }
@media screen and (max-width: 768px) { .simple-image-gallery { grid-template-columns: repeat(1, 1fr); }
  .simple-image-gallery figcaption { width: 420px; } }
@media screen and (max-width: 480px) { .simple-image-gallery figcaption { display: none; } }
.simple-image-gallery .fig-caption { display: none; }

.lg-sub-html { background-color: #000 !important; }
.lg-sub-html h4 { text-align: center; color: #fff; padding: 8px; text-transform: none; }

.simple-image-gallery-image.hidden { display: none; }

.simple-image-gallery-image img { object-fit: cover; width: 100%; height: 180px; }

.no-simple-image-gallery-images-container { text-align: center; padding: 4rem; }

#no-albums-message { text-align: center; }

/* EVENTS
---------------------------------------*/
/* EVENT SIGLE */
.event-banner, .event-banner .container { height: 556px; }

/* EVENT BANNER */
.event-banner { position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; width: 100%; height: 680px; margin-bottom: 80px; }
.event-banner p, .event-banner span, .event-banner h2 a { color: #333331; }
.event-banner p, .event-banner h1, .event-banner h2, .event-banner h3, .event-banner h4, .event-banner h5, .event-banner h6 { margin: 0; }
.event-banner span, .event-banner p { font-weight: 700; }
.event-banner span a, .event-banner p a { color: #fff; }
.event-banner p a, .event-banner p span { margin-left: 10px; }
.event-banner p.event-box__address, .event-banner p.event-box__date { font-size: 14px; }
.event-banner p.event-box__address span, .event-banner p.event-box__address a, .event-banner p.event-box__date span, .event-banner p.event-box__date a { font-size: 14px; }
.event-banner p.event-box__price { margin-top: 40px; font-size: 30px; font-weight: 700; color: #333331; }
.event-banner p.event-box__price span { color: #fff; }
.event-banner span.event-box__event-info-text { color: #fff; }
.event-banner h1, .event-banner h2, .event-banner h3, .event-banner h4, .event-banner h5, .event-banner h6 { margin: 20px 0; color: #fff; }
.event-banner h1 a, .event-banner h2 a, .event-banner h3 a, .event-banner h4 a, .event-banner h5 a, .event-banner h6 a { color: #fff; }
.event-banner h1 a:hover, .event-banner h2 a:hover, .event-banner h3 a:hover, .event-banner h4 a:hover, .event-banner h5 a:hover, .event-banner h6 a:hover { color: #fff; }
.event-banner .event-banner__event-box { background: #003897; padding: 50px; position: absolute; left: 0; bottom: 0; width: 380px; }
.event-banner .btn { margin-top: 40px; }
@media only screen and (max-width: 767px) { .event-banner { overflow: visible; height: auto; }
  .event-banner p.event-box__price { font-size: 26px; }
  .event-banner .event-banner__event-box { width: 100%; padding: 30px; position: static; } }

/* SPEAKERS */
.event-speakers { margin-top: 60px; }
.event-speakers .speaker { margin-bottom: 50px; }
.event-speakers .speaker .speaker__image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; width: 100%; height: 220px; }
.event-speakers .speaker .speaker__name { font-size: 18px; margin: 30px 0 5px; }

/* EVENT SIGNUP */
.event-signup { background: #f6f6f6; padding: 60px; }
.event-signup h1, .event-signup h2, .event-signup h3, .event-signup h4, .event-signup h5, .event-signup h6 { margin-bottom: 30px; }
.event-signup input[type="text"] { display: block; width: 100%; }
.event-signup input[type="submit"] { float: right; margin-top: 18px; margin-bottom: 0; }
.event-signup textarea { display: block; width: 100%; margin-top: 40px; }
.event-signup .button-row { margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .event-signup { margin-top: 60px; } }
@media only screen and (max-width: 767px) { .event-signup { margin-top: 60px; padding: 30px; } }

/* FRONTPAGE EVENTS */
.frontpage-events { padding-bottom: 52px; margin-bottom: 52px; border-bottom: 4px solid #003897; }
.frontpage-events .frontpage-section-title { margin-top: 40px; margin-bottom: 34px; }
.frontpage-events .event-item { position: relative; padding-bottom: 50px; min-height: 364px; }
.frontpage-events .event-item .event-item__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 220px; }
.frontpage-events .event-item .event-item__title { display: block; font-size: 18px; font-weight: 700; color: #333331; margin: 20px 0 14px; max-height: 60px; overflow: hidden; }
.frontpage-events .event-item .event-item__title:hover { color: #003897; }
.frontpage-events .event-item .event-item__info { position: absolute; bottom: 0; left: 0; width: 100%; }
.frontpage-events .event-item p { margin: 0; margin-bottom: 2px; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .frontpage-events .event-item { padding-bottom: 73px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .frontpage-events .event-item { padding-bottom: 73px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .frontpage-events .event-item { padding-bottom: 73px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-events .event-item { padding-bottom: 96px; } }
@media only screen and (max-width: 767px) { .frontpage-events .event-item { width: 100%; height: auto; }
  .frontpage-events .event-item .event-item__info { position: static; } }

/* EVENTS SUBPAGE */
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .doctype-events .event-calendar { margin-top: 30px; } }

.event-list ul li { margin-top: 30px; }
.event-list ul li:first-child { margin-top: 0; }
.event-list .event-item { position: relative; background: #fff; height: 310px; padding-left: 405px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.event-list .event-item .featured-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: absolute; top: 0; left: 0; width: 405px; height: 310px; }
.event-list .event-item .item-content { position: relative; height: 310px; }
.event-list .event-item .item-content .item-content-wrap { padding: 0 50px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.event-list .event-item .item-content a { display: block; }
.event-list .event-item .item-content p { color: #464646; }
.event-list .event-item .item-date { font-size: 12px; margin-bottom: 6px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.event-list .event-item .item-title { color: #333331; font-weight: bold; font-size: 20px; max-width: 400px; margin-bottom: 20px; }
.event-list .event-item .item-excerpt { color: #464646; max-height: 93px; overflow: hidden; }
.event-list .event-item:hover { background: #003897; }
.event-list .event-item:hover a { color: #fff; }
.event-list .event-item:hover a.item-title { color: #333331; }
.event-list .event-item:hover p { color: #fff; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (max-width: 767px) { .event-list .event-item { padding-left: 0; height: auto; }
  .event-list .event-item .featured-image { display: block; position: static; width: 100%; }
  .event-list .event-item .item-content { height: auto; }
  .event-list .event-item .item-content .item-content-wrap { position: static; padding: 30px; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

/* EVENT CALENDAR
---------------------------------------*/
.event-calendar { position: relative; height: 490px; }
.event-calendar .datepicker { border-radius: 0; background: #fff; border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* SHARE BUTTONS
---------------------------------------*/
.item-share { margin-top: 40px; }
.item-share .share-title { font-weight: 700; text-transform: uppercase; display: block; float: left; margin: 17px 17px 0 0; }
.item-share ul { float: left; }
.item-share ul li { display: inline-block; position: relative; margin-left: 10px; }
.item-share ul li:first-child { margin-left: 0; }
.item-share ul li button { background: #f8f8f7; display: block; width: 52px; height: 52px; border-radius: 100%; color: #464646; font-size: 16px; }
.item-share ul li button i { position: absolute; top: 50%; left: 50%; float: left; line-height: 0.5; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* MEDAL OF HONOR
---------------------------------------*/
.medal-list { padding-top: 10px; }
.medal-list table { min-width: 100%; max-width: 100%; width: 100%; overflow: auto; background: transparent; border: 0; }
.medal-list tr { border: 0; background: transparent; }
.medal-list tr:nth-child(even) { background: transparent; }
.medal-list tr:nth-child(4n+3) { background: #fcfcfc; }
.medal-list thead, .medal-list tbody, .medal-list tr { width: 100%; }
.medal-list thead th { text-transform: uppercase; padding: 14px; padding-top: 0; }
.medal-list thead th.th-center { text-align: center; }
.medal-list tbody tr { margin-top: 10px; background: #fff; }
.medal-list tbody tr:first-child { margin-top: 0; }
.medal-list tbody tr.table-spacer { height: 10px; background: transparent; border: 0; }
.medal-list tbody tr td { padding: 14px; }
.medal-list .medal-list__sort-trigger { display: inline-block; position: relative; color: #464646; font-weight: 700; }
.medal-list .medal-list__sort-trigger:after { font-family: "forseti"; content: "d"; position: absolute; top: 2px; right: -17px; text-transform: none; font-size: 10px; color: #003897; }
.medal-list .medal-list__name { font-weight: 700; color: #003897; margin: 0px; }

#no-orders-message { text-align: center; margin-top: 15px; }

/* MOBILE NAV
---------------------------------------*/
/* MOBILE NAVIGATION */
.mobile-nav { position: fixed; top: 70px; right: 0; width: 100%; height: 100%; z-index: 3; overflow-y: auto; background: #003897; display: none; -webkit-transform: translateX(-100%) translateZ(0); -moz-transform: translateX(-100%) translateZ(0); -ms-transform: translateX(-100%) translateZ(0); -o-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.mobile-nav ul { padding: 0; position: relative; }
.mobile-nav ul li { position: relative; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; 			/*&.active {
				background: $secondary-dark;

				a {
					color: $brand-primary;
				}
			}*/ }
.mobile-nav ul li a { color: #2b2b2b; display: block; width: 100%; font-size: 14px; padding: 11px 20px; color: #fff; border-bottom: 1px solid #003288; }
.mobile-nav ul li[data-children="true"] span, .mobile-nav ul li[data-children="true"] em { display: block; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras, .mobile-nav ul li[data-children="true"] .mobile-nav__extras-inner { width: 80px; height: 43px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras { position: absolute; top: 0; right: 0; border-left: 1px solid #060606; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras em { float: left; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras-inner { position: relative; padding: 11px 15px 10px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon__wrap { position: absolute; top: 50%; right: 13px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon { position: relative; width: 13px; height: 14px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:before, .mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:after { content: ""; position: absolute; top: 6px; left: 0; width: 13px; height: 2px; background: #fff; -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 1; visibility: visible; }
.mobile-nav ul li.active, .mobile-nav ul li.open { background: #002f7e; }
.mobile-nav ul li.open > a { color: #fff; }
.mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:before, .mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:after { background: #fff; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; visibility: hidden; }
.mobile-nav > nav > ul > li > a { text-transform: uppercase; }
.mobile-nav > nav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #003288; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav { background: #fff; display: none; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > a { border-color: #e6e6e6; color: #464646; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #e6e6e6; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav { background: #6b6b6b; display: none; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav > ul > li > a { border-color: #636363; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #636363; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open { background: #e6e6e6; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open > a { color: #003897; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open > a > .mobile-nav__extras .mobile-nav__counter { color: #003897; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .mobile-nav { display: block; } }
@media only screen and (max-width: 767px) { .mobile-nav { display: block; } }

body.mobile-nav-open { overflow-y: hidden; }
body.mobile-nav-open .pusher, body.mobile-nav-open .footer-pusher { -webkit-transform: translateX(-100%) translateZ(0); -moz-transform: translateX(-100%) translateZ(0); -ms-transform: translateX(-100%) translateZ(0); -o-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); }
body.mobile-nav-open .mobile-nav { -webkit-transform: translateX(0) translateZ(0); -moz-transform: translateX(0) translateZ(0); -ms-transform: translateX(0) translateZ(0); -o-transform: translateX(0) translateZ(0); transform: translateX(0) translateZ(0); }
body.mobile-nav-open header .logo { bottom: 44px; }

.mobile-nav .contact-us__mobile { height: 46px; }
.mobile-nav .header-language__mobile li a { display: inline-block; width: 24%; text-align: center; }

/* SECTIONS
---------------------------------------*/
.speech-list { /* RESPONSIVE */ }
.speech-list ul li { position: relative; padding-right: 70px; background: #fff; margin-top: 10px; }
.speech-list ul li:first-child { margin-top: 0; }
.speech-list ul li a { display: block; width: 100%; padding: 14px; }
.speech-list ul li i { float: right; line-height: 0.55; color: #7d7d7d; font-size: 22px; position: absolute; top: 50%; right: 26px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.speech-list .speech-list__date, .speech-list .speech-list__title { display: inline-block; font-size: 18px; }
.speech-list .speech-list__date { color: #464646; margin-right: 20px; font-size: 16px; }
.speech-list .speech-list__title { font-weight: 700; }
@media only screen and (max-width: 767px) { .speech-list .speech-list__date { margin-bottom: 10px; } }

/* ACCORDION
---------------------------------------*/
.accordion { /*  */ }
.accordion .accordion-item { margin-bottom: 10px; }
.accordion .accordion-item .accordion-trigger { position: relative; display: block; width: 100%; padding: 20px 73px 20px 25px; color: #464646; font-size: 14px; position: relative; background: #fff; font-family: "Noto sans", "Arial", serif; font-weight: 700; color: #003897; }
.accordion .accordion-item .accordion-trigger:before, .accordion .accordion-item .accordion-trigger:after { content: ""; position: absolute; top: 50%; right: 34px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 13px; height: 2px; background: #2b2b2b; -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.accordion .accordion-item .accordion-trigger:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 1; visibility: visible; }
.accordion .accordion-item .accordion-body { background: #fbfbfb; padding: 60px; display: none; }
.accordion .accordion-item .contact-forms__text { margin-bottom: 30px; font-size: 16px; }
.accordion .accordion-item.open .accordion-trigger { color: #003897; }
.accordion .accordion-item.open .accordion-trigger:before, .accordion .accordion-item.open .accordion-trigger:after { background: #003897; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.accordion .accordion-item.open .accordion-trigger:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; visibility: hidden; }
.accordion .accordion-item.open .accordion-body { display: block; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .accordion .accordion-item .accordion-body { padding: 40px; } }
@media only screen and (max-width: 767px) { .accordion .accordion-item .accordion-body { padding: 20px; } }

/* UMBRACO FORMS
---------------------------------------*/
.contourPage input:not([type="submit"]) { width: 100%; }
.contourPage .validation-summary-errors { background: #d2232a; color: #fff; padding: 40px; }
.contourPage .validation-summary-errors ul li { margin-top: 10px; }
.contourPage .validation-summary-errors ul li:first-child { margin-top: 0; }
.contourPage .field-validation-error { color: #d2232a; margin-top: 15px; display: block; }
.contourPage .btn-primary:hover { background: #fff; }

.contourPageName { text-transform: none !important; text-align: left !important; font-family: "Noto sans", "Arial", serif !important; font-size: 16px !important; margin-bottom: 40px !important; }

.contact-forms input, .contact-forms textarea { max-width: 100% !important; width: 100% !important; border: 0 !important; padding: 11px 20px !important; }
.contact-forms textarea { padding-top: 20px !important; }
.contact-forms label { display: none !important; }

.contourNavigation { text-align: right; }
.contourNavigation input[type="submit"] { display: inline-block; width: auto !important; }

#contour fieldset, .contour fieldset { padding: 0 !important; margin: 0 !important; }

.contourField { position: relative; margin-bottom: 20px; }
.contourField label { display: none; }
.contourField input:not([type="checkbox"]).input-validation-error, .contourField input:not([type="radio"]).input-validation-error, .contourField input:not([type="submit"]).input-validation-error { outline: 1px solid #d2232a !important; }
.contourField.checkbox label { display: inline-block; padding: 0 0 0 15px; }
.contourField.checkbox input[type="checkbox"] { padding: 0; margin: 0; width: auto; position: absolute; top: 4px; left: 0; }

.contourPageName { text-align: center; margin-bottom: 70px; }
@media only screen and (max-width: 767px) { .contourPageName { margin-bottom: 40px; } }

.contourNavigation .btn { padding-top: 0; }
@media only screen and (max-width: 767px) { .contourNavigation input[type="submit"] { width: 100%; } }

/* Application form */
.application-form-section { padding-top: 120px; padding-bottom: 160px; }
.application-form-section fieldset { margin-top: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .application-form-section fieldset { margin-top: 0px; } }
@media only screen and (max-width: 767px) { .application-form-section { padding-top: 80px; } }

/* EVENT SIGNUP */
.company-signup .contourField.checkbox { float: left; }
.company-signup .contourNavigation { margin: 0; float: right; }
@media only screen and (max-width: 767px) { .company-signup .contourNavigation { float: none; margin-top: 30px; margin: 30px -15px 0; } }

/* LISTVIEW TABLE
--------------------------------------- */
.listview-table { font-size: 16px; /* RESPONSIVE */ }
.listview-table a, .listview-table span { display: block; }
.listview-table a { font-weight: 700; }
.listview-table .listview-table__thead .listview-table__th, .listview-table .listview-table__thead .listview-table__td, .listview-table .listview-table__tr .listview-table__th, .listview-table .listview-table__tr .listview-table__td { float: left; width: 25%; }
.listview-table .listview-table__thead .listview-table__th[data-pos="1"], .listview-table .listview-table__thead .listview-table__td[data-pos="1"], .listview-table .listview-table__tr .listview-table__th[data-pos="1"], .listview-table .listview-table__tr .listview-table__td[data-pos="1"] { width: 16%; }
.listview-table .listview-table__thead .listview-table__th[data-pos="2"], .listview-table .listview-table__thead .listview-table__td[data-pos="2"], .listview-table .listview-table__tr .listview-table__th[data-pos="2"], .listview-table .listview-table__tr .listview-table__td[data-pos="2"] { width: 23%; }
.listview-table .listview-table__thead .listview-table__th[data-pos="3"], .listview-table .listview-table__thead .listview-table__td[data-pos="3"], .listview-table .listview-table__tr .listview-table__th[data-pos="3"], .listview-table .listview-table__tr .listview-table__td[data-pos="3"] { width: 30.5%; }
.listview-table .listview-table__thead .listview-table__th[data-pos="4"], .listview-table .listview-table__thead .listview-table__td[data-pos="4"], .listview-table .listview-table__tr .listview-table__th[data-pos="4"], .listview-table .listview-table__tr .listview-table__td[data-pos="4"] { width: 30.5%; }
.listview-table .listview-table__thead { margin-bottom: 20px; }
.listview-table .listview-table__thead .listview-table__th { padding-left: 30px; }
.listview-table .listview-table__thead .listview-table__th a { color: #7d7d7d; }
.listview-table .listview-table__thead .listview-table__th a span, .listview-table .listview-table__thead .listview-table__th a i { float: left; }
.listview-table .listview-table__thead .listview-table__th i { line-height: 0.5; color: #003897; font-size: 12px; margin-top: 8px; padding-left: 10px; }
.listview-table .listview-table__tr { background: #fff; margin-bottom: 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.listview-table .listview-table__tr .listview-table__td { padding-right: 30px; padding: 20px 30px 20px; }
.listview-table .listview-table__tr:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.listview-table .listview-table__no-mobile-message { display: none; }
@media only screen and (max-width: 767px) { .listview-table ul { display: none; }
  .listview-table .listview-table__no-mobile-message { display: block; margin: 0 0 40px; text-align: center; }
  .listview-table .listview-table__no-mobile-message h1 { margin-bottom: 40px; } }

.cookies-disclaimer { display: none; position: fixed; left: 4px; right: 5px; bottom: 30px; background: #fff; padding: 15px 16px 15px 41px; box-shadow: 0 5px 12px 0 rgba(65, 65, 65, 0.4); z-index: 8003; }
.cookies-disclaimer h5 { font-size: 19px; font-weight: normal; text-transform: none; }
.cookies-disclaimer a { font-size: 19px; color: #003897; font-weight: normal; text-decoration: underline; }
.cookies-disclaimer button { float: right; font-weight: bold; padding: 6px 24px 0; font-family: "Quattrocento", "Times New Roman", sans-serif; }
.cookies-disclaimer .text { margin-bottom: 30px; font-size: 14px; }
.cookies-disclaimer.close { animation: drop-down 0.3s ease; }
@media (min-width: 768px) { .cookies-disclaimer { left: auto; right: 30px; bottom: 30px; width: 600px; }
  .cookies-disclaimer h5 { display: inline-block; margin-right: 8px; } }
@media (min-width: 1440px) { .cookies-disclaimer { right: 180px; } }

.instagram-photo-wrapper { height: auto; display: flex; justify-content: center; }

.instagram-photo-link { display: inline-block; width: 310px; height: 310px; }

.instagram-photo { width: 100%; height: 100%; object-fit: cover; }

.twitter-container { display: flex; flex-direction: column; align-items: center; justify-content: center; }

.eliza-reid-social-media { margin-top: 50px; margin-bottom: 50px; }
.eliza-reid-social-media .social-row { display: flex; flex-direction: column; align-items: center; }
.eliza-reid-social-media .social-row .fb { margin-bottom: 60px; }
.eliza-reid-social-media .social-media-box { height: 900px; max-width: 500px; width: 100%; margin: 0 10px; }
.eliza-reid-social-media .social-title { text-align: center; margin-bottom: 60px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .eliza-reid-social-media .social-title { font-size: 26px; } }
@media only screen and (min-width: 1741px), only screen and (min-width: 1367px) and (max-width: 1740px), only screen and (min-width: 1281px), only screen and (min-width: 1200px) and (max-width: 1280px), only screen and (min-width: 1010px) and (max-width: 1200px) { .eliza-reid-social-media .social-row { flex-direction: row; justify-content: space-between; }
  .eliza-reid-social-media .social-row .fb { margin-bottom: 0; }
  .eliza-reid-social-media .social-row.center { justify-content: center; } }

.eliza-reid-instagram { margin-bottom: 50px; }

@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .instagram-photo-link { width: 200px; height: 200px; }
  .social-row { flex-direction: row; justify-content: space-between; }
  .social-row .fb { margin-bottom: 0; }
  .social-row.center { justify-content: center; } }
.embedded-youtube-video-container { margin: 4rem 0; position: relative; padding-top: 56.25%; /* 16:9 ratio */ height: 0; }
.embedded-youtube-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* CONTENT STYLES
---------------------------------------*/
.grid-content p { font-size: 16px; margin-bottom: 30px; line-height: 2; color: #7d7d7d; }

.photo-gallery { min-height: 695px; margin-bottom: 60px; /* RESPONSIVE */ }
.photo-gallery .photo-gallery__gallery-image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; display: block; width: 100%; height: 695px; }
@media only screen and (max-width: 767px) { .photo-gallery { min-height: 270px; }
  .photo-gallery .photo-gallery__gallery-image { height: 270px; } }

.paragraph-dropcaps p { font-size: 16px; line-height: 2; color: #7d7d7d; }
.paragraph-dropcaps p:first-letter { float: left; font-size: 100px; line-height: 60px; padding-top: 20px; padding-right: 15px; padding-left: 0px; font-family: "Quattrocento", "Times New Roman", sans-serif; font-weight: 700; color: #464646; }
.paragraph-dropcaps.with-image img { float: right; margin: -40px 0 40px 40px; }
@media only screen and (max-width: 767px) { .paragraph-dropcaps.with-image { display: none; } }

.paragraph-large-text p { font-family: "Quattrocento", "Times New Roman", sans-serif; font-size: 30px; line-height: 1.7; color: #464646; margin-bottom: 40px; }
@media only screen and (max-width: 767px) { .paragraph-large-text p { font-size: 24px; } }

.image-with-caption figcaption { background: #fff; text-align: center; padding: 14px 20px; }

.newsImageCaption { text-align: center; padding: 14px 20px; }

.link-content { font-weight: 700; font-size: 18px; margin-bottom: 13px; display: block; }
.link-content i { color: #7d7d7d; margin-left: 10px; }

table { width: 100% !important; border: 1px solid #e6e6e6; }
table[style] { width: 100% !important; height: auto !important; }
table tr { background: #fff; border-top: 1px solid #e6e6e6; }
table tr:first-child { border-top: 0; }
table tr:nth-child(even) { background: #f3f3f3; }
table td { padding: 10px; }

.bullet-list ul { list-style: none; padding: 0; padding: 0; margin: 0; }
.bullet-list ul li { padding: 0; margin-top: 20px; max-width: 80%; position: relative; font-size: 16px; padding-left: 24px; }
.bullet-list ul li:first-child { margin-top: 0; }
.bullet-list ul li:before { content: "• "; color: #003897; font-size: 30px; display: block; line-height: 0.5; position: absolute; top: 4px; left: 0; }
@media only screen and (max-width: 767px) { .bullet-list ul li { max-width: 100%; } }

/* PRINT STYLES */
/* PRINT STYLES
---------------------------------------*/
@media print { /* BASE - DO NOT TOUCH THIS! */
  /* PAGE MARGINS */
  /* @page :left { 	margin: 0.1; } @page :right { 	margin: 0; } */
  @page { size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
margin: 25mm 25mm 25mm 25mm; }
  body, html { background: #fff !important; padding-top: 0 !important; }
  img { max-width: 500px; }
  header, footer { display: none; }
  /* START YOUR STYLES HERE ---------------------------------------*/
  .breadcrumbs, .news-single #news-single__featured-image, .old-news, .news-bottom { display: none !important; }
  .news-single .news-single__title, .section.section-base { padding: 0 !important; }
  .news-single .news-single__title { font-size: 30px !important; }
  .news-single .news-single__title { word-break: break-all; }
  .print-image { display: block !important; } }
