/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 260px !important;
  margin-right: 10px;
  margin-bottom: 10px;  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    padding: 11px 20px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: inline;
      padding: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: #F0F0F0;
  border: 1px solid #666;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px 15px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 15px; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 4px; }

  .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #666;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 20px;
	left: auto;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 19px;
	background: transparent url(../images/select-arrows.svg) no-repeat 0 0;
	background-size: 7px 19px; }

  .no-svg .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/select-arrows.png); }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;
			display: none; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #666666;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  padding: 13px 15px;
  display: block;  }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4388BB;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #666666; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #666666; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 20px;
	left: auto;
	margin-top: -10px;
	position: absolute;
	top: 50%;
  width: 7px;
  height: 19px;
  background: transparent url(../images/select-arrows.svg) no-repeat 0 0;
  background-size: 7px 19px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




/* Primary CSS file for design styling.  Styles are loaded by Small, Medium and Large views */
/* If the project uses our F1UX Omega subtheme, you should be able to copy the contents of this file over
lines 12-441 in "global.css". Be careful to NOT remove or copy over the sections below line 441. */

/* FONTS ----------------------------------------------------------------------------------------------------------------- */



/* GENERAL --------------------------------------------------------------------------------------------------------------- */

* {
	-moz-transition: background-color 0.2s linear, border-color 0.2s linear, -moz-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear, -moz-transform 0.2s linear;
	-ms-transition: background-color 0.2s linear, border-color 0.2s linear, -ms-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear, -ms-transform 0.2s linear;
	-o-transition: background-color 0.2s linear, border-color 0.2s linear, -o-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear, -o-transform 0.2s linear;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear, -webkit-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear;
}

html, body {
	background: rgb(235,235,235);
	background: #ffffff;
	font-family: 'Roboto',Arial,sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.8;
  color: #374c5b;
}

body *:focus,
body *:active {
	outline: none;
}

img {
	max-width: 100%;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	border-bottom: 1px solid #4388bb;
	color: #4388bb;
	text-decoration: none;
}

a:hover,
a:focus {
	border-bottom: 1px solid #005e7d;
	color: #005e7d;
}

:focus {
	outline: thin dotted;
}





