@charset "UTF-8";
/* Libraries
------------------------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* custom superstructure
------------------------------------------------------------------------------*/
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/*--Colors for Event landing grid -*/
/*------ Social Sharing Colors --------------------------*/
/* Conntextual Colours
------------------------------------------------------------------------------*/
/* Typography
------------------------------------------------------------------------------*/
/* Layout vars
------------------------------------------------------------------------------*/
/* SASS MIXINS
---------------------------------------------------------------------------*/
/* sets font-size, font-weight, and line-height. Note: use real weights (300, 400, 700, 900)  */
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* 
  Author: Kevin Andrews
  - IconVal = unicode value from fontawesome.github.io
  - Margin = which side of the icon do you want to add margin to "left" or "right" 
  - Color = color of the icon
  - FontSize = size of the icon
  use with a designated html element and pair with an aria-label or aria-hidden ex: <span data-icon="&#xf268;" aria-label="google chrome"></span>
*/
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  color: #003c71;
}

p,
ul,
ol {
  margin-top: 0;
}

p.caption,
ul.caption,
ol.caption {
  margin-top: 20px;
}

ul,
ol {
  padding-left: 25px;
}

table {
  width: 100%;
  border: 2px solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}

table thead tr {
  border: 2px solid;
}

table thead tr th {
  padding: 5px;
}

table thead tr td {
  padding: 5px;
  border-right: 1px solid;
}

table tbody tr td {
  padding: 5px;
  border: 1px solid;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul:before, nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

nav ul li {
  display: inline-block;
  float: left;
}

nav ul li a {
  display: block;
  text-decoration: none;
}

/* ----------------------------------------------

HELPERS

------------------------------------------------- */
.centered-content {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.text-centered {
  text-align: center;
}

.centered {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.img-centered {
  display: block;
  margin: 0 auto;
}

.img-float {
  float: left;
  margin-right: 30px;
}

.img-float-right {
  float: right;
}

.img-margin {
  margin-bottom: 15px;
}

.full-width {
  width: 100%;
}

.separator {
  display: block;
  width: 100%;
  border-top: 4px solid #0871bf;
  margin-top: 40px;
  margin-bottom: 40px;
}

.caps {
  text-transform: uppercase;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.drawer {
  display: none;
}

.lrg {
  font-size: 90px;
}

.white {
  background: #ffffff;
  color: #000000;
}

.grey {
  background: #f3f4f4;
}

.black {
  background: #000000;
  color: #ffffff;
}

.yellow {
  background: #0871bf;
  color: #000000;
}

/* for wireframing */
.wire {
  border: 1px solid;
  background: whitesmoke;
  padding: 15px;
  margin-bottom: 15px;
}

/* Accessible font-awesome icons */
[data-icon] {
  display: inline-block;
}

[data-icon]:before {
  content: attr(data-icon);
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 0.5em;
}

[data-icon]:before {
  margin-left: 0;
  margin-right: 0;
}

/* ----------------------------------------------

GRID

------------------------------------------------- */
.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

/* LOOPS TO DEFINE GRID CLASSES
  - Col: ex: col-1 OR col-1-24
  - Push: ex: push-1 OR push-1-24
  - Pull: ex: pull-1 OR pull-1-24
*/
.legacy-grid .col-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.legacy-grid .col-1:last-child {
  margin-right: 0;
}

.legacy-grid .pull-1 {
  margin-left: -8.5298%;
}

.legacy-grid .push-1 {
  margin-left: 8.5298%;
}

.legacy-grid .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.legacy-grid .col-2:last-child {
  margin-right: 0;
}

.legacy-grid .pull-2 {
  margin-left: -17.05961%;
}

.legacy-grid .push-2 {
  margin-left: 17.05961%;
}

.legacy-grid .col-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.legacy-grid .col-3:last-child {
  margin-right: 0;
}

.legacy-grid .pull-3 {
  margin-left: -25.58941%;
}

.legacy-grid .push-3 {
  margin-left: 25.58941%;
}

.legacy-grid .col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.legacy-grid .col-4:last-child {
  margin-right: 0;
}

.legacy-grid .pull-4 {
  margin-left: -34.11922%;
}

.legacy-grid .push-4 {
  margin-left: 34.11922%;
}

.legacy-grid .col-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.legacy-grid .col-5:last-child {
  margin-right: 0;
}

.legacy-grid .pull-5 {
  margin-left: -42.64902%;
}

.legacy-grid .push-5 {
  margin-left: 42.64902%;
}

.legacy-grid .col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.legacy-grid .col-6:last-child {
  margin-right: 0;
}

.legacy-grid .pull-6 {
  margin-left: -51.17883%;
}

.legacy-grid .push-6 {
  margin-left: 51.17883%;
}

.legacy-grid .col-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.legacy-grid .col-7:last-child {
  margin-right: 0;
}

.legacy-grid .pull-7 {
  margin-left: -59.70863%;
}

.legacy-grid .push-7 {
  margin-left: 59.70863%;
}

.legacy-grid .col-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.legacy-grid .col-8:last-child {
  margin-right: 0;
}

.legacy-grid .pull-8 {
  margin-left: -68.23843%;
}

.legacy-grid .push-8 {
  margin-left: 68.23843%;
}

.legacy-grid .col-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.legacy-grid .col-9:last-child {
  margin-right: 0;
}

.legacy-grid .pull-9 {
  margin-left: -76.76824%;
}

.legacy-grid .push-9 {
  margin-left: 76.76824%;
}

.legacy-grid .col-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}

.legacy-grid .col-10:last-child {
  margin-right: 0;
}

.legacy-grid .pull-10 {
  margin-left: -85.29804%;
}

.legacy-grid .push-10 {
  margin-left: 85.29804%;
}

.legacy-grid .col-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.legacy-grid .col-11:last-child {
  margin-right: 0;
}

.legacy-grid .pull-11 {
  margin-left: -93.82785%;
}

.legacy-grid .push-11 {
  margin-left: 93.82785%;
}

.legacy-grid .col-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.legacy-grid .col-12:last-child {
  margin-right: 0;
}

.legacy-grid .pull-12 {
  margin-left: -102.35765%;
}

.legacy-grid .push-12 {
  margin-left: 102.35765%;
}

.col-1-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 5.68706%;
}

.col-1-13:last-child {
  margin-right: 0;
}

.pull-1-13 {
  margin-left: -7.85941%;
}

.push-1-13 {
  margin-left: 7.85941%;
}

.col-2-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 13.54647%;
}

.col-2-13:last-child {
  margin-right: 0;
}

.pull-2-13 {
  margin-left: -15.71882%;
}

.push-2-13 {
  margin-left: 15.71882%;
}

.col-3-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 21.40588%;
}

.col-3-13:last-child {
  margin-right: 0;
}

.pull-3-13 {
  margin-left: -23.57824%;
}

.push-3-13 {
  margin-left: 23.57824%;
}

.col-4-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 29.26529%;
}

.col-4-13:last-child {
  margin-right: 0;
}

.pull-4-13 {
  margin-left: -31.43765%;
}

.push-4-13 {
  margin-left: 31.43765%;
}

.col-5-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 37.12471%;
}

.col-5-13:last-child {
  margin-right: 0;
}

.pull-5-13 {
  margin-left: -39.29706%;
}

.push-5-13 {
  margin-left: 39.29706%;
}

.col-6-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 44.98412%;
}

.col-6-13:last-child {
  margin-right: 0;
}

.pull-6-13 {
  margin-left: -47.15647%;
}

.push-6-13 {
  margin-left: 47.15647%;
}

.col-7-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 52.84353%;
}

.col-7-13:last-child {
  margin-right: 0;
}

.pull-7-13 {
  margin-left: -55.01588%;
}

.push-7-13 {
  margin-left: 55.01588%;
}

.col-8-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 60.70294%;
}

.col-8-13:last-child {
  margin-right: 0;
}

.pull-8-13 {
  margin-left: -62.87529%;
}

.push-8-13 {
  margin-left: 62.87529%;
}

.col-9-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 68.56235%;
}

.col-9-13:last-child {
  margin-right: 0;
}

.pull-9-13 {
  margin-left: -70.73471%;
}

.push-9-13 {
  margin-left: 70.73471%;
}

.col-10-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 76.42176%;
}

.col-10-13:last-child {
  margin-right: 0;
}

.pull-10-13 {
  margin-left: -78.59412%;
}

.push-10-13 {
  margin-left: 78.59412%;
}

.col-11-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 84.28118%;
}

.col-11-13:last-child {
  margin-right: 0;
}

.pull-11-13 {
  margin-left: -86.45353%;
}

.push-11-13 {
  margin-left: 86.45353%;
}

.col-12-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 92.14059%;
}

.col-12-13:last-child {
  margin-right: 0;
}

.pull-12-13 {
  margin-left: -94.31294%;
}

.push-12-13 {
  margin-left: 94.31294%;
}

.col-13-13 {
  float: left;
  display: block;
  margin-right: 2.17235%;
  width: 100%;
}

.col-13-13:last-child {
  margin-right: 0;
}

.pull-13-13 {
  margin-left: -102.17235%;
}

.push-13-13 {
  margin-left: 102.17235%;
}

.col-1-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 5.27266%;
}

.col-1-14:last-child {
  margin-right: 0;
}

.pull-1-14 {
  margin-left: -7.28672%;
}

.push-1-14 {
  margin-left: 7.28672%;
}

.col-2-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 12.55938%;
}

.col-2-14:last-child {
  margin-right: 0;
}

.pull-2-14 {
  margin-left: -14.57344%;
}

.push-2-14 {
  margin-left: 14.57344%;
}

.col-3-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 19.8461%;
}

.col-3-14:last-child {
  margin-right: 0;
}

.pull-3-14 {
  margin-left: -21.86016%;
}

.push-3-14 {
  margin-left: 21.86016%;
}

.col-4-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 27.13281%;
}

.col-4-14:last-child {
  margin-right: 0;
}

.pull-4-14 {
  margin-left: -29.14687%;
}

.push-4-14 {
  margin-left: 29.14687%;
}

.col-5-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 34.41953%;
}

.col-5-14:last-child {
  margin-right: 0;
}

.pull-5-14 {
  margin-left: -36.43359%;
}

.push-5-14 {
  margin-left: 36.43359%;
}

.col-6-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 41.70625%;
}

.col-6-14:last-child {
  margin-right: 0;
}

.pull-6-14 {
  margin-left: -43.72031%;
}

.push-6-14 {
  margin-left: 43.72031%;
}

.col-7-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 48.99297%;
}

.col-7-14:last-child {
  margin-right: 0;
}

.pull-7-14 {
  margin-left: -51.00703%;
}

.push-7-14 {
  margin-left: 51.00703%;
}

.col-8-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 56.27969%;
}

.col-8-14:last-child {
  margin-right: 0;
}

.pull-8-14 {
  margin-left: -58.29375%;
}

.push-8-14 {
  margin-left: 58.29375%;
}

.col-9-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 63.56641%;
}

.col-9-14:last-child {
  margin-right: 0;
}

.pull-9-14 {
  margin-left: -65.58047%;
}

.push-9-14 {
  margin-left: 65.58047%;
}

.col-10-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 70.85313%;
}

.col-10-14:last-child {
  margin-right: 0;
}

.pull-10-14 {
  margin-left: -72.86719%;
}

.push-10-14 {
  margin-left: 72.86719%;
}

.col-11-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 78.13984%;
}

.col-11-14:last-child {
  margin-right: 0;
}

.pull-11-14 {
  margin-left: -80.1539%;
}

.push-11-14 {
  margin-left: 80.1539%;
}

.col-12-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 85.42656%;
}

.col-12-14:last-child {
  margin-right: 0;
}

.pull-12-14 {
  margin-left: -87.44062%;
}

.push-12-14 {
  margin-left: 87.44062%;
}

.col-13-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 92.71328%;
}

.col-13-14:last-child {
  margin-right: 0;
}

.pull-13-14 {
  margin-left: -94.72734%;
}

.push-13-14 {
  margin-left: 94.72734%;
}

.col-14-14 {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 100%;
}

.col-14-14:last-child {
  margin-right: 0;
}

.pull-14-14 {
  margin-left: -102.01406%;
}

.push-14-14 {
  margin-left: 102.01406%;
}

.col-1-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 4.91455%;
}

.col-1-15:last-child {
  margin-right: 0;
}

.pull-1-15 {
  margin-left: -6.79182%;
}

.push-1-15 {
  margin-left: 6.79182%;
}

.col-2-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 11.70637%;
}

.col-2-15:last-child {
  margin-right: 0;
}

