@charset "UTF-8";
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 15px;
}

body {
  background: #FFFFFF;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.6666666667em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
.columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
.show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
.hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
th.show-for-medium,
th.show-for-medium-up,
th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
.show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
.show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
.hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
.hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
th.show-for-large,
th.show-for-large-up,
th.hide-for-medium,
th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
.show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
.hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
th.show-for-xlarge,
th.hide-for-large,
th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -0.6666666667em;
    *zoom: 1;
  }
  [class*=block-grid-]:before, [class*=block-grid-]:after {
    content: " ";
    display: table;
  }
  [class*=block-grid-]:after {
    clear: both;
  }
  [class*=block-grid-] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.6666666667em 1.3333333333em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.6666666667em 1.3333333333em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@font-face {
  font-family: "SSStandard";
  src: url("../webfonts/symbolset/ss-standard.eot");
  src: url("../webfonts/symbolset/ss-standard.eot?#iefix") format("embedded-opentype"), url("../webfonts/symbolset/ss-standard.woff") format("woff"), url("../webfonts/symbolset/ss-standard.ttf") format("truetype"), url("../webfonts/symbolset/ss-standard.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SSSocial";
  src: url("../webfonts/ss-social/ss-social-regular.eot");
  src: url("../webfonts/ss-social/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/ss-social/ss-social-regular.woff") format("woff"), url("../webfonts/ss-social/ss-social-regular.ttf") format("truetype"), url("../webfonts/ss-social/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flaticon";
  src: url("../webfonts/flaticon/flaticon.eot");
  src: url("../webfonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("../webfonts/flaticon/flaticon.woff") format("woff"), url("../webfonts/flaticon/flaticon.ttf") format("truetype"), url("../webfonts/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.bx-prev:before {
  content: "";
}

.bx-next:before {
  content: "";
}

.bx-next, .bx-prev {
  font-family: Flaticon;
  font-style: normal;
  color: #FFFFFF;
  line-height: 50px;
  margin-left: 10px;
}

.forward-arrow:before {
  content: "";
}

.forward-arrow {
  font-family: Flaticon;
  font-style: normal;
}

.ss-search, [class^=ss-]:before, [class*=" ss-"]:before,
.ss-map, [class^=ss-]:before, [class*=" ss-"]:before,
.ss-phone, [class^=ss-]:before, [class*=" ss-"]:before {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.ss-icon, [class^=ss-]:before, [class*=" ss-"]:before,
.ss-icon.ss-social-circle, [class^=ss-].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
.ss-icon.ss-social, [class^=ss-].ss-social:before, [class*=" ss-"].ss-social:before {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

p.lead {
  font-size: 1.3333333333em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #e6e6e6;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #38B6E8;
  text-decoration: none;
  line-height: inherit;
  font-family: "Titillium Web", sans-serif;
}
a.link {
  font-weight: 700;
  font-size: 17px;
  color: #38B6E8;
}
a:hover, a:focus {
  color: #168ebe;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1.3333333333em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 1em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #e6e6e6;
  line-height: 0;
}

h1 {
  font-size: 1.8666666667em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

span.blue {
  color: #38B6E8;
}

hr {
  border: solid #E2E2E2;
  border-width: 2px 0 0;
  clear: both;
  margin: 40px 0 40px 0px;
  height: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
  font-weight: 300;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, "Monaco", monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1.3333333333em;
  list-style-position: inside;
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
  font-weight: 300;
}
ul.strong,
ol.strong,
dl.strong {
  font-weight: 600;
}
ul li a,
ol li a,
dl li a {
  font: inherit;
}
ul.marker li,
ol.marker li,
dl.marker li {
  margin-left: 20px;
}
ul.marker li:before,
ol.marker li:before,
dl.marker li:before {
  content: "+";
  display: inline-block;
  color: inherit;
  margin-left: -20px;
  margin-right: 12px;
}

ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.3333333333em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.3333333333em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.8em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.3333333333em;
  padding: 0.6em 1.3333333333em 0 1.2666666667em;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.8666666667em;
  color: #cccccc;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #cccccc;
}

blockquote,
blockquote p {
  line-height: 1.7;
  color: #e6e6e6;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.3333333333em 0;
  border: 1px solid #ddd;
  padding: 0.6666666667em 0.8em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0666666667em;
}

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }

  h1 {
    font-size: 2.5333333333em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6666666667em;
  }

  h4 {
    font-size: 1.4em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  cursor: pointer;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding-top: 0.8em;
  padding-right: 1.6em;
  padding-bottom: 0.8666666667em;
  padding-left: 1.6em;
  font-size: 1.2em;
}
button.secondary, .button.secondary {
  background-color: #E2E2E2;
  border-color: #c9c9c9;
  color: #333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #c9c9c9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-top: 1.0666666667em;
  padding-right: 2.1333333333em;
  padding-bottom: 1.1333333333em;
  padding-left: 2.1333333333em;
  font-size: 1.3333333333em;
}
button.small, .button.small {
  padding-top: 0.6em;
  padding-right: 1.2em;
  padding-bottom: 0.6666666667em;
  padding-left: 1.2em;
  font-size: 1.0666666667em;
}
button.tiny, .button.tiny {
  padding-top: 0.4666666667em;
  padding-right: 0.9333333333em;
  padding-bottom: 0.5333333333em;
  padding-left: 0.9333333333em;
  font-size: 0.7333333333em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #38B6E8;
  border-color: #199fd4;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #199fd4;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #38B6E8;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #E2E2E2;
  border-color: #c9c9c9;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #c9c9c9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #E2E2E2;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8666666667em;
  padding-bottom: 0.8em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5333333333em;
  padding-bottom: 0.4666666667em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.6666666667em;
  padding-bottom: 0.6em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  -webkit-appearance: none;
}

button, input {
  line-height: 18px;
}

button.white, .button.white {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
  letter-spacing: 1px;
  font-family: "FuturaLT-CondensedLight", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
button.white:hover, .button.white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
button.grey, .button.grey {
  color: #FFFFFF;
  background-color: #474747;
}
button.grey:hover, .button.grey:hover {
  background-color: #38B6E8;
  color: #FFFFFF !important;
}
button.blue, .button.blue {
  color: #FFFFFF;
  background-color: #38B6E8;
  border-color: #38B6E8;
}
button.blue:hover, .button.blue:hover {
  color: #8e8e8e;
  background-color: #E2E2E2;
  border-color: #999999;
}
button.dark-blue, .button.dark-blue {
  color: #FFFFFF;
  background-color: #293F68;
  border-color: #293F68;
}
button.dark-blue:hover, .button.dark-blue:hover {
  color: #FFFFFF;
  background-color: #203150;
  border-color: #203150;
}

@media only screen {
  button, .button {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1.0666666667em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0px;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5333333333em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5333333333em;
}

/* Label Styles */
label {
  margin-top: 8px;
  font-size: 1.1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.2em;
  font-family: "Titillium Web", sans-serif;
  /* Styles for required inputs */
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1.0666666667em 0;
  padding: 0.8em 0;
}
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.2em;
  height: 2.7333333333em;
  line-height: 2.7333333333em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.2666666667em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.2666666667em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  background-color: #F2F2F2;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #F2F2F2;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.0666666667em 0;
  padding: 0.5333333333em;
  height: 2.8em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #38B6E8;
  -moz-box-shadow: 0 0 5px #38B6E8;
  box-shadow: 0 0 5px #38B6E8;
  border-color: #38B6E8;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  background: #F2F2F2;
  border-color: #38B6E8;
  outline: none;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.0666666667em 0;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 2.6666666667em;
  margin: 1.2em 0;
}
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.2em;
  margin: 0;
  margin-left: -0.2em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.4em 0.2666666667em;
  margin-top: -1.4em;
  margin-bottom: 1.0666666667em;
  font-size: 0.8em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
  margin-top: 0;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.4em 0.2666666667em;
  margin-top: -1.4em;
  margin-bottom: 1.0666666667em;
  font-size: 0.8em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #F2F2F2;
  border-color: #38B6E8;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.4em 0.2666666667em;
  margin-top: -1.4em;
  margin-bottom: 1.0666666667em;
  font-size: 0.8em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
input.error:focus,
textarea.error:focus {
  background: #F2F2F2;
  border-color: #38B6E8;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #F2F2F2;
  border-color: #38B6E8;
}

label.error {
  color: #c60f13;
}

.row form .row {
  margin: 0px;
}
.row form .row .columns {
  padding: 0px;
}

textarea {
  font-family: "Open Sans", sans-serif;
}

textarea.full {
  border: 1px solid #474747 !important;
  height: auto !important;
}

label.top {
  margin-bottom: 8px;
}

input[type=submit] {
  margin-top: 20px;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  background-color: #38B6E8;
  border-color: #38B6E8;
  text-transform: uppercase;
  border: 0px;
  font-size: 16px;
  padding-top: 0.66667em;
  padding-bottom: 0.6em;
  padding-right: 1.8em;
  padding-left: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
input[type=submit]:hover {
  background-color: #168ebe;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

form .error {
  color: #EF2318;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 18px;
}

form#search-form #keywords {
  display: inline;
  float: left;
  width: 175px;
  height: 32px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}
form#search-form input[type=submit].search-icon {
  margin-top: 0px;
  height: 32px;
  line-height: 30px;
  float: left;
  font-size: 15px;
  line-height: 1px;
}

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.3333333333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.6666666667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.2857142857%;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.6666666667em;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.4em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.6em;
  right: 1.6em;
  margin-top: -0.2666666667em;
}
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.3333333333em;
}
.dropdown.button.tiny:before {
  border-width: 0.4666666667em;
  right: 0.9333333333em;
  margin-top: -0.1666666667em;
}
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 3em;
}
.dropdown.button.small:before {
  border-width: 0.6em;
  right: 1.2em;
  margin-top: -0.2333333333em;
}
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4.2666666667em;
}
.dropdown.button.large:before {
  border-width: 0.6666666667em;
  right: 1.8666666667em;
  margin-top: -0.3333333333em;
}
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.6666666667em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.0666666667em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
[data-section=""], [data-section=auto], .section-container.auto,
[data-section=vertical-tabs], .section-container.vertical-tabs,
[data-section=vertical-nav], .section-container.vertical-nav,
[data-section=horizontal-nav], .section-container.horizontal-nav,
[data-section=accordion], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.3333333333em;
}
[data-section=""][data-section-small-style], [data-section=auto][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section=vertical-tabs][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section=vertical-nav][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section=horizontal-nav][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section=accordion][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
[data-section=""][data-section-small-style] > [data-section-region], [data-section=""][data-section-small-style] > section, [data-section=""][data-section-small-style] > .section, [data-section=auto][data-section-small-style] > [data-section-region], [data-section=auto][data-section-small-style] > section, [data-section=auto][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section=vertical-tabs][data-section-small-style] > [data-section-region],
[data-section=vertical-tabs][data-section-small-style] > section,
[data-section=vertical-tabs][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section=vertical-nav][data-section-small-style] > [data-section-region],
[data-section=vertical-nav][data-section-small-style] > section,
[data-section=vertical-nav][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section=horizontal-nav][data-section-small-style] > [data-section-region],
[data-section=horizontal-nav][data-section-small-style] > section,
[data-section=horizontal-nav][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section=accordion][data-section-small-style] > [data-section-region],
[data-section=accordion][data-section-small-style] > section,
[data-section=accordion][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
[data-section=""][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=""][data-section-small-style] > [data-section-region] > .title, [data-section=""][data-section-small-style] > section > [data-section-title], [data-section=""][data-section-small-style] > section > .title, [data-section=""][data-section-small-style] > .section > [data-section-title], [data-section=""][data-section-small-style] > .section > .title, [data-section=auto][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=auto][data-section-small-style] > [data-section-region] > .title, [data-section=auto][data-section-small-style] > section > [data-section-title], [data-section=auto][data-section-small-style] > section > .title, [data-section=auto][data-section-small-style] > .section > [data-section-title], [data-section=auto][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section=vertical-tabs][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=vertical-tabs][data-section-small-style] > [data-section-region] > .title,
[data-section=vertical-tabs][data-section-small-style] > section > [data-section-title],
[data-section=vertical-tabs][data-section-small-style] > section > .title,
[data-section=vertical-tabs][data-section-small-style] > .section > [data-section-title],
[data-section=vertical-tabs][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section=vertical-nav][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=vertical-nav][data-section-small-style] > [data-section-region] > .title,
[data-section=vertical-nav][data-section-small-style] > section > [data-section-title],
[data-section=vertical-nav][data-section-small-style] > section > .title,
[data-section=vertical-nav][data-section-small-style] > .section > [data-section-title],
[data-section=vertical-nav][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section=horizontal-nav][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=horizontal-nav][data-section-small-style] > [data-section-region] > .title,
[data-section=horizontal-nav][data-section-small-style] > section > [data-section-title],
[data-section=horizontal-nav][data-section-small-style] > section > .title,
[data-section=horizontal-nav][data-section-small-style] > .section > [data-section-title],
[data-section=horizontal-nav][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section=accordion][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=accordion][data-section-small-style] > [data-section-region] > .title,
[data-section=accordion][data-section-small-style] > section > [data-section-title],
[data-section=accordion][data-section-small-style] > section > .title,
[data-section=accordion][data-section-small-style] > .section > [data-section-title],
[data-section=accordion][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
[data-section=""] > section, [data-section=""] > .section, [data-section=""] > [data-section-region], [data-section=auto] > section, [data-section=auto] > .section, [data-section=auto] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section=vertical-tabs] > section,
[data-section=vertical-tabs] > .section,
[data-section=vertical-tabs] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section=vertical-nav] > section,
[data-section=vertical-nav] > .section,
[data-section=vertical-nav] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section=horizontal-nav] > section,
[data-section=horizontal-nav] > .section,
[data-section=horizontal-nav] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section=accordion] > section,
[data-section=accordion] > .section,
[data-section=accordion] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
[data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section=vertical-tabs] > section > [data-section-title],
[data-section=vertical-tabs] > section > .title,
[data-section=vertical-tabs] > .section > [data-section-title],
[data-section=vertical-tabs] > .section > .title,
[data-section=vertical-tabs] > [data-section-region] > [data-section-title],
[data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section=vertical-nav] > section > [data-section-title],
[data-section=vertical-nav] > section > .title,
[data-section=vertical-nav] > .section > [data-section-title],
[data-section=vertical-nav] > .section > .title,
[data-section=vertical-nav] > [data-section-region] > [data-section-title],
[data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section=horizontal-nav] > section > [data-section-title],
[data-section=horizontal-nav] > section > .title,
[data-section=horizontal-nav] > .section > [data-section-title],
[data-section=horizontal-nav] > .section > .title,
[data-section=horizontal-nav] > [data-section-region] > [data-section-title],
[data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section=accordion] > section > [data-section-title],
[data-section=accordion] > section > .title,
[data-section=accordion] > .section > [data-section-title],
[data-section=accordion] > .section > .title,
[data-section=accordion] > [data-section-region] > [data-section-title],
[data-section=accordion] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section=""] > section > [data-section-title] a, [data-section=""] > section > .title a, [data-section=""] > .section > [data-section-title] a, [data-section=""] > .section > .title a, [data-section=""] > [data-section-region] > [data-section-title] a, [data-section=""] > [data-section-region] > .title a, [data-section=auto] > section > [data-section-title] a, [data-section=auto] > section > .title a, [data-section=auto] > .section > [data-section-title] a, [data-section=auto] > .section > .title a, [data-section=auto] > [data-section-region] > [data-section-title] a, [data-section=auto] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section=vertical-tabs] > section > [data-section-title] a,
[data-section=vertical-tabs] > section > .title a,
[data-section=vertical-tabs] > .section > [data-section-title] a,
[data-section=vertical-tabs] > .section > .title a,
[data-section=vertical-tabs] > [data-section-region] > [data-section-title] a,
[data-section=vertical-tabs] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section=vertical-nav] > section > [data-section-title] a,
[data-section=vertical-nav] > section > .title a,
[data-section=vertical-nav] > .section > [data-section-title] a,
[data-section=vertical-nav] > .section > .title a,
[data-section=vertical-nav] > [data-section-region] > [data-section-title] a,
[data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section=horizontal-nav] > section > [data-section-title] a,
[data-section=horizontal-nav] > section > .title a,
[data-section=horizontal-nav] > .section > [data-section-title] a,
[data-section=horizontal-nav] > .section > .title a,
[data-section=horizontal-nav] > [data-section-region] > [data-section-title] a,
[data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section=accordion] > section > [data-section-title] a,
[data-section=accordion] > section > .title a,
[data-section=accordion] > .section > [data-section-title] a,
[data-section=accordion] > .section > .title a,
[data-section=accordion] > [data-section-region] > [data-section-title] a,
[data-section=accordion] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section=""] > section > [data-section-content], [data-section=""] > section > .content, [data-section=""] > .section > [data-section-content], [data-section=""] > .section > .content, [data-section=""] > [data-section-region] > [data-section-content], [data-section=""] > [data-section-region] > .content, [data-section=auto] > section > [data-section-content], [data-section=auto] > section > .content, [data-section=auto] > .section > [data-section-content], [data-section=auto] > .section > .content, [data-section=auto] > [data-section-region] > [data-section-content], [data-section=auto] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section=vertical-tabs] > section > [data-section-content],
[data-section=vertical-tabs] > section > .content,
[data-section=vertical-tabs] > .section > [data-section-content],
[data-section=vertical-tabs] > .section > .content,
[data-section=vertical-tabs] > [data-section-region] > [data-section-content],
[data-section=vertical-tabs] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section=vertical-nav] > section > [data-section-content],
[data-section=vertical-nav] > section > .content,
[data-section=vertical-nav] > .section > [data-section-content],
[data-section=vertical-nav] > .section > .content,
[data-section=vertical-nav] > [data-section-region] > [data-section-content],
[data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section=horizontal-nav] > section > [data-section-content],
[data-section=horizontal-nav] > section > .content,
[data-section=horizontal-nav] > .section > [data-section-content],
[data-section=horizontal-nav] > .section > .content,
[data-section=horizontal-nav] > [data-section-region] > [data-section-content],
[data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section=accordion] > section > [data-section-content],
[data-section=accordion] > section > .content,
[data-section=accordion] > .section > [data-section-content],
[data-section=accordion] > .section > .content,
[data-section=accordion] > [data-section-region] > [data-section-content],
[data-section=accordion] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
[data-section=""] > section.active > [data-section-content], [data-section=""] > section.active > .content, [data-section=""] > .section.active > [data-section-content], [data-section=""] > .section.active > .content, [data-section=""] > [data-section-region].active > [data-section-content], [data-section=""] > [data-section-region].active > .content, [data-section=auto] > section.active > [data-section-content], [data-section=auto] > section.active > .content, [data-section=auto] > .section.active > [data-section-content], [data-section=auto] > .section.active > .content, [data-section=auto] > [data-section-region].active > [data-section-content], [data-section=auto] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section=vertical-tabs] > section.active > [data-section-content],
[data-section=vertical-tabs] > section.active > .content,
[data-section=vertical-tabs] > .section.active > [data-section-content],
[data-section=vertical-tabs] > .section.active > .content,
[data-section=vertical-tabs] > [data-section-region].active > [data-section-content],
[data-section=vertical-tabs] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section=vertical-nav] > section.active > [data-section-content],
[data-section=vertical-nav] > section.active > .content,
[data-section=vertical-nav] > .section.active > [data-section-content],
[data-section=vertical-nav] > .section.active > .content,
[data-section=vertical-nav] > [data-section-region].active > [data-section-content],
[data-section=vertical-nav] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section=horizontal-nav] > section.active > [data-section-content],
[data-section=horizontal-nav] > section.active > .content,
[data-section=horizontal-nav] > .section.active > [data-section-content],
[data-section=horizontal-nav] > .section.active > .content,
[data-section=horizontal-nav] > [data-section-region].active > [data-section-content],
[data-section=horizontal-nav] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section=accordion] > section.active > [data-section-content],
[data-section=accordion] > section.active > .content,
[data-section=accordion] > .section.active > [data-section-content],
[data-section=accordion] > .section.active > .content,
[data-section=accordion] > [data-section-region].active > [data-section-content],
[data-section=accordion] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
[data-section=""] > section:not(.active), [data-section=""] > .section:not(.active), [data-section=""] > [data-section-region]:not(.active), [data-section=auto] > section:not(.active), [data-section=auto] > .section:not(.active), [data-section=auto] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section=vertical-tabs] > section:not(.active),
[data-section=vertical-tabs] > .section:not(.active),
[data-section=vertical-tabs] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section=vertical-nav] > section:not(.active),
[data-section=vertical-nav] > .section:not(.active),
[data-section=vertical-nav] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section=horizontal-nav] > section:not(.active),
[data-section=horizontal-nav] > .section:not(.active),
[data-section=horizontal-nav] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section=accordion] > section:not(.active),
[data-section=accordion] > .section:not(.active),
[data-section=accordion] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section=vertical-tabs] > section > [data-section-title],
[data-section=vertical-tabs] > section > .title,
[data-section=vertical-tabs] > .section > [data-section-title],
[data-section=vertical-tabs] > .section > .title,
[data-section=vertical-tabs] > [data-section-region] > [data-section-title],
[data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section=vertical-nav] > section > [data-section-title],
[data-section=vertical-nav] > section > .title,
[data-section=vertical-nav] > .section > [data-section-title],
[data-section=vertical-nav] > .section > .title,
[data-section=vertical-nav] > [data-section-region] > [data-section-title],
[data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section=horizontal-nav] > section > [data-section-title],
[data-section=horizontal-nav] > section > .title,
[data-section=horizontal-nav] > .section > [data-section-title],
[data-section=horizontal-nav] > .section > .title,
[data-section=horizontal-nav] > [data-section-region] > [data-section-title],
[data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section=accordion] > section > [data-section-title],
[data-section=accordion] > section > .title,
[data-section=accordion] > .section > [data-section-title],
[data-section=accordion] > .section > .title,
[data-section=accordion] > [data-section-region] > [data-section-title],
[data-section=accordion] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 1em;
  color: #333;
  font-size: 0.9333333333em;
  background: none;
}
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 1em;
  background-color: #fff;
  border: solid 1px #ccc;
}
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d6d6;
}
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

