.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vis-active {
  -webkit-box-shadow: 0 0 10px #86d5f8;
          box-shadow: 0 0 10px #86d5f8;
}
.vis [class*=span] {
  min-height: 0;
  width: auto;
}
div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
}
div.vis-configuration-wrapper {
  display: block;
  width: 700px;
}
div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: #fff;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
}
div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px;
}
div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: #fff;
}
div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
}
div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: 700;
}
div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px;
}
div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px;
}
div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px;
}
div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input.vis-configuration.vis-config-checkbox {
  left: -5px;
}
input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  padding: 1px;
  margin: 0;
  pointer-events: none;
}
input.vis-configuration.vis-config-range {
  -webkit-appearance: none;
  border: 0 solid #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: 20px;
}
input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  -webkit-box-shadow: #aaa 0 0 3px 0;
          box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}
input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3876c2), color-stop(100%, #385380));
  background: -webkit-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -o-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3876c2), to(#385380));
  background: linear-gradient(to bottom, #3876c2 0, #385380 100%);
  -webkit-box-shadow: #111927 0 0 1px 0;
          box-shadow: #111927 0 0 1px 0;
  margin-top: -7px;
}
input.vis-configuration.vis-config-range:focus {
  outline: 0;
}
input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d9d9d), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #9d9d9d 0, #c8c8c8 99%);
}
input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}
input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}
input.vis-configuration.vis-config-range:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc;
}
.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, 0.85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
}
.vis-configuration-popup:after,
.vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, 0.85);
  border-width: 8px;
  margin-top: -8px;
}
.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px;
}
div.vis-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  color: #000;
  background-color: #f5f4ed;
  border-radius: 3px;
  border: 1px solid #808074;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 5;
}
.vis-current-time {
  background-color: #ff7f6e;
  width: 2px;
  z-index: 1;
  pointer-events: none;
}
.vis-rolling-mode-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  opacity: .8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #3876c2;
}
.vis-rolling-mode-btn:before {
  content: "\26F6";
}
.vis-rolling-mode-btn:hover {
  opacity: 1;
}
.vis-custom-time {
  background-color: #6e94ff;
  width: 2px;
  cursor: move;
  z-index: 1;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf;
}
.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
}
.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap;
}
.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
}
.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
          box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}