.pull-2-15 {
  margin-left: -13.58364%;
}

.push-2-15 {
  margin-left: 13.58364%;
}

.col-3-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 18.49818%;
}

.col-3-15:last-child {
  margin-right: 0;
}

.pull-3-15 {
  margin-left: -20.37545%;
}

.push-3-15 {
  margin-left: 20.37545%;
}

.col-4-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 25.29%;
}

.col-4-15:last-child {
  margin-right: 0;
}

.pull-4-15 {
  margin-left: -27.16727%;
}

.push-4-15 {
  margin-left: 27.16727%;
}

.col-5-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 32.08182%;
}

.col-5-15:last-child {
  margin-right: 0;
}

.pull-5-15 {
  margin-left: -33.95909%;
}

.push-5-15 {
  margin-left: 33.95909%;
}

.col-6-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 38.87364%;
}

.col-6-15:last-child {
  margin-right: 0;
}

.pull-6-15 {
  margin-left: -40.75091%;
}

.push-6-15 {
  margin-left: 40.75091%;
}

.col-7-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 45.66546%;
}

.col-7-15:last-child {
  margin-right: 0;
}

.pull-7-15 {
  margin-left: -47.54273%;
}

.push-7-15 {
  margin-left: 47.54273%;
}

.col-8-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 52.45727%;
}

.col-8-15:last-child {
  margin-right: 0;
}

.pull-8-15 {
  margin-left: -54.33454%;
}

.push-8-15 {
  margin-left: 54.33454%;
}

.col-9-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 59.24909%;
}

.col-9-15:last-child {
  margin-right: 0;
}

.pull-9-15 {
  margin-left: -61.12636%;
}

.push-9-15 {
  margin-left: 61.12636%;
}

.col-10-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 66.04091%;
}

.col-10-15:last-child {
  margin-right: 0;
}

.pull-10-15 {
  margin-left: -67.91818%;
}

.push-10-15 {
  margin-left: 67.91818%;
}

.col-11-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 72.83273%;
}

.col-11-15:last-child {
  margin-right: 0;
}

.pull-11-15 {
  margin-left: -74.71%;
}

.push-11-15 {
  margin-left: 74.71%;
}

.col-12-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 79.62455%;
}

.col-12-15:last-child {
  margin-right: 0;
}

.pull-12-15 {
  margin-left: -81.50182%;
}

.push-12-15 {
  margin-left: 81.50182%;
}

.col-13-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 86.41636%;
}

.col-13-15:last-child {
  margin-right: 0;
}

.pull-13-15 {
  margin-left: -88.29363%;
}

.push-13-15 {
  margin-left: 88.29363%;
}

.col-14-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 93.20818%;
}

.col-14-15:last-child {
  margin-right: 0;
}

.pull-14-15 {
  margin-left: -95.08545%;
}

.push-14-15 {
  margin-left: 95.08545%;
}

.col-15-15 {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 100%;
}

.col-15-15:last-child {
  margin-right: 0;
}

.pull-15-15 {
  margin-left: -101.87727%;
}

.push-15-15 {
  margin-left: 101.87727%;
}

.col-1-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 4.60199%;
}

.col-1-16:last-child {
  margin-right: 0;
}

.pull-1-16 {
  margin-left: -6.35987%;
}

.push-1-16 {
  margin-left: 6.35987%;
}

.col-2-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 10.96186%;
}

.col-2-16:last-child {
  margin-right: 0;
}

.pull-2-16 {
  margin-left: -12.71973%;
}

.push-2-16 {
  margin-left: 12.71973%;
}

.col-3-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 17.32172%;
}

.col-3-16:last-child {
  margin-right: 0;
}

.pull-3-16 {
  margin-left: -19.0796%;
}

.push-3-16 {
  margin-left: 19.0796%;
}

.col-4-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 23.68159%;
}

.col-4-16:last-child {
  margin-right: 0;
}

.pull-4-16 {
  margin-left: -25.43947%;
}

.push-4-16 {
  margin-left: 25.43947%;
}

.col-5-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 30.04146%;
}

.col-5-16:last-child {
  margin-right: 0;
}

.pull-5-16 {
  margin-left: -31.79934%;
}

.push-5-16 {
  margin-left: 31.79934%;
}

.col-6-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 36.40133%;
}

.col-6-16:last-child {
  margin-right: 0;
}

.pull-6-16 {
  margin-left: -38.1592%;
}

.push-6-16 {
  margin-left: 38.1592%;
}

.col-7-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 42.76119%;
}

.col-7-16:last-child {
  margin-right: 0;
}

.pull-7-16 {
  margin-left: -44.51907%;
}

.push-7-16 {
  margin-left: 44.51907%;
}

.col-8-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 49.12106%;
}

.col-8-16:last-child {
  margin-right: 0;
}

.pull-8-16 {
  margin-left: -50.87894%;
}

.push-8-16 {
  margin-left: 50.87894%;
}

.col-9-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 55.48093%;
}

.col-9-16:last-child {
  margin-right: 0;
}

.pull-9-16 {
  margin-left: -57.23881%;
}

.push-9-16 {
  margin-left: 57.23881%;
}

.col-10-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 61.8408%;
}

.col-10-16:last-child {
  margin-right: 0;
}

.pull-10-16 {
  margin-left: -63.59867%;
}

.push-10-16 {
  margin-left: 63.59867%;
}

.col-11-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 68.20066%;
}

.col-11-16:last-child {
  margin-right: 0;
}

.pull-11-16 {
  margin-left: -69.95854%;
}

.push-11-16 {
  margin-left: 69.95854%;
}

.col-12-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
}

.col-12-16:last-child {
  margin-right: 0;
}

.pull-12-16 {
  margin-left: -76.31841%;
}

.push-12-16 {
  margin-left: 76.31841%;
}

.col-13-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 80.9204%;
}

.col-13-16:last-child {
  margin-right: 0;
}

.pull-13-16 {
  margin-left: -82.67828%;
}

.push-13-16 {
  margin-left: 82.67828%;
}

.col-14-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 87.28027%;
}

.col-14-16:last-child {
  margin-right: 0;
}

.pull-14-16 {
  margin-left: -89.03814%;
}

.push-14-16 {
  margin-left: 89.03814%;
}

.col-15-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 93.64013%;
}

.col-15-16:last-child {
  margin-right: 0;
}

.pull-15-16 {
  margin-left: -95.39801%;
}

.push-15-16 {
  margin-left: 95.39801%;
}

.col-16-16 {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%;
}

.col-16-16:last-child {
  margin-right: 0;
}

.pull-16-16 {
  margin-left: -101.75788%;
}

.push-16-16 {
  margin-left: 101.75788%;
}

.col-1-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 4.32681%;
}

.col-1-17:last-child {
  margin-right: 0;
}

.pull-1-17 {
  margin-left: -5.97957%;
}

.push-1-17 {
  margin-left: 5.97957%;
}

.col-2-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 10.30638%;
}

.col-2-17:last-child {
  margin-right: 0;
}

.pull-2-17 {
  margin-left: -11.95915%;
}

.push-2-17 {
  margin-left: 11.95915%;
}

.col-3-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 16.28596%;
}

.col-3-17:last-child {
  margin-right: 0;
}

.pull-3-17 {
  margin-left: -17.93872%;
}

.push-3-17 {
  margin-left: 17.93872%;
}

.col-4-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 22.26553%;
}

.col-4-17:last-child {
  margin-right: 0;
}

.pull-4-17 {
  margin-left: -23.9183%;
}

.push-4-17 {
  margin-left: 23.9183%;
}

.col-5-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 28.24511%;
}

.col-5-17:last-child {
  margin-right: 0;
}

.pull-5-17 {
  margin-left: -29.89787%;
}

.push-5-17 {
  margin-left: 29.89787%;
}

.col-6-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 34.22468%;
}

.col-6-17:last-child {
  margin-right: 0;
}

.pull-6-17 {
  margin-left: -35.87745%;
}

.push-6-17 {
  margin-left: 35.87745%;
}

.col-7-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 40.20426%;
}

.col-7-17:last-child {
  margin-right: 0;
}

.pull-7-17 {
  margin-left: -41.85702%;
}

.push-7-17 {
  margin-left: 41.85702%;
}

.col-8-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 46.18383%;
}

.col-8-17:last-child {
  margin-right: 0;
}

.pull-8-17 {
  margin-left: -47.83659%;
}

.push-8-17 {
  margin-left: 47.83659%;
}

.col-9-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 52.16341%;
}

.col-9-17:last-child {
  margin-right: 0;
}

.pull-9-17 {
  margin-left: -53.81617%;
}

.push-9-17 {
  margin-left: 53.81617%;
}

.col-10-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 58.14298%;
}

.col-10-17:last-child {
  margin-right: 0;
}

.pull-10-17 {
  margin-left: -59.79574%;
}

.push-10-17 {
  margin-left: 59.79574%;
}

.col-11-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 64.12255%;
}

.col-11-17:last-child {
  margin-right: 0;
}

.pull-11-17 {
  margin-left: -65.77532%;
}

.push-11-17 {
  margin-left: 65.77532%;
}

.col-12-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 70.10213%;
}

.col-12-17:last-child {
  margin-right: 0;
}

.pull-12-17 {
  margin-left: -71.75489%;
}

.push-12-17 {
  margin-left: 71.75489%;
}

.col-13-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 76.0817%;
}

.col-13-17:last-child {
  margin-right: 0;
}

.pull-13-17 {
  margin-left: -77.73447%;
}

.push-13-17 {
  margin-left: 77.73447%;
}

.col-14-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 82.06128%;
}

.col-14-17:last-child {
  margin-right: 0;
}

.pull-14-17 {
  margin-left: -83.71404%;
}

.push-14-17 {
  margin-left: 83.71404%;
}

.col-15-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 88.04085%;
}

.col-15-17:last-child {
  margin-right: 0;
}

.pull-15-17 {
  margin-left: -89.69362%;
}

.push-15-17 {
  margin-left: 89.69362%;
}

.col-16-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 94.02043%;
}

.col-16-17:last-child {
  margin-right: 0;
}

.pull-16-17 {
  margin-left: -95.67319%;
}

.push-16-17 {
  margin-left: 95.67319%;
}

.col-17-17 {
  float: left;
  display: block;
  margin-right: 1.65276%;
  width: 100%;
}

.col-17-17:last-child {
  margin-right: 0;
}

.pull-17-17 {
  margin-left: -101.65276%;
}

.push-17-17 {
  margin-left: 101.65276%;
}

.col-1-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 4.08268%;
}

.col-1-18:last-child {
  margin-right: 0;
}

.pull-1-18 {
  margin-left: -5.6422%;
}

.push-1-18 {
  margin-left: 5.6422%;
}

.col-2-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 9.72488%;
}

.col-2-18:last-child {
  margin-right: 0;
}

.pull-2-18 {
  margin-left: -11.28439%;
}

.push-2-18 {
  margin-left: 11.28439%;
}

.col-3-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 15.36707%;
}

.col-3-18:last-child {
  margin-right: 0;
}

.pull-3-18 {
  margin-left: -16.92659%;
}

.push-3-18 {
  margin-left: 16.92659%;
}

.col-4-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 21.00927%;
}

.col-4-18:last-child {
  margin-right: 0;
}

.pull-4-18 {
  margin-left: -22.56878%;
}

.push-4-18 {
  margin-left: 22.56878%;
}

.col-5-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 26.65146%;
}

.col-5-18:last-child {
  margin-right: 0;
}

.pull-5-18 {
  margin-left: -28.21098%;
}

.push-5-18 {
  margin-left: 28.21098%;
}

.col-6-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 32.29366%;
}

.col-6-18:last-child {
  margin-right: 0;
}

.pull-6-18 {
  margin-left: -33.85317%;
}

.push-6-18 {
  margin-left: 33.85317%;
}

.col-7-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 37.93585%;
}

.col-7-18:last-child {
  margin-right: 0;
}

.pull-7-18 {
  margin-left: -39.49537%;
}

.push-7-18 {
  margin-left: 39.49537%;
}

.col-8-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 43.57805%;
}

.col-8-18:last-child {
  margin-right: 0;
}

.pull-8-18 {
  margin-left: -45.13756%;
}

.push-8-18 {
  margin-left: 45.13756%;
}

.col-9-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 49.22024%;
}

.col-9-18:last-child {
  margin-right: 0;
}

.pull-9-18 {
  margin-left: -50.77976%;
}

.push-9-18 {
  margin-left: 50.77976%;
}

.col-10-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 54.86244%;
}

.col-10-18:last-child {
  margin-right: 0;
}

.pull-10-18 {
  margin-left: -56.42195%;
}