[data-section=tabs], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.3333333333em;
}
[data-section=tabs]:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
[data-section=tabs] > section > [data-section-title], [data-section=tabs] > section > .title, [data-section=tabs] > .section > [data-section-title], [data-section=tabs] > .section > .title, [data-section=tabs] > [data-section-region] > [data-section-title], [data-section=tabs] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section=tabs] > section > [data-section-title] a, [data-section=tabs] > section > .title a, [data-section=tabs] > .section > [data-section-title] a, [data-section=tabs] > .section > .title a, [data-section=tabs] > [data-section-region] > [data-section-title] a, [data-section=tabs] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section=tabs] > section > [data-section-content], [data-section=tabs] > section > .content, [data-section=tabs] > .section > [data-section-content], [data-section=tabs] > .section > .content, [data-section=tabs] > [data-section-region] > [data-section-content], [data-section=tabs] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
[data-section=tabs] > section.active > [data-section-content], [data-section=tabs] > section.active > .content, [data-section=tabs] > .section.active > [data-section-content], [data-section=tabs] > .section.active > .content, [data-section=tabs] > [data-section-region].active > [data-section-content], [data-section=tabs] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
[data-section=tabs] > section:not(.active), [data-section=tabs] > .section:not(.active), [data-section=tabs] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section=tabs] > section > [data-section-title], [data-section=tabs] > section > .title, [data-section=tabs] > .section > [data-section-title], [data-section=tabs] > .section > .title, [data-section=tabs] > [data-section-region] > [data-section-title], [data-section=tabs] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 1em;
  color: #333;
  font-size: 0.9333333333em;
  background: none;
}
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 1em;
  background-color: #fff;
  border: solid 1px #ccc;
}
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  [data-section=""], [data-section=auto], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.3333333333em;
  }
  [data-section=""]:not([data-section-resized]):not([data-section-small-style]), [data-section=auto]:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=""] > section > [data-section-title] a, [data-section=""] > section > .title a, [data-section=""] > .section > [data-section-title] a, [data-section=""] > .section > .title a, [data-section=""] > [data-section-region] > [data-section-title] a, [data-section=""] > [data-section-region] > .title a, [data-section=auto] > section > [data-section-title] a, [data-section=auto] > section > .title a, [data-section=auto] > .section > [data-section-title] a, [data-section=auto] > .section > .title a, [data-section=auto] > [data-section-region] > [data-section-title] a, [data-section=auto] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=""] > section > [data-section-content], [data-section=""] > section > .content, [data-section=""] > .section > [data-section-content], [data-section=""] > .section > .content, [data-section=""] > [data-section-region] > [data-section-content], [data-section=""] > [data-section-region] > .content, [data-section=auto] > section > [data-section-content], [data-section=auto] > section > .content, [data-section=auto] > .section > [data-section-content], [data-section=auto] > .section > .content, [data-section=auto] > [data-section-region] > [data-section-content], [data-section=auto] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=""] > section.active > [data-section-content], [data-section=""] > section.active > .content, [data-section=""] > .section.active > [data-section-content], [data-section=""] > .section.active > .content, [data-section=""] > [data-section-region].active > [data-section-content], [data-section=""] > [data-section-region].active > .content, [data-section=auto] > section.active > [data-section-content], [data-section=auto] > section.active > .content, [data-section=auto] > .section.active > [data-section-content], [data-section=auto] > .section.active > .content, [data-section=auto] > [data-section-region].active > [data-section-content], [data-section=auto] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  [data-section=""] > section:not(.active), [data-section=""] > .section:not(.active), [data-section=""] > [data-section-region]:not(.active), [data-section=auto] > section:not(.active), [data-section=auto] > .section:not(.active), [data-section=auto] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 1em;
    color: #333;
    font-size: 0.9333333333em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 1em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  [data-section=vertical-tabs], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.3333333333em;
  }
  [data-section=vertical-tabs]:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=vertical-tabs][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=vertical-tabs][data-section-small-style] > [data-section-region], [data-section=vertical-tabs][data-section-small-style] > section, [data-section=vertical-tabs][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-tabs][data-section-small-style] > section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > section > .title, [data-section=vertical-tabs][data-section-small-style] > .section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=vertical-tabs] > section > [data-section-title] a, [data-section=vertical-tabs] > section > .title a, [data-section=vertical-tabs] > .section > [data-section-title] a, [data-section=vertical-tabs] > .section > .title a, [data-section=vertical-tabs] > [data-section-region] > [data-section-title] a, [data-section=vertical-tabs] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=vertical-tabs] > section > [data-section-content], [data-section=vertical-tabs] > section > .content, [data-section=vertical-tabs] > .section > [data-section-content], [data-section=vertical-tabs] > .section > .content, [data-section=vertical-tabs] > [data-section-region] > [data-section-content], [data-section=vertical-tabs] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section=vertical-tabs] > section.active > [data-section-content], [data-section=vertical-tabs] > section.active > .content, [data-section=vertical-tabs] > .section.active > [data-section-content], [data-section=vertical-tabs] > .section.active > .content, [data-section=vertical-tabs] > [data-section-region].active > [data-section-content], [data-section=vertical-tabs] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  [data-section=vertical-tabs] > section:not(.active), [data-section=vertical-tabs] > .section:not(.active), [data-section=vertical-tabs] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.3333333333em;
  }
  [data-section=vertical-tabs] > section.active, [data-section=vertical-tabs] > .section.active, [data-section=vertical-tabs] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 13.3333333333em;
  }
  [data-section=vertical-tabs] > section.active > [data-section-title], [data-section=vertical-tabs] > section.active > .title, [data-section=vertical-tabs] > .section.active > [data-section-title], [data-section=vertical-tabs] > .section.active > .title, [data-section=vertical-tabs] > [data-section-region].active > [data-section-title], [data-section=vertical-tabs] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 13.3333333333em;
  }

  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 1em;
    color: #333;
    font-size: 0.9333333333em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 1em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d6d6;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 13.2666666667em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d6d6;
  }

  [data-section=vertical-nav], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.3333333333em;
  }
  [data-section=vertical-nav]:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=vertical-nav][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=vertical-nav][data-section-small-style] > [data-section-region], [data-section=vertical-nav][data-section-small-style] > section, [data-section=vertical-nav][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=vertical-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-nav][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-nav][data-section-small-style] > section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > section > .title, [data-section=vertical-nav][data-section-small-style] > .section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=vertical-nav] > section, [data-section=vertical-nav] > .section, [data-section=vertical-nav] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=vertical-nav] > section > [data-section-title] a, [data-section=vertical-nav] > section > .title a, [data-section=vertical-nav] > .section > [data-section-title] a, [data-section=vertical-nav] > .section > .title a, [data-section=vertical-nav] > [data-section-region] > [data-section-title] a, [data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=vertical-nav] > section > [data-section-content], [data-section=vertical-nav] > section > .content, [data-section=vertical-nav] > .section > [data-section-content], [data-section=vertical-nav] > .section > .content, [data-section=vertical-nav] > [data-section-region] > [data-section-content], [data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section=vertical-nav] > section.active > [data-section-content], [data-section=vertical-nav] > section.active > .content, [data-section=vertical-nav] > .section.active > [data-section-content], [data-section=vertical-nav] > .section.active > .content, [data-section=vertical-nav] > [data-section-region].active > [data-section-content], [data-section=vertical-nav] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section=vertical-nav] > section:not(.active), [data-section=vertical-nav] > .section:not(.active), [data-section=vertical-nav] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section=vertical-nav] > section > [data-section-title] a, [data-section=vertical-nav] > section > .title a, [data-section=vertical-nav] > .section > [data-section-title] a, [data-section=vertical-nav] > .section > .title a, [data-section=vertical-nav] > [data-section-region] > [data-section-title] a, [data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section=vertical-nav] > section > [data-section-content], [data-section=vertical-nav] > section > .content, [data-section=vertical-nav] > .section > [data-section-content], [data-section=vertical-nav] > .section > .content, [data-section=vertical-nav] > [data-section-region] > [data-section-content], [data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 13.3333333333em;
  }

  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 1em;
    color: #333;
    font-size: 0.9333333333em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 1em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  [data-section=horizontal-nav], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.3333333333em;
  }
  [data-section=horizontal-nav]:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=horizontal-nav][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=horizontal-nav][data-section-small-style] > [data-section-region], [data-section=horizontal-nav][data-section-small-style] > section, [data-section=horizontal-nav][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > .title, [data-section=horizontal-nav][data-section-small-style] > section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > section > .title, [data-section=horizontal-nav][data-section-small-style] > .section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=horizontal-nav] > section, [data-section=horizontal-nav] > .section, [data-section=horizontal-nav] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=horizontal-nav] > section > [data-section-title] a, [data-section=horizontal-nav] > section > .title a, [data-section=horizontal-nav] > .section > [data-section-title] a, [data-section=horizontal-nav] > .section > .title a, [data-section=horizontal-nav] > [data-section-region] > [data-section-title] a, [data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=horizontal-nav] > section > [data-section-content], [data-section=horizontal-nav] > section > .content, [data-section=horizontal-nav] > .section > [data-section-content], [data-section=horizontal-nav] > .section > .content, [data-section=horizontal-nav] > [data-section-region] > [data-section-content], [data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section=horizontal-nav] > section.active > [data-section-content], [data-section=horizontal-nav] > section.active > .content, [data-section=horizontal-nav] > .section.active > [data-section-content], [data-section=horizontal-nav] > .section.active > .content, [data-section=horizontal-nav] > [data-section-region].active > [data-section-content], [data-section=horizontal-nav] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section=horizontal-nav] > section:not(.active), [data-section=horizontal-nav] > .section:not(.active), [data-section=horizontal-nav] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section=horizontal-nav] > section > [data-section-title] a, [data-section=horizontal-nav] > section > .title a, [data-section=horizontal-nav] > .section > [data-section-title] a, [data-section=horizontal-nav] > .section > .title a, [data-section=horizontal-nav] > [data-section-region] > [data-section-title] a, [data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section=horizontal-nav] > section > [data-section-content], [data-section=horizontal-nav] > section > .content, [data-section=horizontal-nav] > .section > [data-section-content], [data-section=horizontal-nav] > .section > .content, [data-section=horizontal-nav] > [data-section-region] > [data-section-content], [data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 13.3333333333em;
  }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 1em;
    color: #333;
    font-size: 0.9333333333em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 1em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.3333333333em;
}
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
.no-js .section-container {
  border-top: 1px solid #ccc;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 1em;
  color: #333;
  font-size: 0.9333333333em;
  background: none;
}
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 1em;
  background-color: #fff;
  border: solid 1px #ccc;
}
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d6d6;
}
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #FFFFFF;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
}