/* BUTTONS --------------------------------------------------------------------------------------------------------------- */

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input.form-submit,
a.button,
.sf-menu button,
.sf-menu input[type="submit"],
.sf-menu input[type="button"],
.sf-menu input[type="reset"],
.sf-menu input.form-submit,
.sf-menu a.button {
  display: inline-block;
  background-color: #005e7d;
  border: 1px solid #005e7d;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  padding: 16px 30px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input.form-submit:hover,
input.form-submit:focus,
a.button:hover,
a.button:focus {
  color: #ffffff;
  background: #4388bb;
  border: 1px solid #4388bb;
}

button.small,
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small,
input.form-submit.small,
a.button.small,
.sf-menu button.small,
.sf-menu input[type="submit"].small,
.sf-menu input[type="button"].small,
.sf-menu input[type="reset"].small,
.sf-menu input.form-submit.small,
.sf-menu a.button.small {
	padding: 5px 10px;
	font-size: 12px;
}


/* INLINE HTML ELEMENTS -------------------------------------------------------------------------------------------------- */

abbr {}

b {
	font-weight: bold;
}

cite {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
}

del {}

em {
	font-style: italic;
}

i {
	font-style: italic;
}

ins {
	text-decoration: overline;
}

.page-content img {
  padding: 5px;
  border: 1px solid #e8e3da;
  box-sizing: border-box;
  margin-bottom: 1em;
}

mark {
}

progress {}

q {
	  quotes: inherit;
}

q:before {
	 content: open-quote;
}

q:after {
	content: close-quote;
}

s {}

samp {
	font-family: "Courier New", Courier, monospace;
}

small {
	font-size: 70%;
}

strong {}

sub {
	font-size: 	70%;
	vertical-align: sub;
}

sup {
	font-size: 	70%;
	vertical-align: super;
}

time {}

var {
	font-style: italic;
}

.links-sidebar {
  float: right;
  background: #725689;
  padding: 5px 15px;
}

.links-sidebar a {
  display: block;
  color: white;
  font-weight: bold;
  border-bottom-color: #725689;
}

.links-sidebar a:hover, .links-sidebar a:focus {
  border-bottom-color: white;
}

p.absurd {
  font-size: 14px;
  box-sizing: border-box;
}

p.absurd a {
  border: 0;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 24px 5px 7px;
  background: #c2dfeb;
  background: #f1f1f1;
  line-height: 14px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

p.absurd a.add {
  padding-right: 5px;
}

p.absurd a span.close {
  content: '';
  border: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  font-weight: normal;
  background: #f0b239 url(../images/close-x.svg) no-repeat 0 0;
  background-color: #4388bb;
  background-size: 15px 15px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 1px;
  position: relative;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  text-indent: -9999em;
  position: absolute;
  right: 4px;
  top: 4px;
}


p.absurd a.pending,
p.absurd a:hover {
  color: #ffffff;
  background: #4388bb;
}

p.absurd a:hover span.close {
  background-color: #005e7d;
  color: #4388bb;
}

.no-svg p.absurd a span.close {
  background-image: url(../images/close-x.png);
}


.select2-container--default .select2-search--dropdown input.select2-search__field[type='search'] {
  -webkit-appearance:none;
}

/* COLOR SWATCHES --------------------------------------------------------------------------------------------------- */

.color-swatches {
  margin-bottom: 1em;
}

.color-swatches .swatch {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.color-swatches .swatch.p1 { background: #005e7d; }
.color-swatches .swatch.p2 { background: #f0b239; }
.color-swatches .swatch.p3 { background: #0d0c0d; }
.color-swatches .swatch.p4 { background: #666666; }
.color-swatches .swatch.p5 { background: #e8e3da; }
.color-swatches .swatch.p6 { background: #c2dfeb; }
.color-swatches .swatch.p7 { background: #4f6224; }
.color-swatches .swatch.p8 { background: #e06a33; }

.color-swatches .swatch.s1 { background: #3f806a; }
.color-swatches .swatch.s2 { background: #ca4a50; }
.color-swatches .swatch.s3 { background: #684b82; }
.color-swatches .swatch.s4 { background: #684433; }
.color-swatches .swatch.s5 { background: #d27eb8; }
.color-swatches .swatch.s6 { background: #bfc05a; }
.color-swatches .swatch.s7 { background: #4388bb; }
.color-swatches .swatch.s8 { background: #52bf99; }

.color-swatches.primary .swatch {
  width: 60px;
  height: 60px;
}

.color-swatches.secondary .swatch {
}


/* BLOCK HTML ELEMENTS --------------------------------------------------------------------------------------------------- */

header {}

hgroup {}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 700;
}

h1 { color: #005e7d; font-size: 40px; line-height: 42px; }
h1#page-title { color: #005e7d; font-size: 45px; line-height: 47px; }

h2 { color: #4388bb; font-size: 26px; line-height: 30px; }

h3 { color: #e06a33; font-size: 20px; line-height: 24px; text-transform: uppercase; }

h4 { color: #333333; font-size: 18px; line-height: 21px; }

h5 { color: #333333; font-size: 16px; line-height: 18px; }

h6 { color: #333333; font-size: 14px; line-height: 17px; text-transform: uppercase; }

hr { background: #e8e3da; margin: 1em 0; }

p {}

blockquote {
	font-size: 85%;
	line-height: 120%;
	padding: 20px 10px;
	border-bottom: 1px solid #e8e3da;
	border-top: 1px solid #e8e3da;
  line-height: 1.9;
  font-style: italic;
  color: #666666;
  font-size: 14px;
  text-align: center;
}

blockquote:before {
  content: '\201C';
  display: block;
  position: relative;
  margin: 0 auto 20px;
  background: #e8e3da;
  font-family: Times, serif;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 54px;
  text-indent: -3px;

}

blockquote cite {
	display: block;
	font-style: italic;
	font-weight: bold;
	text-align: center;
  padding-top: 1em;
}

/* tables ------------------------------------------------ */
table {
	border: 1px solid #e8e3da;
	font-size: 85%;
	margin: 2em 0;
  max-width: 100%;
	background: #fff;
}

table tbody {
	padding: 10px;
}

caption {
	font-size: 75%;
	text-align: left;
	font-style: italic;
	margin: 5px 0;
}

thead {}

tr {}

th {
	padding: 5px 15px;
	text-align: left;
  font-weight: normal;
	border-left: 1px solid #E8E3DA;
	font-weight: 700;
	color: #374c5b;
	background: #fbfaf9;
}

tbody {}

td {
		border-collapse: collapse;
		padding: 5px 15px;
    color: #374c5b;
		margin: 0;
		border: 0;
		border-left: 1px solid #E8E3DA;
		background: #fff;
}

tr:nth-child(2n+2) td {
	background: #f4f3f2;
}

tfoot {}

/* lists ------------------------------------------------- */
ol, ul {
	margin: 1em 0 1em 2em;
}

li {}

ol {}

ol li {}

ul {}

ul li {}

dl {
	margin: 10px 0 10px 0;
}

dt {
	font-style: italic;
	font-size: 120%;
}

dd {
	margin: 0 1em 1em 1em;
}

figure {
	margin: 2em 0;
}

figcaption {
	font-size: 70%;
}

img {}

pre {}

address {
	font-style: italic;
}

fieldset {
	border: 2px #F0F0F0 groove;
	margin: 0 0 2em;
	padding: 1em;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 1px;
	border: 1px solid #e8e3da;
	background: #fbfaf9;
}

fieldset fieldset,
fieldset .table-container {
	background: #ffffff;
}

legend,
fieldset h3 {
	padding: 0;
	font-size: 18px;
	line-height: 1.3em;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 700;
	/*color:*/
}

iframe {

}

.tooltip {
	position: absolute;
/* 	background: #4388bb; */
/* 	width: 20px; */
/* 	height: 20px; */
	display: block;
	color: #ffffff;
	border-radius: 20px;
	cursor: pointer;
	cursor: hand;
	right: 15px;
	top: 20px;
}

.tooltip img {
	display: none;
}

/*.tooltip:before {
	content: 'i';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}*/

.tooltip span {
	display: none;
	position: absolute;
	left: -220px;
	top: 27px;
	background: #fff;
	border: 1px solid #e8e3da;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
	z-index: 1000;
	padding: 10px 13px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	width: 250px;
}

.tooltip span:before {
	content: '';
	border: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e8e3da;
	position: absolute;
	left: 222px;
	top: -7px;
}

.tooltip:hover {
	background: #005e7d;
}
.tooltip:hover span {
	display: block;
}

.chart,
.Chart {
	box-sizing: border-box;
	position: relative;
}

.chart *,
.Chart * {
	box-sizing: border-box;
}

.chart {
	clear: both;
}

.chart-container {
	padding: 10px;
	border: 1px solid #e8e3da;
	clear: both;
	background: #ffffff;
}


.Details {
	max-width: 100%;
	width: 100%;
	display: block;
	box-sizing: border-box;
}


.chart fieldset,
.Chart fieldset,
.chart .table-container,
.Chart .table-container {
	border: 1px solid #e8e3da;
	padding: 10px;
	margin: 0;
	margin-bottom: 1em;
	width: 100%;

	max-width: 100%;
	display: inline-block;
	min-width: 0;
	box-sizing: border-box;
	padding: 15px;

	display: table-cell !important;
}

.c3.pie-chart {
  border-radius:240px;
  border: 1px solid #E8E3DA;
  display:block;
  background: #ffffff;
}

.c3.pie-chart svg {
  position: relative;
  top: 1px;
}


.chart fieldset *,
.Chart fieldset * {
	/*clear: both;*/
}

.chart fieldset a,
.Chart fieldset a,
.chart fieldset a:link,
.Chart fieldset a:link,
.chart fieldset a:visited,
.Chart fieldset a:visited,
.chart fieldset a:focus,
.Chart fieldset a:focus,
.chart fieldset a:active,
.Chart fieldset a:active {
	clear: both;
	border-bottom: 0;
}

.chart fieldset table,
.Chart fieldset table,
.chart fieldset table tr,
.Chart fieldset table tr,
.chart fieldset table th,
.Chart fieldset table th,
.chart fieldset table td,
.Chart fieldset table td,
.chart fieldset table a,
.Chart fieldset table a {
	max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
	border: 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
}

.chart fieldset table tbody,
.Chart fieldset table tbody,
.chart fieldset table thead,
.Chart fieldset table thead {
	padding: 0;
}

.chart fieldset table th:first-child,
.Chart fieldset table th:first-child,
.chart fieldset table td:first-child,
.Chart fieldset table td:first-child {
	border-left: 0;
}

.chart fieldset .table-container,
.Chart fieldset .table-container {
	padding: 10px 10px;
	margin: 40px 0 0 0;
	margin-bottom: 1em;
	font-size: 15px;
	clear: both;
	position: relative;
	width: 100%;
	max-width: 100%;
	float: left;
}

.chart fieldset .table-container:last-child,
.Chart fieldset .table-container:last-child {
	margin-bottom: 0;
}

.chart fieldset .table-container h3,
.Chart fieldset .table-container h3 {
	padding: 10px 10px 0 10px;
	border: 1px solid #e8e3da;
	border-bottom: 0;
	line-height: 1.3em;
	margin: 0 0 0 0;
	top: -35px;
	position: absolute;
	left: -1px;
	padding: 10px 20px 0 20px;
	width: auto;
	background: #ffffff;
	height: 35px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #374C5B;
}


.chart fieldset .table-container table,
.Chart fieldset .table-container table {
	font-size: 13px;
}

.chart fieldset .table-container table tbody,
.Chart fieldset .table-container table tbody {
	/*padding: 0;*/
}





/* FORM HTML ELEMENTS ---------------------------------------------------------------------------------------------------- */

form {}

label {
	font-size: 85%;
	font-weight: bold;
  color: #666666;
}

input,
textarea,
.ui-selectmenu-button,
.sf-menu input,
.sf-menu textarea,
.sf-menu .ui-selectmenu-button {
	border: 1px solid #999;
	max-width: 100%;
	padding: 3px;
  font-size: 16px;
  font-family: 'Roboto',Arial,sans-serif;
  padding: 16px 30px 16px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #ffffff;
}

.ui-selectmenu-button,
.sf-menu .ui-selectmenu-button,
.select2-container .select2-selection--single {
	display: inline-block;
	height: auto;
	max-width: 100%;
	width: 280px;
  box-shadow: 0px 1px 1px 0px #DFDFDF;
}

.ui-selectmenu-button,
.sf-menu .ui-selectmenu-button {
  padding-top: 14px;
  padding-bottom: 14px;
}

small .ui-selectmenu-button {
	padding: 7px 20px 7px 10px;
	width: 85px !important;
	font-size: 12px;
}

small .ui-selectmenu-button .ui-icon {
	right: 10px;
}

.ui-selectmenu-menu .ui-menu.small {
  width: 83px !important;
  border: 1px solid #666666;
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
  z-index: 100 !important;
	max-height: 250px;
	font-size: 12px;
}

.ui-selectmenu-menu .ui-menu.small .ui-menu-item,
.ui-selectmenu-menu .ui-menu.small .ui-menu-item.ui-state-focus {
	padding: 5px 20px 5px 10px;
}

input.search {
	border-radius: 40px;
}

input:hover,select:hover,textarea:hover {

}

input:focus,.ui-selectmenu-button:focus,textarea:focus {
  outline: none;
  border: 1px solid #666666;
}

input { display: inline-block; }

input[type="checkbox"] {}
input[type="color"] {}
input[type="date"] {}
input[type="datetime"] {}
input[type="datetime-local"] {}
input[type="email"] {}

input[type="month"] {}
input[type="number"] {}
input[type="password"] {}
input[type="radio"] {}

input[type="file"],
input[type="image"],
input[type="range"] { border: none; padding: 0; border-radius: 0; }
input[type="reset"] {}

input[type="search"] {}

input[type="tel"] {}
input[type="text"] {}
input[type="time"] {}
input[type="url"] {}
input[type="week"] {}

select {}

.ui-selectmenu-button {
  width: 260px !important;
  z-index: 1000 !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(223,223,223,1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(223,223,223,1);
  box-shadow: 0px 1px 1px 0px rgba(223,223,223,1);
}

.ui-selectmenu-button.ui-corner-top {
  border-radius: 3px 3px 0 0;
  border: 1px solid #666666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ui-selectmenu-menu {
	z-index: 1000 !important;
}

.ui-selectmenu-menu .ui-menu {
  width: 258px !important;
  border: 1px solid #666666;
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
	max-height: 250px;
}

.ui-selectmenu-menu .ui-selectmenu-optgroup,
.ui-selectmenu-menu .ui-menu-item,
.ui-selectmenu-menu .ui-menu-item.ui-state-focus,
.ui-selectmenu-menu .ui-menu-item:hover {
  padding: 5px 20px;
  border: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ui-selectmenu-menu .ui-selectmenu-optgroup {
  padding: 5px 15px;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  color: #ffffff;
  background: #005e7d;
  padding: 5px 20px;
  border: 0;
  margin: 0;
}

.ui-selectmenu-menu .ui-menu {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

optgroup {}

option {}

textarea {
}

iframe {
	max-width: 100%;
	margin-bottom: 1em;
}

input.search {
  padding-right: 50px;
  background: #ffffff url(../images/search-icon.svg) no-repeat 88% 17px;
  background-size: 16px 15px;
}

@media all and (min-width: 900px) {
	.featherlight .featherlight-content {
		max-width: 800px;
	}

	.featherlight-iframe .featherlight-content  {
		max-width: 800px;
		width: 100%;
		padding: 25px;
	}
}

.featherlight .featherlight-content .section-header {
	margin: -25px -25px 20px -25px;
}
.featherlight a.featherlight-inner {
	display: inline-block;
}

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

.survey-buttons a.button {
	display: inline-block;
	margin: 10px;
}



/* NO SVG support */

.no-svg input.search {
  background-image: url(../images/search-icon.png);
}

.no-svg .ui-selectmenu-button span.ui-icon {
  background-image: url(../images/select-arrows.png);
}


/* 2x */
@media (-webkit-min-device-pixel-ratio: 1.3),
(min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

  .no-svg input.search {
    background-image: url(../images/search-icon-2x.png);
  }

  .no-svg .ui-selectmenu-button span.ui-icon {
    background-image: url(../images/select-arrows-2x.png);
  }

  .no-svg .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/select-arrows-2x.png); }

  .no-svg p.absurd a span.close {
    background-image: url(../images/close-x-2x.png);
  }

}