.push-10-18 {
  margin-left: 56.42195%;
}

.col-11-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 60.50463%;
}

.col-11-18:last-child {
  margin-right: 0;
}

.pull-11-18 {
  margin-left: -62.06415%;
}

.push-11-18 {
  margin-left: 62.06415%;
}

.col-12-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 66.14683%;
}

.col-12-18:last-child {
  margin-right: 0;
}

.pull-12-18 {
  margin-left: -67.70634%;
}

.push-12-18 {
  margin-left: 67.70634%;
}

.col-13-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 71.78902%;
}

.col-13-18:last-child {
  margin-right: 0;
}

.pull-13-18 {
  margin-left: -73.34854%;
}

.push-13-18 {
  margin-left: 73.34854%;
}

.col-14-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 77.43122%;
}

.col-14-18:last-child {
  margin-right: 0;
}

.pull-14-18 {
  margin-left: -78.99073%;
}

.push-14-18 {
  margin-left: 78.99073%;
}

.col-15-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 83.07341%;
}

.col-15-18:last-child {
  margin-right: 0;
}

.pull-15-18 {
  margin-left: -84.63293%;
}

.push-15-18 {
  margin-left: 84.63293%;
}

.col-16-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 88.71561%;
}

.col-16-18:last-child {
  margin-right: 0;
}

.pull-16-18 {
  margin-left: -90.27512%;
}

.push-16-18 {
  margin-left: 90.27512%;
}

.col-17-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 94.3578%;
}

.col-17-18:last-child {
  margin-right: 0;
}

.pull-17-18 {
  margin-left: -95.91732%;
}

.push-17-18 {
  margin-left: 95.91732%;
}

.col-18-18 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 100%;
}

.col-18-18:last-child {
  margin-right: 0;
}

.pull-18-18 {
  margin-left: -101.55951%;
}

.push-18-18 {
  margin-left: 101.55951%;
}

.col-1-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 3.86463%;
}

.col-1-19:last-child {
  margin-right: 0;
}

.pull-1-19 {
  margin-left: -5.34085%;
}

.push-1-19 {
  margin-left: 5.34085%;
}

.col-2-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 9.20549%;
}

.col-2-19:last-child {
  margin-right: 0;
}

.pull-2-19 {
  margin-left: -10.68171%;
}

.push-2-19 {
  margin-left: 10.68171%;
}

.col-3-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 14.54634%;
}

.col-3-19:last-child {
  margin-right: 0;
}

.pull-3-19 {
  margin-left: -16.02256%;
}

.push-3-19 {
  margin-left: 16.02256%;
}

.col-4-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 19.88719%;
}

.col-4-19:last-child {
  margin-right: 0;
}

.pull-4-19 {
  margin-left: -21.36341%;
}

.push-4-19 {
  margin-left: 21.36341%;
}

.col-5-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 25.22805%;
}

.col-5-19:last-child {
  margin-right: 0;
}

.pull-5-19 {
  margin-left: -26.70427%;
}

.push-5-19 {
  margin-left: 26.70427%;
}

.col-6-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 30.5689%;
}

.col-6-19:last-child {
  margin-right: 0;
}

.pull-6-19 {
  margin-left: -32.04512%;
}

.push-6-19 {
  margin-left: 32.04512%;
}

.col-7-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 35.90976%;
}

.col-7-19:last-child {
  margin-right: 0;
}

.pull-7-19 {
  margin-left: -37.38598%;
}

.push-7-19 {
  margin-left: 37.38598%;
}

.col-8-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 41.25061%;
}

.col-8-19:last-child {
  margin-right: 0;
}

.pull-8-19 {
  margin-left: -42.72683%;
}

.push-8-19 {
  margin-left: 42.72683%;
}

.col-9-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 46.59146%;
}

.col-9-19:last-child {
  margin-right: 0;
}

.pull-9-19 {
  margin-left: -48.06768%;
}

.push-9-19 {
  margin-left: 48.06768%;
}

.col-10-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 51.93232%;
}

.col-10-19:last-child {
  margin-right: 0;
}

.pull-10-19 {
  margin-left: -53.40854%;
}

.push-10-19 {
  margin-left: 53.40854%;
}

.col-11-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 57.27317%;
}

.col-11-19:last-child {
  margin-right: 0;
}

.pull-11-19 {
  margin-left: -58.74939%;
}

.push-11-19 {
  margin-left: 58.74939%;
}

.col-12-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 62.61402%;
}

.col-12-19:last-child {
  margin-right: 0;
}

.pull-12-19 {
  margin-left: -64.09024%;
}

.push-12-19 {
  margin-left: 64.09024%;
}

.col-13-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 67.95488%;
}

.col-13-19:last-child {
  margin-right: 0;
}

.pull-13-19 {
  margin-left: -69.4311%;
}

.push-13-19 {
  margin-left: 69.4311%;
}

.col-14-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 73.29573%;
}

.col-14-19:last-child {
  margin-right: 0;
}

.pull-14-19 {
  margin-left: -74.77195%;
}

.push-14-19 {
  margin-left: 74.77195%;
}

.col-15-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 78.63659%;
}

.col-15-19:last-child {
  margin-right: 0;
}

.pull-15-19 {
  margin-left: -80.11281%;
}

.push-15-19 {
  margin-left: 80.11281%;
}

.col-16-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 83.97744%;
}

.col-16-19:last-child {
  margin-right: 0;
}

.pull-16-19 {
  margin-left: -85.45366%;
}

.push-16-19 {
  margin-left: 85.45366%;
}

.col-17-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 89.31829%;
}

.col-17-19:last-child {
  margin-right: 0;
}

.pull-17-19 {
  margin-left: -90.79451%;
}

.push-17-19 {
  margin-left: 90.79451%;
}

.col-18-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 94.65915%;
}

.col-18-19:last-child {
  margin-right: 0;
}

.pull-18-19 {
  margin-left: -96.13537%;
}

.push-18-19 {
  margin-left: 96.13537%;
}

.col-19-19 {
  float: left;
  display: block;
  margin-right: 1.47622%;
  width: 100%;
}

.col-19-19:last-child {
  margin-right: 0;
}

.pull-19-19 {
  margin-left: -101.47622%;
}

.push-19-19 {
  margin-left: 101.47622%;
}

.col-1-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 3.66869%;
}

.col-1-20:last-child {
  margin-right: 0;
}

.pull-1-20 {
  margin-left: -5.07007%;
}

.push-1-20 {
  margin-left: 5.07007%;
}

.col-2-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 8.73876%;
}

.col-2-20:last-child {
  margin-right: 0;
}

.pull-2-20 {
  margin-left: -10.14014%;
}

.push-2-20 {
  margin-left: 10.14014%;
}

.col-3-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 13.80883%;
}

.col-3-20:last-child {
  margin-right: 0;
}

.pull-3-20 {
  margin-left: -15.21021%;
}

.push-3-20 {
  margin-left: 15.21021%;
}

.col-4-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 18.8789%;
}

.col-4-20:last-child {
  margin-right: 0;
}

.pull-4-20 {
  margin-left: -20.28028%;
}

.push-4-20 {
  margin-left: 20.28028%;
}

.col-5-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 23.94897%;
}

.col-5-20:last-child {
  margin-right: 0;
}

.pull-5-20 {
  margin-left: -25.35034%;
}

.push-5-20 {
  margin-left: 25.35034%;
}

.col-6-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 29.01904%;
}

.col-6-20:last-child {
  margin-right: 0;
}

.pull-6-20 {
  margin-left: -30.42041%;
}

.push-6-20 {
  margin-left: 30.42041%;
}

.col-7-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 34.08911%;
}

.col-7-20:last-child {
  margin-right: 0;
}

.pull-7-20 {
  margin-left: -35.49048%;
}

.push-7-20 {
  margin-left: 35.49048%;
}

.col-8-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 39.15917%;
}

.col-8-20:last-child {
  margin-right: 0;
}

.pull-8-20 {
  margin-left: -40.56055%;
}

.push-8-20 {
  margin-left: 40.56055%;
}

.col-9-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 44.22924%;
}

.col-9-20:last-child {
  margin-right: 0;
}

.pull-9-20 {
  margin-left: -45.63062%;
}

.push-9-20 {
  margin-left: 45.63062%;
}

.col-10-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 49.29931%;
}

.col-10-20:last-child {
  margin-right: 0;
}

.pull-10-20 {
  margin-left: -50.70069%;
}

.push-10-20 {
  margin-left: 50.70069%;
}

.col-11-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 54.36938%;
}

.col-11-20:last-child {
  margin-right: 0;
}

.pull-11-20 {
  margin-left: -55.77076%;
}

.push-11-20 {
  margin-left: 55.77076%;
}

.col-12-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 59.43945%;
}

.col-12-20:last-child {
  margin-right: 0;
}

.pull-12-20 {
  margin-left: -60.84083%;
}

.push-12-20 {
  margin-left: 60.84083%;
}

.col-13-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 64.50952%;
}

.col-13-20:last-child {
  margin-right: 0;
}

.pull-13-20 {
  margin-left: -65.91089%;
}

.push-13-20 {
  margin-left: 65.91089%;
}

.col-14-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 69.57959%;
}

.col-14-20:last-child {
  margin-right: 0;
}

.pull-14-20 {
  margin-left: -70.98096%;
}

.push-14-20 {
  margin-left: 70.98096%;
}

.col-15-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 74.64966%;
}

.col-15-20:last-child {
  margin-right: 0;
}

.pull-15-20 {
  margin-left: -76.05103%;
}

.push-15-20 {
  margin-left: 76.05103%;
}

.col-16-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 79.71972%;
}

.col-16-20:last-child {
  margin-right: 0;
}

.pull-16-20 {
  margin-left: -81.1211%;
}

.push-16-20 {
  margin-left: 81.1211%;
}

.col-17-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 84.78979%;
}

.col-17-20:last-child {
  margin-right: 0;
}

.pull-17-20 {
  margin-left: -86.19117%;
}

.push-17-20 {
  margin-left: 86.19117%;
}

.col-18-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 89.85986%;
}

.col-18-20:last-child {
  margin-right: 0;
}

.pull-18-20 {
  margin-left: -91.26124%;
}

.push-18-20 {
  margin-left: 91.26124%;
}

.col-19-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 94.92993%;
}

.col-19-20:last-child {
  margin-right: 0;
}

.pull-19-20 {
  margin-left: -96.33131%;
}

.push-19-20 {
  margin-left: 96.33131%;
}

.col-20-20 {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 100%;
}

.col-20-20:last-child {
  margin-right: 0;
}

.pull-20-20 {
  margin-left: -101.40138%;
}

.push-20-20 {
  margin-left: 101.40138%;
}

.col-1-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 3.49166%;
}

.col-1-21:last-child {
  margin-right: 0;
}

.pull-1-21 {
  margin-left: -4.82542%;
}

.push-1-21 {
  margin-left: 4.82542%;
}

.col-2-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 8.31708%;
}

.col-2-21:last-child {
  margin-right: 0;
}

.pull-2-21 {
  margin-left: -9.65083%;
}

.push-2-21 {
  margin-left: 9.65083%;
}

.col-3-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 13.1425%;
}

.col-3-21:last-child {
  margin-right: 0;
}

.pull-3-21 {
  margin-left: -14.47625%;
}

.push-3-21 {
  margin-left: 14.47625%;
}

.col-4-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 17.96791%;
}

.col-4-21:last-child {
  margin-right: 0;
}

.pull-4-21 {
  margin-left: -19.30167%;
}

.push-4-21 {
  margin-left: 19.30167%;
}

.col-5-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 22.79333%;
}

.col-5-21:last-child {
  margin-right: 0;
}

.pull-5-21 {
  margin-left: -24.12708%;
}

.push-5-21 {
  margin-left: 24.12708%;
}

.col-6-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 27.61875%;
}

.col-6-21:last-child {
  margin-right: 0;
}

.pull-6-21 {
  margin-left: -28.9525%;
}

.push-6-21 {
  margin-left: 28.9525%;
}

.col-7-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 32.44416%;
}

.col-7-21:last-child {
  margin-right: 0;
}

.pull-7-21 {
  margin-left: -33.77792%;
}

.push-7-21 {
  margin-left: 33.77792%;
}

.col-8-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 37.26958%;
}

.col-8-21:last-child {
  margin-right: 0;
}

.pull-8-21 {
  margin-left: -38.60333%;
}

.push-8-21 {
  margin-left: 38.60333%;
}

.col-9-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 42.095%;
}

.col-9-21:last-child {
  margin-right: 0;
}