.top-bar {
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 2.45em;
}
.top-bar .button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  margin: 0;
  font-size: 15px;
}
.top-bar .name h1 {
  line-height: 55px;
  font-size: em-calc(17);
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: bold;
  color: #FFFFFF;
  width: 50%;
  display: block;
  padding: 0 18.3333333333px;
}
.top-bar .contact {
  height: 100%;
}
.top-bar .contact .contact-info {
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0px;
  padding: 0 18.33333px;
  float: left;
}
.top-bar .contact .search {
  line-height: 100px;
  margin-bottom: 0px;
  padding: 0 18.33333px;
  height: 100%;
  float: right;
  padding-top: 28px;
}
.top-bar .contact .search .search-field input.search-icon {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #38B6E8;
  text-transform: uppercase;
  font-size: em-calc(13);
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 18.3333333333px;
  height: 55px;
  line-height: 55px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 0px;
  top: 50%;
  margin-top: -15px;
  padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
  text-indent: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  width: 20px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #999999, 0 16px 0 1px #999999, 0 22px 0 1px #999999;
  box-shadow: 0 10px 0 1px #999999 0 16px 0 1px #999999, 0 22px 0 1px #999999;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #FFFFFF;
}
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #999999, 0 16px 0 1px #999999, 0 22px 0 1px #999999;
  box-shadow: 0 10px 0 1px #999999 0 16px 0 1px #999999, 0 22px 0 1px #999999;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #FFFFFF;
  font-size: 15px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-bottom: solid 1px white;
  border-top: solid 1px #e6e6e6;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 18.3333333333px;
  font-size: em-calc(13);
  font-weight: bold;
  background: #FFFFFF;
}
.top-bar-section ul li > a.button {
  background: #38B6E8;
  font-size: em-calc(13);
  padding-right: 18.3333333333px;
  padding-left: 18.3333333333px;
}
.top-bar-section ul li > a.button:hover {
  background: #199fd4;
}
.top-bar-section ul li > a.button.secondary {
  background: #E2E2E2;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #c9c9c9;
}
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
.top-bar-section ul li:hover > a {
  background: #223456;
  color: #FFFFFF;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-bar-section ul li.active > a {
  background: #f7f7f7;
  color: #FFFFFF;
}
.top-bar-section ul li ul.dropdown.wide li:hover > a {
  background: #e1e1e1;
  color: #293F68;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-bar-section .has-form {
  padding: 18.3333333333px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  margin-right: 18.3333333333px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 18.3333333333px;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
.top-bar-section .dropdown li a:hover {
  background: #e1e1e1;
  color: #293F68;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: #FFFFFF;
  line-height: 27.5px;
  display: block;
}
.top-bar-section .dropdown li ul li:hover {
  background-color: #e1e1e1;
  color: #293F68;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-bar-section .dropdown li.wide a:hover {
  background: #e1e1e1;
  color: #293F68;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-bar-section .dropdown label {
  padding: 8px 18.3333333333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: em-calc(10);
}

.top-bar-js-breakpoint {
  width: 1002px !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 1002px) {
  .top-bar {
    background: #FFFFFF;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
.top-bar .button {
    line-height: 2em;
    font-size: em-calc(14);
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: #FFFFFF;
  }

  .contain-to-grid .top-bar {
    max-width: 78.6666666667em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background: inherit;
    color: inherit;
  }
  .top-bar-section li a:not(.button) {
    padding: 0 25px;
    line-height: 55px;
    background: none;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #293F68;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 18.3333333333px;
    background: #FFFFFF;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: white;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px white;
    border-left: solid 1px #e6e6e6;
    clear: none;
    height: 55px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #FFFFFF;
    padding: 0 18.3333333333px;
    height: 55px;
  }
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background: #223456;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #f7f7f7;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 480px !important;
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: relative;
  bottom: 0;
  padding: 10px 14px;
  font-size: 0.9333333333em;
}
.orbit-container .orbit-slides-container > * .orbit-caption.left {
  left: 0px;
  height: 140px;
  background-color: #FFFFFF;
  padding: 20px 35px 10px 35px;
}
.orbit-container .orbit-slides-container > * .orbit-caption.left h1 {
  font-size: 50px;
  margin: 15px auto;
}
.orbit-container .orbit-slides-container > * .orbit-caption.right {
  right: 0px;
  height: 200px;
  color: #FFFFFF;
  padding: 45px 35px;
}
.orbit-container .orbit-slides-container > * .orbit-caption.right p {
  font-size: 18px;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3333333333em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  position: absolute;
  bottom: 130px;
  left: 275px;
  z-index: 100;
  cursor: pointer;
}
.orbit-bullets li {
  display: block;
  width: 35px;
  height: 6px;
  background: #FFFFFF;
  float: left;
  margin-right: 8px;
  -moz-box-shadow: 1px 1px 5px 0px #474747;
  -webkit-box-shadow: 1px 1px 5px 0px #474747;
  box-shadow: 1px 1px 5px 0px #474747;
}
.orbit-bullets li.active {
  background: #38B6E8;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.3333333333em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.4666666667em;
  line-height: 1;
  position: absolute;
  top: 0.5333333333em;
  right: 0.7333333333em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 2em;
    top: 6.6666666667em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.2em 1.3333333333em 1.6em;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.joyride-tip-guide p {
  margin: 0 0 1.2em 0;
  font-size: 0.9333333333em;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.1333333333em;
  bottom: 1.0666666667em;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.5;
  }

  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.6em 0.9333333333em 0.6em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #efefef;
  border-color: #d5d5d5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.7333333333em;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #38B6E8;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999;
}
.breadcrumbs > *.unavailable a {
  color: #999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.8em;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "×";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.4666666667em;
  margin-bottom: 1.3333333333em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.9333333333em;
  vertical-align: top;
}
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.4em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5333333333em;
  margin-right: 2.4666666667em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.6666666667em;
  height: 2.4666666667em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}
form.custom .custom.dropdown .disabled {
  color: #888;
}
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
form.custom .custom.dropdown.small {
  max-width: 134px;
}
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
form.custom .custom.dropdown.large {
  max-width: 434px;
}
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
form.custom .error .custom.dropdown:focus {
  background: #F2F2F2;
  border-color: #38B6E8;
}
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -2px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 15px;
}
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.9333333333em;
  cursor: default;
  padding-top: 0.2666666667em;
  padding-bottom: 0.2666666667em;
  padding-left: 0.4em;
  padding-right: 2.5333333333em;
  min-height: 1.6em;
  line-height: 1.6em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}