.vis-legend-text {
  white-space: nowrap;
  display: inline-block;
}
.vis-item {
  position: absolute;
  color: #1a1a1a;
  border-color: #97b0f8;
  border-width: 1px;
  background-color: #d5ddf6;
  display: inline-block;
  z-index: 1;
}
.vis-item.vis-selected {
  border-color: #ffc200;
  background-color: #fff785;
  z-index: 2;
}
.vis-editable.vis-selected {
  cursor: move;
}
.vis-item.vis-point.vis-selected {
  background-color: #fff785;
}
.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}
.vis-item.vis-point {
  background: 0 0;
}
.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}
.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.vis-item-visible-frame {
  white-space: nowrap;
}
.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block;
}
.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block;
}
.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}
.vis-item .vis-item-content {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.vis-item .vis-onUpdateTime-tooltip {
  position: absolute;
  background: #4f81bd;
  color: #fff;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: 0.4s;
}
.vis-item .vis-delete,
.vis-item .vis-delete-rtl {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background 0.2s linear;
}
.vis-item .vis-delete {
  right: -24px;
}
.vis-item .vis-delete-rtl {
  left: -24px;
}
.vis-item .vis-delete-rtl:after,
.vis-item .vis-delete:after {
  content: "\00D7";
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color 0.2s linear;
}
.vis-item .vis-delete-rtl:hover,
.vis-item .vis-delete:hover {
  background: red;
}
.vis-item .vis-delete-rtl:hover:after,
.vis-item .vis-delete:hover:after {
  color: #fff;
}
.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: move;
}
.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize;
}
.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize;
}
.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto;
}
.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vis-itemset .vis-background,
.vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}
.vis-foreground .vis-group {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}
.vis-foreground .vis-group:last-child {
  border-bottom: none;
}
.vis-nesting-group {
  cursor: pointer;
}
.vis-nested-group {
  background: #f5f5f5;
}
.vis-label.vis-nesting-group.expanded:before {
  content: "\25BC";
}
.vis-label.vis-nesting-group.collapsed-rtl:before {
  content: "\25C0";
}
.vis-label.vis-nesting-group.collapsed:before {
  content: "\25B6";
}
.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vis-labelset {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vis-labelset .vis-label {
  border-bottom: 1px solid #bfbfbf;
}
.vis-labelset .vis-label.draggable {
  cursor: pointer;
}
.vis-labelset .vis-label:last-child {
  border-bottom: none;
}
.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px;
}
.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0;
}
.vis-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top {
  border: 1px #bfbfbf;
}
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}
.vis-left.vis-panel.vis-vertical-scroll,
.vis-right.vis-panel.vis-vertical-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.vis-left.vis-panel.vis-vertical-scroll {
  direction: rtl;
}
.vis-left.vis-panel.vis-vertical-scroll .vis-content {
  direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll {
  direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll .vis-content {
  direction: rtl;
}
.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-top {
  border-left-style: solid;
  border-right-style: solid;
}
.vis-background {
  overflow: hidden;
}
.vis-panel > .vis-content {
  position: relative;
}
.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0;
}
.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0;
}
.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd;
}
.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646;
}
.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf;
}
.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841;
}
.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100;
}
.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6;
}
.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662;
}
.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26;
}
.vis-graph-group8 {
  fill: #f0f;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f0f;
}
.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938;
}
.vis-timeline .vis-fill {
  fill-opacity: .1;
  stroke: none;
}
.vis-timeline .vis-bar {
  fill-opacity: .5;
  stroke-width: 1px;
}
.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1;
}
.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: .9;
  fill: #fff;
  stroke: #c2c2c2;
}
.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #fff;
  stroke: #e5e5e5;
}
.vis-timeline .vis-icon-fill {
  fill-opacity: .3;
  stroke: none;
}
.vis-time-axis {
  position: relative;
  overflow: hidden;
}
.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%;
}
.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}
.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid;
}
.vis-time-axis .vis-grid.vis-vertical-rtl {
  position: absolute;
  border-right: 1px solid;
}
.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5;
}
.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf;
}
.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
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;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.pos-rel {
  zoom: 1;
  /* ie 6/7 */
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.pos-rel:before,
.pos-rel:after {
  content: "";
  display: table;
}
.pos-rel:after {
  clear: both;
}
.clear-a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.clear-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clear-children a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.clear-children ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bg-contain {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-cover {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.-openclose .-opened,
.-openclose .-closed,
.-openclose .-active {
  display: none;
}
.-openclose.-closed .-closed {
  display: inline-block;
}
.-openclose.-opened .-opened {
  display: inline-block;
}
.-openclose.-active .-active {
  display: inline-block;
}
.-lightblue {
  background: #F7F8FA;
}
.-tc {
  text-align: center;
}
.-up {
  text-transform: uppercase;
}
.-bbord {
  padding-bottom: 5px;
  border-bottom: 1px solid #E7ECEF;
}
@media screen and (max-width: 640px) {
  .-hide-mobile {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  text-rendering: optimizeLegibility;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
html.wf-active,
html.wf-inactive {
  opacity: 1 !important;
  -webkit-transition: 1s opacity;
       -o-transition: 1s opacity;
          transition: 1s opacity;
}
body {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
img {
  max-width: 100%;
}
.placeholder {
  color: #797979;
  font-weight: 500;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
  font-weight: 500;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  font-weight: 500;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
  font-weight: 500;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
  font-weight: 500;
}
.ion-spin,
.ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  -o-animation-timing-function: steps(8, start);
     animation-timing-function: steps(8, start);
}
.cc-break,
.cc-excerpt-break {
  border: none;
  border-top: 1px solid #E7ECEF;
  margin: 20px 0 30px;
  display: block;
  clear: both;
}
.cc-break.-compact,
.cc-excerpt-break.-compact {
  margin: 3px 0 0 0;
}
.cc-button,
.cc-richtext .cc-button {
  display: inline-block;
  padding: 0 30px;
  background: #EC3C2E;
  border-radius: 100px;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
}
.cc-button:hover,
.cc-richtext .cc-button:hover {
  background: #F01100;
  text-decoration: none;
}
.cc-button.-ic > .ic,
.cc-richtext .cc-button.-ic > .ic {
  display: inline-block;
  font-size: 28px;
  margin-right: .3em;
  vertical-align: middle;
}
.cc-button.-ic > .ic.-up1,
.cc-richtext .cc-button.-ic > .ic.-up1 {
  margin-top: -1px;
}
.cc-button.-ic > .ic.-up2,
.cc-richtext .cc-button.-ic > .ic.-up2 {
  margin-top: -2px;
}
.cc-button.-ic > .ic.-up3,
.cc-richtext .cc-button.-ic > .ic.-up3 {
  margin-top: -3px;
}
.cc-button.-ic > .ic.-up4,
.cc-richtext .cc-button.-ic > .ic.-up4 {
  margin-top: -4px;
}
.cc-button.-ic > .ic.-r,
.cc-richtext .cc-button.-ic > .ic.-r {
  margin: 0 0 0 .3em;
}
.cc-button.-ic > .ic.-x,
.cc-richtext .cc-button.-ic > .ic.-x {
  font-size: 24px;
  margin: 0;
}
.cc-button.-ic.-openclose .-open,
.cc-richtext .cc-button.-ic.-openclose .-open {
  display: none;
}
.cc-button.-ic.-openclose.open .-open,
.cc-richtext .cc-button.-ic.-openclose.open .-open {
  display: inline-block;
}
.cc-button.-ic.-openclose.open .-close,
.cc-richtext .cc-button.-ic.-openclose.open .-close {
  display: none;
}
.cc-button.-flatl,
.cc-richtext .cc-button.-flatl,
.cc-button.-flat,
.cc-richtext .cc-button.-flat {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cc-button.-flatr,
.cc-richtext .cc-button.-flatr,
.cc-button.-flat,
.cc-richtext .cc-button.-flat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cc-button.-compactl,
.cc-richtext .cc-button.-compactl,
.cc-button.-compact,
.cc-richtext .cc-button.-compact {
  padding-left: 18px;
}
.cc-button.-compactr,
.cc-richtext .cc-button.-compactr,
.cc-button.-compact,
.cc-richtext .cc-button.-compact {
  padding-right: 18px;
}
.cc-button.-bordr,
.cc-richtext .cc-button.-bordr,
.cc-button.-bord,
.cc-richtext .cc-button.-bord {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-button.-bordl,
.cc-richtext .cc-button.-bordl,
.cc-button.-bord,
.cc-richtext .cc-button.-bord {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-button.-bordt,
.cc-richtext .cc-button.-bordt,
.cc-button.-bord,
.cc-richtext .cc-button.-bord {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-button.-bordb,
.cc-richtext .cc-button.-bordb,
.cc-button.-bord,
.cc-richtext .cc-button.-bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-button.-secondary,
.cc-richtext .cc-button.-secondary {
  background: #E7ECEF;
  color: #003d75;
}
.cc-button.-secondary:hover,
.cc-richtext .cc-button.-secondary:hover {
  color: #003d75;
  background: #DCE7F1;
}
.cc-button.-tirtiary,
.cc-richtext .cc-button.-tirtiary {
  background: #9D986D;
}
.cc-button.-tirtiary:hover,
.cc-richtext .cc-button.-tirtiary:hover {
  background: #B1AA69;
}
.cc-button.-filter,
.cc-richtext .cc-button.-filter {
  background: transparent;
  font-size: 13px;
  color: #003d75;
  border: 1px solid #003d75;
  padding: 0 35px 0 20px;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.cc-button.-filter .ic,
.cc-richtext .cc-button.-filter .ic {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}
.cc-button.-filter:last-child,
.cc-richtext .cc-button.-filter:last-child {
  margin-right: 0;
}
.cc-button.-filter.-bare,
.cc-richtext .cc-button.-filter.-bare {
  border: none;
  padding: 0 10px;
  font-weight: bold;
}
.cc-button.-filter.-bare:hover,
.cc-richtext .cc-button.-filter.-bare:hover {
  text-decoration: underline;
}
.cc-button.-thinks .ict,
.cc-richtext .cc-button.-thinks .ict {
  display: inline-block;
  -webkit-animation: spin 1s infinite;
       -o-animation: spin 1s infinite;
          animation: spin 1s infinite;
  font-size: 18px;
  opacity: .75;
  line-height: 1;
  display: none;
}
.cc-button.-thinks > span,
.cc-richtext .cc-button.-thinks > span {
  display: inline-block;
}
.cc-button.-thinks.-thinking .ict,
.cc-richtext .cc-button.-thinks.-thinking .ict {
  display: inline-block;
}
.cc-button.-thinks.-thinking > span,
.cc-richtext .cc-button.-thinks.-thinking > span {
  padding-left: .25em;
}
.cc-button.-dark,
.cc-richtext .cc-button.-dark {
  background: #21303F;
}
.cc-button.-dark:hover,
.cc-richtext .cc-button.-dark:hover {
  background: #21303F;
}
.cc-button.-sm,
.cc-richtext .cc-button.-sm {
  line-height: 36px;
  font-size: 13px;
  font-weight: 600;
}
.cc-button.-sm.-ic > .ic,
.cc-richtext .cc-button.-sm.-ic > .ic {
  font-size: 17px;
}
.cc-buttons {
  zoom: 1;
  /* ie 6/7 */
}
.cc-buttons:before,
.cc-buttons:after {
  content: "";
  display: table;
}
.cc-buttons:after {
  clear: both;
}
.cc-buttons .cc-button {
  float: left;
}
.cc-buttons.-tabs .cc-button {
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #003d75;
  border: 1px solid #003d75;
  border-right: none;
  padding: 0 50px;
}
.cc-buttons.-tabs .cc-button:hover {
  background: transparent;
}
.cc-buttons.-tabs .cc-button.-on,
.cc-buttons.-tabs .cc-button.-on:hover {
  background: #003d75;
  color: #FFF;
}
.cc-buttons.-tabs .cc-button:last-child {
  border-right: 1px solid #003d75;
}
@media screen and (max-width: 768px) {
  .cc-buttons.-tabs .cc-button {
    font-size: 13px;
    padding: 0 20px;
  }
}
.cc-icon-play {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url('../images/icon-video-playbutton-overlay.png');
  -webkit-background-size: 42px 42px;
          background-size: 42px 42px;
  background-position: center;
  background-repeat: no-repeat;
}
.cc-icon-reply {
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url('../images/icon-bent-arrow-gray.png');
  -webkit-background-size: 14px 7px;
          background-size: 14px 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.cc-richtext {
  font-family: "merriweather", "proxima-nova", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
}
.cc-richtext p,
.cc-richtext address,
.cc-richtext pre,
.cc-richtext hr,
.cc-richtext ul,
.cc-richtext ol,
.cc-richtext dl,
.cc-richtext dd,
.cc-richtext table,
.cc-richtext iframe,
.cc-richtext blockquote,
.cc-richtext .pullquote,
.cc-richtext section {
  margin-bottom: 24px;
}
.cc-richtext p.-compact,
.cc-richtext address.-compact,
.cc-richtext pre.-compact,
.cc-richtext hr.-compact,
.cc-richtext ul.-compact,
.cc-richtext ol.-compact,
.cc-richtext dl.-compact,
.cc-richtext dd.-compact,
.cc-richtext table.-compact,
.cc-richtext iframe.-compact,
.cc-richtext blockquote.-compact,
.cc-richtext .pullquote.-compact,
.cc-richtext section.-compact {
  margin-bottom: .5em;
}
.cc-richtext.-compact p,
.cc-richtext.-compact address,
.cc-richtext.-compact pre,
.cc-richtext.-compact hr,
.cc-richtext.-compact ul,
.cc-richtext.-compact ol,
.cc-richtext.-compact dl,
.cc-richtext.-compact dd,
.cc-richtext.-compact table,
.cc-richtext.-compact iframe,
.cc-richtext.-compact blockquote,
.cc-richtext.-compact .pullquote,
.cc-richtext.-compact section {
  margin-bottom: 19px;
}
.cc-richtext.-spacey p,
.cc-richtext.-spacey address,
.cc-richtext.-spacey pre,
.cc-richtext.-spacey hr,
.cc-richtext.-spacey ul,
.cc-richtext.-spacey ol,
.cc-richtext.-spacey dl,
.cc-richtext.-spacey dd,
.cc-richtext.-spacey table,
.cc-richtext.-spacey iframe,
.cc-richtext.-spacey blockquote,
.cc-richtext.-spacey .pullquote,
.cc-richtext.-spacey section {
  margin-bottom: 53px;
}
.cc-richtext a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  font-size: inherit;
}
.cc-richtext a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-richtext a.-subdued {
  color: #003d75;
}
.cc-richtext a.-subdued:hover {
  color: #005DB4;
}
.cc-richtext a span {
  color: inherit !important;
}
.cc-richtext a img {
  display: block;
}
.cc-richtext h1,
.cc-richtext h2,
.cc-richtext h3,
.cc-richtext h4,
.cc-richtext h5,
.cc-richtext h6 {
  font-family: "proxima-nova", sans-serif;
  color: #1066b5;
  font-weight: 300;
  margin-bottom: 20.4px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 1.25em;
}
.cc-richtext h1 strong,
.cc-richtext h2 strong,
.cc-richtext h3 strong,
.cc-richtext h4 strong,
.cc-richtext h5 strong,
.cc-richtext h6 strong {
  font-weight: inherit;
}
.cc-richtext h1 {
  font-size: 2.1em;
}
.cc-richtext h2 {
  font-size: 1.8em;
}
.cc-richtext h3 {
  font-size: 1.6em;
}
.cc-richtext h4 {
  font-size: 1.4em;
}
.cc-richtext h5 {
  font-size: 1.2em;
}
.cc-richtext h6 {
  font-size: 1.1em;
  margin-bottom: .5em;
}
.cc-richtext pre {
  line-height: 1.2353;
}
.cc-richtext b,
.cc-richtext strong {
  font-weight: bold;
}
.cc-richtext i,
.cc-richtext em {
  font-style: italic;
}
.cc-richtext ul,
.cc-richtext ol {
  padding-left: 50px;
}
.cc-richtext ul li,
.cc-richtext ol li {
  margin-bottom: 1em;
}
.cc-richtext ul {
  list-style: disc;
}
.cc-richtext ol {
  list-style: decimal;
}
.cc-richtext > *:last-child {
  margin-bottom: 0 !important;
}
.cc-richtext .delim {
  margin: 0 .5em;
}
.cc-richtext .thin {
  font-weight: 100;
  font-size: 90%;
  color: #555;
}
.cc-richtext.-lighter {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: black;
}
.cc-richtext.-light {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 100;
  color: black;
}
.cc-richtext.-space {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
.cc-richtext.-textlight {
  color: white;
}
.cc-richtext.-textlight a,
.cc-richtext.-textlight a:hover {
  color: inherit;
}
.cc-richtext.-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .cc-richtext.-justify {
    text-align: left;
  }
  .cc-richtext.-justify p.xmsonormal {
    text-align: left !important;
  }
}
.cc-richtext.-readmore {
  max-height: 66px;
  display: block;
  display: -webkit-box;
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 1.5em;
}
.cc-richtext.-readmore .read-more-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1066b5;
  -webkit-transition: -webkit-transform .2s;
       -o-transition: -o-transform .2s;
          transition: transform .2s;
}
.cc-richtext.-readmore .read-more-icon.-more {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cc-richtext.-wysiwyg blockquote {
  background: #E7ECEF;
  padding: 24px 32px;
  border-left: 15px solid #005082;
}
.cc-richtext.-wysiwyg blockquote > *:last-child {
  margin-bottom: 0;
}
.cc-richtext.-wysiwyg .pullquote {
  font-size: 26px;
  line-height: 38px;
  color: #005082;
  font: "merriweather", "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
  border-left: 15px solid #005082;
  padding-left: 20px;
  margin: 48px 0;
  text-align: left;
}
.cc-richtext.-wysiwyg .pullquote p {
  margin-bottom: 24px;
}
.cc-richtext.-wysiwyg .pullquote > *:last-child {
  margin-bottom: 0 !important;
}
.cc-richtext.-wysiwyg .pullquote.alignleft,
.cc-richtext.-wysiwyg .pullquote.alignright {
  border-left: none;
  padding-left: none;
  width: 297px;
  padding: 10px 0;
  border-top: 15px solid  #EC3C2E;
  border-bottom: 15px solid #EC3C2E;
}
.cc-richtext.-wysiwyg .pullquote.alignleft {
  float: left;
  margin-right: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
.cc-richtext.-wysiwyg .pullquote.alignright {
  float: right;
  margin-left: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .cc-richtext.-wysiwyg .pullquote {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .cc-richtext.-wysiwyg .pullquote {
    font-size: 20px;
    float: none !important;
    width: 100% !important;
    margin: 38px 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 15px solid #EC3C2E !important;
    padding-left: 22px !important;
  }
}
.cc-richtext.-wysiwyg .wp-caption {
  max-width: 100%;
  display: block;
}
.cc-richtext.-wysiwyg .wp-caption img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.cc-richtext.-wysiwyg .wp-caption .wp-caption-text {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  display: block;
  padding: 10px 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
}
.cc-richtext.-wysiwyg .wp-caption .wp-caption-text > *:last-child {
  margin-bottom: 0;
}
.cc-richtext.-wysiwyg .cc-heading-tag {
  color: white;
}
.cc-richtext.-wysiwyg .cc-sidebar {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  vertical-align: top;
  float: right;
  width: 320px;
  margin: 0 0 2em 2em;
  text-align: left;
}
.cc-richtext.-wysiwyg blockquote.alignleft,
.cc-richtext.-wysiwyg .pullquote.alignleft,
.cc-richtext.-wysiwyg .wp-caption.alignleft,
.cc-richtext.-wysiwyg img.alignleft {
  float: left;
  margin: 0.4em 1.6em 1.6em 0;
}
.cc-richtext.-wysiwyg blockquote.alignright,
.cc-richtext.-wysiwyg .pullquote.alignright,
.cc-richtext.-wysiwyg .wp-caption.alignright,
.cc-richtext.-wysiwyg img.alignright {
  float: right;
  margin: 0.4em 0 1.6em 1.6em;
}
.cc-richtext.-wysiwyg blockquote.aligncenter,
.cc-richtext.-wysiwyg .pullquote.aligncenter,
.cc-richtext.-wysiwyg .wp-caption.aligncenter,
.cc-richtext.-wysiwyg img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.cc-richtext.-wysiwyg .wp-caption,
.cc-richtext.-wysiwyg .wp-caption.alignnone,
.cc-richtext.-wysiwyg .wp-caption.alignleft,
.cc-richtext.-wysiwyg .wp-caption.alignright,
.cc-richtext.-wysiwyg .wp-caption.aligncenter {
  margin-bottom: 1em;
}
.cc-richtext.-wysiwyg table {
  background: #E7ECEF;
  width: 100%;
  padding: 0;
  margin: 0 0 32px;
}
.cc-richtext.-wysiwyg table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cc-richtext.-wysiwyg table tr td {
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .cc-richtext.-wysiwyg .alignleft,
  .cc-richtext.-wysiwyg .alignright {
    max-width: 45%;
  }
  .cc-richtext.-wysiwyg .cc-sidebar {
    width: 100% !important;
    margin: -36px 0 24px !important;
  }
}
@media screen and (max-width: 480px) {
  .cc-richtext.-wysiwyg .wp-caption,
  .cc-richtext.-wysiwyg .alignleft,
  .cc-richtext.-wysiwyg .alignright,
  .cc-richtext.-wysiwyg .aligncenter,
  .cc-richtext.-wysiwyg .alignnone {
    float: none;
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    margin: 0 0 24px !important;
  }
  .cc-richtext.-wysiwyg .wp-caption .wp-caption-text,
  .cc-richtext.-wysiwyg .alignleft .wp-caption-text,
  .cc-richtext.-wysiwyg .alignright .wp-caption-text,
  .cc-richtext.-wysiwyg .aligncenter .wp-caption-text,
  .cc-richtext.-wysiwyg .alignnone .wp-caption-text {
    padding-top: .6em;
  }
}
.cc-page-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  line-height: 1.15;
  color: #000;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .cc-page-title {
    font-size: 38px;
  }
}
.cc-splash-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  color: white;
}
.cc-splash-subtitle {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0;
  line-height: 1.4;
}
.cc-page-title-stripe {
  background: #E7ECEF;
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #003d75;
  letter-spacing: .5px;
  text-align: center;
  padding: 15px 32px;
}
.cc-page-heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  color: #003d75;
  font-weight: 100;
  line-height: 1.2;
}
.cc-page-subheading {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  color: #1066b5;
  font-weight: 400;
  line-height: 1.3;
}
.cc-chronology-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.cc-chronology-range-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
}
.cc-content-page-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.cc-form-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 26px;
}
.cc-search-results-group-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #E7ECEF;
  padding: 0 0 8px;
}
.cc-author-title .name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #000000;
  line-height: 28px;
}
.cc-author-title .desc {
  font-size: 15px;
  font-weight: 100;
  color: #000000;
  line-height: 22px;
}
.cc-carousel-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
.cc-titles {
  text-align: center;
}
.cc-titles.-twoline {
  color: #003d75;
}
.cc-titles.-twoline .subtitle {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  color: #003d75;
  letter-spacing: 1.05px;
  color: inherit;
  line-height: 1.2;
  display: block;
}
.cc-titles.-twoline .title {
  font-family: Georgia, serif;
  font-size: 48px;
  letter-spacing: -0.15px;
  line-height: 49px;
}
.grid {
  padding: 0 32px;
  margin: 0 auto;
  max-width: 1400px;
}
.grid.-w650 {
  max-width: 650px;
}
.grid.-w600 {
  max-width: 600px;
}
.grid.-w1060 {
  max-width: 1060px;
}
.grid.-w1220 {
  max-width: 1220px;
}
.grid.-col-pad,
.grid.-twocol-pad {
  padding-top: 43px;
  padding-bottom: 43px;
}
@media screen and (max-width: 1024px) {
  .grid {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .grid {
    padding: 0 20.8px;
  }
  .grid.-collapse {
    padding: 0 10px;
  }
}
.-twocol {
  zoom: 1;
  /* ie 6/7 */
}
.-twocol:before,
.-twocol:after {
  content: "";
  display: table;
}
.-twocol:after {
  clear: both;
}
.-twocol .col {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.-twocol .col:first-child {
  padding-left: 0 !important;
}
.-twocol .col:last-child {
  padding-right: 0 !important;
}
.-twocol .col.-main {
  width: 70%;
}
.-twocol .col.-side {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .-twocol .col {
    padding: 0 15px;
  }
  .-twocol .col.-main {
    width: 60%;
  }
  .-twocol .col.-side {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .-twocol .col.-main {
    width: 55%;
  }
  .-twocol .col.-side {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .-twocol .col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .-twocol .col:last-of-type {
    margin-bottom: 0;
  }
}
.-m2 {
  margin-bottom: .2em;
}
.-m3 {
  margin-bottom: .3em;
}
.-m5 {
  margin-bottom: .5em;
}
.-m7 {
  margin-bottom: .7em;
}
.-m10 {
  margin-bottom: 1em;
}
.-m15 {
  margin-bottom: 1.5em;
}
.-m20 {
  margin-bottom: 2em;
}
.-sp,
.-sp10 {
  padding: 1em 0;
}
.-sp20 {
  padding: 2em 0;
}
.-sp-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.-sp-article-end {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .-sp-article-end {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cc-section,
.cc-banner {
  padding: 35px 0;
}
.cc-section.-darkblue,
.cc-banner.-darkblue {
  background: #0C1E2F;
  color: white;
}
.cc-section.-tint,
.cc-banner.-tint {
  position: relative;
}
.cc-section.-tint .tint,
.cc-banner.-tint .tint {
  position: absolute;
  background: #0C1E2F;
  opacity: .9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cc-section.-tint .section-content,
.cc-banner.-tint .section-content {
  position: relative;
  z-index: 2;
}
.cc-section.-nopadt,
.cc-banner.-nopadt,
.cc-section .-nopad,
.cc-banner .-nopad {
  padding-top: 0;
}
.cc-section.-nopadb,
.cc-banner.-nopadb,
.cc-section .-nopad,
.cc-banner .-nopad {
  padding-bottom: 0;
}
.cc-section.-bordtop,
.cc-banner.-bordtop {
  border-top: 1px solid #E7ECEF;
}
.cc-section.-bg-compass,
.cc-banner.-bg-compass {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/image-footer-compass-map-bg.png");
}
.cc-section.-bg-machines,
.cc-banner.-bg-machines {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/image-home-splash.jpg");
}
.cc-chronology {
  background: #F7F8FA;
  padding: 57px 75px 52px;
}
.cc-chronology .chronology-header {
  text-align: center;
}
.cc-chronology .chronology-header .cc-page-subheading {
  font-weight: 300;
  margin-bottom: 8px;
}
.cc-chronology .chronology-header .cc-break {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .cc-chronology {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .cc-chronology {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cc-heading-tag {
  line-height: 33px;
  background: #9D986D;
  display: inline-block;
  padding: 0 13px 0 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  letter-spacing: 1px;
  margin-right: 18px;
}
.cc-heading-tag:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: -18px;
  top: 0;
  border-style: solid;
  border-width: 33px 0 0 18px;
  border-color: transparent transparent transparent #9D986D;
}
.cc-heading-tag.-small {
  font-size: 13px;
  line-height: 21px;
  vertical-align: middle;
  padding-top: 3px;
}
.cc-heading-tag.-small:after {
  border-width: 24px 0 0 18px;
}
.cc-meta-strip {
  zoom: 1;
  /* ie 6/7 */
  border-top: 1px solid #E7ECEF;
  border-bottom: 1px solid #E7ECEF;
  padding: 10px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.cc-meta-strip:before,
.cc-meta-strip:after {
  content: "";
  display: table;
}
.cc-meta-strip:after {
  clear: both;
}
.cc-meta-strip .meta-items {
  padding: 9px 0;
}
.cc-meta-strip .meta-items .delim {
  font-weight: bold;
  margin: 0 .5em;
}
.cc-meta-strip.-button .cc-button {
  float: right;
}
@media screen and (max-width: 640px) {
  .cc-meta-strip .meta-items .meta-item {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
  }
  .cc-meta-strip .meta-items .meta-item:last-child {
    margin-bottom: 0;
  }
  .cc-meta-strip .meta-items .delim {
    display: none;
  }
  .cc-meta-strip.-button .cc-button {
    display: none;
  }
}
.cc-nil {
  background: #eee;
  font-weight: 100;
  font-size: 17px;
  padding: 1.25em 1em;
  text-align: center;
}
.cc-nil .ic {
  margin-right: .5em;
  opacity: .5;
}
.cc-nil i,
.cc-nil em {
  font-style: italic;
}
.cc-nil b,
.cc-nil strong {
  font-weight: bold;
}
.cc-nil.-marg {
  margin: 1.25em 0;
}
.cc-read-more {
  padding: 1em;
}
.cc-read-more a {
  display: inline-block;
  padding: 0 30px;
  background: #EC3C2E;
  border-radius: 100px;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
  background: #E7ECEF;
  color: #003d75;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.cc-read-more a:hover {
  background: #F01100;
  text-decoration: none;
}
.cc-read-more a.-ic > .ic {
  display: inline-block;
  font-size: 28px;
  margin-right: .3em;
  vertical-align: middle;
}
.cc-read-more a.-ic > .ic.-up1 {
  margin-top: -1px;
}
.cc-read-more a.-ic > .ic.-up2 {
  margin-top: -2px;
}
.cc-read-more a.-ic > .ic.-up3 {
  margin-top: -3px;
}
.cc-read-more a.-ic > .ic.-up4 {
  margin-top: -4px;
}
.cc-read-more a.-ic > .ic.-r {
  margin: 0 0 0 .3em;
}
.cc-read-more a.-ic > .ic.-x {
  font-size: 24px;
  margin: 0;
}
.cc-read-more a.-ic.-openclose .-open {
  display: none;
}
.cc-read-more a.-ic.-openclose.open .-open {
  display: inline-block;
}
.cc-read-more a.-ic.-openclose.open .-close {
  display: none;
}
.cc-read-more a.-flatl,
.cc-read-more a.-flat {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cc-read-more a.-flatr,
.cc-read-more a.-flat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cc-read-more a.-compactl,
.cc-read-more a.-compact {
  padding-left: 18px;
}
.cc-read-more a.-compactr,
.cc-read-more a.-compact {
  padding-right: 18px;
}
.cc-read-more a.-bordr,
.cc-read-more a.-bord {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-read-more a.-bordl,
.cc-read-more a.-bord {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-read-more a.-bordt,
.cc-read-more a.-bord {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-read-more a.-bordb,
.cc-read-more a.-bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-read-more a.-secondary {
  background: #E7ECEF;
  color: #003d75;
}
.cc-read-more a.-secondary:hover {
  color: #003d75;
  background: #DCE7F1;
}
.cc-read-more a.-tirtiary {
  background: #9D986D;
}
.cc-read-more a.-tirtiary:hover {
  background: #B1AA69;
}
.cc-read-more a.-filter {
  background: transparent;
  font-size: 13px;
  color: #003d75;
  border: 1px solid #003d75;
  padding: 0 35px 0 20px;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.cc-read-more a.-filter .ic {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}
.cc-read-more a.-filter:last-child {
  margin-right: 0;
}
.cc-read-more a.-filter.-bare {
  border: none;
  padding: 0 10px;
  font-weight: bold;
}
.cc-read-more a.-filter.-bare:hover {
  text-decoration: underline;
}
.cc-read-more a.-thinks .ict {
  display: inline-block;
  -webkit-animation: spin 1s infinite;
       -o-animation: spin 1s infinite;
          animation: spin 1s infinite;
  font-size: 18px;
  opacity: .75;
  line-height: 1;
  display: none;
}
.cc-read-more a.-thinks > span {
  display: inline-block;
}
.cc-read-more a.-thinks.-thinking .ict {
  display: inline-block;
}
.cc-read-more a.-thinks.-thinking > span {
  padding-left: .25em;
}
.cc-read-more a.-dark {
  background: #21303F;
}
.cc-read-more a.-dark:hover {
  background: #21303F;
}
.cc-read-more a.-sm {
  line-height: 36px;
  font-size: 13px;
  font-weight: 600;
}
.cc-read-more a.-sm.-ic > .ic {
  font-size: 17px;
}
.cc-read-more a:hover {
  color: #003d75;
  background: #DCE7F1;
}
.cc-read-more a .ic {
  display: none;
}
.cc-read-more a.-thinking .ic {
  display: inline-block;
  font-size: 23px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 4px;
  opacity: .5;
}
.cc-read-more a.-thinking > span {
  display: inline-block;
  padding-left: 5px;
}
.cc-related-stories {
  position: relative;
  padding-top: 57px;
}
.cc-related-stories .carousel {
  zoom: 1;
  /* ie 6/7 */
  position: relative;
  padding: 55px 0 65px;
}
.cc-related-stories .carousel:before,
.cc-related-stories .carousel:after {
  content: "";
  display: table;
}
.cc-related-stories .carousel:after {
  clear: both;
}
.cc-related-stories .carousel .visible-tiles {
  padding: 0 30px;
}
.cc-related-stories .carousel .visible-tiles .cc-excerpt {
  float: left;
  width: 25%;
  padding: 0 14px;
}
.cc-related-stories .carousel .visible-tiles .cc-excerpt.-inactive {
  display: none;
}
.cc-related-stories .carousel .hidden-tiles {
  display: none;
}
.cc-related-stories .carousel .arrow {
  font-size: 28px;
  color: #000000;
  opacity: .5;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
}
.cc-related-stories .carousel .arrow:hover {
  opacity: 1;
}
.cc-related-stories .carousel .arrow.-next {
  left: auto !important;
  right: -5px;
}
@media screen and (max-width: 1024px) {
  .cc-related-stories .carousel .visible-tiles {
    padding: 0 15px;
  }
  .cc-related-stories .carousel .visible-tiles .cc-excerpt {
    padding: 0 10px;
  }
  .cc-related-stories .carousel .arrow {
    left: -15px;
  }
  .cc-related-stories .carousel .arrow.-next {
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .cc-related-stories .carousel .visible-tiles {
    margin: -14px 0;
  }
  .cc-related-stories .carousel .visible-tiles .cc-excerpt {
    width: 50%;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .cc-related-stories .carousel .visible-tiles {
    margin: 0;
  }
  .cc-related-stories .carousel .visible-tiles .cc-excerpt {
    width: 100%;
    margin: 0 0 38px;
  }
  .cc-related-stories .carousel .visible-tiles .cc-excerpt:last-child {
    margin-bottom: 0;
  }
  .cc-related-stories .carousel .arrow {
    display: none;
  }
}
.cc-sidebar {
  margin-bottom: 25px;
}
.cc-sidebar:last-child {
  margin-bottom: 0;
}
.cc-sidebar.-pad {
  padding: 20px;
}
.cc-tabs .tab {
  display: none;
}
.cc-text-link,
.cc-richtext .cc-text-link {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-text-link:hover,
.cc-richtext .cc-text-link:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-text-link.-subdued,
.cc-richtext .cc-text-link.-subdued {
  color: #003d75;
}
.cc-text-link.-subdued:hover,
.cc-richtext .cc-text-link.-subdued:hover {
  color: #005DB4;
}
.cc-text-link-subdued {
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  color: #003d75;
}
.cc-text-link-subdued:hover {
  color: #005DB4;
  text-decoration: underline;
}
.vis-timeline {
  overflow: visible !important;
}
.cc-timeline .posts {
  display: none;
}
.cc-timeline div.vis-tooltip {
  background: none;
  border: none;
  padding: 0;
}
.cc-timeline div.vis-content {
  font-size: 12px;
}
.cc-timeline div.vis-content .tag {
  font-size: 11px;
}
.cc-timeline .tooltip {
  background: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 1em;
}
.cc-timeline .tooltip date {
  font-weight: bold;
  font-size: 15px;
}
.cc-timeline .tooltip address {
  opacity: .5;
  font-weight: 100;
  font-size: 12px;
  padding-bottom: .25em;
}
.cc-timeline .tooltip .tags {
  overflow: hidden;
  display: block;
  padding-top: .75em;
}
.cc-timeline .tooltip .tags .tag {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  background: #333;
  border-radius: 5px;
}
.cc-timeline .tooltip .flags {
  overflow: hidden;
  padding: 1.25em 1em 0em;
  text-align: center;
  width: 300px;
  overflow-x: auto;
}
.cc-timeline .tooltip .flags .flag {
  display: inline-block;
}
.cc-timeline .tooltip .flags .flag .wave {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px 0;
}
.cc-timeline .tooltip .flags .flag .rep {
  font-size: 11px;
}
.cc-timeline .tooltip .flags .flag .rep b {
  font-weight: bold;
}
.cc-timeline .tooltip .flags.-many {
  padding-bottom: .5em;
}
.cc-timeline .tooltip .flags.-many .flag {
  padding-top: 0;
  padding-bottom: 0;
}
.cc-timeline .tooltip .flags.-many .flag .wave {
  height: 35px;
  width: 35px;
}
.cc-timeline .tooltip .description {
  width: 300px;
  white-space: normal;
  background: white;
  font-size: 14px;
  padding: 1em;
  word-wrap: normal;
  overflow: visible;
}
.cc-video-thumb {
  position: relative;
  display: block;
}
.cc-video-thumb:hover {
  opacity: 1;
}
.cc-video-thumb img,
.cc-video-thumb iframe {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.cc-video-thumb time {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: ProximaNova-Regular;
  font-size: 13px;
  color: #FFF;
  padding: 3px 11px;
  line-height: 1.4;
  vertical-align: middle;
  z-index: 2;
}
.cc-video-thumb .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  z-index: 2;
}
.cc-video-thumb.-small time {
  font-size: 10px;
  padding: 1px 5px;
}
.cc-video-thumb.-small .cc-icon-play {
  -webkit-background-size: 32px 32px;
          background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.cc-volumes-archive .volume {
  margin-bottom: 45px;
}
.cc-volumes-archive .volume:last-child {
  margin-bottom: 0;
}
.cc-volumes-archive .volume .volume-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  display: block;
  margin-bottom: 23px;
}
.cc-volumes-archive .volume .issues li {
  display: block;
  margin-bottom: .5em;
}
.cc-volumes-archive .volume .issues li a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-volumes-archive .volume .issues li a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-volumes-archive .volume .issues li a.-subdued {
  color: #003d75;
}
.cc-volumes-archive .volume .issues li a.-subdued:hover {
  color: #005DB4;
}
@media screen and (max-width: 640px) {
  .cc-volumes-archive .volume .issues li {
    margin: 0;
    padding: .75em 0;
    border-bottom: 1px solid #E7ECEF;
  }
  .cc-volumes-archive .volume .issues li:first-child {
    padding-top: 0;
  }
  .cc-volumes-archive .volume .issues li .name {
    font-weight: bold;
  }
}
.cc-banner.article {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 6px solid #003d75;
}
.cc-banner.article .heading {
  margin-bottom: 16px;
}
.cc-banner.article .heading .tag {
  margin-bottom: 5px;
}
.cc-banner.article .heading .title {
  display: block;
  clear: both;
}
.cc-banner.article .heading.-button .tag {
  float: left;
}
.cc-banner.article .heading.-button .cc-button {
  float: right;
  line-height: 35px;
  font-size: 13px;
  padding: 0 17px;
  margin-top: -5px;
}
.cc-banner.article .heading.-button .cc-button .ic {
  font-size: 23px;
}
.cc-banner.article .heading.-button .title {
  padding-top: 5px;
}
.cc-banner.article .meta {
  font-size: 15px;
  line-height: 1.6;
}
.cc-banner.article .meta .meta-item {
  margin-bottom: 11px;
  display: block;
}
.cc-banner.article .meta .meta-item:last-child {
  margin-bottom: 0;
}
.cc-banner.article .meta .meta-item a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  font-weight: bold;
}
.cc-banner.article .meta .meta-item a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-banner.article .meta .meta-item a.-subdued {
  color: #003d75;
}
.cc-banner.article .meta .meta-item a.-subdued:hover {
  color: #005DB4;
}
.cc-banner.article .meta .meta-item strong,
.cc-banner.article .meta .meta-item b {
  font-weight: 500;
}
.cc-banner.article .meta .meta-item em,
.cc-banner.article .meta .meta-item i {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .cc-banner.article .heading.-button .tag {
    float: none;
    margin-bottom: 1.25em;
  }
  .cc-banner.article .heading.-button .cc-button {
    float: none;
    margin-bottom: .75em;
    margint-top: 0;
  }
}
.cc-banner.footer .copyright .logos {
  clear: both;
  margin-bottom: 25px;
  position: relative;
}
.cc-banner.footer .copyright .logos .logo {
  text-decoration: none;
}
.cc-banner.footer .copyright .logos img {
  margin: 0 1em;
}
.cc-banner.footer .copyright .cc-richtext {
  line-height: 1.4;
  font-size: 14px;
}
.cc-banner.footer .copyright .cc-richtext p {
  margin-bottom: 18px;
}
.cc-banner.footer .copyright .cc-menu.social {
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 1024px) {
  .cc-banner.footer .copyright {
    max-width: 600px;
    margin: 0 auto;
  }
  .cc-banner.footer .copyright .logos .logo {
    display: block;
    margin-bottom: 24px;
  }
  .cc-banner.footer .copyright .cc-menu.social {
    float: none;
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 5px auto 40px;
    text-align: center;
  }
  .cc-banner.footer .copyright .cc-menu.social:before,
  .cc-banner.footer .copyright .cc-menu.social:after {
    content: "";
    display: table;
  }
  .cc-banner.footer .copyright .cc-menu.social:after {
    clear: both;
  }
  .cc-banner.footer .copyright .cc-menu.social .cc-buttons {
    display: inline-block;
  }
}
.cc-banner.header {
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9998;
  -webkit-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
.cc-banner.header .cc-section {
  padding: 0;
}
.cc-banner.header .main-nav {
  position: relative;
  height: 136px;
}
.cc-banner.header .main-nav .cc-button {
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.cc-banner.header .main-nav .cc-titles {
  padding: 16px 0;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cc-banner.header .main-nav .cc-titles img {
  display: inline-block;
  width: 634px;
}
.cc-banner.header .main-nav .cc-titles.-compact {
  opacity: 0;
  padding: 0;
}
.cc-banner.header .main-nav .cc-title-compact {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  z-index: 1;
  padding: 11px 0 0;
}
.cc-banner.header .main-nav .cc-title-compact img {
  width: 300px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
}
.cc-banner.header .main-nav .cc-title-compact .title {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #003d75;
  letter-spacing: -0.08px;
  line-height: 48px;
}
.cc-banner.header .main-nav #menu-toggle {
  z-index: 9999;
}
.cc-banner.header .main-nav .nav-left,
.cc-banner.header .main-nav .nav-right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
}
.cc-banner.header .main-nav .nav-left {
  left: 0;
}
.cc-banner.header .main-nav .nav-right {
  right: 0;
}
.cc-banner.header.-contract {
  border-bottom: 1px solid #E7ECEF;
  background: rgba(255, 255, 255, 0.95);
}
.cc-banner.header.-contract .main-nav {
  height: 48px;
  -webkit-transition: height .2s;
       -o-transition: height .2s;
          transition: height .2s;
}
.cc-banner.header.-contract .cc-title-compact {
  opacity: 1;
}
.cc-banner.header.-contract .cc-button {
  background: transparent;
}
.cc-banner.header.-contract .cc-titles {
  padding: 0;
  width: 100%;
  position: absolute;
  top: -10px;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .cc-banner.header {
    border-bottom: 1px solid #E7ECEF;
    background: rgba(255, 255, 255, 0.95);
  }
  .cc-banner.header .main-nav {
    height: 48px;
    -webkit-transition: height .2s;
         -o-transition: height .2s;
            transition: height .2s;
  }
  .cc-banner.header .cc-title-compact {
    opacity: 1;
  }
  .cc-banner.header .cc-button {
    background: transparent;
  }
  .cc-banner.header .cc-titles {
    padding: 0;
    width: 100%;
    position: absolute;
    top: -10px;
    z-index: -1;
    opacity: 0;
  }
  .cc-banner.header .cc-titles {
    display: none !important;
  }
  .cc-banner.header .cc-title-compact {
    display: block;
    opacity: 1 !important;
  }
  .cc-banner.header .cc-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .cc-banner.header {
    position: absolute;
  }
  .cc-banner.header .main-nav .cc-title-compact {
    padding: 17px 0;
  }
  .cc-banner.header .main-nav .cc-title-compact img {
    width: 250px;
  }
  .cc-banner.header .main-nav .cc-button .ic {
    font-size: 24px;
    margin: 0;
  }
  .cc-banner.header .main-nav .cc-button .label {
    display: none;
  }
}
.banner-header-contracted {
  border-bottom: 1px solid #E7ECEF;
  background: rgba(255, 255, 255, 0.95);
}
.banner-header-contracted .main-nav {
  height: 48px;
  -webkit-transition: height .2s;
       -o-transition: height .2s;
          transition: height .2s;
}
.banner-header-contracted .cc-title-compact {
  opacity: 1;
}
.banner-header-contracted .cc-button {
  background: transparent;
}
.banner-header-contracted .cc-titles {
  padding: 0;
  width: 100%;
  position: absolute;
  top: -10px;
  z-index: -1;
  opacity: 0;
}
#cc-header-spacer {
  height: 136px;
}
.cc-banner.splash {
  padding: 0;
}
.cc-banner.splash .grid {
  max-width: 1220px;
}
.cc-banner.splash .splash-title {
  padding: 51px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cc-banner.splash .splash-title .cc-splash-title {
  margin: 20px 0 9px;
}
.cc-banner.splash .splash-meta {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding: 26px 0 58px;
}
.cc-banner.splash .splash-meta .meta-item {
  margin-bottom: 8px;
}
.cc-banner.splash .splash-meta .meta-item a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  font-weight: 500;
}
.cc-banner.splash .splash-meta .meta-item a:hover {
  text-decoration: underline;
}
.cc-banner.splash .splash-meta .meta-item:last-child {
  margin-bottom: 0;
}
.cc-banner.splash .splash-meta.-button {
  zoom: 1;
  /* ie 6/7 */
}
.cc-banner.splash .splash-meta.-button:before,
.cc-banner.splash .splash-meta.-button:after {
  content: "";
  display: table;
}
.cc-banner.splash .splash-meta.-button:after {
  clear: both;
}
.cc-banner.splash .splash-meta.-button .cc-button {
  float: right;
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .cc-banner.splash .splash-meta .meta-item {
    margin-bottom: 12px;
  }
  .cc-banner.splash .splash-meta.-button .cc-button {
    float: none;
    margin: 0 0 25px;
    line-height: 43px;
  }
}
html.js .cc-banner.splash .-fadein {
  opacity: 0;
}
.cc-excerpts .cc-excerpt.author-small {
  margin-bottom: 24px;
}
.cc-excerpts .cc-excerpt.author-small .above-iframe {
  zoom: 1;
  /* ie 6/7 */
}
.cc-excerpts .cc-excerpt.author-small .above-iframe:before,
.cc-excerpts .cc-excerpt.author-small .above-iframe:after {
  content: "";
  display: table;
}
.cc-excerpts .cc-excerpt.author-small .above-iframe:after {
  clear: both;
}
.cc-excerpts .cc-excerpt.author-small .excerpt-content {
  font-size: 15px;
}
.cc-excerpts .cc-excerpt.author-small .excerpt-content .name {
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  color: #003d75;
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: bold;
}
.cc-excerpts .cc-excerpt.author-small .excerpt-content .name:hover {
  color: #005DB4;
  text-decoration: underline;
}
.cc-excerpts .cc-excerpt.author-small .excerpt-content .meta-items .meta-item {
  margin-bottom: 6px;
}
.cc-excerpts .cc-excerpt.author-small .excerpt-content .meta-items .meta-item:last-child {
  margin-bottom: 0;
}
.cc-excerpts .cc-excerpt.author-small.-photo .thumb {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}
.cc-excerpts .cc-excerpt.author-small.-photo .excerpt-content {
  margin-left: 63px;
}
.cc-excerpts .cc-excerpt.author-small.-iframe .iframe {
  display: block;
  clear: both;
  padding-top: 19px;
}
.cc-excerpts .cc-excerpt.author-small.-iframe .iframe iframe,
.cc-excerpts .cc-excerpt.author-small.-iframe .iframe img,
.cc-excerpts .cc-excerpt.author-small.-iframe .iframe object {
  display: block;
  width: 100%;
}
.cc-excerpts .cc-excerpt.author-small.-iframe .iframe > small {
  display: block;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  opacity: .75;
}
@media screen and (max-width: 640px) {
  .cc-excerpts .cc-excerpt.author-small.-iframe .iframe {
    display: none;
  }
}
.cc-excerpt.author {
  zoom: 1;
  /* ie 6/7 */
  position: relative;
}
.cc-excerpt.author:before,
.cc-excerpt.author:after {
  content: "";
  display: table;
}
.cc-excerpt.author:after {
  clear: both;
}
.cc-excerpt.author .table {
  display: table;
}
.cc-excerpt.author .table > * {
  display: table-cell;
  vertical-align: middle;
}
.cc-excerpt.author.-photo .thumb {
  width: 85px;
}
.cc-excerpt.author.-photo .thumb img {
  display: block;
  width: 100%;
}
.cc-excerpt.author.-photo .author-content {
  padding-left: 30px;
}
.cc-excerpt.date.-photo .thumb {
  float: right;
  width: 90px;
}
.cc-excerpt.date.-photo .excerpt-content {
  margin-right: 100px;
}
.cc-excerpt.date.-photo .excerpt-content a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.date.-photo .excerpt-content a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-excerpt.date.-photo .excerpt-content a.-subdued {
  color: #003d75;
}
.cc-excerpt.date.-photo .excerpt-content a.-subdued:hover {
  color: #005DB4;
}
.cc-excerpt.date .excerpt-content {
  font-size: 16px;
  line-height: 26px;
}
.cc-excerpt.date .excerpt-content time {
  font-weight: bold;
  float: left;
}
.cc-excerpt.date .excerpt-content a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.date .excerpt-content a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-excerpt.date .excerpt-content a.-subdued {
  color: #003d75;
}
.cc-excerpt.date .excerpt-content a.-subdued:hover {
  color: #005DB4;
}
.cc-excerpt.digest {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.cc-excerpt.digest .title {
  margin-bottom: 13px;
  line-height: 20px;
}
.cc-excerpt.digest .title a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.digest .title a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-excerpt.digest .title a.-subdued {
  color: #003d75;
}
.cc-excerpt.digest .title a.-subdued:hover {
  color: #005DB4;
}
.cc-excerpt.digest .title strong,
.cc-excerpt.digest .title b {
  font-weight: bold;
}
.cc-excerpt.digest .title em,
.cc-excerpt.digest .title i {
  font-style: italic;
}
.cc-excerpt.digest .title p,
.cc-excerpt.digest .title ul,
.cc-excerpt.digest .title ol,
.cc-excerpt.digest .title iframe {
  margin-bottom: 1em;
}
.cc-excerpt.digest .title > *:last-child {
  margin-bottom: 0;
}
.cc-excerpt.digest .title ul,
.cc-excerpt.digest .title ol {
  margin-left: 1.5em;
  padding: 0;
}
.cc-excerpt.digest .title ul li,
.cc-excerpt.digest .title ol li {
  margin: 0 0 3px;
}
.cc-excerpt.digest .title ul {
  list-style-type: disc;
}
.cc-excerpt.digest .title ol {
  list-style-type: decimal;
}
.cc-excerpt.digest .title .wp-caption {
  width: 100% !important;
}
.cc-excerpt.digest .title .wp-caption img {
  display: block;
  width: 100% !important;
}
.cc-excerpt.digest .title .wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.cc-excerpt.digest .thumb {
  margin-bottom: 13px;
}
.cc-excerpt.digest .thumb:hover {
  opacity: 1;
}
.cc-excerpt.digest .thumb.-bg {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cc-excerpt.digest .thumb.-bg img {
  display: none;
}
.cc-excerpt.digest .time {
  font-size: 12px;
}
.cc-excerpt.digest.-tweet .tweet {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 12px;
}
.cc-excerpt.digest.-tweet .tweet:before,
.cc-excerpt.digest.-tweet .tweet:after {
  content: "";
  display: table;
}
.cc-excerpt.digest.-tweet .tweet:after {
  clear: both;
}
.cc-excerpt.digest.-tweet .tweet .tweet-thumb {
  float: left;
  width: 40px;
  padding-right: 10px;
}
.cc-excerpt.digest.-tweet .tweet .tweet-thumb a {
  display: block;
  width: 100%;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content {
  margin-left: 40px;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content a.-subdued {
  color: #003d75;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content a.-subdued:hover {
  color: #005DB4;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content p {
  margin-bottom: 12px;
}
.cc-excerpt.digest.-tweet .tweet .tweet-content p:last-child {
  margin-bottom: 0;
}
.cc-excerpt.digest.-video .iframe {
  background: red;
}
.cc-excerpt.digest.-video .iframe iframe {
  display: block;
}
.cc-excerpt.story-tile .excerpt-content .title {
  font: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  line-height: 30px;
}
.cc-excerpt.story-tile .meta-items {
  font-size: 13px;
  padding-top: 11px;
}
.cc-excerpt.story-tile .meta-items .meta-item {
  margin-bottom: 5px;
}
.cc-excerpt.story-tile .meta-items .meta-item a {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.story-tile .meta-items .meta-item a:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-excerpt.story-tile .meta-items .meta-item a.-subdued {
  color: #003d75;
}
.cc-excerpt.story-tile .meta-items .meta-item a.-subdued:hover {
  color: #005DB4;
}
.cc-excerpt.story-tile .meta-items .meta-item:last-child {
  margin-bottom: 0;
}
.cc-excerpt.story-tile .meta-items .meta-item.authors a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  font-weight: 500;
}
.cc-excerpt.story-tile .meta-items .meta-item.authors a:hover {
  text-decoration: underline;
}
.cc-excerpt.story-tile.-photo .thumb {
  display: block;
  margin-bottom: 15px;
}
.cc-excerpt.story-tile.-photo .thumb img {
  display: block;
  width: 100%;
}
.cc-excerpt.story.-photo .thumb {
  float: left;
  width: 189px;
}
.cc-excerpt.story.-photo .excerpt-content {
  margin-left: 217px;
}
.cc-excerpt.story .tag {
  margin-bottom: 13px;
}
.cc-excerpt.story .tag .after-tag {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
.cc-excerpt.story .title {
  font-size: 29px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-bottom: 13px;
}
.cc-excerpt.story .title a {
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cc-excerpt.story .title a:hover {
  color: #005DB4;
}
.cc-excerpt.story .cc-richtext {
  margin-bottom: 15px;
}
.cc-excerpt.story .cc-richtext .read-more {
  display: block;
  margin-bottom: 9px !important;
}
.cc-excerpt.story .cc-richtext .read-more .cc-button {
  line-height: 39px;
  padding: 0 43px;
  font-size: 15px;
}
.cc-excerpt.story .meta {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.cc-excerpt.story .meta > .meta-item {
  margin-bottom: 20px;
}
.cc-excerpt.story .meta > .meta-item:last-child {
  margin-bottom: 0;
}
.cc-excerpt.story .meta .attached a {
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  color: #003d75;
  font-size: 13px;
}
.cc-excerpt.story .meta .attached a:hover {
  color: #005DB4;
  text-decoration: underline;
}
.cc-excerpt.story .meta cite a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.cc-excerpt.story .meta cite a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .cc-excerpt.story .tag .after-tag {
    display: block;
    padding-top: 10px;
  }
  .cc-excerpt.story .title {
    font-weight: bold;
  }
  .cc-excerpt.story.-photo .thumb {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 18px;
  }
  .cc-excerpt.story.-photo .excerpt-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 340px) {
  .cc-excerpt.story.-photo .excerpt-content {
    margin: 0;
  }
}
.cc-excerpt {
  zoom: 1;
  /* ie 6/7 */
  position: relative;
}
.cc-excerpt:before,
.cc-excerpt:after {
  content: "";
  display: table;
}
.cc-excerpt:after {
  clear: both;
}
.cc-excerpt .title a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.cc-excerpt .excerpt-content b,
.cc-excerpt .excerpt-content strong {
  font-weight: 600;
}
.cc-excerpt .excerpt-content i,
.cc-excerpt .excerpt-content em {
  font-style: italic;
}
.cc-excerpt .thumb {
  display: block;
  -webkit-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
}
.cc-excerpt .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.cc-excerpt .thumb img.nophoto {
  opacity: .5;
}
.cc-excerpt .thumb:hover {
  opacity: .8;
}
.cc-excerpt .time {
  display: block;
  text-transform: uppercase;
  color: #797979;
}
.cc-excerpt .time a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.cc-excerpts .cc-excerpt {
  margin-bottom: 30px;
}
.cc-excerpts .cc-excerpt:last-child {
  margin-bottom: 0;
}
.cc-excerpts.-compact .cc-excerpt {
  margin-bottom: 15px;
}
.cc-excerpts.-compact .cc-excerpt:last-child {
  margin-bottom: 0;
}
.cc-excerpts.-spacey .cc-excerpt {
  margin-bottom: 33px;
}
.cc-excerpts.-spacey .cc-excerpt:last-child {
  margin-bottom: 0;
}
.cc-excerpts.-xspacey .cc-excerpt {
  margin-bottom: 35px;
}
.cc-excerpts.-xspacey .cc-excerpt:last-child {
  margin-bottom: 0;
}
.cc-excerpts.-bords .cc-excerpt {
  border-bottom: 1px solid #E7ECEF;
  margin: 0;
  padding: 15px 0;
}
.cc-excerpts.-bords .cc-excerpt:last-child {
  border-bottom: none;
}
.cc-excerpts.-bords.-bordb .cc-excerpt:last-child {
  border-bottom: 1px solid #E7ECEF;
  margin-bottom: 15px;
}
.cc-excerpts.-bords.-spacey .cc-excerpt {
  padding: 33px 0;
}
.cc-excerpts.-bords.-xspacey .cc-excerpt {
  padding: 45px 0;
}
.cc-excerpts.-nopadt .cc-excerpt:first-child {
  padding-top: 0 !important;
}
#search-form {
  display: none;
  padding-top: 35px;
  padding-bottom: 31px;
  -webkit-box-shadow: 0px 3px 20px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 20px -8px rgba(0, 0, 0, 0.15);
}
#search-form .form-close {
  font-size: 36px;
  color: #003d75;
  position: absolute;
  top: 18px;
  right: 31px;
}
@media screen and (max-width: 480px) {
  #search-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-form .form-close {
    top: 5px;
    right: 16px;
  }
}
.cc-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #005082;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  outline: none;
  position: relative;
  display: block;
  background: #FFF;
  padding: 0 1em;
}
.cc-input.-nobord {
  border: none;
}
.cc-input.-round {
  border-radius: 100px;
}
.cc-form {
  font-family: "proxima-nova", sans-serif;
  background: #E7ECEF;
  padding: 2em;
  position: relative;
}
.cc-form.-chromeless {
  padding: 0;
  background: transparent;
}
.cc-form .form-tabs {
  text-align: center;
}
.cc-form .form-tabs .cc-buttons {
  display: inline-block;
  margin-bottom: 28px;
}
.cc-form .form-tabs.-l {
  text-align: left;
}
.cc-form .form-tabs.-compact .cc-buttons {
  margin-bottom: 0;
}
.cc-form .form-filters {
  zoom: 1;
  /* ie 6/7 */
  padding: 19px 0 32px;
  border-bottom: 1px solid #E7ECEF;
  margin-bottom: 32px;
}
.cc-form .form-filters:before,
.cc-form .form-filters:after {
  content: "";
  display: table;
}
.cc-form .form-filters:after {
  clear: both;
}
.cc-form .form-filters.-empty {
  padding-top: 0;
}
.cc-form .form-body label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #003d75;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.cc-form .form-body .form-errors,
.cc-form .form-body .form-success {
  font-weight: 100;
  font-style: italic;
  color: red;
  margin-bottom: 20px;
}
.cc-form .form-body .form-errors.form-success,
.cc-form .form-body .form-success.form-success {
  color: white;
}
.cc-form .form-body .fieldgroup {
  margin-bottom: 20px;
}
.cc-form .form-body .field {
  position: relative;
  margin-bottom: 20px;
}
.cc-form .form-body .field.-nomarg {
  margin-bottom: 0;
}
.cc-form .form-body .field .field-arrow {
  font-size: 19px;
  position: absolute;
  right: 1em;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
.cc-form .form-body .field:last-child {
  margin-bottom: 0;
}
.cc-form .form-body .field.-ic .input {
  position: relative;
}
.cc-form .form-body .field.-ic .input .ic {
  font-size: 25px;
  color: #AEAEAE;
  position: absolute;
  left: 1em;
  top: 0;
  z-index: 1;
  line-height: 48px;
}
.cc-form .form-body .field.-ic .input .ic.-lower {
  top: 1px;
}
.cc-form .form-body .field.-ic .input input {
  padding-left: 55px;
}
.cc-form .form-body .field.-text input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #005082;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  outline: none;
  position: relative;
  display: block;
  background: #FFF;
  padding: 0 1em;
}
.cc-form .form-body .field.-text input.-nobord {
  border: none;
}
.cc-form .form-body .field.-text input.-round {
  border-radius: 100px;
}
.cc-form .form-body .field.-checkbox label {
  overflow: hidden;
  font-size: 15px;
}
.cc-form .form-body .field.-checkbox label input {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  outline: none;
}
.cc-form .form-body .field.-checkbox label span {
  float: left;
  display: block;
  max-width: 75%;
  margin-left: 5px;
}
.cc-form .form-body .field.-dd .select {
  position: relative;
  background: white;
}
.cc-form .form-body .field.-dd .select select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #005082;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  outline: none;
  position: relative;
  display: block;
  background: #FFF;
  padding: 0 1em;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 0 3em 0 1em;
  z-index: 2;
}
.cc-form .form-body .field.-dd .select select.-nobord {
  border: none;
}
.cc-form .form-body .field.-dd .select select.-round {
  border-radius: 100px;
}
.cc-form .form-body .field.-dd .select .field-arrow {
  z-index: 1;
}
.cc-form .form-body .field.-dd.-inactive .select select {
  color: #797979;
  font-weight: 500;
}
.cc-form .form-body .field.-multiselect > .select {
  position: relative;
}
.cc-form .form-body .field.-multiselect > .select > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #005082;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  outline: none;
  position: relative;
  display: block;
  background: #FFF;
  padding: 0 1em;
}
.cc-form .form-body .field.-multiselect > .select > input.-nobord {
  border: none;
}
.cc-form .form-body .field.-multiselect > .select > input.-round {
  border-radius: 100px;
}
.cc-form .form-body .field.-multiselect > .select .dropdown {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: white;
  max-height: 350px;
  border: 1px solid #005082;
  border-top: none;
  overflow-y: auto;
  display: none;
}
.cc-form .form-body .field.-multiselect > .select .dropdown .dropdown-item {
  padding: 1em;
  border-bottom: 1px solid #E7ECEF;
}
.cc-form .form-body .field.-multiselect > .select .dropdown .dropdown-item .field:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cc-form .form-body .field.-date .date {
  position: relative;
}
.cc-form .form-body .field.-date .date input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #005082;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  outline: none;
  position: relative;
  display: block;
  background: #FFF;
  padding: 0 1em;
  cursor: pointer;
}
.cc-form .form-body .field.-date .date input.-nobord {
  border: none;
}
.cc-form .form-body .field.-date .date input.-round {
  border-radius: 100px;
}
.cc-form .form-body .field.-button .cc-button {
  -webkit-appearance: none;
  display: block;
  position: absolute;
  right: -3px;
  top: 0;
  height: 48px;
  z-index: 5;
}
.cc-form .form-body .field.-button input {
  -webkit-appearance: none;
  display: block;
  padding-right: 200px;
}
.cc-form .form-body .fields {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 20px;
}
.cc-form .form-body .fields:before,
.cc-form .form-body .fields:after {
  content: "";
  display: table;
}
.cc-form .form-body .fields:after {
  clear: both;
}
.cc-form .form-body .fields.-nomarg {
  margin-bottom: 0;
}
.cc-form .form-body .fields .field {
  float: left;
  padding: 0 .5em;
  margin-bottom: 0;
}
.cc-form .form-body .fields .field:first-child {
  padding: 0 1em 0 0;
}
.cc-form .form-body .fields .field:last-child {
  padding: 0 0 0 1em;
}
.cc-form .form-body .fields.-small-gutter .field {
  float: left;
  padding: 0 .25em;
  margin-bottom: 0;
}
.cc-form .form-body .fields.-small-gutter .field:first-child {
  padding: 0 .5em 0 0;
}
.cc-form .form-body .fields.-small-gutter .field:last-child {
  padding: 0 0 0 .5em;
}
.cc-form .form-body .fields.-two .field {
  width: 50%;
}
.cc-form .form-body .fields.-three .field {
  width: 33.33%;
}
.cc-form .form-body .fields.-four .field {
  width: 25%;
}
.cc-form .form-body .fields.-checkboxes {
  margin-bottom: 20px;
}
.cc-form .form-body .fields.-checkboxes > label {
  margin-bottom: 20px;
}
.cc-form .form-body .fields.-checkboxes .field {
  float: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 25px;
}
.cc-form .form-body .fields.-checkboxes .field label {
  margin: 0;
}
.cc-form .form-body .fields.-daterange {
  position: relative;
}
.cc-form .form-body .fields.-daterange .field {
  padding: 0 .25em;
}
.cc-form .form-body .fields.-daterange .field:first-child {
  padding-left: 0;
  padding-right: .5em;
}
.cc-form .form-body .fields.-daterange .field:last-child {
  padding-left: .5em;
  padding-right: 0;
}
.cc-form .form-body .fields.-daterange .to,
.cc-form .form-body .fields.-daterange .from {
  float: left;
  width: 50%;
}
.cc-form .form-body .fields.-daterange .to.from,
.cc-form .form-body .fields.-daterange .from.from {
  padding-right: 3em;
}
.cc-form .form-body .fields.-daterange .to.to,
.cc-form .form-body .fields.-daterange .from.to {
  padding-left: 3em;
}
.cc-form .form-body .fields.-daterange .delim {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -10px;
  font-size: 29px;
  color: #003d75;
}
.cc-form .form-body .fields.-daterange.-compact .to.from,
.cc-form .form-body .fields.-daterange.-compact .from.from {
  padding-right: 2em;
}
.cc-form .form-body .fields.-daterange.-compact .to.to,
.cc-form .form-body .fields.-daterange.-compact .from.to {
  padding-left: 2em;
}
@media screen and (max-width: 640px) {
  .cc-form .form-body .fields.-daterange .to,
  .cc-form .form-body .fields.-daterange .from {
    width: 100%;
    padding: 0 !important;
  }
  .cc-form .form-body .fields.-daterange .delim {
    display: none;
  }
}
.cc-form .form-footer .button.-r {
  text-align: right;
}
.cc-menu.main {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9991;
  background: white;
  width: 359px;
  padding: 43px 0 34px;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}
.cc-menu.main .menu-header {
  margin-bottom: 88px;
}
.cc-menu.main .menu-header .cc-button {
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
body.admin-bar .cc-menu.main {
  padding-top: 75px;
}
.cc-menu {
  font-size: 15px;
}
.cc-menu .menu-item-link {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  display: block;
  margin: 0 0 .5em;
}
.cc-menu .menu-item-link.-pill {
  color: #003d75;
  text-transform: uppercase;
  line-height: 45px;
  border-radius: 50px;
  font-weight: 500;
  padding-left: 34px;
}
.cc-menu .menu-item-link.-pill.-compact {
  font-size: 15px;
  color: #1066b5;
  text-decoration: none;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
}
.cc-menu .menu-item-link.-pill.-compact:hover {
  color: #0084FF;
  text-decoration: underline;
}
.cc-menu .menu-item-link.-pill.-compact.-subdued {
  color: #003d75;
}
.cc-menu .menu-item-link.-pill.-compact.-subdued:hover {
  color: #005DB4;
}
.cc-menu .menu-item-link.-pill.-small {
  line-height: 41px;
  text-transform: none;
}
.cc-menu .menu-item-link.-pill:hover {
  background: rgba(231, 235, 239, 0.35);
}
.cc-menu .menu-item-link.-pill.-nohov:hover {
  background: inherit;
}
.cc-menu .menu-item-link.-active,
.cc-menu .menu-item-link.-active:hover,
.cc-menu .menu-item-link.current_page_item {
  background: #E7ECEF !important;
}
.cc-menu .menu-item-link.-active .-active,
.cc-menu .menu-item-link.-active:hover .-active,
.cc-menu .menu-item-link.current_page_item .-active {
  display: inline-block;
}
.cc-menu .menu-item-link .ic {
  font-size: 14px;
  margin-left: 4px;
}
.cc-menu .menu-item-link .ic.-l {
  margin-right: 4px;
  margin-left: 5px;
}
.cc-menu .menu-item-link .ic.-turn {
  display: inline-block;
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}
.cc-menu .menu-item-link.-opened .ic.-turn {
  -webkit-transform: translate(0, -2px) rotate(180deg);
      -ms-transform: translate(0, -2px) rotate(180deg);
       -o-transform: translate(0, -2px) rotate(180deg);
          transform: translate(0, -2px) rotate(180deg);
}
.cc-menu .menu {
  list-style-type: none;
}
.cc-menu .menu > .menu-item {
  display: block;
  margin-bottom: .5em;
}
.cc-menu .menu > .menu-item:last-child {
  margin-bottom: 0;
}
.cc-menu .menu > .menu-item.-pregnant > .menu {
  display: none;
  list-style-type: none;
  padding: 5px 0 5px 20px;
}
.cc-menu .menu > .menu-item.-pregnant > .menu > .menu-item {
  display: block;
  margin-bottom: 1em;
}
.cc-menu .menu > .menu-item.-pregnant.-opened > .menu {
  display: block;
}
.cc-menu .menu.-horizontal {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cc-menu .menu.-horizontal > .menu-item {
  display: table-cell;
  text-align: center;
  padding: 0;
}
.cc-menu .menu.-horizontal > .menu-item > .menu-item-link {
  padding: 0 1em;
  margin: 0;
}
.cc-menu .menu.-horizontal > .menu-item.-pregnant > .menu {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 1em 0;
  width: 340px;
  max-height: 300px;
  overflow-y: auto;
}
.cc-menu .menu.-horizontal > .menu-item.-pregnant > .menu .menu-item {
  text-align: left;
  margin-bottom: 0;
}
#cc-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21303F;
  z-index: 9998;
  opacity: .4;
  display: none;
}
.cc-sidebar .cc-heading-tag,
.cc-richtext .cc-sidebar .cc-heading-tag {
  margin-bottom: 24px;
}
.cc-sidebar .cc-heading-tag.-nomarg,
.cc-richtext .cc-sidebar .cc-heading-tag.-nomarg {
  margin-bottom: 0;
}
.cc-sidebar.-twitter,
.cc-richtext .cc-sidebar.-twitter {
  height: 500px !important;
  overflow-y: auto;
}