.pull-9-21 {
  margin-left: -43.42875%;
}

.push-9-21 {
  margin-left: 43.42875%;
}

.col-10-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 46.92042%;
}

.col-10-21:last-child {
  margin-right: 0;
}

.pull-10-21 {
  margin-left: -48.25417%;
}

.push-10-21 {
  margin-left: 48.25417%;
}

.col-11-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 51.74583%;
}

.col-11-21:last-child {
  margin-right: 0;
}

.pull-11-21 {
  margin-left: -53.07958%;
}

.push-11-21 {
  margin-left: 53.07958%;
}

.col-12-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 56.57125%;
}

.col-12-21:last-child {
  margin-right: 0;
}

.pull-12-21 {
  margin-left: -57.905%;
}

.push-12-21 {
  margin-left: 57.905%;
}

.col-13-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 61.39667%;
}

.col-13-21:last-child {
  margin-right: 0;
}

.pull-13-21 {
  margin-left: -62.73042%;
}

.push-13-21 {
  margin-left: 62.73042%;
}

.col-14-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 66.22208%;
}

.col-14-21:last-child {
  margin-right: 0;
}

.pull-14-21 {
  margin-left: -67.55584%;
}

.push-14-21 {
  margin-left: 67.55584%;
}

.col-15-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 71.0475%;
}

.col-15-21:last-child {
  margin-right: 0;
}

.pull-15-21 {
  margin-left: -72.38125%;
}

.push-15-21 {
  margin-left: 72.38125%;
}

.col-16-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 75.87292%;
}

.col-16-21:last-child {
  margin-right: 0;
}

.pull-16-21 {
  margin-left: -77.20667%;
}

.push-16-21 {
  margin-left: 77.20667%;
}

.col-17-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 80.69833%;
}

.col-17-21:last-child {
  margin-right: 0;
}

.pull-17-21 {
  margin-left: -82.03209%;
}

.push-17-21 {
  margin-left: 82.03209%;
}

.col-18-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 85.52375%;
}

.col-18-21:last-child {
  margin-right: 0;
}

.pull-18-21 {
  margin-left: -86.8575%;
}

.push-18-21 {
  margin-left: 86.8575%;
}

.col-19-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 90.34917%;
}

.col-19-21:last-child {
  margin-right: 0;
}

.pull-19-21 {
  margin-left: -91.68292%;
}

.push-19-21 {
  margin-left: 91.68292%;
}

.col-20-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 95.17458%;
}

.col-20-21:last-child {
  margin-right: 0;
}

.pull-20-21 {
  margin-left: -96.50834%;
}

.push-20-21 {
  margin-left: 96.50834%;
}

.col-21-21 {
  float: left;
  display: block;
  margin-right: 1.33375%;
  width: 100%;
}

.col-21-21:last-child {
  margin-right: 0;
}

.pull-21-21 {
  margin-left: -101.33375%;
}

.push-21-21 {
  margin-left: 101.33375%;
}

.col-1-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 3.33093%;
}

.col-1-22:last-child {
  margin-right: 0;
}

.pull-1-22 {
  margin-left: -4.60329%;
}

.push-1-22 {
  margin-left: 4.60329%;
}

.col-2-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 7.93422%;
}

.col-2-22:last-child {
  margin-right: 0;
}

.pull-2-22 {
  margin-left: -9.20658%;
}

.push-2-22 {
  margin-left: 9.20658%;
}

.col-3-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 12.53751%;
}

.col-3-22:last-child {
  margin-right: 0;
}

.pull-3-22 {
  margin-left: -13.80987%;
}

.push-3-22 {
  margin-left: 13.80987%;
}

.col-4-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 17.1408%;
}

.col-4-22:last-child {
  margin-right: 0;
}

.pull-4-22 {
  margin-left: -18.41316%;
}

.push-4-22 {
  margin-left: 18.41316%;
}

.col-5-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 21.74409%;
}

.col-5-22:last-child {
  margin-right: 0;
}

.pull-5-22 {
  margin-left: -23.01644%;
}

.push-5-22 {
  margin-left: 23.01644%;
}

.col-6-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 26.34738%;
}

.col-6-22:last-child {
  margin-right: 0;
}

.pull-6-22 {
  margin-left: -27.61973%;
}

.push-6-22 {
  margin-left: 27.61973%;
}

.col-7-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 30.95067%;
}

.col-7-22:last-child {
  margin-right: 0;
}

.pull-7-22 {
  margin-left: -32.22302%;
}

.push-7-22 {
  margin-left: 32.22302%;
}

.col-8-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 35.55395%;
}

.col-8-22:last-child {
  margin-right: 0;
}

.pull-8-22 {
  margin-left: -36.82631%;
}

.push-8-22 {
  margin-left: 36.82631%;
}

.col-9-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 40.15724%;
}

.col-9-22:last-child {
  margin-right: 0;
}

.pull-9-22 {
  margin-left: -41.4296%;
}

.push-9-22 {
  margin-left: 41.4296%;
}

.col-10-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 44.76053%;
}

.col-10-22:last-child {
  margin-right: 0;
}

.pull-10-22 {
  margin-left: -46.03289%;
}

.push-10-22 {
  margin-left: 46.03289%;
}

.col-11-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 49.36382%;
}

.col-11-22:last-child {
  margin-right: 0;
}

.pull-11-22 {
  margin-left: -50.63618%;
}

.push-11-22 {
  margin-left: 50.63618%;
}

.col-12-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 53.96711%;
}

.col-12-22:last-child {
  margin-right: 0;
}

.pull-12-22 {
  margin-left: -55.23947%;
}

.push-12-22 {
  margin-left: 55.23947%;
}

.col-13-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 58.5704%;
}

.col-13-22:last-child {
  margin-right: 0;
}

.pull-13-22 {
  margin-left: -59.84276%;
}

.push-13-22 {
  margin-left: 59.84276%;
}

.col-14-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 63.17369%;
}

.col-14-22:last-child {
  margin-right: 0;
}

.pull-14-22 {
  margin-left: -64.44605%;
}

.push-14-22 {
  margin-left: 64.44605%;
}

.col-15-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 67.77698%;
}

.col-15-22:last-child {
  margin-right: 0;
}

.pull-15-22 {
  margin-left: -69.04933%;
}

.push-15-22 {
  margin-left: 69.04933%;
}

.col-16-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 72.38027%;
}

.col-16-22:last-child {
  margin-right: 0;
}

.pull-16-22 {
  margin-left: -73.65262%;
}

.push-16-22 {
  margin-left: 73.65262%;
}

.col-17-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 76.98356%;
}

.col-17-22:last-child {
  margin-right: 0;
}

.pull-17-22 {
  margin-left: -78.25591%;
}

.push-17-22 {
  margin-left: 78.25591%;
}

.col-18-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 81.58684%;
}

.col-18-22:last-child {
  margin-right: 0;
}

.pull-18-22 {
  margin-left: -82.8592%;
}

.push-18-22 {
  margin-left: 82.8592%;
}

.col-19-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 86.19013%;
}

.col-19-22:last-child {
  margin-right: 0;
}

.pull-19-22 {
  margin-left: -87.46249%;
}

.push-19-22 {
  margin-left: 87.46249%;
}

.col-20-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 90.79342%;
}

.col-20-22:last-child {
  margin-right: 0;
}

.pull-20-22 {
  margin-left: -92.06578%;
}

.push-20-22 {
  margin-left: 92.06578%;
}

.col-21-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 95.39671%;
}

.col-21-22:last-child {
  margin-right: 0;
}

.pull-21-22 {
  margin-left: -96.66907%;
}

.push-21-22 {
  margin-left: 96.66907%;
}

.col-22-22 {
  float: left;
  display: block;
  margin-right: 1.27236%;
  width: 100%;
}

.col-22-22:last-child {
  margin-right: 0;
}

.pull-22-22 {
  margin-left: -101.27236%;
}

.push-22-22 {
  margin-left: 101.27236%;
}

.col-1-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 3.18435%;
}

.col-1-23:last-child {
  margin-right: 0;
}

.pull-1-23 {
  margin-left: -4.40071%;
}

.push-1-23 {
  margin-left: 4.40071%;
}

.col-2-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 7.58506%;
}

.col-2-23:last-child {
  margin-right: 0;
}

.pull-2-23 {
  margin-left: -8.80142%;
}

.push-2-23 {
  margin-left: 8.80142%;
}

.col-3-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 11.98577%;
}

.col-3-23:last-child {
  margin-right: 0;
}

.pull-3-23 {
  margin-left: -13.20213%;
}

.push-3-23 {
  margin-left: 13.20213%;
}

.col-4-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 16.38648%;
}

.col-4-23:last-child {
  margin-right: 0;
}

.pull-4-23 {
  margin-left: -17.60285%;
}

.push-4-23 {
  margin-left: 17.60285%;
}

.col-5-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 20.78719%;
}

.col-5-23:last-child {
  margin-right: 0;
}

.pull-5-23 {
  margin-left: -22.00356%;
}

.push-5-23 {
  margin-left: 22.00356%;
}

.col-6-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 25.18791%;
}

.col-6-23:last-child {
  margin-right: 0;
}

.pull-6-23 {
  margin-left: -26.40427%;
}

.push-6-23 {
  margin-left: 26.40427%;
}

.col-7-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 29.58862%;
}

.col-7-23:last-child {
  margin-right: 0;
}

.pull-7-23 {
  margin-left: -30.80498%;
}

.push-7-23 {
  margin-left: 30.80498%;
}

.col-8-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 33.98933%;
}

.col-8-23:last-child {
  margin-right: 0;
}

.pull-8-23 {
  margin-left: -35.20569%;
}

.push-8-23 {
  margin-left: 35.20569%;
}

.col-9-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 38.39004%;
}

.col-9-23:last-child {
  margin-right: 0;
}

.pull-9-23 {
  margin-left: -39.6064%;
}

.push-9-23 {
  margin-left: 39.6064%;
}

.col-10-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 42.79075%;
}

.col-10-23:last-child {
  margin-right: 0;
}

.pull-10-23 {
  margin-left: -44.00711%;
}

.push-10-23 {
  margin-left: 44.00711%;
}

.col-11-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 47.19146%;
}

.col-11-23:last-child {
  margin-right: 0;
}

.pull-11-23 {
  margin-left: -48.40783%;
}

.push-11-23 {
  margin-left: 48.40783%;
}

.col-12-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 51.59217%;
}

.col-12-23:last-child {
  margin-right: 0;
}

.pull-12-23 {
  margin-left: -52.80854%;
}

.push-12-23 {
  margin-left: 52.80854%;
}

.col-13-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 55.99289%;
}

.col-13-23:last-child {
  margin-right: 0;
}

.pull-13-23 {
  margin-left: -57.20925%;
}

.push-13-23 {
  margin-left: 57.20925%;
}

.col-14-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 60.3936%;
}

.col-14-23:last-child {
  margin-right: 0;
}

.pull-14-23 {
  margin-left: -61.60996%;
}

.push-14-23 {
  margin-left: 61.60996%;
}

.col-15-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 64.79431%;
}

.col-15-23:last-child {
  margin-right: 0;
}

.pull-15-23 {
  margin-left: -66.01067%;
}

.push-15-23 {
  margin-left: 66.01067%;
}

.col-16-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 69.19502%;
}

.col-16-23:last-child {
  margin-right: 0;
}

.pull-16-23 {
  margin-left: -70.41138%;
}

.push-16-23 {
  margin-left: 70.41138%;
}

.col-17-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 73.59573%;
}

.col-17-23:last-child {
  margin-right: 0;
}

.pull-17-23 {
  margin-left: -74.81209%;
}

.push-17-23 {
  margin-left: 74.81209%;
}

.col-18-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 77.99644%;
}

.col-18-23:last-child {
  margin-right: 0;
}

.pull-18-23 {
  margin-left: -79.21281%;
}

.push-18-23 {
  margin-left: 79.21281%;
}

.col-19-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 82.39715%;
}

.col-19-23:last-child {
  margin-right: 0;
}

.pull-19-23 {
  margin-left: -83.61352%;
}

.push-19-23 {
  margin-left: 83.61352%;
}

.col-20-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 86.79787%;
}

.col-20-23:last-child {
  margin-right: 0;
}

.pull-20-23 {
  margin-left: -88.01423%;
}

.push-20-23 {
  margin-left: 88.01423%;
}

.col-21-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 91.19858%;
}

.col-21-23:last-child {
  margin-right: 0;
}

.pull-21-23 {
  margin-left: -92.41494%;
}

.push-21-23 {
  margin-left: 92.41494%;
}

.col-22-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 95.59929%;
}