form.custom .custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background: #ddd;
}

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.2em 0.6666666667em 0.2666666667em;
  font-size: 0.9333333333em;
  background-color: #38B6E8;
  color: #fff;
}
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
  color: #fff;
}
.label.success {
  background-color: #5da423;
  color: #fff;
}
.label.secondary {
  background-color: #E2E2E2;
  color: #333;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.1333333333em auto;
  margin-left: -1.4666666667em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.4666666667em;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.6em;
  margin-left: -0.3333333333em;
}
ul.pagination li {
  height: 1.6em;
  color: #222;
  font-size: 0.9333333333em;
  margin-left: 0.3333333333em;
}
ul.pagination li a {
  display: block;
  padding: 0.0666666667em 0.4666666667em 0.0666666667em;
  color: #999;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #38B6E8;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #38B6E8;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.9333333333em 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "FuturaLT-CondensedLight", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.side-nav li {
  margin: 0 0 5px 0;
  font-size: 18px;
  background-color: #E2E2E2;
  padding: 6px 15px;
  transition: background-color 0.1s linear;
}
.side-nav li a {
  display: block;
  color: #999999;
  font-weight: normal;
}
.side-nav li.active, .side-nav li:hover {
  font-weight: bold;
  transition: background-color 0.1s linear;
}
.side-nav li.active a, .side-nav li:hover a {
  color: #E2E2E2;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.2666666667em 0 1.2em;
  padding-top: 0.2666666667em;
  margin-right: 0;
  margin-left: -0.6em;
}
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.6em;
  margin-bottom: 0.6666666667em;
  font-weight: normal;
  font-size: 0.9333333333em;
}
.sub-nav dt a,
.sub-nav dd a {
  color: #999;
  text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #38B6E8;
  padding: 0.2em 0.6em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.3333333333em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #fff;
    border-color: #cccccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  div.switch label {
    padding: 0 0.4em;
    line-height: 2.3em;
    font-size: 0.9333333333em;
  }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.3333333333em;
  }
  div.switch span:last-child {
    width: 2.4em;
    height: 2.4em;
  }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.4em;
    line-height: 2.3em;
    font-size: 1.1333333333em;
  }
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.8666666667em;
  }
  div.switch.large span:last-child {
    width: 2.9333333333em;
    height: 2.9333333333em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.4em;
    line-height: 2.1em;
    font-size: 0.8em;
  }
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.8em;
  }
  div.switch.small span:last-child {
    width: 1.8666666667em;
    height: 1.8666666667em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.4em;
    line-height: 1.9em;
    font-size: 0.7333333333em;
  }
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.4em;
  }
  div.switch.tiny span:last-child {
    width: 1.4666666667em;
    height: 1.4666666667em;
  }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.6em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 15px;
  z-index: 99;
  margin-top: 2px;
  max-width: auto;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.9333333333em;
  cursor: pointer;
  line-height: 1.2em;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3333333333em 0.6666666667em;
  color: #555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.3333333333em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 15px;
  z-index: 99;
  max-width: auto;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

/* IE8, IE9 */
.hero .slider .overlay {
  display: none\9 ;
}

/* must go at the END of all rules */
/* -----------------------------------------
	 Global
----------------------------------------- */
html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: 100px;
}
body article > .row {
  padding-left: 1em;
  padding-right: 1em;
}
body article > .row.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
body aside.related {
  padding-left: 0px;
  padding-right: 0px;
}

.hide-on-desktop {
  display: none;
}

.mobile-nav {
  display: none;
}

div.stripes, section.stripes {
  background: url("../img/ui/stripe-pattern-white-light.png");
}
div.smoke, section.smoke {
  background-color: #F2F2F2;
}
div.blue, section.blue {
  background-color: #38B6E8;
  color: #FFFFFF;
}
div.blue h1, div.blue h2, div.blue h3, div.blue h4, div.blue h5, div.blue h6, section.blue h1, section.blue h2, section.blue h3, section.blue h4, section.blue h5, section.blue h6 {
  color: #FFFFFF;
}
div.blue h2.section-name, section.blue h2.section-name {
  color: #FFFFFF;
}
div.dark, section.dark {
  background-color: #474747;
  color: #FFFFFF;
}
div.dark h1, div.dark h2, div.dark h3, div.dark h4, div.dark h5, div.dark h6, section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6 {
  color: #FFFFFF;
}

.full-width {
  max-width: 100%;
  padding: 0px;
}
.full-width .large-6.left .content {
  float: right;
  padding-left: 1em;
  padding-right: 50px;
  width: 100%;
}
.full-width .large-6.right .content {
  float: left;
  padding-right: 1em;
  padding-left: 50px;
  width: 100%;
}
.full-width .large-6 .content {
  max-width: 590px;
}
.full-width .large-6.bg-image {
  background-size: cover;
  background-position: center center;
}

.row > .row {
  width: 100px;
}

.button.full {
  clear: both;
  display: inline-block;
  width: 100%;
}
.button.full .forward-arrow {
  float: right;
}

aside {
  margin-top: 60px;
}
aside .related {
  padding: 30px;
  margin-top: 5px;
}
aside .showcase {
  margin-right: 15px;
}
aside .smoke {
  background-color: #F2F2F2;
}
aside .dark {
  background-color: #474747;
  color: #FFFFFF;
}

.content article img {
  border: 0;
  width: 100%;
  min-height: 100%;
  display: block;
}
.content article .share-article-container {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #F2F2F2;
}
.content article .share-article-container a {
  display: inline-block;
  margin-left: 12px;
}

ul.two-columns {
  *zoom: 1;
}
ul.two-columns:before, ul.two-columns:after {
  content: " ";
  display: table;
}
ul.two-columns:after {
  clear: both;
}
ul.two-columns li {
  width: 50%;
  float: left;
  display: inline-block;
}

ul.arrow li {
  padding-left: 25px;
}
ul.arrow li i {
  margin-right: 0px;
  margin-left: -25px;
  display: block;
  width: 25px;
  float: left;
}

/* -----------------------------------------
	Type styles
----------------------------------------- */
.primary {
  font-size: 37px;
  font-weight: 300;
  line-height: 1.3em;
  font-family: "Titillium Web", sans-serif;
}

.secondary {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.3em;
  color: #999999;
  font-family: "Titillium Web", sans-serif;
}

.section-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  border-bottom: 2px solid;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.section-name.no-line {
  border-bottom: 0px;
  margin-bottom: 0.5em;
  padding-bottom: 0px;
}
.section-name.number {
  height: 50px;
}
.section-name.number .large-digit {
  display: block;
  float: left;
  color: #38B6E8;
  margin-right: 0.3em;
  height: 50px;
  font-size: 38px;
  font-weight: 300;
}
.section-name.number a {
  color: #474747;
  width: 70%;
}
.section-name.number a:hover {
  color: #38B6E8;
}

.showcase {
  position: relative;
  margin-bottom: 15px;
}
.showcase .subhead {
  position: absolute;
  bottom: 0px;
  background-color: #F2F2F2;
  padding: 15px 25px 5px 0px;
  margin: 0px;
  color: #293F68;
  font-weight: 700px;
}

i.forward-arrow {
  font-size: 16px;
  margin-right: 8px;
}

h3 {
  color: #293F68;
}

h2 {
  color: #38B6E8;
}

.title {
  padding: 0px 20px;
}