.col-22-23:last-child {
  margin-right: 0;
}

.pull-22-23 {
  margin-left: -96.81565%;
}

.push-22-23 {
  margin-left: 96.81565%;
}

.col-23-23 {
  float: left;
  display: block;
  margin-right: 1.21636%;
  width: 100%;
}

.col-23-23:last-child {
  margin-right: 0;
}

.pull-23-23 {
  margin-left: -101.21636%;
}

.push-23-23 {
  margin-left: 101.21636%;
}

.col-1-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 3.05012%;
}

.col-1-24:last-child {
  margin-right: 0;
}

.pull-1-24 {
  margin-left: -4.21521%;
}

.push-1-24 {
  margin-left: 4.21521%;
}

.col-2-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 7.26533%;
}

.col-2-24:last-child {
  margin-right: 0;
}

.pull-2-24 {
  margin-left: -8.43042%;
}

.push-2-24 {
  margin-left: 8.43042%;
}

.col-3-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 11.48055%;
}

.col-3-24:last-child {
  margin-right: 0;
}

.pull-3-24 {
  margin-left: -12.64564%;
}

.push-3-24 {
  margin-left: 12.64564%;
}

.col-4-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 15.69576%;
}

.col-4-24:last-child {
  margin-right: 0;
}

.pull-4-24 {
  margin-left: -16.86085%;
}

.push-4-24 {
  margin-left: 16.86085%;
}

.col-5-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 19.91097%;
}

.col-5-24:last-child {
  margin-right: 0;
}

.pull-5-24 {
  margin-left: -21.07606%;
}

.push-5-24 {
  margin-left: 21.07606%;
}

.col-6-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 24.12618%;
}

.col-6-24:last-child {
  margin-right: 0;
}

.pull-6-24 {
  margin-left: -25.29127%;
}

.push-6-24 {
  margin-left: 25.29127%;
}

.col-7-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 28.34139%;
}

.col-7-24:last-child {
  margin-right: 0;
}

.pull-7-24 {
  margin-left: -29.50648%;
}

.push-7-24 {
  margin-left: 29.50648%;
}

.col-8-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 32.55661%;
}

.col-8-24:last-child {
  margin-right: 0;
}

.pull-8-24 {
  margin-left: -33.7217%;
}

.push-8-24 {
  margin-left: 33.7217%;
}

.col-9-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 36.77182%;
}

.col-9-24:last-child {
  margin-right: 0;
}

.pull-9-24 {
  margin-left: -37.93691%;
}

.push-9-24 {
  margin-left: 37.93691%;
}

.col-10-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 40.98703%;
}

.col-10-24:last-child {
  margin-right: 0;
}

.pull-10-24 {
  margin-left: -42.15212%;
}

.push-10-24 {
  margin-left: 42.15212%;
}

.col-11-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 45.20224%;
}

.col-11-24:last-child {
  margin-right: 0;
}

.pull-11-24 {
  margin-left: -46.36733%;
}

.push-11-24 {
  margin-left: 46.36733%;
}

.col-12-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 49.41745%;
}

.col-12-24:last-child {
  margin-right: 0;
}

.pull-12-24 {
  margin-left: -50.58255%;
}

.push-12-24 {
  margin-left: 50.58255%;
}

.col-13-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 53.63267%;
}

.col-13-24:last-child {
  margin-right: 0;
}

.pull-13-24 {
  margin-left: -54.79776%;
}

.push-13-24 {
  margin-left: 54.79776%;
}

.col-14-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 57.84788%;
}

.col-14-24:last-child {
  margin-right: 0;
}

.pull-14-24 {
  margin-left: -59.01297%;
}

.push-14-24 {
  margin-left: 59.01297%;
}

.col-15-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 62.06309%;
}

.col-15-24:last-child {
  margin-right: 0;
}

.pull-15-24 {
  margin-left: -63.22818%;
}

.push-15-24 {
  margin-left: 63.22818%;
}

.col-16-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 66.2783%;
}

.col-16-24:last-child {
  margin-right: 0;
}

.pull-16-24 {
  margin-left: -67.44339%;
}

.push-16-24 {
  margin-left: 67.44339%;
}

.col-17-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 70.49352%;
}

.col-17-24:last-child {
  margin-right: 0;
}

.pull-17-24 {
  margin-left: -71.65861%;
}

.push-17-24 {
  margin-left: 71.65861%;
}

.col-18-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 74.70873%;
}

.col-18-24:last-child {
  margin-right: 0;
}

.pull-18-24 {
  margin-left: -75.87382%;
}

.push-18-24 {
  margin-left: 75.87382%;
}

.col-19-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 78.92394%;
}

.col-19-24:last-child {
  margin-right: 0;
}

.pull-19-24 {
  margin-left: -80.08903%;
}

.push-19-24 {
  margin-left: 80.08903%;
}

.col-20-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 83.13915%;
}

.col-20-24:last-child {
  margin-right: 0;
}

.pull-20-24 {
  margin-left: -84.30424%;
}

.push-20-24 {
  margin-left: 84.30424%;
}

.col-21-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 87.35436%;
}

.col-21-24:last-child {
  margin-right: 0;
}

.pull-21-24 {
  margin-left: -88.51945%;
}

.push-21-24 {
  margin-left: 88.51945%;
}

.col-22-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 91.56958%;
}

.col-22-24:last-child {
  margin-right: 0;
}

.pull-22-24 {
  margin-left: -92.73467%;
}

.push-22-24 {
  margin-left: 92.73467%;
}

.col-23-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 95.78479%;
}

.col-23-24:last-child {
  margin-right: 0;
}

.pull-23-24 {
  margin-left: -96.94988%;
}

.push-23-24 {
  margin-left: 96.94988%;
}

.col-24-24 {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
}

.col-24-24:last-child {
  margin-right: 0;
}

.pull-24-24 {
  margin-left: -101.16509%;
}

.push-24-24 {
  margin-left: 101.16509%;
}