/* -----------------------------------------
	 Header
----------------------------------------- */
header.page-header {
  width: 100%;
  height: 155px;
  margin: 0 auto;
}
header.page-header.small {
  height: 100px;
}
header.page-header .top-bar .row {
  width: 100%;
  max-width: 1180px;
}
header.page-header .top-bar .row.nav-top {
  height: 100px;
}
header.page-header .top-bar .row.nav-top .title-area .name h1 {
  line-height: 100px;
}
header.page-header .top-bar .top-bar-section {
  height: auto !important;
  background-color: #293F68;
  *zoom: 1;
}
header.page-header .top-bar .top-bar-section:before, header.page-header .top-bar .top-bar-section:after {
  content: " ";
  display: table;
}
header.page-header .top-bar .top-bar-section:after {
  clear: both;
}
header.page-header .top-bar .top-bar-section ul li {
  width: 16.65%;
  border-right: 2px solid #203150;
}
header.page-header .top-bar .top-bar-section ul li.active > a {
  background: #203150;
}
header.page-header .top-bar .top-bar-section ul li:nth-last-child(2) {
  border-right: 0px solid;
}
header.page-header .top-bar .top-bar-section ul li.has-dropdown:hover > a {
  color: #56c1eb;
}
header.page-header .top-bar .top-bar-section .dropdown li {
  width: 100%;
}
header.page-header .top-bar .top-bar-section .dropdown li a {
  width: 100%;
  line-height: 1.2;
}
header.page-header .top-bar .top-bar-section .row {
  height: auto !important;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 1px;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown li {
  border-right: 0px;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown li a {
  padding: 15px;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown {
  box-shadow: 0px 0px 3px #B3B3B3;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide {
  width: 675px;
  min-height: 250px !important;
  height: 100%;
  background: #FFFFFF !important;
  *zoom: 1;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide:before, header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide:after {
  content: " ";
  display: table;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide:after {
  clear: both;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li a {
  white-space: normal;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent {
  float: left;
  width: 33.33%;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent:hover {
  background-color: #FFFFFF;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent a {
  border-bottom: 2px solid #293F68;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent a:after {
  content: none;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown {
  height: 300px;
  position: relative;
  display: block;
  left: 0px;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a {
  text-transform: none;
  border-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 17px;
  cursor: auto;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a:hover {
  background: #FFFFFF !important;
  color: #38B6E8;
}
header.page-header .top-bar .top-bar-section .row ul.main-level li a.mobile-nav.solutions-overview {
  padding: 12px 20px !important;
  line-height: 1.2 !important;
  border-bottom: 2px solid #223456;
}

/* -----------------------------------------
	 Top Nav
----------------------------------------- */
.top-bar .row {
  *zoom: 1;
}
.top-bar .row:before, .top-bar .row:after {
  content: " ";
  display: table;
}
.top-bar .row:after {
  clear: both;
}
.top-bar .top-bar-section {
  background-color: #38B6E8;
  *zoom: 1;
}
.top-bar .top-bar-section:before, .top-bar .top-bar-section:after {
  content: " ";
  display: table;
}
.top-bar .top-bar-section:after {
  clear: both;
}
.top-bar h1 img {
  font-size: 100%;
  height: 65px;
  margin-bottom: 10px;
}

/* -----------------------------------------
	 Home
----------------------------------------- */
.content.home .intro .about {
  padding: 60px 0px;
  min-height: 530px;
}
.content.home .intro .solutions {
  padding: 60px 0px 0px 0px;
  min-height: 430px;
}
.content.home .intro .subhead {
  color: #474747;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.content.home .intro h2 {
  color: #293F68;
}
.content.home .intro h3 {
  color: #276A95;
}
.content.home .featured-items {
  background-color: #F2F2F2;
  padding: 60px 0px;
}
.content.home .featured-items p {
  margin-bottom: 0px;
}
.content.home .featured-items p a {
  color: #474747;
}
.content.home .featured-items p a:hover {
  color: #276A95;
}
.content.home .featured-items h4 {
  padding-top: 10px;
  color: #38B6E8;
}
.content.home .partners {
  background-color: #38B6E8;
  padding: 70px 0px;
  text-align: center;
}
.content.home .partners h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
}
.content.home .partners img {
  max-height: 90px;
  margin: 0px 15px;
}
.content.home .partners .row div {
  padding-left: 1em;
  padding-right: 1em;
}

/* -----------------------------------------
	Slider
----------------------------------------- */
.hero {
  background-color: #474747;
  position: relative;
  height: 460px;
  overflow: hidden;
  width: 100%;
}
.hero .slider {
  position: absolute;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
  height: 460px;
}
.hero .slider ul {
  margin-bottom: 0px;
}
.hero .slider ul li .row {
  z-index: 20;
  position: relative;
  height: 0px;
  max-width: 1180px;
}
.hero .slider ul li .row .caption {
  padding: 65px 35px;
  box-sizing: border-box;
  bottom: 0;
  z-index: 20;
  height: 460px;
  background: url("../img/ui/stripe-pattern.png");
  position: absolute;
  right: 0px;
}
.hero .slider ul li .row .caption h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 44px;
  text-transform: uppercase;
}
.hero .slider ul li .row .caption h1 a {
  color: #FFFFFF;
  transition: color ease 0.3s;
}
.hero .slider ul li .row .caption h1 a:hover {
  color: #E2E2E2;
  transition: color ease 0.3s;
}
.hero .slider .controllers {
  z-index: 80;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.hero .slider .controllers .row {
  max-width: 1180px;
}
.hero .slider .controllers .row .columns {
  padding-right: 0px;
  padding-left: 0px;
}
.hero .slider .controllers .row .control {
  background-color: #474747;
  width: 50px;
  height: 50px;
  float: left;
}
.hero .slider .controllers .row .control:hover {
  background-color: #363636;
}
.hero .slider .controllers .row .control a {
  font-size: 30px;
  color: #FFFFFF;
}

.solutions-slider-container {
  max-width: 550px;
  width: 100%;
  height: inherit;
  position: relative;
}
.solutions-slider-container .caption {
  position: absolute;
  margin-right: 70px;
  bottom: 0px;
  background-color: #FFFFFF;
  padding: 15px 15px 0px 0px;
}
.solutions-slider-container .caption h1, .solutions-slider-container .caption h2, .solutions-slider-container .caption h3, .solutions-slider-container .caption h4, .solutions-slider-container .caption h5, .solutions-slider-container .caption h6 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.solutions-slider-container .caption p {
  margin-bottom: 0px;
}
.solutions-slider-container .solutions-slider li {
  width: 400px;
  height: 250px;
}
.solutions-slider-container .bx-wrapper .bx-viewport {
  background-color: #FFFFFF;
}
.solutions-slider-container .controllers {
  width: 100%;
  *zoom: 1;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 100;
}
.solutions-slider-container .controllers:before, .solutions-slider-container .controllers:after {
  content: " ";
  display: table;
}
.solutions-slider-container .controllers:after {
  clear: both;
}
.solutions-slider-container .controllers .control {
  background-color: #293F68;
  width: 35px;
  height: 35px;
  color: #FFFFFF;
  font-size: 15px;
  float: right;
}
.solutions-slider-container .controllers .control .bx-next, .solutions-slider-container .controllers .control .bx-prev {
  line-height: 35px;
}
.solutions-slider-container .controllers .controllers {
  background-color: #FFFFFF;
}

/* -----------------------------------------
	 Inside
----------------------------------------- */
.hero.inside {
  background-color: #FFFFFF;
  position: relative;
  height: 65px;
  background: url("../img/ui/stripe-pattern.png");
}
.hero.inside .page-title {
  padding-left: 1em;
  padding-right: 1em;
}
.hero.inside .page-title h1 {
  color: #293F68;
  font-size: 30px;
  line-height: 65px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}

.content {
  *zoom: 1;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content.inside {
  *zoom: 1;
}
.content.inside:before, .content.inside:after {
  content: " ";
  display: table;
}
.content.inside:after {
  clear: both;
}
.content.inside .full {
  max-width: 100%;
}
.content.inside .align {
  position: absolute;
}
.content.inside .align.bottom {
  bottom: 0px;
}
.content.inside ul li {
  margin-bottom: 8px;
  line-height: 1.3em;
}
.content.inside .quote {
  font-size: 65px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0px;
  text-shadow: 0px 0px 5px #474747;
}
.content.inside .ruler {
  border-right: 2px solid #F2F2F2;
}
.content.inside .ruler.left {
  border-right: 2px solid #E2E2E2;
}
.content.inside .image-banner {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.content.inside .line {
  margin-bottom: 20px;
  height: 100%;
  *zoom: 1;
}
.content.inside .line:before, .content.inside .line:after {
  content: " ";
  display: table;
}
.content.inside .line:after {
  clear: both;
}
.content.inside article {
  padding: 0px;
}
.content.inside .row .columns > .columns {
  padding: 0px;
}
.content.inside .row.full-width .columns {
  padding: 0px;
}
.content.inside .landing {
  padding: 40px 0px 30px;
}
.content.inside .landing .container {
  margin: 0px;
}
.content.inside .landing .container.left .content {
  padding-right: 0px;
}
.content.inside .landing .container.right .content {
  padding-left: 0px;
}
.content.inside .landing .container .content {
  padding: 10px 5px !important;
}
.content.inside .landing .container .content > div {
  background-color: #F2F2F2;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.content.inside .landing .container .content > div .text {
  padding: 20px;
  padding-bottom: 50px;
}
.content.inside .landing .container .content > div .button {
  margin: 0px;
  bottom: 0px;
  position: absolute;
}
.content.inside .landing .container .content > div h3 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
.content.inside .about.who-we-are .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .about.who-we-are .history {
  padding-top: 60px;
  padding-bottom: 60px;
  *zoom: 1;
}
.content.inside .about.who-we-are .history:before, .content.inside .about.who-we-are .history:after {
  content: " ";
  display: table;
}
.content.inside .about.who-we-are .history:after {
  clear: both;
}
.content.inside .about.who-we-are .clients {
  background-color: #F2F2F2;
  padding: 70px 0px;
  text-align: center;
}
.content.inside .about.who-we-are .clients h3 {
  color: #38B6E8;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
}
.content.inside .about.who-we-are .clients img {
  max-height: 90px;
  margin: 0px 15px;
  width: auto;
}
.content.inside .about.who-we-are .clients .row div {
  padding-left: 1em;
  padding-right: 1em;
}
.content.inside .about.what-we-do .row.content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .about.what-we-do .solutions-services h3.section-name {
  color: #38B6E8;
}
.content.inside .about.what-we-do .solutions-services h4 {
  color: #293F68;
  margin-bottom: 5px;
  margin-left: 30px;
}
.content.inside .about.what-we-do .solutions-services h4 i.forward-arrow {
  margin-left: -30px;
}
.content.inside .about.what-we-do .solutions-services p.description {
  margin-left: 26px;
}
.content.inside .about.what-we-do .solutions-services .left {
  padding-right: 50px;
}
.content.inside .about.what-we-do .solutions-services .right {
  padding-left: 50px;
}
.content.inside .about.what-we-do .certifications h3 {
  color: #474747;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
}
.content.inside .about.what-we-do .certifications ul li a {
  color: #999999;
}
.content.inside .about.what-we-do .certifications ul li a:hover {
  color: #38B6E8;
}
.content.inside .about.what-we-do .certifications div {
  margin-top: 20px;
  padding-right: 20px;
}
.content.inside .about.what-we-do .certifications div.technical {
  padding-right: 40px;
}
.content.inside .about.what-we-do .certifications div.manufacture {
  padding: 0px 40px;
}
.content.inside .about.what-we-do .certifications div.business {
  padding-left: 40px;
}
.content.inside .about.careers .description {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .about.careers .description .work-at-mca h3.section-name {
  color: #38B6E8;
}
.content.inside .about.careers .description .work-at-mca h4 {
  color: #293F68;
  font-weight: normal;
  margin-left: 30px;
}
.content.inside .about.careers .description .work-at-mca h4 i.forward-arrow {
  margin-left: -30px;
}
.content.inside .about.careers .description .work-at-mca .left {
  padding-right: 50px;
}
.content.inside .about.careers .description .work-at-mca .right {
  padding-left: 50px;
}
.content.inside .about.careers .positions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .about.careers .positions .form input[type=text], .content.inside .about.careers .positions .form textarea {
  background-color: #FFFFFF;
}
.content.inside .markets.landing .container {
  padding-left: 0px;
  padding-right: 0px;
}
.content.inside .markets.landing .container .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.content.inside .markets.landing .container .image img {
  width: 100%;
}
.content.inside .markets.single .intro .content {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
  min-height: 500px;
}
.content.inside .markets.single .intro .bg-image {
  height: 100%;
  background-position: 50% 50%;
}
.content.inside .markets.single .intro .bg-image h2 {
  color: #FFFFFF;
}
.content.inside .markets.single .intro aside {
  background-color: #38B6E8;
  padding: 30px;
  color: #FFFFFF;
}
.content.inside .markets.single .solutions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .markets.single .solutions .container {
  padding: 0px;
}
.content.inside .markets.single .solutions .container p.primary {
  margin-bottom: 30px;
}
.content.inside .markets.single .solutions .item {
  margin-bottom: 30px;
  padding-left: 30px;
  float: left;
}
.content.inside .markets.single .solutions .item:first-child {
  padding-left: 0px;
}
.content.inside .markets.single .solutions .item .icon img {
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
  max-height: 75px;
  margin-bottom: 15px;
}
.content.inside .markets.single .solutions .item .content {
  height: 100%;
}
.content.inside .markets.single .solutions .item .content .section-name {
  border-top: 2px solid #38B6E8;
  border-bottom: 0;
  padding-top: 20px;
  height: auto;
  margin-top: 10px;
}
.content.inside .markets.single .related {
  padding: 60px 0px;
}
.content.inside .markets.single .related .showcase .subhead {
  background-color: #474747;
  color: #FFFFFF;
}
.content.inside .solutions.landing .container {
  padding: 0px !important;
}
.content.inside .solutions.landing .container .content .text {
  padding: 20px;
}
.content.inside .solutions.landing .container .content .text p {
  margin-bottom: 0px;
}
.content.inside .solutions.landing .container .content .text h4 {
  padding-top: 25px;
  font-weight: 500;
  color: #474747;
}
.content.inside .solutions.landing .container .content .text ul.arrow li a {
  color: #38B6E8;
  font-weight: 500;
}
.content.inside .solutions.landing .container .content .text ul.arrow li a:hover {
  color: #474747;
}
.content.inside .solutions.landing .container .content .text ul.arrow li a span {
  color: #474747;
}
.content.inside .solutions.landing .manufacturers {
  background-color: #FFFFFF;
  padding: 70px 0px;
  text-align: center;
}
.content.inside .solutions.landing .manufacturers h3 {
  color: #293F68;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.content.inside .solutions.landing .manufacturers img {
  max-height: 90px;
  margin: 0px 15px;
  width: auto;
  display: inline;
}
.content.inside .solutions.landing .manufacturers .row div {
  padding-left: 1em;
  padding-right: 1em;
}
.content.inside .solutions.single hr {
  margin: 0px;
}
.content.inside .solutions.single .intro {
  padding: 60px 0px;
}
.content.inside .solutions.single .intro p {
  margin-bottom: 0px;
}
.content.inside .solutions.single .description {
  padding: 60px 0px;
  padding-right: 60px;
}
.content.inside .solutions.single .description h2 {
  margin-top: 40px;
  padding-bottom: 0px;
}
.content.inside .solutions.single .description h2.section-name {
  border-bottom: 0px;
  margin-bottom: 0.5em;
}
.content.inside .solutions.single .description h2:first-child {
  margin-top: 0px;
}
.content.inside .solutions.single .description ul li {
  color: #293F68;
  font-size: 20px;
  font-weight: 400;
}
.content.inside .solutions.single .manufacturer {
  margin-top: 20px;
}
.content.inside .solutions.single .manufacturer .feat-solutions {
  padding: 60px 0px;
}
.content.inside .solutions.single .manufacturer .feat-solutions .item {
  padding-left: 1em;
  padding-right: 1em;
}
.content.inside .solutions.single .manufacturer .feat-solutions .item:last-child {
  float: left;
}
.content.inside .solutions.single .manufacturer .feat-solutions .item .showcase {
  max-height: 225px;
  overflow: hidden;
}
.content.inside .solutions.single .manufacturer .feat-solutions .item .section-name a {
  color: #999999;
}
.content.inside .solutions.single .manufacturer .feat-solutions .item .section-name a:hover {
  color: #38B6E8;
}
.content.inside .services.landing .container {
  padding-left: 0px;
  padding-right: 0px;
}
.content.inside .services.landing .container .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.content.inside .services.landing .container .image img {
  width: 100%;
}
.content.inside .services .intro .columns {
  height: 100%;
}
.content.inside .services .intro .content {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
  min-height: 450px;
}
.content.inside .services .description {
  padding: 60px 0px;
  padding-right: 60px;
}
.content.inside .services .description h3 {
  font-size: 37px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 1.33333em;
}
.content.inside .services .full h2 {
  font-size: 21px;
  color: #474747;
  text-transform: uppercase;
}
.content.inside .services .full h2 .blue {
  color: #38B6E8;
}
.content.inside .services .full .container {
  margin-bottom: 2px;
}
.content.inside .services .full .container .service-item {
  background-color: #E2E2E2;
  height: 100%;
  padding: 0px 0px 10px 0px;
}
.content.inside .services .full .container .service-item.left {
  border-right: 1px solid #FFFFFF;
}
.content.inside .services .full .container .service-item.left .description {
  padding: 40px 30px 20px 0px;
}
.content.inside .services .full .container .service-item.right {
  border-left: 1px solid #FFFFFF;
}
.content.inside .services .full .container .service-item.right .description {
  padding: 40px 0px 20px 30px;
}
.content.inside .services .full .container .service-item .button {
  width: 100%;
  margin-bottom: 0px;
}
.content.inside .services .full .container .service-item .button span {
  float: right;
}
.content.inside .portfolio.landing {
  padding: 60px 0px 0px;
}
.content.inside .portfolio.landing .feat-projects {
  padding: 0px;
  *zoom: 1;
}
.content.inside .portfolio.landing .feat-projects hr {
  margin: 0px;
}
.content.inside .portfolio.landing .feat-projects:before, .content.inside .portfolio.landing .feat-projects:after {
  content: " ";
  display: table;
}
.content.inside .portfolio.landing .feat-projects:after {
  clear: both;
}
.content.inside .portfolio.landing .feat-projects .item {
  padding: 30px 0px;
  *zoom: 1;
  height: 100%;
  border-bottom: 2px solid #E2E2E2;
}
.content.inside .portfolio.landing .feat-projects .item:before, .content.inside .portfolio.landing .feat-projects .item:after {
  content: " ";
  display: table;
}
.content.inside .portfolio.landing .feat-projects .item:after {
  clear: both;
}
.content.inside .portfolio.landing .feat-projects .item:last-child {
  border-bottom: 0px;
}
.content.inside .portfolio.landing .feat-projects .item .image {
  height: 225px;
  overflow: hidden;
  padding: 0px;
}
.content.inside .portfolio.landing .feat-projects .item .bg-image {
  min-height: 275px;
  height: 100%;
}
.content.inside .portfolio.landing .feat-projects .item .content {
  padding: 0px 20px;
}
.content.inside .portfolio.landing .project-grid {
  padding: 20px 0px;
  *zoom: 1;
}
.content.inside .portfolio.landing .project-grid:before, .content.inside .portfolio.landing .project-grid:after {
  content: " ";
  display: table;
}
.content.inside .portfolio.landing .project-grid:after {
  clear: both;
}
.content.inside .portfolio.landing .project-grid .item {
  padding: 0.5em 1em;
  display: block;
  height: 100%;
  position: relative;
}
.content.inside .portfolio.landing .project-grid .item .content {
  height: 265px;
  overflow: hidden;
  padding: 0px;
  position: relative;
}
.content.inside .portfolio.landing .project-grid .item .button {
  position: absolute;
  bottom: 0px;
  line-height: 120%;
}
.content.inside .portfolio.landing .bottom {
  margin-top: 40px;
}
.content.inside .portfolio.landing .archive {
  margin: 60px auto 30px;
}
.content.inside .portfolio.landing .archive h3 {
  color: #474747;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0px;
}
.content.inside .portfolio.landing .archive ul li a {
  color: #474747;
}
.content.inside .portfolio.landing .archive ul li a:hover {
  color: #38B6E8;
}
.content.inside .portfolio.landing .archive .line .item:first-child {
  padding-left: 0px;
}
.content.inside .portfolio.single .intro {
  margin: 60px auto 0;
}
.content.inside .portfolio.single .overview {
  min-height: 400px;
}
.content.inside .portfolio.single .overview .content {
  padding: 60px 0px 60px 50px;
}
.content.inside .portfolio.single .overview .columns {
  height: 100%;
  min-height: 400px;
}
.content.inside .portfolio.single .description {
  margin: 80px auto 80px;
  padding-right: 60px;
}
.content.inside .portfolio.single .description.alt {
  margin: 25px 0 60px;
}
.content.inside .portfolio.single .description img {
  margin-bottom: 30px;
}
.content.inside .portfolio.single aside {
  margin-bottom: 30px;
  margin-top: 20px;
}
.content.inside.events {
  margin: 0 auto 100px;
}
.content.inside.events h2.primary {
  margin-top: 60px;
}
.content.inside.events .event-list {
  margin-top: 40px;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.content.inside.events .event-list caption {
  text-align: left;
  margin-bottom: 25px;
}
.content.inside.events .event-list caption h3 {
  font-size: 1.8rem;
}
.content.inside.events .event-list th {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #E2E2E2;
  color: #999999;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 12px 10px;
}
.content.inside.events .event-list tr:hover {
  background: #f6f6f6;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.content.inside.events .event-list td {
  padding: 18px 10px;
  border-bottom: 2px solid #E2E2E2;
}
.content.inside.events .event-list td.date {
  color: #999999;
  font-size: 1.2rem;
  width: 25%;
}
.content.inside.events .event-list td.event {
  width: 50%;
}
.content.inside.events .event-list td.location {
  width: 25%;
}
.content.inside.events .event-list td a:hover {
  color: #38B6E8;
}
.content.inside .news.landing {
  padding: 60px 0px 0px;
}
.content.inside .news.landing .latest-news {
  margin-bottom: 40px;
  *zoom: 1;
}
.content.inside .news.landing .latest-news hr {
  margin: 0px;
}
.content.inside .news.landing .latest-news .view-more {
  padding: 20px;
  float: right;
}
.content.inside .news.landing .latest-news:before, .content.inside .news.landing .latest-news:after {
  content: " ";
  display: table;
}
.content.inside .news.landing .latest-news:after {
  clear: both;
}
.content.inside .news.landing .latest-news .item {
  padding: 30px 0px;
  *zoom: 1;
  height: 100%;
  border-bottom: 2px solid #E2E2E2;
}
.content.inside .news.landing .latest-news .item:before, .content.inside .news.landing .latest-news .item:after {
  content: " ";
  display: table;
}
.content.inside .news.landing .latest-news .item:after {
  clear: both;
}
.content.inside .news.landing .latest-news .item:last-child {
  border-bottom: 0px;
}
.content.inside .news.landing .latest-news .item .content {
  padding: 0px 20px;
}
.content.inside .news.landing aside .calendar {
  min-height: 350px;
}
.content.inside .news.landing aside .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content.inside .news.single .feat-image {
  margin-bottom: 30px;
  width: 100%;
}
.content.inside .news.single .overview {
  min-height: 300px;
}
.content.inside .news.single .overview .content {
  padding: 60px 0px 60px 50px;
}
.content.inside .news.single .overview .columns {
  height: 100%;
  min-height: 300px;
}
.content.inside .news.single .description {
  margin: 60px 0px 30px;
  padding-right: 60px;
}
.content.inside .contact .gmnoprint.gm-style-cc {
  display: none;
}
.content.inside .contact #map_canvas {
  height: 450px;
}
.content.inside .contact .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .simple .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.inside .simple .row .content {
  padding: 0px;
}
.content.inside .simple .row p.results {
  font-weight: 700;
}
.content.inside .simple .row li.result-item {
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 30px;
}
.content.inside .simple .row li.result-item:last-child {
  border-bottom: 0px;
}

.landing-page h2 {
  text-align: center;
  margin-bottom: 30px;
}
.landing-page .banner {
  text-align: center;
  position: relative;
  padding: 80px 0;
  background-color: #293F68;
  background-size: cover;
  background-position: center;
  background-image: url("../../uploads/banners/mca-event-banner.jpg");
}
.landing-page .banner h1 {
  color: #38B6E8;
  font-size: 50px;
}
.landing-page .banner h2 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 25px;
}
.landing-page .banner .overlay {
  background-color: #293F68;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-page .intro {
  padding: 60px 0;
  text-align: center;
}
.landing-page .intro p {
  color: #293F68;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.landing-page .agenda {
  padding: 80px 0;
}
.landing-page .agenda table {
  width: 100%;
}
.landing-page #map_canvas {
  height: 380px;
}
.landing-page .details .left {
  padding: 40px 0;
}
.landing-page .details .left h4 {
  color: #293F68;
  margin-bottom: 0px;
}
.landing-page .details .left h2 {
  text-align: left;
}
.landing-page .register {
  padding: 60px 0;
  background: url("../img/ui/stripe-pattern-white.png");
  background-repeat: repeat;
}
.landing-page .register input[type=text], .landing-page .register input[type=password], .landing-page .register input[type=date], .landing-page .register input[type=datetime], .landing-page .register input[type=datetime-local], .landing-page .register input[type=month], .landing-page .register input[type=week], .landing-page .register input[type=email], .landing-page .register input[type=number], .landing-page .register input[type=search], .landing-page .register input[type=tel], .landing-page .register input[type=time], .landing-page .register input[type=url], .landing-page .register textarea {
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
}
.landing-page .register form .columns {
  padding: 10px;
}
.landing-page .register label {
  margin-bottom: 10px;
}
.landing-page .register .submit {
  text-align: center;
}
.landing-page .register p {
  text-align: center;
  margin-bottom: 30px;
}
.landing-page .register h2 {
  margin-bottom: 10px;
}
.landing-page .register .hidden {
  display: none;
  visibility: 0;
}
.landing-page .partners {
  padding: 60px 0;
  text-align: center;
}
.landing-page .partners img {
  max-width: 140px;
  margin: 0 10px;
}
.landing-page table {
  margin-top: 40px;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
.landing-page table caption {
  text-align: left;
  margin-bottom: 25px;
}
.landing-page table caption h3 {
  font-size: 1.8rem;
}
.landing-page table th {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #E2E2E2;
  color: #999999;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 12px 10px;
}
.landing-page table tr:hover {
  background: #f6f6f6;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.landing-page table td {
  padding: 22px 10px;
  border-bottom: 2px solid #E2E2E2;
}
.landing-page table td.time {
  color: #999999;
  font-size: 1.2rem;
  width: 25%;
}
.landing-page table td p {
  font-weight: 300;
  font-size: 1.1em;
  margin-bottom: 0;
}
.landing-page table td .title {
  color: #293F68;
  display: block;
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.landing-page table td a:hover {
  color: #38B6E8;
}

.share-container {
  width: 50%;
  height: 100%;
  float: right;
  margin: 0;
  padding: 20px 0;
}
.share-container .button {
  color: #38B6E8;
  background-color: #FFFFFF;
  border: 2px solid #38B6E8;
  font-family: "Titillium Web", sans-serif;
  padding: 22px 30px;
  line-height: 0;
  top: 0;
  display: inline-block;
  transition: all 0.4s ease 0s;
  font-size: 18px;
}
.share-container .button:hover {
  color: #FFFFFF;
  background-color: #38B6E8;
}
.share-container .button.active {
  color: #999999;
  border: 2px solid #999999;
}
.share-container .button.active:hover {
  color: #38B6E8;
  background-color: #FFFFFF;
  border: 2px solid #999999;
}
.share-container .social .fbtn {
  width: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.share-container .social i {
  padding: 15px 0px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-container .facebook {
  background-color: #3b5998;
}
.share-container .twitter {
  background-color: #55acee;
}
.share-container .linkedin {
  background-color: #0077b5;
}
.share-container .share-button.sharer {
  height: 100%;
  text-align: right;
  transition: all 0.4s ease 0s;
}
.share-container .share-button.sharer .social {
  transform-origin: 0 0 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  display: none;
  float: right;
  margin: 3px 0 0 10px;
}
.share-container .share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
  display: block;
}

/* -----------------------------------------
	 Privacy
----------------------------------------- */
.privacy section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.privacy section h1 {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #38B6E8;
  text-rendering: optimizeLegibility;
}
.privacy section h2, .privacy section h3, .privacy section h4, .privacy section h5, .privacy section h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.privacy section h2 {
  font-size: 22px;
}
.privacy section h3 {
  font-size: 20px;
}
.privacy section h4 {
  font-size: 18px;
}
.privacy section h5 {
  font-size: 16px;
}
.privacy section ul {
  list-style-type: circle;
}
.privacy section b, .privacy section strong {
  color: #6d6d6d;
}

.copyright .privacy-link {
  color: #999;
}

@media screen and (max-width: 500px) {
  .copyright .privacy-link {
    display: block;
    margin-top: 10px;
  }

  .copyright .bar {
    display: none;
  }
}
/* -----------------------------------------
	 Footer
----------------------------------------- */
footer.global {
  *zoom: 1;
  padding: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
footer.global:before, footer.global:after {
  content: " ";
  display: table;
}
footer.global:after {
  clear: both;
}
footer.global .container {
  border-top: 1px solid #E2E2E2;
  background-color: #FFFFFF;
}
footer.global .container .company-info {
  margin-left: 0px;
  padding: 0px;
  border-bottom: 1px solid #E2E2E2;
  margin: 0px 0px 15px 0px;
}
footer.global .container .company-info li {
  display: inline;
  border-right: 1px solid #E2E2E2;
  padding: 15px 15px;
  margin-left: 0px;
  font-size: 14px;
  color: #999999;
  width: 25%;
  font-weight: 400;
}
footer.global .container .company-info li:last-child {
  border-right: 0px solid #999999;
}
footer.global .container .company-info li:first-child {
  padding-left: 0px;
}
footer.global .container .company-info li.social {
  display: none;
}
footer.global .container .inline-list > li > * {
  display: inline;
}
footer.global .container span {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}
footer.global .container span .ss-social {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  footer.global .container span {
    margin-top: 10px;
  }
}
footer.global .container .credits {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  display: inline;
  font-weight: 400;
  color: #C5C5C5;
}
footer.global .container .credits a {
  color: #C5C5C5;
}
footer.global .container .credits a:hover {
  color: #38B6E8;
}
@media screen and (max-width: 767px) {
  footer.global .container .credits {
    display: block;
    margin-top: 10px;
  }
}
footer.global .container .bottom {
  color: #999999;
  padding: 0px;
  margin-bottom: 15px;
}
footer.global .container .bottom h5 {
  font-size: 14px;
  float: left;
}
footer.global .container .bottom.right {
  text-align: right;
}
footer.global .container .bottom .copyright {
  padding: 0px;
  margin: 0px 15px;
}

.coockie-conscent {
  position: fixed;
  bottom: 10px;
  padding: 25px 30px;
  background-color: #283F68;
  color: white;
  display: flex;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  z-index: 1000;
  flex-wrap: wrap;
  align-items: center;
}
.coockie-conscent.open {
  display: flex;
}
.coockie-conscent.close {
  display: none;
}
.coockie-conscent .read-more {
  display: inline-block;
  margin-left: 4px;
  cursor: pointer !important;
}
.coockie-conscent #coockie-conscent-close {
  color: white;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .coockie-conscent {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 400px) {
  .coockie-conscent {
    text-align: center;
    justify-content: center;
  }
  .coockie-conscent p {
    text-align: center;
  }
  .coockie-conscent #coockie-conscent-close {
    margin: 0 auto;
    margin-top: 15px;
  }
}

/* -----------------------------------------
	 Media Queries
----------------------------------------- */
@media only screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav-top.contact {
    display: none;
  }
}
/* -----------------------------------------
	 Media Queries 1002px/1250px
----------------------------------------- */
@media only screen and (max-width: 1250px) and (min-width: 1002px) {
  footer.global .container .company-info li {
    height: 62px;
    font-size: 13px;
  }

  .content.inside .markets.single .solutions .item {
    padding: 0px 20px;
  }

  .content.inside .markets.single .solutions .container .primary {
    padding: 0px 20px;
  }

  .content.inside .portfolio.landing .feat-projects {
    padding: 0px;
  }

  .content.inside .portfolio.landing .feat-projects .item .image {
    padding: 0px;
  }
}
/* -----------------------------------------
	 Media Queries 767px/1001px
----------------------------------------- */
@media only screen and (max-width: 1001px) and (min-width: 768px) {
  p, ul {
    font-size: 1em;
  }

  h3 {
    font-size: 25px;
  }

  body {
    padding-bottom: 154px;
  }

  .full-width .large-6.right .content {
    padding-right: 40px;
    padding-left: 40px;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a:hover {
    background: #293F68;
  }

  header.page-header {
    height: 80px;
  }
  header.page-header.small {
    height: 80px;
  }
  header.page-header.small .top-bar .row.nav-top ul.title-area {
    float: left;
    width: 40%;
  }
  header.page-header.small .share-container {
    padding: 15px 15px;
  }
  header.page-header.small .top-bar .row.nav-top ul.title-area .name h1 a {
    width: 100%;
  }
  header.page-header .top-bar {
    height: 80px;
  }
  header.page-header .top-bar h1 img {
    width: auto;
    height: 65px;
    max-width: 100%;
  }
  header.page-header .top-bar.expanded {
    height: auto !important;
    overflow: visible;
  }
  header.page-header .top-bar .toggle-topbar {
    background-color: #E2E2E2;
  }
  header.page-header .top-bar .toggle-topbar.menu-icon {
    margin-top: 0px;
    padding-left: 0px;
  }
  header.page-header .top-bar .toggle-topbar.menu-icon a {
    height: 80px;
    line-height: 80px;
  }
  header.page-header .top-bar .toggle-topbar.menu-icon a span {
    top: 25px;
  }
  header.page-header .top-bar .row.nav-top {
    height: 80px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area {
    height: 80px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area .name h1 {
    padding-top: 0px;
    margin-top: 0px;
    line-height: 80px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area .name h1 a {
    padding: 0 10px;
    height: 80px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area li.toggle-topbar {
    top: 0px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area li.toggle-topbar a {
    font-size: 16px;
  }
  header.page-header .top-bar .top-bar-section {
    z-index: 1000;
  }
  header.page-header .top-bar .top-bar-section ul {
    background-color: #999999;
  }
  header.page-header .top-bar .top-bar-section ul.main-level {
    margin-top: 0px;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li a, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown a {
    padding: 12px 20px !important;
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li a.parent-link, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown a.parent-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #223456;
    padding: 12px 20px !important;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li > a, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown > a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px !important;
    border-bottom: 2px solid #223456;
    padding: 12px 20px !important;
  }
  header.page-header .top-bar .top-bar-section ul li {
    width: 100%;
    border-right: 0px solid #203150;
  }
  header.page-header .top-bar .top-bar-section ul li ul.dropdown li a {
    color: #FFFFFF;
    border-bottom: 2px solid #223456;
  }
  header.page-header .top-bar .top-bar-section ul li ul.dropdown li a:hover {
    color: #38B6E8;
  }
  header.page-header .top-bar .top-bar-section ul li ul.dropdown .title {
    padding: 0px;
  }
  header.page-header .top-bar .top-bar-section ul li ul.dropdown h5 {
    margin-top: 0px;
  }
  header.page-header .top-bar .top-bar-section ul li.active a {
    border-bottom: 0px;
    color: #38B6E8;
  }
  header.page-header .top-bar .top-bar-section ul li a {
    background: #293F68;
    color: #FFFFFF;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent a {
    border-bottom: 2px solid #223456;
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 12px 20px !important;
  }

  .top-bar-section ul li ul.dropdown.wide li:hover > a {
    background: #293F68;
    border-bottom: 2px solid #223456;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a:hover, .top-bar-section .dropdown li ul li:hover {
    background: #293F68 !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a {
    border-bottom: 2px solid #223456 !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide {
    width: 100%;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent {
    float: none;
    width: 100%;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown {
    display: none;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown.moved .dropdown.wide li.has-dropdown.parent.moved ul.dropdown {
    display: block !important;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0px;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide {
    background: transparent !important;
    min-height: 100% !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li a {
    margin-bottom: 0px;
  }

  .hero {
    height: 300px;
  }
  .hero .slider {
    width: 1000px;
    margin-left: -500px;
    height: 300px;
  }
  .hero .slider .bx-wrapper {
    height: 300px;
  }
  .hero .slider .bx-wrapper .bx-viewport {
    height: 300px !important;
  }
  .hero .slider .bx-wrapper .bx-viewport #banner-slider {
    height: 300px;
  }
  .hero .slider .bx-wrapper .bx-viewport #banner-slider img {
    height: 300px;
  }
  .hero .slider .bx-wrapper .bx-controls {
    bottom: 150px;
    left: 0px;
    margin: 0 auto;
    padding-left: 15%;
  }
  .hero .slider .controllers {
    left: 400px;
    width: 100px;
  }
  .hero .slider .controllers .row .columns {
    width: 100%;
  }
  .hero .slider ul li .row .caption {
    height: 300px;
    padding: 0px;
    left: 50%;
  }
  .hero .slider ul li .row .caption .button {
    margin: 0px 30px;
    padding-top: 14px;
  }
  .hero .slider ul li .row .caption h1 {
    font-size: 34px;
    margin-right: 30px;
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }

  .content.home .intro .about {
    padding: 30px;
  }
  .content.home .intro .about .content {
    padding-right: 0px;
  }
  .content.home .intro .solutions {
    padding: 30px;
  }
  .content.home .intro .solutions .content {
    padding-left: 0px;
  }
  .content.home .intro .solutions .content .solutions-slider-container {
    width: 300px;
  }
  .content.home .intro .solutions .content .solutions-slider-container .caption {
    position: relative;
    bottom: 0;
    padding: 15px 0px;
    margin-right: 0px;
  }
  .content.home .intro .solutions .content .solutions-slider-container .controllers {
    position: absolute;
    top: 169px;
    z-index: 100;
  }
  .content.home .intro .solutions .content .solutions-slider-container ul#solutions-slider li {
    width: 300px;
  }
  .content.home .intro .solutions .content .solutions-slider-container ul#solutions-slider li img {
    height: auto;
  }
  .content.home .showcase .subhead {
    bottom: -1px;
    padding: 10px 25px 5px 0px;
  }
  .content.home .partners {
    padding: 40px 0px;
  }
  .content.home .partners img {
    max-height: 58px;
    margin: 0px 10px;
  }
  .content.home .partners .row div h3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .content.inside {
    height: 100%;
  }
  .content.inside aside {
    padding-right: 0px !important;
  }
  .content.inside aside h3 {
    font-size: 22px;
  }
  .content.inside .landing {
    padding: 30px 0px;
  }
  .content.inside .services.landing .container .image {
    height: auto;
  }
  .content.inside .services.landing .container {
    padding: 5px;
  }
  .content.inside .services .intro {
    height: 450px;
  }
  .content.inside .services .intro .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.inside .services .description {
    padding: 40px 40px 0px 0px;
  }
  .content.inside .solutions.single .intro {
    padding: 40px 0px;
  }
  .content.inside .solutions.single .description {
    padding: 40px 0px;
  }
  .content.inside .markets.single .intro .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content.inside .markets.single .solutions {
    padding: 40px 1em;
  }
  .content.inside .markets.single .solutions .item {
    padding-left: 1em;
  }
  .content.inside .markets.landing .container {
    padding: 5px;
  }
  .content.inside .markets.landing .container .image {
    height: 100%;
  }
  .content.inside .about.what-we-do .row.content {
    padding: 40px 20px;
  }
  .content.inside .about.what-we-do .solutions-services {
    padding: 0px;
  }
  .content.inside .about.what-we-do .solutions-services .right {
    padding-left: 25px;
  }
  .content.inside .about.what-we-do .solutions-services .left {
    padding-right: 25px !important;
  }
  .content.inside .about.what-we-do .solutions-services > .row {
    margin: auto;
  }
  .content.inside .about.what-we-do .solutions-services .columns {
    padding: 0px;
  }
  .content.inside .about.what-we-do .certifications {
    padding: 0px;
  }
  .content.inside .about.what-we-do .certifications div {
    padding: 0px 10px;
  }
  .content.inside .about.who-we-are {
    padding: 0px;
  }
  .content.inside .about.who-we-are .primary {
    font-size: 34px;
  }
  .content.inside .about.who-we-are .content {
    padding: 41px 20px;
  }
  .content.inside .about.who-we-are .history {
    padding: 40px 0px;
  }
  .content.inside .about.careers .description {
    padding: 40px 20px;
  }
  .content.inside .about.careers .description .intro {
    padding: 0px;
  }
  .content.inside .about.careers .description .work-at-mca .columns {
    padding: 0px;
  }
  .content.inside .about.careers .description .work-at-mca .left {
    padding-right: 20px;
  }
  .content.inside .portfolio.landing {
    padding: 40px 0px 0px;
  }
  .content.inside .portfolio.landing .feat-projects {
    padding: 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .right .columns {
    padding: 0px;
    width: 100%;
  }
  .content.inside .portfolio.landing .feat-projects .item .image {
    padding: 0px 10px 0px 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .content {
    margin-bottom: 20px;
  }
  .content.inside .portfolio.landing .feat-projects .item .content h3 {
    margin-top: 0px;
  }
  .content.inside .portfolio.landing .project-grid .item .content {
    height: 200px;
  }
  .content.inside .portfolio.single .overview .content {
    padding: 30px 40px;
  }
  .content.inside .portfolio.single .description {
    padding: 40px 40px 40px 0px;
    margin: 0px;
  }
  .content.inside .news.landing {
    padding: 40px 0px 0px;
  }
  .content.inside .news.landing .latest-news {
    padding: 0px;
  }
  .content.inside .news.single .description {
    padding: 40px 40px 40px 0px;
    margin: 0px;
  }

  aside {
    margin-top: 40px;
  }
  aside .related {
    padding: 20px;
  }

  footer.global .columns {
    padding: 0px;
  }
  footer.global .columns .company-info {
    border-bottom: 0px solid #eaeaea;
  }
  footer.global .columns .company-info li {
    width: 33.33%;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    padding: 15px 10px;
  }
  footer.global .columns .company-info li:first-child {
    padding-left: 10px;
  }
  footer.global .columns .company-info li:last-child {
    border-right: 1px solid #eaeaea;
    width: 50%;
  }
  footer.global .columns .company-info li.social {
    display: block;
    width: 50%;
  }
  footer.global .columns .bottom.left {
    display: none;
  }
  footer.global .columns .bottom.right {
    float: left !important;
    padding-left: 1em;
    text-align: left;
  }
  footer.global .columns .bottom.right .copyright {
    padding: 0px 15px 0px 0px;
    margin: 0px 15px 0px 0px;
    border-right: 0px solid #eaeaea;
  }
}
/* -----------------------------------------
	 Media Queries 767px/under
----------------------------------------- */
@media only screen and (max-width: 767px) {
  p {
    font-size: 1em;
    line-height: 1.4;
  }

  ul, ol, dl {
    font-size: 1em;
  }

  hr {
    margin: 10px 0px;
    display: none;
  }

  h2 {
    font-size: 24px;
  }

  body {
    padding-bottom: 0px;
  }

  .button.small {
    font-size: 13px;
  }

  input[type=submit] {
    font-size: 16px;
  }

  .hide-on-desktop {
    display: block;
  }

  header.page-header {
    height: 60px;
  }
  header.page-header.small {
    height: 60px;
  }
  header.page-header.small .top-bar .row.nav-top ul.title-area {
    float: left;
    width: 40%;
  }
  header.page-header.small .share-container {
    padding: 5px 20px;
  }
  header.page-header.small .share-container .button {
    padding: 22px 14px;
  }
  header.page-header.small .share-container .button.active {
    display: none;
  }
  header.page-header.small .top-bar .row.nav-top ul.title-area .name h1 a {
    width: 100%;
  }
  header.page-header .top-bar {
    height: 60px;
  }
  header.page-header .top-bar.expanded {
    height: auto !important;
    overflow: visible;
  }
  header.page-header .top-bar .row.nav-top {
    height: 60px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area {
    height: 60px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area .name h1 {
    padding-top: 0px;
    margin-top: 0px;
    line-height: 60px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area .name h1 a {
    padding: 0 10px;
    height: 60px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area .name h1 a img {
    height: 46px;
    margin-bottom: 5px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area li.toggle-topbar {
    top: 15px;
    background-color: #E2E2E2;
    padding-left: 0px;
  }
  header.page-header .top-bar .row.nav-top ul.title-area li.toggle-topbar a {
    font-size: 16px;
  }
  header.page-header .top-bar .right {
    width: 100%;
    height: 42px;
    position: absolute;
    background-color: #293F68;
  }
  header.page-header .top-bar .right .search {
    display: none;
  }
  header.page-header .top-bar .right p.contact-info {
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  header.page-header .top-bar .top-bar-section {
    z-index: 1000;
  }
  header.page-header .top-bar .top-bar-section ul {
    background-color: #293F68;
  }
  header.page-header .top-bar .top-bar-section ul.main-level {
    margin-top: 0px;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li a, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown a {
    padding: 8px 20px !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li a.parent-link, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown a.parent-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #223456;
    padding: 8px 20px !important;
  }
  header.page-header .top-bar .top-bar-section ul.main-level li > a, header.page-header .top-bar .top-bar-section ul.main-level li.has-dropdown > a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #223456;
    padding: 8px 20px !important;
  }
  header.page-header .top-bar .top-bar-section ul .title {
    padding: 0px;
  }
  header.page-header .top-bar .top-bar-section ul h5 {
    margin-top: 0px;
  }
  header.page-header .top-bar .top-bar-section ul li {
    width: 100%;
    border-right: 0px solid #203150;
  }
  header.page-header .top-bar .top-bar-section ul li ul.dropdown li a {
    color: #FFFFFF;
  }
  header.page-header .top-bar .top-bar-section ul li.active a {
    border-bottom: 0px;
    color: #38B6E8;
  }
  header.page-header .top-bar .top-bar-section ul li a {
    background: #293F68;
    color: #FFFFFF;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li a {
    font-size: 16px;
  }

  .top-bar-section ul li ul.dropdown.wide li:hover > a {
    background: #293F68;
    border-bottom: 2px solid #223456;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a:hover, .top-bar-section .dropdown li ul li:hover {
    background: #293F68 !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a {
    border-bottom: 2px solid #223456 !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide {
    width: 100%;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent {
    float: none;
    width: 100%;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown {
    display: none;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown.moved .dropdown.wide li.has-dropdown.parent.moved ul.dropdown {
    display: block !important;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0px;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide {
    background: transparent !important;
    min-height: 100% !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li a {
    margin-bottom: 0px;
    border-bottom: 2px solid #223456;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent a {
    border-bottom: 2px solid #223456;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 8px 20px !important;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a:hover,
header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent:hover {
    background-color: #293F68 !important;
    color: #38B6E8;
  }

  header.page-header .top-bar .top-bar-section .row ul.main-level li.has-dropdown .dropdown.wide li.parent ul.dropdown li a {
    font-size: 18px;
  }

  body article > .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.inside .columns article section {
    margin: 15px 0px;
  }

  .row.inside .columns article .row ul.feat-services .featured-box.conv-complt,
.row.inside .columns article .row ul.feat-services .featured-box.unconv-complt,
.row.inside .columns article .row ul.feat-services .featured-box.wireline {
    height: auto;
  }

  aside.large-3.columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  aside .related {
    padding: 20px;
  }

  .row.inside aside .panel hr {
    display: block;
  }

  .large-6.columns.blue.left.bg-image,
.content.inside .markets.single .intro .bg-image {
    height: 175px;
    min-height: 100% !important;
  }

  .content.inside .services .intro .content {
    min-height: 100% !important;
  }

  .full-width .large-6.right .content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .primary {
    font-size: 28px;
  }

  .secondary {
    font-size: 20px;
  }

  .section-name {
    margin-top: 20px;
  }

  .content.inside .image-banner {
    height: 200px;
  }

  .content.inside .quote {
    font-size: 40px;
  }

  .content.inside .landing .container .content > div .button {
    position: relative;
  }

  ul.two-columns li {
    width: 100%;
  }

  .quick-contact {
    background-color: #293F68;
    height: 43px;
    *zoom: 1;
  }
  .quick-contact:before, .quick-contact:after {
    content: " ";
    display: table;
  }
  .quick-contact:after {
    clear: both;
  }
  .quick-contact ul li {
    float: left;
    width: 50%;
    font-size: 17px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 43px;
    padding-left: 20px;
    border-right: 2px solid #203150;
  }
  .quick-contact ul li:last-child {
    border-right: 0px;
  }
  .quick-contact ul li a {
    color: #FFFFFF;
  }
  .quick-contact ul li i {
    margin-right: 10px;
    color: #38B6E8;
    font-size: 15px;
  }

  aside {
    margin: 30px 0px;
  }

  .full-width .large-6.left .content {
    padding-left: 0px;
  }

  .hero {
    height: 288px;
    overflow: visible;
  }
  .hero .slider {
    width: 100%;
    margin-left: 0px;
    left: 0;
    height: 288px;
  }
  .hero .slider .bx-wrapper {
    height: 288px;
  }
  .hero .slider .bx-wrapper .bx-viewport {
    height: 288px !important;
  }
  .hero .slider .bx-wrapper .bx-viewport #banner-slider {
    height: 288px;
  }
  .hero .slider .bx-wrapper .bx-viewport #banner-slider img {
    height: auto;
    display: block;
  }
  .hero .slider .bx-wrapper .bx-controls {
    bottom: 288px;
    left: 0px;
    margin: 0 auto;
    padding-left: 15%;
  }
  .hero .slider .controllers .row .columns {
    position: absolute;
    width: 80px;
    right: 0px;
  }
  .hero .slider .controllers .row .control {
    width: 40px;
    height: 40px;
  }
  .hero .slider .controllers .row .control a {
    font-size: 22px;
  }
  .hero .slider ul li {
    max-width: 767px;
    background-color: #276A95;
  }
  .hero .slider ul li .row {
    height: 165px;
  }
  .hero .slider ul li .row .caption {
    height: 165px;
    padding: 0px;
    left: 0px;
  }
  .hero .slider ul li .row .caption h1 {
    font-size: 25px;
    margin-right: 0px;
    padding: 20px;
  }
  .hero .slider ul li .row .caption .button {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 1.1em;
  }
  .hero.inside {
    height: auto;
    padding: 10px 0px;
  }
  .hero.inside .page-title h1 {
    font-size: 23px;
    line-height: 25px;
  }

  .bx-next, .bx-prev {
    line-height: 40px;
    margin-left: 8px;
  }

  .content.home .intro .about {
    padding: 20px;
    width: 100%;
  }
  .content.home .intro .about .content {
    padding-right: 0px;
    float: left;
    min-width: 100%;
  }
  .content.home .intro .solutions {
    padding: 20px 0px 20px 20px;
  }
  .content.home .intro .solutions.right {
    float: left !important;
  }
  .content.home .intro .solutions .content {
    padding-left: 0px;
  }
  .content.home .intro .solutions .content .solutions-slider-container {
    width: 280px;
  }
  .content.home .intro .solutions .content .solutions-slider-container .caption {
    position: relative;
    bottom: 0;
    margin-right: 0px;
    min-width: 100%;
  }
  .content.home .intro .solutions .content .solutions-slider-container .controllers {
    position: absolute;
    top: 155px;
    z-index: 100;
  }
  .content.home .intro .solutions .content .solutions-slider-container ul#solutions-slider li {
    width: 280px;
  }
  .content.home .intro .solutions .content .solutions-slider-container ul#solutions-slider li img {
    height: auto;
  }
  .content.home .showcase .subhead {
    bottom: -1px;
  }
  .content.home .featured-items {
    padding: 30px 0px;
  }
  .content.home .featured-items .columns {
    margin-bottom: 40px;
  }
  .content.home .partners {
    padding: 30px 0px;
  }
  .content.home .partners img {
    max-height: 58px;
    margin: 0px;
  }
  .content.home .partners .row div h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .content.inside .landing {
    padding: 20px 0px;
  }
  .content.inside .landing .container .content > div .text {
    padding: 15px;
  }
  .content.inside .services .intro {
    height: auto;
  }
  .content.inside .services .intro .content {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    max-height: 100%;
  }
  .content.inside .services .description {
    padding: 20px 0px !important;
  }
  .content.inside .services .description h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .content.inside .services.landing .container {
    padding: 0px;
  }
  .content.inside .services.landing .container .content {
    padding: 10px 0px !important;
  }
  .content.inside .services.landing .container .image {
    height: auto;
  }
  .content.inside .services.landing .container .content .info {
    min-height: 100% !important;
  }
  .content.inside .solutions.single .description {
    padding: 0px;
  }
  .content.inside .solutions.single .description ul li {
    font-size: 18px;
  }
  .content.inside .solutions.single .intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content.inside .solutions.single .manufacturer .feat-solutions {
    padding: 40px 0px;
  }
  .content.inside .solutions.single .feat-solutions .columns .item {
    padding: 0px;
    margin-bottom: 30px;
  }
  .content.inside .solutions.single .feat-solutions .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.inside .solutions.landing .container {
    padding: 0px;
  }
  .content.inside .solutions.landing .container .content {
    padding: 10px 0px !important;
  }
  .content.inside .solutions.landing .container .content .info {
    min-height: 100% !important;
  }
  .content.inside .solutions.landing .manufacturers {
    padding: 30px 0px;
  }
  .content.inside .solutions.landing .manufacturers img {
    max-height: 58px;
    margin: 0px;
  }
  .content.inside .markets.single .intro {
    height: 100%;
    max-height: 100%;
  }
  .content.inside .markets.single .intro .content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100%;
  }
  .content.inside .markets.single .intro .bg-image {
    min-height: 200px !important;
  }
  .content.inside .markets.single .container {
    padding: 20px;
  }
  .content.inside .markets.single .solutions {
    padding: 20px;
  }
  .content.inside .markets.single .solutions p.primary {
    margin-bottom: 10px;
  }
  .content.inside .markets.single .solutions .item {
    padding-left: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .content.inside .markets.landing .container {
    padding: 0px;
  }
  .content.inside .markets.landing .container .content {
    padding: 10px 0px !important;
  }
  .content.inside .markets.landing .container .content .info {
    min-height: 100% !important;
  }
  .content.inside .markets.landing .container .image {
    height: auto;
  }
  .content.inside .portfolio.landing {
    padding: 20px 0px 0px 0px;
  }
  .content.inside .portfolio.landing .feat-projects {
    padding: 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .image {
    height: 180px !important;
    padding: 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .right {
    padding: 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .right .content {
    padding: 0px;
  }
  .content.inside .portfolio.landing .feat-projects .item .right .columns {
    margin-top: 20px;
  }
  .content.inside .portfolio.landing .archive {
    margin: 0px;
    padding: 20px;
  }
  .content.inside .portfolio.landing .archive .item {
    padding: 0px;
  }
  .content.inside .portfolio.single .large-6.columns.blue.left.bg-image {
    min-height: 200px !important;
  }
  .content.inside .portfolio.single .overview .content {
    padding: 20px;
  }
  .content.inside .portfolio.single .overview .columns {
    min-height: 100%;
  }
  .content.inside .portfolio.single .description {
    padding: 20px 0px;
    margin: 0px;
  }
  .content.inside .news.landing {
    padding: 20px 0px 0px;
  }
  .content.inside .news.landing .latest-news {
    padding: 0px;
  }
  .content.inside .news.landing .latest-news .item {
    margin: 10px 0px;
  }
  .content.inside .news.landing .latest-news .item .content {
    padding: 20px 0px;
  }
  .content.inside .news.landing aside .content {
    padding: 20px;
  }
  .content.inside .news.single .description {
    padding: 20px 0px;
    margin: 0px;
  }
  .content.inside .about.who-we-are .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content.inside .about.who-we-are .history .row .columns {
    padding: 0px !important;
  }
  .content.inside .about.who-we-are .content {
    padding: 20px;
    min-height: 100% !important;
  }
  .content.inside .about.who-we-are .team, .content.inside .about.who-we-are .community, .content.inside .about.who-we-are .safety {
    height: 100%;
  }
  .content.inside .about.who-we-are .clients {
    padding: 30px 0px;
  }
  .content.inside .about.who-we-are .clients img {
    max-height: 58px;
    margin: 0px;
  }
  .content.inside .about.what-we-do > .row.content {
    padding: 40px 1em;
  }
  .content.inside .about.what-we-do .solutions-services {
    padding: 0px;
  }
  .content.inside .about.what-we-do .solutions-services .right {
    padding-left: 0px;
    padding: 0px 20px;
  }
  .content.inside .about.what-we-do .solutions-services .left {
    padding-right: 0px;
    padding: 0px 20px;
  }
  .content.inside .about.what-we-do .solutions-services p.description {
    margin-left: 0px;
  }
  .content.inside .about.what-we-do .certifications div {
    min-height: 100% !important;
  }
  .content.inside .about.what-we-do .certifications div.technical, .content.inside .about.what-we-do .certifications div.manufacture, .content.inside .about.what-we-do .certifications div.business {
    padding: 0px;
    border: 0px;
    min-height: 100% !important;
  }
  .content.inside .about.careers .description {
    padding: 20px;
  }
  .content.inside .about.careers .description .intro {
    padding: 0px;
  }
  .content.inside .about.careers .description .work-at-mca .right, .content.inside .about.careers .description .work-at-mca .left {
    padding: 0px;
  }
  .content.inside .about.careers .positions {
    padding: 20px;
  }
  .content.inside .about.careers .positions .content {
    padding: 0px;
  }
  .content.inside .contact #map_canvas {
    height: 250px;
  }
  .content.inside .contact .content {
    padding: 20px;
  }

  .landing-page .banner {
    padding: 40px 0;
  }
  .landing-page .banner h1 {
    font-size: 1.86667em;
  }
  .landing-page .banner h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .landing-page .banner .columns {
    float: none !important;
  }
  .landing-page .intro {
    padding: 40px 0;
  }
  .landing-page .intro p {
    font-size: 22px;
    line-height: 1.4;
  }
  .landing-page .details .left .content {
    padding: 0 20px;
  }
  .landing-page table td .title {
    font-size: 1.4em;
  }

  footer.global {
    position: relative;
  }
  footer.global .columns {
    padding: 0px;
  }
  footer.global .columns .company-info {
    border-bottom: 0px solid #eaeaea;
    margin: 15px 0px 4px 0px;
  }
  footer.global .columns .company-info li {
    width: 100%;
    border-left: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    padding: 2px 0px;
    text-align: center;
  }
  footer.global .columns .company-info li:first-child {
    padding-left: 0px;
  }
  footer.global .columns .company-info li:last-child {
    border-right: 0px solid #eaeaea;
  }
  footer.global .columns .company-info li.social {
    display: none;
  }
  footer.global .columns .bottom.left {
    text-align: center;
    margin-bottom: 0;
  }
  footer.global .columns .bottom.right {
    float: left !important;
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
  footer.global .columns .bottom.right .copyright {
    padding: 0px;
    display: block;
    margin: 10px 0px 0px 0px;
    border-right: 0px solid #eaeaea;
  }
}
@media screen and (max-width: 768px) {
  #solutions-drop > a {
    padding: 8px 20px !important;
  }
}
#about-drop > li.title.back.js-generated > h5 > a {
  border-bottom: 2px solid #223456;
}

/*# sourceMappingURL=main.css.map */