*[class*="col-"] {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  *[class*="col-"],
  *[class*="pull-"],
  *[class*="push-"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  *[class*="col-"]:last-child,
  *[class*="pull-"]:last-child,
  *[class*="push-"]:last-child {
    margin-right: 0;
  }
  *[class*="col-"]:last-child,
  *[class*="pull-"]:last-child,
  *[class*="push-"]:last-child {
    margin-bottom: 0;
  }
  .centered-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* GRID
---------------------------------------------------------------------------*/
*[class*="grid__col"] {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}

*[class*="grid__col"]:last-of-type {
  margin-bottom: 0;
}

.grid {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.grid:before, .grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

.grid:last-of-type {
  margin-bottom: 0;
}

.grid__col--1 {
  width: 8.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-1 {
  margin-left: 8.33333%;
}

.grid__col--offset-left-1 {
  margin-left: -8.33333%;
}

.grid__col--2 {
  width: 16.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-2 {
  margin-left: 16.66667%;
}

.grid__col--offset-left-2 {
  margin-left: -16.66667%;
}

.grid__col--3 {
  width: 25%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-3 {
  margin-left: 25%;
}

.grid__col--offset-left-3 {
  margin-left: -25%;
}

.grid__col--4 {
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-4 {
  margin-left: 33.33333%;
}

.grid__col--offset-left-4 {
  margin-left: -33.33333%;
}

.grid__col--5 {
  width: 41.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-5 {
  margin-left: 41.66667%;
}

.grid__col--offset-left-5 {
  margin-left: -41.66667%;
}

.grid__col--6 {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-6 {
  margin-left: 50%;
}

.grid__col--offset-left-6 {
  margin-left: -50%;
}

.grid__col--7 {
  width: 58.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-7 {
  margin-left: 58.33333%;
}

.grid__col--offset-left-7 {
  margin-left: -58.33333%;
}

.grid__col--8 {
  width: 66.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-8 {
  margin-left: 66.66667%;
}

.grid__col--offset-left-8 {
  margin-left: -66.66667%;
}

.grid__col--9 {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-9 {
  margin-left: 75%;
}

.grid__col--offset-left-9 {
  margin-left: -75%;
}

.grid__col--10 {
  width: 83.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-10 {
  margin-left: 83.33333%;
}

.grid__col--offset-left-10 {
  margin-left: -83.33333%;
}

.grid__col--11 {
  width: 91.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-11 {
  margin-left: 91.66667%;
}

.grid__col--offset-left-11 {
  margin-left: -91.66667%;
}

.grid__col--12 {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-12 {
  margin-left: 100%;
}

.grid__col--offset-left-12 {
  margin-left: -100%;
}

.grid--flush {
  margin: 0;
  margin-bottom: 0;
}

.grid--flush *[class*="grid__col"] {
  padding: 0;
  margin-bottom: 0;
}

.grid--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.grid--flex *[class*="grid__col"] {
  float: none;
}

@media (min-width: 480px) {
  .grid--flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-sm .grid__col {
    margin-bottom: 0;
  }
  .grid__col--sm-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-sm-1 {
    margin-left: -8.33333%;
  }
  .grid__col--sm-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-sm-2 {
    margin-left: -16.66667%;
  }
  .grid__col--sm-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-sm-3 {
    margin-left: -25%;
  }
  .grid__col--sm-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-sm-4 {
    margin-left: -33.33333%;
  }
  .grid__col--sm-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-sm-5 {
    margin-left: -41.66667%;
  }
  .grid__col--sm-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-sm-6 {
    margin-left: -50%;
  }
  .grid__col--sm-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-sm-7 {
    margin-left: -58.33333%;
  }
  .grid__col--sm-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-sm-8 {
    margin-left: -66.66667%;
  }
  .grid__col--sm-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-sm-9 {
    margin-left: -75%;
  }
  .grid__col--sm-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-sm-10 {
    margin-left: -83.33333%;
  }
  .grid__col--sm-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-sm-11 {
    margin-left: -91.66667%;
  }
  .grid__col--sm-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-sm-12 {
    margin-left: -100%;
  }
}

@media (min-width: 768px) {
  .grid--flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-md .grid__col {
    margin-bottom: 0;
  }
  .grid__col--md-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-md-1 {
    margin-left: -8.33333%;
  }
  .grid__col--md-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-md-2 {
    margin-left: -16.66667%;
  }
  .grid__col--md-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-md-3 {
    margin-left: -25%;
  }
  .grid__col--md-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-md-4 {
    margin-left: -33.33333%;
  }
  .grid__col--md-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-md-5 {
    margin-left: -41.66667%;
  }
  .grid__col--md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-md-6 {
    margin-left: -50%;
  }
  .grid__col--md-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-md-7 {
    margin-left: -58.33333%;
  }
  .grid__col--md-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-md-8 {
    margin-left: -66.66667%;
  }
  .grid__col--md-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-md-9 {
    margin-left: -75%;
  }
  .grid__col--md-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-md-10 {
    margin-left: -83.33333%;
  }
  .grid__col--md-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-md-11 {
    margin-left: -91.66667%;
  }
  .grid__col--md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-md-12 {
    margin-left: -100%;
  }
}

@media (min-width: 992px) {
  .grid--flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-lg .grid__col {
    margin-bottom: 0;
  }
  .grid__col--lg-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-lg-1 {
    margin-left: -8.33333%;
  }
  .grid__col--lg-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-lg-2 {
    margin-left: -16.66667%;
  }
  .grid__col--lg-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-lg-3 {
    margin-left: -25%;
  }
  .grid__col--lg-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-lg-4 {
    margin-left: -33.33333%;
  }
  .grid__col--lg-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-lg-5 {
    margin-left: -41.66667%;
  }
  .grid__col--lg-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-lg-6 {
    margin-left: -50%;
  }
  .grid__col--lg-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-lg-7 {
    margin-left: -58.33333%;
  }
  .grid__col--lg-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-lg-8 {
    margin-left: -66.66667%;
  }
  .grid__col--lg-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-lg-9 {
    margin-left: -75%;
  }
  .grid__col--lg-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-lg-10 {
    margin-left: -83.33333%;
  }
  .grid__col--lg-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-lg-11 {
    margin-left: -91.66667%;
  }
  .grid__col--lg-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-lg-12 {
    margin-left: -100%;
  }
}

@media (min-width: 1200px) {
  .grid--flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-xl .grid__col {
    margin-bottom: 0;
  }
  .grid__col--xl-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-xl-1 {
    margin-left: -8.33333%;
  }
  .grid__col--xl-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-xl-2 {
    margin-left: -16.66667%;
  }
  .grid__col--xl-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-xl-3 {
    margin-left: -25%;
  }
  .grid__col--xl-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-xl-4 {
    margin-left: -33.33333%;
  }
  .grid__col--xl-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-xl-5 {
    margin-left: -41.66667%;
  }
  .grid__col--xl-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-xl-6 {
    margin-left: -50%;
  }
  .grid__col--xl-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-xl-7 {
    margin-left: -58.33333%;
  }
  .grid__col--xl-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-xl-8 {
    margin-left: -66.66667%;
  }
  .grid__col--xl-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-xl-9 {
    margin-left: -75%;
  }
  .grid__col--xl-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-xl-10 {
    margin-left: -83.33333%;
  }
  .grid__col--xl-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-xl-11 {
    margin-left: -91.66667%;
  }
  .grid__col--xl-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-xl-12 {
    margin-left: -100%;
  }
}

.row.two-col, .row.two-col-right, .row.two-col-left, .row.three-col {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.row.two-col:before, .row.two-col:after, .row.two-col-right:before, .row.two-col-right:after, .row.two-col-left:before, .row.two-col-left:after, .row.three-col:before, .row.three-col:after {
  content: "";
  display: table;
}

.row.two-col:after, .row.two-col-right:after, .row.two-col-left:after, .row.three-col:after {
  clear: both;
}

.row.two-col:last-child, .row.two-col-right:last-child, .row.two-col-left:last-child, .row.three-col:last-child {
  margin-bottom: 0;
}

.row.two-col *[class*="col-md-"], .row.two-col-right *[class*="col-md-"], .row.two-col-left *[class*="col-md-"], .row.three-col *[class*="col-md-"] {
  padding: 0 15px;
  margin-bottom: 30px;
}

.row.two-col *[class*="col-md-"]:last-child, .row.two-col-right *[class*="col-md-"]:last-child, .row.two-col-left *[class*="col-md-"]:last-child, .row.three-col *[class*="col-md-"]:last-child {
  margin-bottom: 0;
}

.row.two-col img, .row.two-col-right img, .row.two-col-left img, .row.three-col img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .row .col-md-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .row .col-lg-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .row .col-lg-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
}

html,
body {
  width: 100%;
}

h2 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

h2 span {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

h2 span.title {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

h3 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  text-transform: none;
  font-weight: 500;
  color: #003c71;
}

h3 span.title {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

h4 {
  font-size: 24px;
  color: #003c71;
}

li {
  font-size: 16px;
  line-height: 1.6em;
}

p {
  font-size: 16px;
  line-height: 1.6em;
}

.engcan-logo {
  width: 144px;
  float: left;
  margin-top: -13px;
}

.engcan-presented-by {
  font-size: 1em;
  margin-top: 35px;
  padding-right: 15px;
  text-transform: none;
  text-align: right;
}

main {
  background-color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

nav ul li.leaf {
  padding: 0;
}

nav.nav-utility {
  float: right;
}

nav.nav-utility ul {
  float: left;
  margin-top: 5px;
}

nav.nav-utility ul li {
  margin-right: 30px;
  font-weight: 400;
}

nav.nav-utility ul li a {
  color: #0871bf;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav.nav-utility ul li a:hover {
  color: #003c71;
}

nav.nav-mobile {
  margin-bottom: 40px;
}

nav.nav-mobile h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

nav.nav-mobile h2 a {
  text-decoration: none;
  color: #0871bf;
}

nav.nav-mobile ul li {
  display: block;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

nav.nav-mobile ul li a {
  padding: 15px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

nav.nav-mobile ul li a:after {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  font-size: 20px;
  margin-left: 10px;
}

nav.nav-mobile ul > li > ul {
  display: none;
}

nav.nav-main {
  display: table;
  width: 100%;
}

nav.nav-main ul {
  display: table-row;
}

nav.nav-main ul li {
  float: none;
  display: table-cell;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

nav.nav-main ul li a {
  padding: 0 15px;
  display: block;
  width: 100%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

nav.nav-main ul li a:hover, nav.nav-main ul li a:focus {
  color: #0871bf;
  padding: 15px;
  margin: -15px 0;
}

nav.nav-main ul li a:hover:before, nav.nav-main ul li a:focus:before {
  opacity: 0;
}

nav.nav-footer {
  margin-bottom: 60px;
}

nav.nav-footer > div.contextual-region ul {
  margin-left: 0;
}

nav.nav-footer > div.contextual-region > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav.nav-footer > div.contextual-region > ul > li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  margin-bottom: 30px;
}

nav.nav-footer > div.contextual-region > ul > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

nav.nav-footer > div.contextual-region > ul > li > a:after {
  content: '';
  font-family: "FontAwesome";
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
  margin-right: -15px;
}

nav.nav-footer > div.contextual-region > ul > li > a:hover, nav.nav-footer > div.contextual-region > ul > li > a:focus {
  text-decoration: underline;
}

nav.nav-footer > div.contextual-region > ul > li ul {
  display: block;
  list-style: none;
}

nav.nav-footer > div.contextual-region > ul > li ul li {
  list-style-type: none;
  list-style-image: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

nav.nav-footer > div.contextual-region > ul > li ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

nav.nav-footer > div.contextual-region > ul > li ul li a:hover, nav.nav-footer > div.contextual-region > ul > li ul li a:focus {
  text-decoration: underline;
}

nav.nav-footer > div ul {
  margin-left: 0;
}

nav.nav-footer > div > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav.nav-footer > div > ul > li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  margin-bottom: 30px;
}

nav.nav-footer > div > ul > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

nav.nav-footer > div > ul > li > a:after {
  content: '';
  font-family: "FontAwesome";
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
  margin-right: -15px;
}

nav.nav-footer > div > ul > li > a:hover, nav.nav-footer > div > ul > li > a:focus {
  text-decoration: underline;
}

nav.nav-footer > div > ul > li ul {
  display: block;
  list-style: none;
}

nav.nav-footer > div > ul > li ul li {
  list-style-type: none;
  list-style-image: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

nav.nav-footer > div > ul > li ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

nav.nav-footer > div > ul > li ul li a:hover, nav.nav-footer > div > ul > li ul li a:focus {
  text-decoration: underline;
}

nav.nav-side {
  margin-right: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b3d4ed;
}

nav.nav-side.mobile {
  margin-right: 0;
}

nav.nav-side h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

nav.nav-side h2 a {
  text-decoration: none;
  color: #000000;
}

nav.nav-side ul > li > ul a {
  background: #f5fafb;
}

nav.nav-side ul li.active a {
  color: #006fc2;
  border-left: 4px solid #006fc2;
  text-decoration: none;
}

nav.nav-side ul li {
  border-top: 1px solid #b3d4ed;
  display: block;
  margin: 0;
  width: 100%;
}

nav.nav-side ul li a.active {
  color: #006fc2;
  border-left: 4px solid #006fc2;
  text-decoration: none;
}

nav.nav-side ul li a {
  padding: 15px 0 15px 15px;
  color: #3e5f89;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  border-left: 4px solid white;
}

nav.nav-side ul li a:hover, nav.nav-side ul li a:focus {
  border-left: 4px solid #003b73;
  text-decoration: none;
}

nav.nav-side ul li a:after {
  display: inline-block;
  content: '\f0da';
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
}

nav.nav-side ul li > ul a {
  padding-left: 30px;
}

nav.nav-side ul li > ul > li > ul a {
  padding-left: 45px;
}

nav.nav-side ul li > ul > li > ul > li > ul a {
  padding-left: 60px;
}

nav.nav-subnav {
  width: 100%;
}

nav.nav-subnav ul {
  list-style: none;
  text-align: center;
  padding: 30px 0;
}

nav.nav-subnav ul li {
  float: none;
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0;
  padding: 0 30px;
  position: relative;
}

nav.nav-subnav ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  position: relative;
  color: #003c71;
}

nav.nav-subnav ul li a:hover:after, nav.nav-subnav ul li a:focus:after, nav.nav-subnav ul li a.active-trail:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #003c71;
}

nav.nav-subnav ul li.active a {
  color: #0871bf;
}

nav.nav-subnav ul li.active a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #0871bf;
}

nav.nav-subnav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -0.65px;
  width: 2px;
  height: 100%;
  background: #ddedf2;
}

nav.nav-subnav ul li:last-of-type:after {
  display: none;
}

nav.nav-mobile-subnav ul {
  list-style: none;
}

nav.nav-mobile-subnav ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
}

nav.nav-mobile-subnav ul li a {
  display: block;
  padding: 10px;
  background: #f3f4f4;
  border-bottom: 1px solid #ebebeb;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

nav.nav-mobile-subnav ul li a .fa {
  color: #0871bf;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav.nav-mobile-subnav ul li a.open .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

nav.nav-mobile-subnav ul li ul li a {
  background: #ffffff;
}

form .form-group {
  position: relative;
}

form.search {
  float: left;
}

form.search .form-group {
  width: 300px;
}

form.search .form-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0871bf;
}

form.search input[type="text"] {
  width: 100%;
  font-size: 14px;
  padding: 7px 10px;
  padding-right: 80px;
  padding-left: 30px;
  border: solid 1px #ebebeb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

form.search input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  text-transform: none;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 5px 10px;
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
  -webkit-appearance: none;
  /*-webkit-border-radius: 0;*/
}

.bar {
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.bar:before, .bar:after {
  content: "";
  display: table;
}

.bar:after {
  clear: both;
}

.bar.bar-utility {
  padding: 20px 0;
  background: #ffffff;
  border-color: #ffffff;
}

.bar.bar-main {
  background: #ffffff;
  border-color: #ffffff;
  padding: 15px 0;
}

.bar.bar-mobile {
  display: none;
  border: none;
}

.bar.bar-mobile .mobile-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.bar.bar-mobile nav {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  position: fixed;
  top: 0;
  padding-top: 56px;
  width: 100%;
  z-index: 999;
  max-height: 100%;
  overflow-y: auto;
}

.bar.bar-mobile nav form {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 10px;
  padding-bottom: 0;
}

.bar.bar-mobile nav form .form-group {
  width: 100%;
}

.bar.bar-mobile nav form .form-group input[type="text"] {
  background: #ffffff;
  padding: 10px;
}

.bar.bar-mobile nav ul.social-menu {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
  float: left;
}

.bar.bar-mobile nav ul.social-menu li {
  border-bottom: hidden;
}

.bar.bar-mobile nav ul.social-menu li a {
  font-size: 20px;
  color: #0871bf;
}

.bar.bar-mobile nav ul.social-menu li a:after {
  color: #ffffff;
}

.bar.bar-mobile nav ul.language-switcher-locale-url {
  margin-top: 5px;
}

.bar.bar-mobile nav ul.menu li, .bar.bar-mobile nav ul.language-switcher-locale-url li {
  margin: 0;
  width: 100%;
  border-bottom: hidden;
}

.bar.bar-mobile nav ul.menu li.expanded, .bar.bar-mobile nav ul.language-switcher-locale-url li.expanded {
  padding: 0;
}

.bar.bar-mobile nav ul.menu li a, .bar.bar-mobile nav ul.language-switcher-locale-url li a {
  display: block;
  padding: 15px;
  background: #ffffff;
  color: #0871bf;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: hidden;
}

.bar.bar-mobile nav ul.menu li a:after, .bar.bar-mobile nav ul.language-switcher-locale-url li a:after {
  color: #ffffff;
}

.bar.bar-mobile nav ul.menu li a.drawer-toggle, .bar.bar-mobile nav ul.language-switcher-locale-url li a.drawer-toggle {
  position: relative;
  padding-right: 30px;
}

.bar.bar-mobile nav ul.menu li a.drawer-toggle .fa-angle-down, .bar.bar-mobile nav ul.language-switcher-locale-url li a.drawer-toggle .fa-angle-down {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bar.bar-mobile nav ul.menu li a.drawer-toggle.open .fa-angle-down, .bar.bar-mobile nav ul.language-switcher-locale-url li a.drawer-toggle.open .fa-angle-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.bar.bar-mobile nav ul.menu li ul, .bar.bar-mobile nav ul.language-switcher-locale-url li ul {
  border-top: none;
}

.bar.bar-mobile nav ul.menu li ul li a, .bar.bar-mobile nav ul.language-switcher-locale-url li ul li a {
  border-bottom: none;
}

.bar.bar-mobile nav ul.menu {
  /* border-top:1px solid $color-brand-1;*/
  margin-left: 0px;
}

.bar.bar-mobile nav ul.menu + .menu {
  border-top: none;
}

.bar.bar-mobile nav ul.language-switcher-locale-url li a {
  border: 0px;
  padding: 15px;
  color: #0871bf;
}

.mobile-toggle {
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
}

.mobile-toggle:before, .mobile-toggle:after {
  content: "";
  display: table;
}

.mobile-toggle:after {
  clear: both;
}

.mobile-toggle span {
  float: right;
  font-size: 18px;
  cursor: pointer;
}

.banner {
  position: relative;
  background-color: #9e5fa6;
  overflow: hidden;
  display: block;
}

.banner__content {
  width: 100%;
  text-align: left;
  display: block;
  background-image: url("https://via.placeholder.com/500");
  background-repeat: no-repeat, repeat !important;
  background-position: bottom 0 right 0, left;
  -webkit-background-size: auto 100%, auto;
  -moz-background-size: auto 100%, auto;
  -o-background-size: auto 100%, auto;
  background-size: auto 100%, auto;
}

.banner__content .banner_text_area {
  width: 50%;
  padding-right: 45px;
}

.banner__content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1em;
  padding: 5px 0;
  text-transform: uppercase;
  color: #ffffff;
}

.banner__content p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 45px;
  line-height: 1.8em;
  color: #ffffff;
}

.banner__content p:last-child {
  margin-bottom: 0;
}

.banner__content a {
  line-height: 42px;
}

.banner.banner-front .page-title .black {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

.banner .centered-content {
  padding: 70px 40px;
}

.banner.banner-sub {
  position: relative;
  background-image: url("../images/header-image/Subpage/NEM-sub-header.png");
  background-repeat: repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner.banner-sub .centered-content {
  min-height: 230px;
}

.banner.banner-sub h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
}

.banner.banner-sub h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}

.banner.banner-sub .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-sub .page-title .title {
  padding: 15px 21px;
  padding-bottom: 10px;
}

.banner__image--center {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66%;
  pointer-events: none;
  z-index: 1;
}

.banner__image--left {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 30%;
  pointer-events: none;
  z-index: 1;
}

.banner__image--right {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 30%;
  pointer-events: none;
  z-index: 1;
}

.presented-by {
  padding-top: 60px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
}

.presented-by img {
  display: inline-block;
  width: 100%;
  max-width: 275px;
}

.brand {
  padding-top: 40px;
}

.brand img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 174px;
}

.title {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}

.page-title {
  font-family: "Open Sans", sans-serif;
}

.page-title .title {
  font-size: 42px;
  margin-bottom: 10px;
}

.page-title .title span {
  border-right: 2px solid #0871bf;
  display: inline-block;
  padding: 5px 10px;
}

.page-title .title span:last-of-type {
  border-right: none;
}

.cards {
  margin-bottom: 20px;
}

.card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px;
  text-decoration: none;
}

.card__wrapper .card {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.engineers-section .flex, .discover-section .flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.engineers-section .card {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.card {
  text-decoration: none;
  display: block;
  background: #ffffff;
}

.card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.card .card-info {
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
}

.card .card-info h3,
.card .card-info h4 {
  color: #003c71;
}

.card .card-info p {
  color: #000000;
}

.card .card-info h3 {
  font-size: 20px;
}

.card .card-info p {
  font-size: 14px;
}

.card .card-info *:last-child {
  margin-bottom: 0;
}

.card .card-info.grey {
  background: #ffffff;
}

.event {
  text-decoration: none;
  color: #000000;
}

.event h3 {
  margin-bottom: 0;
}

.event .event-info {
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 15px;
}

.divider {
  padding-top: 30px;
  border-top: 2px solid #f3f4f4;
}

.back-link {
  text-decoration: none;
  color: #000000;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
}

.back-link:hover, .back-link:focus {
  text-decoration: underline;
  color: #000000;
}

.back-link span {
  color: #0871bf;
  margin-right: 10px;
}

.page-links {
  margin-top: 30px;
}

.page-links a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.page-links a span {
  font-family: "Open Sans", sans-serif;
}

.page-links a.prev-discipline {
  float: left;
}

.page-links a.prev-discipline:before {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 10px;
  font-weight: 300;
}

.page-links a.next-discipline {
  float: right;
}

.page-links a.next-discipline:after {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300;
}

.section-desc {
  display: block;
  margin: 0 auto;
  line-height: 2em;
  max-width: 100%;
  margin-bottom: 30px;
}

.intro-section {
  margin-bottom: 60px;
}

.event-section .legacy-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.province {
  width: 100%;
  height: 250px;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.province .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.province .vertical-center h2 {
  font-size: 24px;
  color: #003c71;
  text-transform: none;
}

.province .vertical-center p {
  font-size: 16px;
  font-weight: 400;
}

.province.province-intro {
  background: #f3f4f4;
}

.province.province-1 {
  /* color light blue*/
  background-color: #b1e6fa;
}

.province.province-2 {
  /*color blue*/
  background-color: #9bd0f8;
}

.province.province-3 {
  /*light purple*/
  background-color: #f5d8f9;
}

.province.province-4 {
  /*light orange*/
  background-color: #fad29e;
}

.province.province-5 {
  /*light green*/
  background-color: #d0eb8e;
}

.province.province-6 {
  /*light red*/
  background-color: #f9b0b9;
}

.province.province-7 {
  /*light teal*/
  background-color: #ddedf2;
}

.province .button {
  color: #000000;
  position: absolute;
  bottom: 0;
  font-size: 18px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
  background: none;
  text-transform: capitalize;
  font-weight: 700;
}

.province .button:hover, .province .button:focus {
  background: none;
  color: #000000;
  text-decoration: underline;
}

.province .event_image_container {
  display: block;
  height: 70%;
}

.province .event_image_container img {
  max-height: 100%;
}

.discipline {
  text-decoration: none;
  overflow: hidden;
}

.discipline img {
  height: auto;
  width: 100%;
}

.discipline.featured {
  padding: 15px;
  position: relative;
  background: #ffffff;
  padding-bottom: 50px;
  color: #000000;
}

.discipline h3 {
  color: #003c71;
  font-size: 22px;
}

.discipline p {
  color: #000000;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 15px;
}

.discipline h3, .discipline p {
  text-decoration: none;
}

a.discipline-link {
  color: #ffffff;
  position: relative;
}

a.discipline-link span.link-text {
  position: absolute;
  left: 0;
  padding: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
}

a.discipline-link span[data-icon] {
  margin-left: 5px;
}

span.discipline-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  height: 60px;
  text-align: center;
  background: #0871bf;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

span.discipline-link span.link-text {
  position: absolute;
  left: 0;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
  text-align: center;
  width: 100%;
}

span.discipline-link span[data-icon] {
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

span.discipline-link:hover, span.discipline-link:focus {
  background: #003c71;
}

article a {
  color: #0871bf;
}

article a:hover, article a:focus {
  color: #003c71;
  text-decoration: none;
}

article img {
  height: auto !important;
}

.downdown-timer.expired {
  display: none;
}

.countdown {
  background: #f0f1f1;
  color: #ffffff;
  padding: 10px;
}

.countdown__number {
  padding: 10px 20px;
  background: white;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
}

.countdown__text {
  font-size: 24px;
  font-family: "Amatic SC", cursive;
  text-transform: uppercase;
}

.countdown__content {
  padding: 0 12%;
  padding-top: 45px;
}

.countdown__content p {
  margin-bottom: 30px;
  font-weight: 400;
}

.countdown__expired-content {
  display: none;
}

.countdown__expired-content.expired {
  display: block;
}

section {
  padding: 75px 0;
}

section.about-section {
  position: relative;
  padding: 0px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}

section.about-section .topic-img {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://via.placeholder.com/300");
  background-position: center;
  -webkit-background-size: auto 100%, auto;
  -moz-background-size: auto 100%, auto;
  -o-background-size: auto 100%, auto;
  background-size: auto 100%, auto;
  background-repeat: no-repeat;
}

section.about-section .topic-info {
  position: relative;
  background: #ffffff;
  padding: 100px 40px;
  display: block;
  width: 50%;
  float: right;
}

section.about-section .topic-info h2, section.about-section .topic-info h3, section.about-section .topic-info h4 {
  font-family: "Open Sans", sans-serif;
  color: #003c71 !important;
  margin-bottom: 20px;
}

section.about-section .topic-info p {
  line-height: 1.5em;
  font-weight: 400;
}

section.about-section .positioning-statement p {
  font-size: 18px !important;
  line-height: 1.5em;
  font-weight: 400;
}

section.about-section img.topic-img-mobile {
  display: none;
}

section.about-section .bg-color-1 {
  background-color: #ddedf2;
}

section.about-section .bg-color-2 {
  background-color: #ef9f35;
}

section.about-section .bg-color-3 {
  background-color: #ef73a6;
}

section.about-section .bg-color-4 {
  background-color: #318ed3;
}

section.nem-countdown-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/home/NEM-icons-blue.png") !important;
  background-color: #0871bf !important;
  background-position: center !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  text-align: center;
}

section.nem-countdown-section h2 {
  margin-bottom: 30px;
}

section.nem-countdown-section h2, section.nem-countdown-section p {
  color: #ffffff;
}

section.nem-countdown-section img,
section.nem-countdown-section .countdown {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

section.nem-countdown-section img {
  height: 125px;
  width: auto;
  margin-right: 20px;
}

section.resource-section {
  position: relative;
  background: #edefef;
}

section.resource-section h2, section.resource-section h3 {
  color: #003c71;
  padding-bottom: 20px;
}

section.resource-section p {
  margin-bottom: 25px;
}

section.resource-section .resource-grid .col-sm-6, section.resource-section .resource-grid .col-md-6, section.resource-section .resource-grid .col-1, section.resource-section .resource-grid .col-2 {
  background: #ffffff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.resource-section .resource-grid .col-sm-6 img, section.resource-section .resource-grid .col-md-6 img, section.resource-section .resource-grid .col-1 img, section.resource-section .resource-grid .col-2 img {
  width: 100%;
  height: auto;
}

section.engineers-section {
  position: relative;
  background-image: url("../images/home/NEM-icons-orange.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ef9f35;
  text-align: center;
}

section.engineers-section.sub-engineers-section {
  padding-top: 90px;
  background-image: none;
  background-color: #f3f4f4;
}

section.engineers-section .button {
  background: #8e5809;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
}

section.engineers-section .button:hover, section.engineers-section .button:focus {
  background: #a6670b;
}

section.engineers-section h2, section.engineers-section h3 {
  color: #000000 !important;
}

section.cta-section {
  background: #f3f4f4;
}

section.presented-section {
  margin-top: 50px;
}

section.presented-section .separator {
  margin-top: 30px;
}

section.presented-section h2 {
  margin-top: -80px;
}

section.presented-section h2 .title {
  padding: 20px 30px;
  background: #0871bf;
}

section.partner-section {
  padding-top: 0;
}

section.partner-section img {
  padding: 0 10%;
}

section.partner-section .row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.partner-section .row:last-of-type {
  margin-bottom: 0;
}

section.article-section {
  padding-top: 90px;
}

section.article-section h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

section.article-section .col-md-3 {
  padding-left: 25px;
}

section.past-events-section .row {
  margin-bottom: 60px;
}

section.event-section {
  margin-top: 15px;
  padding-top: 90px;
  background: #ffffff;
}

section.event-section .row {
  margin-bottom: 15px;
}

section.chart-your-course-results-section {
  padding-top: 90px;
  background-color: #edefef;
}

section.chart-your-course-results-section h2 {
  color: #003c71;
  font-weight: 700;
  padding-bottom: 50px;
}

section.chart-your-course-results-section .button {
  background-color: #003c71;
  padding: 18px 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-transform: none;
  font-weight: 700;
  font-size: 22px;
}

section.chart-your-course-results-section .button:hover, section.chart-your-course-results-section .button:focus {
  background-color: #0871bf;
  color: #ffffff;
}

section.chart-your-course-results-section .social {
  margin-top: 60px;
}

section.chart-your-course-results-section .social h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

section.chart-your-course-results-section .social .social-links a {
  display: block;
  padding: 15px;
  width: 100%;
  padding-left: 65px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

section.chart-your-course-results-section .social .social-links a.facebook span[data-icon] {
  background: #366cc9;
  padding: 11px 19px;
}

section.chart-your-course-results-section .social .social-links a.twitter span[data-icon] {
  background: #47b6f1;
  padding: 11px 16px;
}

section.chart-your-course-results-section .social .social-links a.print span[data-icon] {
  background: #a2bc53;
  padding: 10px 19px;
}

section.chart-your-course-results-section .social .social-links a span[data-icon] {
  font-size: 20px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 49px;
  -webkit-border-radius: 12px 0px 0px 12px;
  -moz-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
}

section.chart-your-course-section {
  padding-top: 50px;
  background-color: #edefef;
}

section.chart-your-course-section h2 {
  color: #003c71;
  font-weight: 700;
  padding-bottom: 50px;
}

section.chart-your-course-section h3 {
  color: #003c71;
}

section.chart-your-course-section #more_questions_btn {
  margin-top: 20px;
}

section.chart-your-course-section form {
  width: 100%;
  position: relative;
  z-index: 5;
}

section.chart-your-course-section form .questions-form {
  position: relative;
}

section.chart-your-course-section form button[type="submit"] {
  background-color: #003c71;
  padding: 18px 30px;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-transform: none;
  font-weight: 700;
  font-size: 22px;
  margin-left: 0;
  margin-right: 0;
}

section.chart-your-course-section form button[type="submit"]:hover, section.chart-your-course-section form button[type="submit"]:focus {
  background-color: #0871bf;
  color: #ffffff;
}

section.chart-your-course-section form .plus-link {
  font-size: 18px;
  color: #003c71;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
  background: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

section.chart-your-course-section form .plus-link:after {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  font-size: 20px;
  margin-left: 10px;
  font-weight: 300;
}

section.chart-your-course-section form .plus-link:hover, section.chart-your-course-section form .plus-link:focus {
  color: #0871bf;
}

section.chart-your-course-section form ul {
  list-style: none;
  padding: 0;
  background: #f3f4f4;
}

section.chart-your-course-section form ul li {
  margin-bottom: 5px;
}

section.chart-your-course-section form ul li label {
  display: block;
  width: 100%;
  padding: 20px 10px;
  padding-left: 70px;
  background: #ffffff;
  position: relative;
  font-weight: normal;
  margin-bottom: 12px;
}

section.chart-your-course-section form ul li label:before {
  content: '';
  display: inline-block;
  border: 3px solid #0871bf;
  background: #ffffff;
  margin-right: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 17px;
}

section.chart-your-course-section form ul li input:checked + label {
  background: #a9c663;
}

section.chart-your-course-section form ul li input:checked + label:before {
  border: 3px solid #0871bf;
}

section.chart-your-course-section form ul li input:checked + label:after {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 20px;
  color: #0871bf;
}

section.chart-your-course-section form ul li input:hover + label, section.chart-your-course-section form ul li input:focus + label {
  background: #a9c663;
}

section.discover-section {
  position: relative;
  padding-top: 90px;
  background: #edefef;
}

.chart_course_validation_msg {
  padding: 10px;
  background: #ffb6b6;
  border: 1px solid #ff5b5b;
}

.chart_course_body {
  margin-bottom: 20px;
}

.search-results {
  padding: 0;
}

.search-results .search-snippet-info {
  padding: 0;
}

.search-results .search-result {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.mobile {
  display: none;
}

.mobile-subnav-parent {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #ddedf2;
  padding: 15px;
}

.mobile-subnav-parent .fa {
  color: #0871bf;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-subnav-parent.open {
  color: #0871bf;
}

.mobile-subnav-parent.open .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.form-wrapper {
  margin-bottom: 20px;
}

.item-list h3 {
  font-size: 22px;
}

@media only screen and (max-width: 1020px) {
  .banner__content {
    -webkit-background-size: auto 80%, auto;
    -moz-background-size: auto 80%, auto;
    -o-background-size: auto 80%, auto;
    background-size: auto 80%, auto;
  }
}

@media only screen and (max-width: 979px) {
  .banner-front .graphic img.left-graphic, .banner-front .graphic img.right-graphic {
    display: none;
  }
  section.chart-your-course-results-section .col-8 {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 880px) {
  h2 {
    font-size: 28px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .chart-your-course-results-section .flex {
    display: block;
  }
  #main-content {
    margin-top: 0;
    /*used to be margin-top:30px*/
  }
  body {
    padding-top: 54px;
  }
  .bar.bar-utility, .bar.bar-main {
    display: none;
  }
  .bar.bar-mobile {
    display: block;
  }
  .bar.bar-mobile .drawer-toggle {
    color: #0871bf;
  }
  .banner__content {
    width: 100%;
    height: 600px;
    background-image: url("https://via.placeholder.com/500");
    background-repeat: no-repeat, repeat !important;
    background-position: bottom center;
    -webkit-background-size: auto 60%,auto;
    -moz-background-size: auto 60%,auto;
    -o-background-size: auto 60%,auto;
    background-size: auto 60%,auto;
  }
  .banner__content .banner_text_area {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .banner__content h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1em;
    padding: 5px 0;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner__content p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.8em;
    color: #ffffff;
  }
  .banner__content p:last-child {
    margin-bottom: 0;
  }
  .banner.banner-front {
    height: auto;
  }
  .banner.banner-front .graphic {
    display: none;
  }
  .banner.banner-front .centered-content {
    padding: 50px 30px;
  }
  .banner.banner-sub .page-title {
    width: 100%;
    padding: 0 15px;
  }
  .banner.banner-sub .page-title .title {
    width: 100%;
    padding: 15px 15px;
    font-size: 40px;
  }
  .banner.banner-sub .centered-content {
    min-height: 150px;
  }
  .banner__image--left, .banner__image--right {
    display: none;
  }
  .banner__image--center {
    width: 105%;
    max-width: initial;
    bottom: -60px;
  }
  .presented-by {
    text-align: left;
  }
  section.event-section {
    padding-top: 60px;
  }
  section.article-section {
    padding-top: 60px;
  }
  section.about-section {
    padding-top: 0;
  }
  section.about-section .topic-info {
    width: 100%;
    padding: 65px 20px;
    float: left;
  }
  section.about-section .topic-img {
    display: none;
  }
  section.about-section img.topic-img-mobile {
    position: static;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  section.nem-countdown-section img {
    display: block;
    margin: 30px auto;
  }
  section .countdown__content {
    padding: 0;
    padding-top: 18px;
  }
  section.resource-section {
    padding-top: 45px;
  }
  section.chart-your-course-section .graphic-top,
  section.chart-your-course-section .graphic-bottom-right,
  section.chart-your-course-section .graphic-bottom-left,
  section.chart-your-course-section .graphic-line-top,
  section.chart-your-course-section .graphic-line-bottom {
    display: none;
  }
  section.engineers-section .card {
    display: block;
    float: none;
    margin: 15px auto;
  }
  /*-
  .cards{
    display: block;
  }
  */
  .nav.nav-footer {
    margin-bottom: 30px;
  }
  .nav.nav-footer > div.contextual-region > ul > li {
    width: 100%;
  }
  .nav.nav-footer > ul > li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .resource-grid .row .col-md-6 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .resource-grid .row .col-md-6 {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .social-links .card__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .logo-area .engcan-presented-by {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  .logo-area img {
    margin: 0 auto;
  }
  .engineers-section .card {
    max-width: 350px;
  }
  .article-section .col-md-3 {
    padding-left: 0 !important;
    margin-top: 25px;
  }
}

.home {
  font-weight: 500;
  text-decoration: none;
  color: #0871bf;
  display: inline-block;
  font-size: 20px;
}

.home i {
  margin-right: 5px;
}

footer {
  background: #0871bf;
  color: #ffffff;
  padding: 60px 0;
}

footer hr {
  border: none;
  height: 1px;
  background: #003c71;
  margin: 60px 0;
}

footer p {
  font-size: 16px;
  font-weight: 300;
}

footer a {
  color: #ffffff;
  font-weight: 600;
}

footer a:hover, footer a:focus {
  color: #003c71;
}

footer img {
  max-width: 250px;
  height: auto;
}

.search-form .search-help-link {
  display: none;
}

article div.field {
  margin-top: 20px;
}

.event_meta {
  margin-top: 20px;
}

.event_image_caption {
  opacity: 0.3;
}

.views-exposed-form select {
  padding: 10px;
}

.views-exposed-form input[type=submit] {
  position: relative;
  clear: none;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: 0;
}

.views-exposed-form .form-actions {
  clear: none;
}

@media only screen and (max-width: 560px) {
  .banner__content {
    -webkit-background-size: auto 50%, auto;
    -moz-background-size: auto 50%, auto;
    -o-background-size: auto 50%, auto;
    background-size: auto 50%, auto;
  }
  .banner h1 {
    font-size: 30px;
  }
  .banner.banner-front {
    height: auto;
  }
  .banner.banner-front .graphic {
    display: none;
  }
  .banner.banner-front .centered-content {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .banner__content {
    -webkit-background-size: auto 40%, auto;
    -moz-background-size: auto 40%, auto;
    -o-background-size: auto 40%, auto;
    background-size: auto 40%, auto;
  }
}

@media only screen and (max-width: 320px) {
  .banner__content {
    -webkit-background-size: auto 30%, auto;
    -moz-background-size: auto 30%, auto;
    -o-background-size: auto 30%, auto;
    background-size: auto 30%, auto;
  }
}

.btn,
.button,
button,
input[type="button"],
input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  background: #0871bf;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 18px;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:last-child,
.button:last-child,
button:last-child,
input[type="button"]:last-child,
input[type="submit"]:last-child {
  margin-bottom: 0;
}

.btn:hover, .btn:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #003c71;
  color: #ffffff;
}

.btn.highlighted,
.button.highlighted,
button.highlighted,
input[type="button"].highlighted,
input[type="submit"].highlighted {
  background: #003c71;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn.highlighted:hover, .btn.highlighted:focus,
.button.highlighted:hover,
.button.highlighted:focus,
button.highlighted:hover,
button.highlighted:focus,
input[type="button"].highlighted:hover,
input[type="button"].highlighted:focus,
input[type="submit"].highlighted:hover,
input[type="submit"].highlighted:focus {
  background: #004a8b;
}

.btn span[data-icon],
.button span[data-icon],
button span[data-icon],
input[type="button"] span[data-icon],
input[type="submit"] span[data-icon] {
  position: absolute;
  right: 10px;
  color: #0871bf;
}

.btn span[data-icon]:before,
.button span[data-icon]:before,
button span[data-icon]:before,
input[type="button"] span[data-icon]:before,
input[type="submit"] span[data-icon]:before {
  margin-right: 0;
}

.btn--secondary,
.button--secondary,
button--secondary,
input[type="button"]--secondary,
input[type="submit"]--secondary {
  background: #003c71;
  color: #ffffff;
}

.btn--secondary:hover, .btn--secondary:focus,
.button--secondary:hover,
.button--secondary:focus,
button--secondary:hover,
button--secondary:focus,
input[type="button"]--secondary:hover,
input[type="button"]--secondary:focus,
input[type="submit"]--secondary:hover,
input[type="submit"]--secondary:focus {
  background: #004a8b;
  color: #ffffff;
}

.banner__content a {
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px;
  background: #5e3068;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner__content a:hover, .banner__content a:focus {
  background: #6e3879;
}

.card-header {
  color: #003c71;
}

article form {
  width: 100%;
}

article form.search-form + h2 {
  padding-bottom: 15px;
  border-bottom: 4px solid #0871bf;
}

article form .form-item {
  margin-top: 0;
}

article form input[type="text"],
article form input[type="number"],
article form input[type="search"],
article form input[type="email"],
article form input[type="password"] {
  padding: 5px;
  font-size: 16px;
  width: 100%;
  webkit-border-radius: 0;
}

article form input[type="radio"] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

article form input[type="radio"]:checked + label:before {
  border: 5px solid #000000;
}

article form input[type="radio"]:focus + label {
  outline: 2px auto #9ecaed;
}

article form input[type="radio"] + label {
  padding-left: 25px;
  position: relative;
}

article form input[type="radio"] + label:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: '';
  border: 2px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

article form input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

article form input[type="checkbox"]:checked + label:before {
  border: 2px solid #f0f1f1;
}

article form input[type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  left: 0px;
}

article form input[type="checkbox"] + label {
  padding-left: 25px;
  position: relative;
}

article form input[type="checkbox"] + label:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: '';
  border: 2px solid #ebebeb;
  height: 15px;
  width: 15px;
  display: inline-block;
}

article form input[type="checkbox"]:focus + label {
  outline: 2px auto #9ecaed;
}

article form textarea {
  font-size: 16px;
  width: 100%;
  /* -webkit-border-radius: 0;*/
}

article form input[type="submit"],
article form button[type="submit"] {
  margin-top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*-webkit-appearance: none;*/
  /*-webkit-border-radius: 0;*/
}

@media (max-width: 768px) {
  article form[class^="webform"], article form.search-form {
    width: 100%;
    margin-left: 0;
  }
}

/* ACCESSIBILITY STYLES
---------------------------------------------------------------------------*/
.webaimHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  display: block;
  visibility: visible;
  color: #000000;
  width: auto;
  height: auto;
  padding: 0 1em;
  left: 0.5em;
  top: 0.5em;
  background: #f7f9fb;
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}

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