@charset "UTF-8";
/* Custom Rows */
/*
Theme Name: MyMD
Theme URI:
Author: Antenna | Digital
Author URI: https://www.antennagroup.com
Description: MyMD Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
headings: font-family: 'Fira Sans', sans-serif;
body: font-family: 'Inter', sans-serif;
buttons: font-family: 'Roboto', sans-serif;
*/
/********************************************************************************
--- CSS BASE  ---
*********************************************************************************/
html {
  font-size: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.188rem;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #565e68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

article, aside, footer, header, nav, section {
  display: block;
}

figcaption, figure {
  display: block;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
  outline: none;
  overflow: hidden;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #0868a9;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type="checkbox"], [type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}

::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

section {
  margin: 7.4rem 0;
}

/*Reduce Root Element (html) Sizing For REMs*/
@media only screen and (max-width: 1199px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 15px;
  }
}

/********************************************************************************
--- Template - Header ---
*********************************************************************************/
.header {
  z-index: 999;
}

.header-top {
  position: relative;
  max-width: 1600px;
  margin: 32px auto 85px;
}

/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar {
  width: 0 !important;
}

.drawer::-webkit-scrollbar-track {
  background: none;
}

.drawer::-webkit-scrollbar-thumb {
  background: none;
}

.no-touchevents .drawer::-webkit-scrollbar {
  width: 8px !important;
}

.no-touchevents .drawer::-webkit-scrollbar-track {
  background: #ccc;
}

.no-touchevents .drawer::-webkit-scrollbar-thumb {
  background: #0868a9;
}

/*-----------Header - Search-----------*/
.search input[type="text"] {
  margin: 0;
  height: 40px;
  padding-right: 2.25em;
}

.search button {
  font-size: 1.000rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 40px;
  line-height: 40px;
  color: #ccc;
}

.search-row {
  position: relative;
}

/*-----------Header - Utility Links-----------*/
.utility-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.utility-links li, .utility-links a {
  display: block;
}

@media only screen and (min-width: 1331px) {
  /*-----------Hidden Mobile Elements-----------*/
  .content-overlay, .drawer-toggle {
    display: none;
  }
  /*-----------Header-----------*/
  .header {
    height: 70px;
    /*top: 32px;*/
    position: absolute;
    width: 100%;
  }
  .header .logo {
    display: block;
    margin-top: 2.375rem;
    position: absolute;
    top: 0;
    left: 3rem;
    max-width: 15.625rem;
    text-align: center;
    z-index: 1;
  }
  .header .logo img {
    display: inline-block;
    vertical-align: middle;
  }
  /*-----------Header - Top - Right-----------*/
  .corner {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  /*-----------Header - Search-----------*/
  .search {
    float: left;
    width: 250px;
  }
  /*-----------Header - Utility Links-----------*/
  .utility-links {
    float: right;
  }
  .utility-links li {
    float: left;
    line-height: 40px;
    position: relative;
  }
  .utility-links a {
    padding: 0 0.667em;
    font-size: 0.778rem;
    color: #000;
  }
  .utility-links a:hover {
    color: #0868a9;
  }
  /*-----------Header - Menu-----------*/
  .menu {
    font-size: 13px;
    width: 100%;
  }
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu li {
    position: relative;
  }
  .menu li, .menu a {
    display: inline-block;
  }
  /*-----------Menu - Text and Buttons-----------*/
  .menu .menu-right {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: 2.375rem;
    margin-right: 3.75rem;
    float: right;
  }
  .menu .menu-right .text-menu a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    height: 1.5rem;
    padding-left: 0.87rem;
    padding-right: 0.875rem;
    border-right: 1px solid #c01a72;
  }
  .menu .menu-right .text-menu li:last-child a {
    border-right: none;
  }
  .menu .menu-right .text-menu a:hover, .menu .menu-right .text-menu li:hover > a, .menu .menu-right .text-menu li.selected > a {
    color: #c01a72;
  }
  .menu ul.button-menu .button {
    margin-bottom: 0;
  }
  /*-----------Menu - First Level-----------*/
  .menu > ul > li > a:not(.button) {
    padding: 0 1.125rem;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    height: 7.187rem;
    line-height: 7.187rem;
    position: relative;
    transition: color 250ms ease;
  }
  .menu > ul > li > a:not(.button):after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #c01a72;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    transition: opacity 250ms ease;
    opacity: 0;
  }
  .menu > ul > li > a .menu-arrow {
    position: absolute;
  }
  .menu > ul > li > a .menu-arrow:after {
    content: "\e91d";
    font-family: 'CD-Project-Icons';
    margin-left: 0.333em;
    font-size: 90%;
    color: #ccc;
  }
  .menu > ul > li > a:not(.button):hover:after, .menu > ul > li:hover > a:not(.button):after, .menu > ul > li.selected > a:not(.button):after {
    opacity: 1;
  }
  /*-----------Menu - Dropdown-----------*/
  .menu ul ul {
    line-height: normal;
    position: absolute;
    left: -9999px;
    top: auto;
    margin-top: -0.37rem;
    width: 225px;
    transition: opacity .25s ease;
    background: #f2f2f2;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    opacity: 0;
  }
  .menu ul ul li {
    display: block;
    text-align: left;
    font-size: 1rem;
  }
  .menu ul ul li:first-child a {
    padding-top: 1rem;
  }
  .menu ul ul li:last-child a {
    padding-bottom: 1rem;
  }
  .menu ul ul a {
    color: #565e68;
    font-weight: 600;
    padding: 0.467em 1.250em;
    font-size: 0.85rem;
    display: block;
  }
  .menu ul ul a:hover, .menu ul ul li.drop-open > a, .menu ul ul li.selected > a {
    color: #0868a9;
  }
  .menu ul ul .menu-arrow:after {
    content: "\ea21";
    font-family: 'CD-Project-Icons';
    margin-left: 0.333em;
    font-size: 90%;
    color: #ccc;
  }
  .no-touchevents .menu > ul > li.drop-open > ul, .touchevents .menu > ul > li:hover > ul {
    left: auto;
    opacity: 1;
  }
  .no-touchevents .menu > ul > li.drop-right.drop-open ul, .touchevents .menu > ul > li.drop-right:hover ul {
    right: 0;
  }
  /*-----------Menu - Second Level Dropdown-----------*/
  .no-touchevents .menu > ul > li ul li.drop-open ul, .touchevents .menu > ul > li ul li:hover ul {
    opacity: 1;
    left: 225px;
    top: 0;
  }
  .no-touchevents .menu > ul > li.drop-right ul li.drop-open ul, .touchevents .menu > ul > li.drop-right ul li:hover ul {
    left: inherit;
    right: 225px;
  }
}

@media only screen and (min-width: 960px) {
  .menu {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1331px) {
  .menu {
    font-size: 16px;
    text-align: center;
  }
  .menu ul.menu-center {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1330px) {
  /*-----------Header-----------*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #29333f;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }
  .header-top {
    margin: 0px auto 5px;
  }
  /*-----------Header - Logo-----------*/
  .header .logo {
    display: block;
    left: 2rem;
    /* width:100%;*/
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 50px;
  }
  .logo img {
    width: 100%;
    max-width: 105px;
    display: inline-block;
    vertical-align: middle;
  }
  /*-----------Drawer Toggle-----------*/
  .drawer-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 60px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .drawer-toggle span {
    position: absolute;
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -14px;
  }
  .drawer-toggle span::before, .drawer-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
  }
  .drawer-toggle span::before {
    top: -8px;
  }
  .drawer-toggle span::after {
    bottom: -8px;
  }
  /*-----------Drawer-----------*/
  .drawer {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -300px;
    height: 100%;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }
  /*-----------Main Menu-----------*/
  .menu {
    font-size: 16px;
  }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu li {
    line-height: 1.2;
  }
  .menu li, .menu a {
    display: block;
  }
  .menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 150ms ease;
  }
  .menu ul li a:not(.button) {
    padding: 0.833em 0.667em;
    color: #000;
    font-size: 1.125em;
    position: relative;
  }
  .menu > ul > li.active > a .menu-arrow:after, .menu > ul > li.selected > a .menu-arrow:after {
    color: #fff;
  }
  .menu > ul > li.active > a, .menu > ul > li.selected > a {
    background: #c01a72;
    color: #fff;
  }
  .menu .menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.778em;
    text-align: center;
    height: 100%;
    z-index: 1;
  }
  .menu .menu-arrow:after {
    content: "\e910";
    font-family: 'CD-Project-Icons';
    color: #000;
    font-size: 1.444em;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.500em 0 0 -0.500em;
    font-style: normal;
    transition: all 150ms ease;
  }
  .menu li.active > a .menu-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #fff !important;
  }
  .menu li.active > ul {
    display: block;
  }
  .menu ul ul {
    background: #e3e8eb;
    display: none;
  }
  .menu > ul > li > ul > li.active > a {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
  .menu ul ul li a {
    font-size: 1.063em;
    padding-left: 1.765em;
  }
  .menu ul ul ul li a {
    font-size: 0.938em;
    padding-left: 3.000em;
  }
  /*-----------Pull Out Menu Content Overlay-----------*/
  .content-overlay {
    visibility: hidden;
    height: 0;
    width: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    transition: background-color 150ms ease-in-out;
    z-index: 1000;
  }
  /*-----------Pull Out Menu Open-----------*/
  .root {
    position: relative;
    height: 100%;
  }
  .root.menu_open {
    overflow: hidden;
  }
  .root.menu_open .drawer {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .root.menu_open .content-overlay {
    visibility: visible;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
  }
  .root.menu_open .content-overlay span {
    position: absolute;
    top: 0.577em;
    right: 0.577em;
    font-size: 1.625rem;
    color: #fff;
  }
  /*-----------Header - Search-----------*/
  .search {
    padding: 0.667em;
    background: #000;
  }
  /*-----------Header - Utility LInks-----------*/
  .utility-links li {
    line-height: 1.2;
  }
  .utility-links a {
    font-size: 16px;
    padding: 0.667em 0.938em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .button-menu {
    list-style: none;
    text-align: center;
  }
  .button-menu .button {
    width: 90%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 375px) {
  /* Menu */
  .menu {
    font-size: 15px;
  }
  .drawer {
    width: 280px;
    left: -280px;
  }
  .root.menu_open .drawer {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}

@media only screen and (max-width: 320px) {
  /* Menu */
  .menu {
    font-size: 14px;
  }
  .drawer {
    width: 260px;
    left: -260px;
  }
  .root.menu_open .drawer {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}

/********************************************************************************
--- Template Layout ---
*********************************************************************************/
.wrapper.inner-page {
  padding-top: 60px;
}

@media only screen and (max-width: 800px) {
  /*-----------Adjust for Height of Fixed Mobile Menu-----------*/
  .wrapper {
    padding-top: 60px;
  }
}

/********************************************************************************
--- Grid ---
*********************************************************************************/
/* Base Grid Classes */
.row {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.6667rem;
  margin-left: -0.6667rem;
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.6667rem;
  padding-left: 0.6667rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.row-site {
  width: 96%;
}

/* .xsmall- Grid */
.xsmall-1 {
  width: 8.33333%;
}

.xsmall-push-1 {
  position: relative;
  left: 8.33333%;
}

.xsmall-pull-1 {
  position: relative;
  left: -8.33333%;
}

.xsmall-offset-0 {
  margin-left: 0%;
}

.xsmall-2 {
  width: 16.66667%;
}

.xsmall-push-2 {
  position: relative;
  left: 16.66667%;
}

.xsmall-pull-2 {
  position: relative;
  left: -16.66667%;
}

.xsmall-offset-1 {
  margin-left: 8.33333%;
}

.xsmall-3 {
  width: 25%;
}

.xsmall-push-3 {
  position: relative;
  left: 25%;
}

.xsmall-pull-3 {
  position: relative;
  left: -25%;
}

.xsmall-offset-2 {
  margin-left: 16.66667%;
}

.xsmall-4 {
  width: 33.33333%;
}

.xsmall-push-4 {
  position: relative;
  left: 33.33333%;
}

.xsmall-pull-4 {
  position: relative;
  left: -33.33333%;
}

.xsmall-offset-3 {
  margin-left: 25%;
}

.xsmall-5 {
  width: 41.66667%;
}

.xsmall-push-5 {
  position: relative;
  left: 41.66667%;
}

.xsmall-pull-5 {
  position: relative;
  left: -41.66667%;
}

.xsmall-offset-4 {
  margin-left: 33.33333%;
}

.xsmall-6 {
  width: 50%;
}

.xsmall-push-6 {
  position: relative;
  left: 50%;
}

.xsmall-pull-6 {
  position: relative;
  left: -50%;
}

.xsmall-offset-5 {
  margin-left: 41.66667%;
}

.xsmall-7 {
  width: 58.33333%;
}

.xsmall-push-7 {
  position: relative;
  left: 58.33333%;
}

.xsmall-pull-7 {
  position: relative;
  left: -58.33333%;
}

.xsmall-offset-6 {
  margin-left: 50%;
}

.xsmall-8 {
  width: 66.66667%;
}

.xsmall-push-8 {
  position: relative;
  left: 66.66667%;
}

.xsmall-pull-8 {
  position: relative;
  left: -66.66667%;
}

.xsmall-offset-7 {
  margin-left: 58.33333%;
}

.xsmall-9 {
  width: 75%;
}

.xsmall-push-9 {
  position: relative;
  left: 75%;
}

.xsmall-pull-9 {
  position: relative;
  left: -75%;
}

.xsmall-offset-8 {
  margin-left: 66.66667%;
}

.xsmall-10 {
  width: 83.33333%;
}

.xsmall-push-10 {
  position: relative;
  left: 83.33333%;
}

.xsmall-pull-10 {
  position: relative;
  left: -83.33333%;
}

.xsmall-offset-9 {
  margin-left: 75%;
}

.xsmall-11 {
  width: 91.66667%;
}

.xsmall-push-11 {
  position: relative;
  left: 91.66667%;
}

.xsmall-pull-11 {
  position: relative;
  left: -91.66667%;
}

.xsmall-offset-10 {
  margin-left: 83.33333%;
}

.xsmall-12 {
  width: 100%;
}

.xsmall-offset-11 {
  margin-left: 91.66667%;
}

.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
  float: left;
  width: 100%;
}

.xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
  float: left;
}

.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
  float: left;
  width: 50%;
}

.xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
  float: left;
}

.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
  float: left;
}

.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
  float: left;
  width: 25%;
}

.xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
  float: left;
}

.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
  float: left;
  width: 20%;
}

.xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
  float: left;
}

.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
  float: left;
}

.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
  float: left;
}

.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
  float: left;
}

.xsmall-collapse > .column, .xsmall-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.xsmall-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .xsmall-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.6667rem;
  padding-left: 0.6667rem;
}

.xsmall-centered {
  margin-right: auto;
  margin-left: auto;
}

.xsmall-centered, .xsmall-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.xsmall-uncentered, .xsmall-push-0, .xsmall-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

/* .small- Grid */
@media print, screen and (min-width: 480px) {
  .small-1 {
    width: 8.33333%;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .small-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .small-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .small-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .small-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .small-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .small-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .small-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .small-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
  }
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .small-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.6667rem;
    padding-left: 0.6667rem;
  }
  .small-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .small-uncentered, .small-push-0, .small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .row-site {
    width: 90%;
  }
}

/* .large- Grid */
@media print, screen and (min-width: 801px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* .xlarge- Grid */
@media print, screen and (min-width: 960px) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* .xxlarge- Grid */
@media print, screen and (min-width: 1200px) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 1350px) {
  .row {
    max-width: 95%;
  }
}

/* Block Grid */
.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

/********************************************************************************
--- CD Font Icons Packcage - Full (replace with project icon set if supplied) ---
*********************************************************************************/
@font-face {
  font-family: 'CD-Project-Icons';
  src: url(assets/fonts/CD-Project-Icons.woff2) format("woff2"), url(assets/fonts/CD-Project-Icons.ttf) format("truetype"), url(assets/fonts/CD-Project-Icons.woff) format("woff"), url(assets/fonts/CD-Project-Icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'CD-Project-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-drop-left:before {
  content: "\ea20";
}

.icon-arrow-drop-right:before {
  content: "\ea21";
}

.icon-image:before {
  content: "\e900";
}

.icon-about:before {
  content: "\e901";
}

.icon-account-box:before {
  content: "\e902";
}

.icon-account-circle:before {
  content: "\e903";
}

.icon-add-circle-fill:before {
  content: "\e904";
}

.icon-add-circle:before {
  content: "\e905";
}

.icon-add-user-male:before {
  content: "\e906";
}

.icon-add:before {
  content: "\e907";
}

.icon-address-book:before {
  content: "\e908";
}

.icon-addthis:before {
  content: "\e909";
}

.icon-adobeacrobatreader:before {
  content: "\e90a";
}

.icon-advertising:before {
  content: "\e90b";
}

.icon-airplane-mode-on:before {
  content: "\e90c";
}

.icon-alarm-clock:before {
  content: "\e90d";
}

.icon-albums:before {
  content: "\e90e";
}

.icon-android:before {
  content: "\e90f";
}

.icon-angle-down-circle:before {
  content: "\e910";
}

.icon-angle-down:before {
  content: "\e911";
}

.icon-angle-left-circle:before {
  content: "\e912";
}

.icon-angle-left:before {
  content: "\e913";
}

.icon-angle-right-circle:before {
  content: "\e914";
}

.icon-angle-right:before {
  content: "\e915";
}

.icon-angle-up-circle:before {
  content: "\e916";
}

.icon-angle-up:before {
  content: "\e917";
}

.icon-apple:before {
  content: "\e918";
}

.icon-approval:before {
  content: "\e919";
}

.icon-arrow-down-circle:before {
  content: "\e91a";
}

.icon-arrow-down-long:before {
  content: "\e91b";
}

.icon-arrow-down:before {
  content: "\e91c";
}

.icon-arrow-drop-down:before {
  content: "\e91d";
}

.icon-arrow-drop-up:before {
  content: "\e91e";
}

.icon-arrow-left-circle:before {
  content: "\e91f";
}

.icon-arrow-left-long:before {
  content: "\e920";
}

.icon-arrow-left:before {
  content: "\e921";
}

.icon-arrow-right-circle:before {
  content: "\e922";
}

.icon-arrow-right-long:before {
  content: "\e923";
}

.icon-arrow-right:before {
  content: "\e924";
}

.icon-arrow-up-circle:before {
  content: "\e925";
}

.icon-arrow-up-long:before {
  content: "\e926";
}

.icon-arrow-up:before {
  content: "\e927";
}

.icon-aspect-ratio:before {
  content: "\e928";
}

.icon-attach:before {
  content: "\e929";
}

.icon-attention:before {
  content: "\e92a";
}

.icon-audio:before {
  content: "\e92b";
}

.icon-automation:before {
  content: "\e92c";
}

.icon-ball-point-pen:before {
  content: "\e92d";
}

.icon-bank-card-back-side:before {
  content: "\e92e";
}

.icon-bank-cards:before {
  content: "\e92f";
}

.icon-bell:before {
  content: "\e930";
}

.icon-book:before {
  content: "\e931";
}

.icon-bookmark-ribbon:before {
  content: "\e932";
}

.icon-bookmark:before {
  content: "\e933";
}

.icon-box:before {
  content: "\e934";
}

.icon-briefcase:before {
  content: "\e935";
}

.icon-browse-podcasts:before {
  content: "\e936";
}

.icon-building-line:before {
  content: "\e937";
}

.icon-building:before {
  content: "\e938";
}

.icon-businessman:before {
  content: "\e939";
}

.icon-buy:before {
  content: "\e93a";
}

.icon-calculator:before {
  content: "\e93b";
}

.icon-calendar:before {
  content: "\e93c";
}

.icon-camera:before {
  content: "\e93d";
}

.icon-cancel-circle-fill:before {
  content: "\e93e";
}

.icon-cancel-circle:before {
  content: "\e93f";
}

.icon-cc-amex:before {
  content: "\e940";
}

.icon-cc-discover:before {
  content: "\e941";
}

.icon-cc-mastercard:before {
  content: "\e942";
}

.icon-cc-paypal:before {
  content: "\e943";
}

.icon-cc-stripe:before {
  content: "\e944";
}

.icon-cc-visa:before {
  content: "\e945";
}

.icon-cellular-network:before {
  content: "\e946";
}

.icon-chart-bar:before {
  content: "\e947";
}

.icon-chart-combo:before {
  content: "\e948";
}

.icon-chat:before {
  content: "\e949";
}

.icon-check-circle:before {
  content: "\e94a";
}

.icon-check:before {
  content: "\e94b";
}

.icon-checkbox-checked-circle-line:before {
  content: "\e94c";
}

.icon-checkbox-checked-circle:before {
  content: "\e94d";
}

.icon-checkbox-checked-line:before {
  content: "\e94e";
}

.icon-checkbox-checked:before {
  content: "\e94f";
}

.icon-checkbox-unchecked:before {
  content: "\e950";
}

.icon-circle-fill:before {
  content: "\e951";
}

.icon-circle:before {
  content: "\e952";
}

.icon-clear-all:before {
  content: "\e953";
}

.icon-clock:before {
  content: "\e954";
}

.icon-close:before {
  content: "\e955";
}

.icon-cloud:before {
  content: "\e956";
}

.icon-coins:before {
  content: "\e957";
}

.icon-collaboration:before {
  content: "\e958";
}

.icon-comments:before {
  content: "\e959";
}

.icon-compact-camera:before {
  content: "\e95a";
}

.icon-computer:before {
  content: "\e95b";
}

.icon-conference:before {
  content: "\e95c";
}

.icon-contact-card:before {
  content: "\e95d";
}

.icon-contacts:before {
  content: "\e95e";
}

.icon-copy:before {
  content: "\e95f";
}

.icon-create-new:before {
  content: "\e960";
}

.icon-dashboard:before {
  content: "\e961";
}

.icon-data-usage:before {
  content: "\e962";
}

.icon-database:before {
  content: "\e963";
}

.icon-decline:before {
  content: "\e964";
}

.icon-define-location:before {
  content: "\e965";
}

.icon-delivery:before {
  content: "\e966";
}

.icon-document:before {
  content: "\e967";
}

.icon-documents:before {
  content: "\e968";
}

.icon-download:before {
  content: "\e969";
}

.icon-duplicate:before {
  content: "\e96a";
}

.icon-edit-square:before {
  content: "\e96b";
}

.icon-edit:before {
  content: "\e96c";
}

.icon-error-line:before {
  content: "\e96d";
}

.icon-error:before {
  content: "\e96e";
}

.icon-expand:before {
  content: "\e96f";
}

.icon-external:before {
  content: "\e970";
}

.icon-facebook-square:before {
  content: "\e971";
}

.icon-facebook:before {
  content: "\e972";
}

.icon-file:before {
  content: "\e973";
}

.icon-filter-list:before {
  content: "\e974";
}

.icon-filter:before {
  content: "\e975";
}

.icon-flash-light:before {
  content: "\e976";
}

.icon-folder:before {
  content: "\e977";
}

.icon-following:before {
  content: "\e978";
}

.icon-fullscreen-exit:before {
  content: "\e979";
}

.icon-fullscreen:before {
  content: "\e97a";
}

.icon-gallery-carousel:before {
  content: "\e97b";
}

.icon-gallery:before {
  content: "\e97c";
}

.icon-gears:before {
  content: "\e97d";
}

.icon-genius:before {
  content: "\e97e";
}

.icon-geo-fence:before {
  content: "\e97f";
}

.icon-gift:before {
  content: "\e980";
}

.icon-globe-earth:before {
  content: "\e981";
}

.icon-globe:before {
  content: "\e982";
}

.icon-google:before {
  content: "\e983";
}

.icon-googleplay:before {
  content: "\e984";
}

.icon-googleplus-square:before {
  content: "\e985";
}

.icon-googleplus:before {
  content: "\e986";
}

.icon-graduation-cap:before {
  content: "\e987";
}

.icon-grid-6:before {
  content: "\e988";
}

.icon-grid:before {
  content: "\e989";
}

.icon-hand-cursor:before {
  content: "\e98a";
}

.icon-handshake:before {
  content: "\e98b";
}

.icon-happy:before {
  content: "\e98c";
}

.icon-health-sources:before {
  content: "\e98d";
}

.icon-heart:before {
  content: "\e98e";
}

.icon-help-line:before {
  content: "\e98f";
}

.icon-help:before {
  content: "\e990";
}

.icon-high-priority:before {
  content: "\e991";
}

.icon-home:before {
  content: "\e992";
}

.icon-houzz-square:before {
  content: "\e993";
}

.icon-houzz:before {
  content: "\e994";
}

.icon-idea:before {
  content: "\e995";
}

.icon-image-file:before {
  content: "\e996";
}

.icon-inbox:before {
  content: "\e997";
}

.icon-info:before {
  content: "\e998";
}

.icon-instagram-square:before {
  content: "\e999";
}

.icon-instagram:before {
  content: "\e99a";
}

.icon-investment:before {
  content: "\e99b";
}

.icon-invisible:before {
  content: "\e99c";
}

.icon-iphone-x:before {
  content: "\e99d";
}

.icon-iphone:before {
  content: "\e99e";
}

.icon-key:before {
  content: "\e99f";
}

.icon-keyboard-arrow-down:before {
  content: "\e9a0";
}

.icon-keyboard-arrow-left:before {
  content: "\e9a1";
}

.icon-keyboard-arrow-right:before {
  content: "\e9a2";
}

.icon-keyboard-arrow-up:before {
  content: "\e9a3";
}

.icon-keypad:before {
  content: "\e9a4";
}

.icon-laptop:before {
  content: "\e9a5";
}

.icon-layers-line:before {
  content: "\e9a6";
}

.icon-layers:before {
  content: "\e9a7";
}

.icon-line-chart:before {
  content: "\e9a8";
}

.icon-link:before {
  content: "\e9a9";
}

.icon-linkedin-square:before {
  content: "\e9aa";
}

.icon-linkedin:before {
  content: "\e9ab";
}

.icon-list:before {
  content: "\e9ac";
}

.icon-literature:before {
  content: "\e9ad";
}

.icon-lock:before {
  content: "\e9ae";
}

.icon-mail-line:before {
  content: "\e9af";
}

.icon-mail:before {
  content: "\e9b0";
}

.icon-maintenance:before {
  content: "\e9b1";
}

.icon-map-marker:before {
  content: "\e9b2";
}

.icon-map:before {
  content: "\e9b3";
}

.icon-marker:before {
  content: "\e9b4";
}

.icon-meeting:before {
  content: "\e9b5";
}

.icon-memories:before {
  content: "\e9b6";
}

.icon-menu:before {
  content: "\e9b7";
}

.icon-message:before {
  content: "\e9b8";
}

.icon-microphone:before {
  content: "\e9b9";
}

.icon-microsoftexcel:before {
  content: "\e9ba";
}

.icon-microsoftpowerpoint:before {
  content: "\e9bb";
}

.icon-microsoftword:before {
  content: "\e9bc";
}

.icon-minus-circle-fill:before {
  content: "\e9bd";
}

.icon-minus-circle:before {
  content: "\e9be";
}

.icon-minus:before {
  content: "\e9bf";
}

.icon-mobile:before {
  content: "\e9c0";
}

.icon-money-bag:before {
  content: "\e9c1";
}

.icon-money:before {
  content: "\e9c2";
}

.icon-monitor:before {
  content: "\e9c3";
}

.icon-movie:before {
  content: "\e9c4";
}

.icon-music-library:before {
  content: "\e9c5";
}

.icon-musical-notes:before {
  content: "\e9c6";
}

.icon-news:before {
  content: "\e9c7";
}

.icon-note:before {
  content: "\e9c8";
}

.icon-ok:before {
  content: "\e9c9";
}

.icon-online-support:before {
  content: "\e9ca";
}

.icon-open:before {
  content: "\e9cb";
}

.icon-order:before {
  content: "\e9cc";
}

.icon-paper-money:before {
  content: "\e9cd";
}

.icon-paper-plane:before {
  content: "\e9ce";
}

.icon-password:before {
  content: "\e9cf";
}

.icon-paypal:before {
  content: "\e9d0";
}

.icon-pdf:before {
  content: "\e9d1";
}

.icon-pencil:before {
  content: "\e9d2";
}

.icon-people:before {
  content: "\e9d3";
}

.icon-phone-call:before {
  content: "\e9d4";
}

.icon-phone:before {
  content: "\e9d5";
}

.icon-photo:before {
  content: "\e9d6";
}

.icon-pie-chart:before {
  content: "\e9d7";
}

.icon-pinterest-square:before {
  content: "\e9d8";
}

.icon-pinterest:before {
  content: "\e9d9";
}

.icon-play-circle-fill:before {
  content: "\e9da";
}

.icon-play-circle:before {
  content: "\e9db";
}

.icon-play:before {
  content: "\e9dc";
}

.icon-plus:before {
  content: "\e9dd";
}

.icon-price-tag:before {
  content: "\e9de";
}

.icon-print:before {
  content: "\e9df";
}

.icon-product:before {
  content: "\e9e0";
}

.icon-qr-code:before {
  content: "\e9e1";
}

.icon-quotes-close:before {
  content: "\e9e2";
}

.icon-quotes-open:before {
  content: "\e9e3";
}

.icon-radio-waves:before {
  content: "\e9e4";
}

.icon-refresh:before {
  content: "\e9e5";
}

.icon-report-card:before {
  content: "\e9e6";
}

.icon-restaurant:before {
  content: "\e9e7";
}

.icon-rocket:before {
  content: "\e9e8";
}

.icon-save:before {
  content: "\e9e9";
}

.icon-screenshot:before {
  content: "\e9ea";
}

.icon-search:before {
  content: "\e9eb";
}

.icon-security-checked:before {
  content: "\e9ec";
}

.icon-server:before {
  content: "\e9ed";
}

.icon-settings:before {
  content: "\e9ee";
}

.icon-shop:before {
  content: "\e9ef";
}

.icon-shopping-bag:before {
  content: "\e9f0";
}

.icon-shopping-cart-loaded:before {
  content: "\e9f1";
}

.icon-shopping-cart:before {
  content: "\e9f2";
}

.icon-shutdown:before {
  content: "\e9f3";
}

.icon-sms:before {
  content: "\e9f4";
}

.icon-soundcloud:before {
  content: "\e9f5";
}

.icon-speech-buble:before {
  content: "\e9f6";
}

.icon-spotify:before {
  content: "\e9f7";
}

.icon-stack-of-photos:before {
  content: "\e9f8";
}

.icon-star-half:before {
  content: "\e9f9";
}

.icon-star-line:before {
  content: "\e9fa";
}

.icon-star:before {
  content: "\e9fb";
}

.icon-statistics:before {
  content: "\e9fc";
}

.icon-stopwatch:before {
  content: "\e9fd";
}

.icon-sun:before {
  content: "\e9fe";
}

.icon-support:before {
  content: "\e9ff";
}

.icon-syncronize:before {
  content: "\ea00";
}

.icon-thumbs-up:before {
  content: "\ea01";
}

.icon-timer:before {
  content: "\ea02";
}

.icon-toggle-off:before {
  content: "\ea03";
}

.icon-toggle-on:before {
  content: "\ea04";
}

.icon-training:before {
  content: "\ea05";
}

.icon-trash:before {
  content: "\ea06";
}

.icon-trophy:before {
  content: "\ea07";
}

.icon-truck:before {
  content: "\ea08";
}

.icon-twitter-square:before {
  content: "\ea09";
}

.icon-twitter:before {
  content: "\ea0a";
}

.icon-unlock:before {
  content: "\ea0b";
}

.icon-upload:before {
  content: "\ea0c";
}

.icon-usd-fill:before {
  content: "\ea0d";
}

.icon-usd:before {
  content: "\ea0e";
}

.icon-user-group-man-man:before {
  content: "\ea0f";
}

.icon-user-group-man-woman:before {
  content: "\ea10";
}

.icon-user-male:before {
  content: "\ea11";
}

.icon-video-call:before {
  content: "\ea12";
}

.icon-videos-purchased:before {
  content: "\ea13";
}

.icon-visible:before {
  content: "\ea14";
}

.icon-wallet-app:before {
  content: "\ea15";
}

.icon-wallet:before {
  content: "\ea16";
}

.icon-warning-line:before {
  content: "\ea17";
}

.icon-warning:before {
  content: "\ea18";
}

.icon-wifi:before {
  content: "\ea19";
}

.icon-worldwide-location:before {
  content: "\ea1a";
}

.icon-yelp-square:before {
  content: "\ea1b";
}

.icon-yelp:before {
  content: "\ea1c";
}

.icon-youtube:before {
  content: "\ea1d";
}

.icon-zoom-in:before {
  content: "\ea1e";
}

.icon-zoom-out:before {
  content: "\ea1f";
}

/********************************************************************************

--- Template - Page Elements ---
*********************************************************************************/
/*-----------Titles-----------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.833em 0;
  line-height: 1.2;
  font-family: 'Fira Sans', serif;
  font-weight: 500;
  font-style: normal;
  color: #29333f;
}

h1, .h1 {
  font-size: 2.438rem;
  line-height: 1.25;
  margin-bottom: 1.312rem;
}

h2, .h2 {
  font-size: 1.632rem;
  color: #333f51;
}

h3, .h3 {
  font-size: 1.188rem;
  color: #0868a9;
  line-height: 1.6;
}

h4, .h4 {
  font-size: 1.0rem;
  color: #c01a72;
}

h5, .h5 {
  font-size: 1.222rem;
}

h6, .h6 {
  font-size: 1.111rem;
}

.subheader {
  font-weight: 300;
  margin-top: -0.6em;
}

.headings {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.667em 0;
  margin: 0 0 1.667em 0;
  position: relative;
}

.headings:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 175px;
  height: 1px;
  background: #000;
}

.headings span[class^="icon-"] {
  color: #ccc;
  font-size: 80%;
  margin-right: 0.167em;
}

/*-----------Branding Colors-----------*/
.pink {
  color: #c01a72;
}

.bg-pink {
  background-color: #c01a72;
}

.blue {
  color: #0868a9;
}

.bg-blue {
  background-color: #0868a9;
}

.dark {
  color: #29333f;
}

.bg-dark {
  background-color: #29333f;
}

.gray {
  color: #565e68;
}

.bg-gray {
  background-color: #565e68;
}

.light-gray {
  color: #e3e8eb;
}

.bg-light-gray {
  background-color: #e3e8eb;
}

.off-white {
  color: #f7f9fa;
}

.bg-off-white {
  background-color: #f7f9fa;
}

/*-----------Lists-----------*/
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul, ol {
  margin: 0 0 1.000em 1.778em;
  padding: 0;
}

ol, li {
  line-height: 1.5;
}

ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0 0 1.000em 0;
  padding: 0;
}

ol li {
  counter-increment: section;
  position: relative;
  padding: 0;
  margin-bottom: 1.250em;
}

ol li:before {
  font-weight: 700;
  content: counters(section, ".") ".";
  display: inline-block;
  color: #0868a9;
  margin-right: 0.5em;
}

ol ol {
  margin: 1.778em 0;
}

ol ol li {
  font-size: 0.875em;
}

ol ol li {
  padding-left: 2.1429em;
}

.menu-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.menu-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
}

.menu-list > li:first-child {
  margin-left: 0;
}

.menu-list > li:last-child {
  margin-right: 0;
}

.bars {
  margin-left: 0;
}

.bars li {
  line-height: 1.1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.61111rem;
  padding-right: 0.61111rem;
}

.bars li:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #000000;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bars li:first-child {
  padding-left: 0;
}

.bars li:last-child {
  padding-right: 0;
}

.bars li:last-child:after {
  display: none;
}

ul.bullets, ul.checkmarks {
  list-style: none;
  margin: 0 0 1.000em 0;
  padding: 0;
  overflow: hidden;
}

ul.bullets li, ul.checkmarks li {
  list-style: none;
  margin: 0 0 1.125em 0;
  padding: 0 0 0 1.250em;
  position: relative;
}

ul.bullets li:before, ul.checkmarks li:before {
  font-family: 'CD-Project-Icons';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0868a9;
}

ul.bullets li:before {
  font-size: 1em;
  content: "\e915";
  top: -0.0625em;
  left: -0.3rem;
}

ul.checkmarks li:before {
  font-size: 1em;
  content: "\e94b";
  top: -0.0625em;
}

ul.bullets ul, ul.checkmarks ul {
  margin: 1.250em 0 0 0.667em;
}

.content-text ul {
  list-style: none;
  margin: 0 0 1.000em 0;
  padding: 0;
  overflow: hidden;
}

.content-text ul li {
  list-style: none;
  margin: 0 0 1.1em 0;
  padding: 0 0 0 1.250em;
  position: relative;
}

.content-text ul li:before, ul.checkmarks li:before {
  font-family: 'CD-Project-Icons';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0868a9;
}

.content-text ul li:before {
  font-size: 1em;
  content: "\e915";
  top: -0.0625em;
  left: -0.3rem;
}

.article {
  font-size: 1.125rem;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 1.750em 0 1.500em;
}

/*-----------Paragraphs-----------*/
p {
  margin: 0 0 1.500em 0;
  font-size: 1.188rem;
  line-height: 1.6;
}

.lead {
  font-size: 1.556rem;
  font-weight: 300;
  line-height: 1.5;
}

/*-----------Links-----------*/
a {
  color: #c01a72;
  text-decoration: none;
  transition: color 300ms ease-out;
}

a:hover {
  color: #0868a9;
  text-decoration: none;
  cursor: pointer;
}

/*-----------Images-----------*/
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

img.aligntop {
  margin: 0 0 1.000em 0;
}

img.alignleft, img.alignright {
  max-width: 35%;
  margin-top: 0.333em;
  margin-bottom: 0.333em;
}

img.alignleft {
  float: left;
  margin-right: 1.389em;
}

img.alignright {
  float: right;
  margin-left: 1.389em;
}

img.border {
  border: 1px solid #ccc;
  padding: 0.278em;
  background: #fff;
}

/*-----------Aligning-----------*/
.left-align {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*-----------Misc Typography-----------*/
.fira-sans {
  font-family: "Fira Sans", sans-serif;
}

.inter {
  font-family: 'Inter', sans-serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.small {
  font-size: 0.842rem;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.regular-case {
  text-transform: none;
}

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t1 {
  font-size: 0.875rem;
}

.t2 {
  font-size: 1.000rem;
}

.t3 {
  font-size: 1.125rem;
}

.t4 {
  font-size: 1.250rem;
}

.t5 {
  font-size: 1.375rem;
}

.t6 {
  font-size: 1.500rem;
}

.t7 {
  font-size: 1.625rem;
}

.t8 {
  font-size: 1.750rem;
}

.t9 {
  font-size: 1.875rem;
}

.t10 {
  font-size: 2.000rem;
}

.t4, .t5, .t6 {
  line-height: 1.35;
}

.t7, .t8, .t9, .t10 {
  line-height: 1.2;
}

/*-----------Spacing-----------*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 0.313rem !important;
}

.mt2 {
  margin-top: 0.625rem !important;
}

.mt3 {
  margin-top: 0.938rem !important;
}

.mt4 {
  margin-top: 1.250rem !important;
}

.mt5 {
  margin-top: 1.563rem !important;
}

.mt6 {
  margin-top: 1.875rem !important;
}

.mt7 {
  margin-top: 2.500rem !important;
}

.mt8 {
  margin-top: 3.125rem !important;
}

.mt9 {
  margin-top: 3.750rem !important;
}

.mt10 {
  margin-top: 5.000rem !important;
}

.mt11 {
  margin-top: 6.250rem !important;
}

.mt12 {
  margin-top: 8.750rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 0.313rem;
}

.mb2 {
  margin-bottom: 0.625rem;
}

.mb3 {
  margin-bottom: 0.938rem;
}

.mb4 {
  margin-bottom: 1.250rem;
}

.mb5 {
  margin-bottom: 1.563rem;
}

.mb6 {
  margin-bottom: 1.875rem;
}

.mb7 {
  margin-bottom: 2.500rem;
}

.mb8 {
  margin-bottom: 3.125rem;
}

.mb9 {
  margin-bottom: 3.750rem;
}

.mb10 {
  margin-bottom: 5.000rem;
}

.mb11 {
  margin-bottom: 6.250rem;
}

.mb12 {
  margin-bottom: 8.750rem;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 0.313rem !important;
}

.mr2 {
  margin-right: 0.625rem !important;
}

.mr3 {
  margin-right: 0.938rem !important;
}

.mr4 {
  margin-right: 1.25rem !important;
}

.mr5 {
  margin-right: 1.563rem !important;
}

.mr6 {
  margin-right: 1.875rem !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 0.313rem !important;
}

.ml2 {
  margin-left: 0.625rem !important;
}

.ml3 {
  margin-left: 0.938rem !important;
}

.ml4 {
  margin-left: 1.25rem !important;
}

.ml5 {
  margin-left: 1.563rem !important;
}

.ml6 {
  margin-left: 1.875rem !important;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.313rem;
}

.pt2 {
  padding-top: 0.625rem;
}

.pt3 {
  padding-top: 0.938rem;
}

.pt4 {
  padding-top: 1.250rem;
}

.pt5 {
  padding-top: 1.563rem;
}

.pt6 {
  padding-top: 1.875rem;
}

.pt7 {
  padding-top: 2.500rem;
}

.pt8 {
  padding-top: 3.125rem;
}

.pt9 {
  padding-top: 3.750rem;
}

.pt10 {
  padding-top: 5.000rem;
}

.pt11 {
  padding-top: 6.250rem;
}

.pt12 {
  padding-top: 8.750rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.313rem;
}

.pb2 {
  padding-bottom: 0.625rem;
}

.pb3 {
  padding-bottom: 0.938rem;
}

.pb4 {
  padding-bottom: 1.250rem;
}

.pb5 {
  padding-bottom: 1.563rem;
}

.pb6 {
  padding-bottom: 1.875rem;
}

.pb7 {
  padding-bottom: 2.500rem;
}

.pb8 {
  padding-bottom: 3.125rem;
}

.pb9 {
  padding-bottom: 3.750rem;
}

.pb10 {
  padding-bottom: 5.000rem;
}

.pb11 {
  padding-bottom: 6.250rem;
}

.pb12 {
  padding-bottom: 8.750rem;
}

/*-----------Borders and Rounding-----------*/
.border {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ccc;
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

/*-----------Blockquotes-----------*/
blockquote {
  margin: 0 0 1.389em 0;
  padding: 0 0 0 2.5em;
  position: relative;
}

blockquote .quote {
  line-height: 1.7;
  margin: 0 0 1.000em 0;
  font-style: italic;
}

blockquote .quote:before {
  font-size: 1.5em;
  content: '\e9e3';
  font-family: 'CD-Project-Icons';
  font-style: normal;
  position: absolute;
  top: -0.0667em;
  left: 0;
  color: #0868a9;
  line-height: 1;
}

blockquote .quote p {
  font-size: 1.0625rem;
}

blockquote .cite {
  font-weight: 700;
}

blockquote .cite span {
  font-size: 0.857em;
  font-weight: 400;
  margin: 0 0 0 0.389em;
}

blockquote :last-child {
  margin: 0;
}

/*-----------Divider-----------*/
hr {
  border: none;
  height: 1px;
  background: #e3e8eb;
  clear: both;
  margin: 1.389em 0;
}

/*-----------Responsive Embed-----------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------Buttons-----------*/
.button {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1;
  border: none;
  border-radius: 2px;
  margin: 0 0 1.111em 0;
  padding: 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  height: 3.313rem;
  line-height: 3.313rem;
  transition: all 200ms ease;
  color: #ffffff;
  background-color: #0868a9;
}

body:not(.user-is-tabbing) .button {
  outline: none;
}

.button:hover, .button:focus {
  background-color: #c01a72;
  color: #ffffff;
}

.button.secondary {
  background-color: #c01a72;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #0868a9;
}

.button.large {
  font-size: 1.333rem;
}

.button.tiny {
  font-size: 0.778rem;
}

.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.button.wide {
  padding-left: 3.333em;
  padding-right: 3.333em;
}

button.reset {
  border: none;
  background: none;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/*-----------Text Buttons-----------*/
.text-button {
  font-size: 1.188rem;
  font-family: 'Fira Sans', serif;
  line-height: 2.57;
  font-weight: 500;
  margin: 0 0 1.111em 0;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #0868a9;
  position: relative;
  transition: all 250ms ease;
}

.text-button:hover {
  color: #c01a72;
}

.text-button:after {
  content: "\e923";
  font-family: 'CD-Project-Icons' !important;
  speak: none;
  color: #c01a72;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.375rem;
}

.text-button.secondary {
  color: #c01a72;
}

.text-button.secondary:hover {
  color: #0868a9;
}

.text-button.secondary:after {
  color: #0868a9;
}

.text-button.tiny {
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .mt5 {
    margin-top: 1.250rem;
  }
  .mt6 {
    margin-top: 1.563rem;
  }
  .mt7 {
    margin-top: 2.188rem;
  }
  .mt8 {
    margin-top: 2.813rem;
  }
  .mt9 {
    margin-top: 3.125rem;
  }
  .mt10 {
    margin-top: 4.375rem;
  }
  .mt11 {
    margin-top: 5.625rem;
  }
  .mt12 {
    margin-top: 7.500rem;
  }
  .mb5 {
    margin-bottom: 1.250rem;
  }
  .mb6 {
    margin-bottom: 1.563rem;
  }
  .mb7 {
    margin-bottom: 2.188rem;
  }
  .mb8 {
    margin-bottom: 2.813rem;
  }
  .mb9 {
    margin-bottom: 3.125rem;
  }
  .mb10 {
    margin-bottom: 4.375rem;
  }
  .mb11 {
    margin-bottom: 5.625rem;
  }
  .mb12 {
    margin-bottom: 7.500rem;
  }
  .pt5 {
    padding-top: 1.250rem;
  }
  .pt6 {
    padding-top: 1.563rem;
  }
  .pt7 {
    padding-top: 2.188rem;
  }
  .pt8 {
    padding-top: 2.813rem;
  }
  .pt9 {
    padding-top: 3.125rem;
  }
  .pt10 {
    padding-top: 4.375rem;
  }
  .pt11 {
    padding-top: 5.625rem;
  }
  .pt12 {
    padding-top: 7.500rem;
  }
  .pb5 {
    padding-bottom: 1.250rem;
  }
  .pb6 {
    padding-bottom: 1.563rem;
  }
  .pb7 {
    padding-bottom: 2.188rem;
  }
  .pb8 {
    padding-bottom: 2.813rem;
  }
  .pb9 {
    padding-bottom: 3.125rem;
  }
  .pb10 {
    padding-bottom: 4.375rem;
  }
  .pb11 {
    padding-bottom: 5.625rem;
  }
  .pb12 {
    padding-bottom: 7.500rem;
  }
}

@media only screen and (max-width: 800px) {
  h1, .h1 {
    font-size: 2.000rem;
  }
  h2, .h2 {
    font-size: 1.500rem;
  }
  h3, .h3 {
    font-size: 1.313rem;
  }
  .mt5 {
    margin-top: 1.125rem;
  }
  .mt6 {
    margin-top: 1.375rem;
  }
  .mt7 {
    margin-top: 1.875rem;
  }
  .mt8 {
    margin-top: 2.500rem;
  }
  .mt9 {
    margin-top: 2.813rem;
  }
  .mt10 {
    margin-top: 3.750rem;
  }
  .mt11 {
    margin-top: 5.000rem;
  }
  .mt12 {
    margin-top: 6.250rem;
  }
  .mb5 {
    margin-bottom: 1.125rem;
  }
  .mb6 {
    margin-bottom: 1.375rem;
  }
  .mb7 {
    margin-bottom: 1.875rem;
  }
  .mb8 {
    margin-bottom: 2.500rem;
  }
  .mb9 {
    margin-bottom: 2.813rem;
  }
  .mb10 {
    margin-bottom: 3.750rem;
  }
  .mb11 {
    margin-bottom: 5.000rem;
  }
  .mb12 {
    margin-bottom: 6.250rem;
  }
  .pt5 {
    padding-top: 1.125rem;
  }
  .pt6 {
    padding-top: 1.375rem;
  }
  .pt7 {
    padding-top: 1.875rem;
  }
  .pt8 {
    padding-top: 2.500rem;
  }
  .pt9 {
    padding-top: 2.813rem;
  }
  .pt10 {
    padding-top: 3.750rem;
  }
  .pt11 {
    padding-top: 5.000rem;
  }
  .pt12 {
    padding-top: 6.250rem;
  }
  .pb5 {
    padding-bottom: 1.125rem;
  }
  .pb6 {
    padding-bottom: 1.375rem;
  }
  .pb7 {
    padding-bottom: 1.875rem;
  }
  .pb8 {
    padding-bottom: 2.500rem;
  }
  .pb9 {
    padding-bottom: 2.813rem;
  }
  .pb10 {
    padding-bottom: 3.750rem;
  }
  .pb11 {
    padding-bottom: 5.000rem;
  }
  .pb12 {
    padding-bottom: 6.250rem;
  }
}

@media only screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 1.750rem;
  }
  h2, .h2 {
    font-size: 1.375rem;
  }
  h3, .h3 {
    font-size: 1.188rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  .mt5 {
    margin-top: 1.000rem;
  }
  .mt6 {
    margin-top: 1.250rem;
  }
  .mt7 {
    margin-top: 1.625rem;
  }
  .mt8 {
    margin-top: 2.188rem;
  }
  .mt9 {
    margin-top: 2.500rem;
  }
  .mt10 {
    margin-top: 3.125rem;
  }
  .mt11 {
    margin-top: 4.375rem;
  }
  .mt12 {
    margin-top: 5.000rem;
  }
  .mb5 {
    margin-bottom: 1.000rem;
  }
  .mb6 {
    margin-bottom: 1.250rem;
  }
  .mb7 {
    margin-bottom: 1.625rem;
  }
  .mb8 {
    margin-bottom: 2.188rem;
  }
  .mb9 {
    margin-bottom: 2.500rem;
  }
  .mb10 {
    margin-bottom: 3.125rem;
  }
  .mb11 {
    margin-bottom: 4.375rem;
  }
  .mb12 {
    margin-bottom: 5.000rem;
  }
  .pt5 {
    padding-top: 1.000rem;
  }
  .pt6 {
    padding-top: 1.250rem;
  }
  .pt7 {
    padding-top: 1.625rem;
  }
  .pt8 {
    padding-top: 2.188rem;
  }
  .pt9 {
    padding-top: 2.500rem;
  }
  .pt10 {
    padding-top: 3.125rem;
  }
  .pt11 {
    padding-top: 4.375rem;
  }
  .pt12 {
    padding-top: 5.000rem;
  }
  .pb5 {
    padding-bottom: 1.000rem;
  }
  .pb6 {
    padding-bottom: 1.250rem;
  }
  .pb7 {
    padding-bottom: 1.625rem;
  }
  .pb8 {
    padding-bottom: 2.188rem;
  }
  .pb9 {
    padding-bottom: 2.500rem;
  }
  .pb10 {
    padding-bottom: 3.125rem;
  }
  .pb11 {
    padding-bottom: 4.375rem;
  }
  .pb12 {
    padding-bottom: 5.000rem;
  }
}

@media only screen and (max-width: 375px) {
  /*-----------Images-----------*/
  img.alignleft, img.alignright {
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
  }
  /*----------Buttons-----------*/
  .button {
    display: block;
    width: 100%;
  }
}

/********************************************************************************
--- Form Styling ---
*********************************************************************************/
/*-----------Standard Forms-----------*/
form {
  margin: 0;
}

/*-----------Label Styles-----------*/
label {
  cursor: pointer;
  display: block;
  margin: 0 0 0.538rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #29333f;
  text-transform: uppercase;
}

/*-----------Required-----------*/
.req {
  color: #ee0000;
  font-weight: 700;
}

/*-----------styling on all basic form elements-----------*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  font-size: 1rem !important;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #d9dddf;
  color: #565e68;
  display: block;
  margin: 0 0 1.000em 0;
  padding: 0.444em 1.188rem !important;
  height: 3.125rem;
  width: 100%;
  transition: border linear 0.2s;
  border-radius: 0.313em;
  font-weight: normal;
}

/*-----------styling on all basic form focus elements-----------*/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  border-color: #0868a9;
  outline: none;
}

body.user-is-tabbing input[type="text"]:focus, body.user-is-tabbing input[type="password"]:focus, body.user-is-tabbing input[type="date"]:focus, body.user-is-tabbing input[type="datetime"]:focus, body.user-is-tabbing input[type="datetime-local"]:focus, body.user-is-tabbing input[type="month"]:focus, body.user-is-tabbing input[type="week"]:focus, body.user-is-tabbing input[type="email"]:focus, body.user-is-tabbing input[type="number"]:focus, body.user-is-tabbing input[type="search"]:focus, body.user-is-tabbing input[type="tel"]:focus, body.user-is-tabbing input[type="time"]:focus, body.user-is-tabbing input[type="url"]:focus, body.user-is-tabbing textarea:focus, body.user-is-tabbing select:focus {
  border: none;
  outline: auto;
  outline: 2px solid #7aacfe !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}

/*-----------styling on all basic form disabled elements-----------*/
input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
  background-color: #ccc;
}

/*-----------input submit-----------*/
input[type="submit"] {
  -webkit-appearance: none;
}

/*-----------textarea-----------*/
textarea {
  min-height: 6.944em;
  resize: none;
  max-width: 100%;
  padding-top: 0.844em !important;
  padding-bottom: 0.844em !important;
}

textarea[rows] {
  height: auto;
}

/*-----------select-----------*/
select {
  -webkit-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  line-height: normal;
  height: 3.125rem;
}

:-moz-any(select) {
  background-image: none;
}

select::-ms-expand {
  display: none;
}

/*-----------other form elements-----------*/
input[type="file"], input[type="checkbox"], input[type="radio"] {
  margin: 0 0 .3000em 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.444em;
  margin-right: 0.889em;
  margin-bottom: 0;
  vertical-align: baseline;
}

.input-radio, .input-checkbox {
  vertical-align: top;
  margin: 0.444em 0;
  line-height: 1.2;
}

.input-radio input[type="radio"], .input-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 0.222em 0 0;
  padding: 0;
}

/*-----------Normalize file input width-----------*/
input[type="file"] {
  width: 100%;
}

/*-----------We add basic fieldset styling-----------*/
fieldset {
  border: 1px solid #ccc;
  padding: 1.111em;
  margin: 1.000em 0;
}

fieldset legend {
  font-weight: 700;
  background: white;
  padding: 0 0.167em;
  margin: 0;
  margin-left: -0.167em;
}

/*-----------Custom replaced checkbox, radio, switch-----------*/
.checkbox, .radio, .switch {
  margin: 1.000em 0;
}

.checkbox label, .radio label {
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
}

.checkbox *, .radio * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input, .radio input {
  opacity: 0;
  margin: 0;
  outline: none;
}

.checkbox span, .radio span {
  position: relative;
  display: inline-block;
  margin-left: -1.067em;
  vertical-align: middle;
  text-align: center;
  width: 1.067em;
  height: 1.067em;
  line-height: 0.8571em;
  background: #fff;
  border: 1px solid #ccc;
}

.checkbox span {
  border-radius: 2px;
}

.radio span {
  border-radius: 1.067em;
}

.checkbox:hover span, .radio:hover span {
  border-color: #0868a9;
}

.checkbox span:before, .radio span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  color: #0868a9;
  line-height: 1;
  transition: all 250ms ease;
}

.checkbox span:before {
  font-size: 0.667em;
  content: "\e94b";
  font-family: 'CD-Project-Icons';
}

.radio span:before {
  width: 0.6875em;
  height: 0.6875em;
  border-radius: 0.6875em;
  background-color: #0868a9;
}

.checkbox input[type=checkbox]:checked + span, .radio input[type=radio]:checked + span {
  border-color: #0868a9;
  background-color: #0868a9;
}

.radio input[type=radio]:checked + span {
  background-color: #fff;
}

.checkbox input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
}

.checkbox input[type=checkbox]:disabled + span, .radio input[type=radio]:disabled + span {
  border-color: #ccc !important;
  background-color: #ccc !important;
}

.radio input[type=radio]:checked:focus + span:before {
  background-color: #000;
}

.radio input[type=radio]:checked:focus + span {
  border-color: #000000;
  background-color: #fff;
}

.checkbox input[type=checkbox]:checked:focus + span, .switch input[type=checkbox]:checked:focus + span {
  background-color: #000;
}

/* --- SWITCH --- */
.switch * {
  cursor: pointer;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch span {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border: 1px solid #ccc;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}

.switch input:checked + span {
  background-color: #0868a9;
  border-color: #0868a9;
  transition: all .5s;
}

.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}

/*-----------Error Validation-----------*/
form small.form-error {
  font-size: 0.667rem;
  background: #ee0000;
  color: #fff;
  padding: 0.222rem 0.333rem;
  font-weight: 500;
  margin: -1.000rem 0 0.556rem 0;
  display: block;
}

/*-----------Success Container-----------*/
.success-container {
  display: none;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}

.success-container__icon {
  font-size: 7.5em;
  line-height: 1;
  color: #0868a9;
}

.success-container p {
  font-size: 1.125em;
}

/*-----------Disabled Button-----------*/
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {
  background: #f2f2f2;
  color: #000;
  cursor: default;
  text-shadow: none;
}

.gfield_checkbox li input[type=checkbox] {
  margin-left: 0.3rem !important;
}

.form-inline {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
}

.form-inline input[type="email"] {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.form-inline .button {
  height: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-form form small.form-error {
  margin: 0;
}

/********************************************************************************
--- Accordion ---
*********************************************************************************/
.accordion {
  font-size: 1.000rem;
  margin: 0 0 1.667em;
  border-bottom: 1px solid #ccc;
}

.accordion dt {
  border-top: 1px solid #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 1.111em 2.222em 1.111em 0;
  margin: 0;
  position: relative;
  font-weight: 700;
}

.accordion dt:after {
  content: "\e911";
  font-family: 'CD-Project-Icons';
  position: absolute;
  top: 0.738em;
  right: 0;
  font-size: 1.333em;
  color: #0868a9;
}

.accordion dt.accordion-active:after {
  content: "\e917";
}

.accordion dd {
  display: none;
  padding: 1.111em;
  margin: 0;
}

body.user-is-tabbing .accordion dt:focus {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 3.22rem;
}

body.user-is-tabbing .accordion dt:focus:after {
  right: 1rem;
}

body:not(.user-is-tabbing) .accordion dt:focus {
  outline: none;
}

/********************************************************************************
--- Responsive Tabs ---
*********************************************************************************/
/*-----------Universal Tabs-----------*/
.resp-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  float: left;
  background-color: #f2f2f2;
  color: #000;
}

.resp-tabs-list li.resp-tab-active {
  background: #fff;
  color: #0868a9;
  position: relative;
}

.resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}

.resp-content-active, .resp-accordion-active, .resp-tab-content-active {
  display: block;
}

.resp-tab-content {
  display: none;
  padding: 1.667em 1.944em;
  border: 1px solid #ccc;
}

.resp-accordion {
  cursor: pointer;
  display: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.667em;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-arrow {
  position: absolute;
  top: 0.833em;
  right: 0.833em;
}

.resp-arrow:after {
  content: "\e91b";
  font-family: 'CD-Project-Icons';
}

.resp-tab-active .resp-arrow:after {
  content: "\e926";
}

body:not(.user-is-tabbing) .resp-accordion:focus {
  outline: none !important;
}

/*-----------Vertical tabs-----------*/
.resp-tabs--vertical .resp-tab-content {
  word-wrap: break-word;
}

.resp-tab-item:focus, .resp-accordion:focus {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  /*-----------Horizontal tabs-----------*/
  .resp-tabs--horizontal .resp-tabs-list li {
    padding: 0.833em;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .resp-tabs--horizontal .resp-tabs-list li:last-child {
    border-right: 1px solid #ccc;
  }
  .resp-tabs--horizontal .resp-tabs-list li.resp-tab-active:after {
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  body:not(.user-is-tabbing) .resp-tabs--horizontal .resp-tabs-list li:focus {
    outline: none;
  }
  /*-----------Vertical tabs-----------*/
  .resp-tabs--vertical {
    overflow: hidden;
    padding-top: 3px;
    padding-left: 3px;
    /*padding is so focus ring shows completely */
  }
  .resp-tabs--vertical .resp-tabs-list {
    float: left;
    width: 30%;
    border: 1px solid #ccc;
    border-right: none;
  }
  .resp-tabs--vertical .resp-tabs-list li {
    display: block;
    padding: 0.778em 1.111em;
    cursor: pointer;
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .resp-tabs--vertical .resp-tabs-list li:last-child {
    border-bottom: none;
  }
  .resp-tabs--vertical .resp-tabs-container {
    border: 1px solid #ccc;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none;
  }
  .resp-tabs--vertical .resp-tab-content {
    border: none;
  }
  .resp-tabs--vertical .resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
  }
  .resp-tab-content.resp-tab-content-active {
    display: block !important;
  }
  .resp-accordion-closed {
    display: block;
  }
  body:not(.user-is-tabbing) .resp-tabs--vertical .resp-tabs-list li:focus {
    outline: none;
  }
}

@media only screen and (max-width: 767px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
    background-color: #f2f2f2;
    color: #000;
    position: relative;
    font-size: 1.125em;
  }
  .resp-accordion:not(:last-of-type) {
    border-bottom: none;
  }
  .resp-accordion.resp-tab-active {
    background: #fff;
    color: #0868a9;
  }
  .resp-tab-content {
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .resp-tab-content:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .resp-tabs--verticalvtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
}

/********************************************************************************
--- Tables ---
*********************************************************************************/
table.table {
  background: white;
  margin-bottom: 1.000em;
  border: solid 1px #ccc;
  table-layout: auto;
  width: 100%;
}

table.table caption {
  background: none;
  color: #000;
  font-weight: bold;
}

table.table thead {
  background: #f2f2f2;
}

table.table thead tr th, table.table thead tr td {
  padding: 0.750em 0.857em;
  font-size: 0.778em;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border: 1px solid #ccc;
}

table.table tr th, table.table tr td {
  padding: 1em 0.820em;
  font-size: 0.813em;
  text-align: left;
  border: 1px solid #ccc;
}

table.table tr.even, table.table tr.alt, table.table tr:nth-of-type(even) {
  background: #f2f2f2;
}

table.table thead tr th, table.table tfoot tr th, table.table tfoot tr td, table.table tbody tr th, table.table tbody tr td, table.table tr td {
  display: table-cell;
  line-height: 1.3;
}

/********************************************************************************
--- Slide Toggle ---
*********************************************************************************/
.slide-content {
  display: none;
}

.slide-toggle {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.slide-toggle h3 {
  margin-bottom: 0;
}

.slide-toggle:not(.button):after {
  content: "\e911";
  font-family: 'CD-Project-Icons';
  margin: 0 0 0 0.333em;
  font-size: 90%;
}

.slide-toggle.active:not(.button):after {
  content: "\e917";
}

.slide-toggle.active:not(.button), .slide-toggle.active:not(.button):after {
  color: #c01a72;
}

.slide-toggle.button.active {
  background-color: #c01a72;
  color: #fff;
}

.slide-toggle.button:after {
  content: "\e911";
  font-family: 'CD-Project-Icons';
  font-size: 90%;
  margin-left: 0.333em;
}

.slide-toggle.button.active:after {
  content: "\e917";
}

@media only screen and (max-width: 800px) {
  .slide-toggle:not(.button):after {
    margin-left: auto;
  }
}

/********************************************************************************
--- Alerts ---
*********************************************************************************/
.alert {
  display: none;
  padding: 0.556em 0.833em;
  margin-bottom: 1.111em;
  background-color: #000;
  color: #fff;
}

.alert p {
  line-height: 1.2;
  padding-left: 1.333em;
  position: relative;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 0.278em;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert a:hover {
  color: #ee0000;
}

.alert p:before {
  font-family: 'CD-Project-Icons';
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.alert-success, .alert-info, .alert-warning, .alert-danger {
  display: block;
}

.alert-success {
  background-color: #008227;
}

.gform_confirmation_wrapper .alert-success {
  background-color: #0868a9;
}

.alert-success p:before {
  content: "\e94b";
}

.alert-info p:before {
  content: "\e98f";
}

.alert-warning {
  background-color: #ffa500;
}

.alert-warning p:before {
  content: "\ea17";
}

.alert-danger {
  background-color: #ee0000;
}

.alert-danger p:before {
  content: "\e96d";
}

/********************************************************************************
--- ADA Jump to Main Content---
*********************************************************************************/
.ada-banner {
  position: relative;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  transition: all 300ms ease-out;
}

a.skip-main:focus, a.skip-main:active {
  font-size: 1.25em;
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 0 5%;
  padding: 0.4em 1em;
  border-radius: 0 0 5px 5px;
  text-align: center;
  z-index: 99999;
}

/********************************************************************************
--- WP Toolbar  ---
*********************************************************************************/
/* This might require updating based on header whether it's fixed or not */
.admin-bar .header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
  #wpadminbar {
    position: fixed;
  }
}

/********************************************************************************
--- Style Guide---
*********************************************************************************/
.sg-section {
  padding: 5.000em 0;
  border-bottom: 1px solid #ccc;
}

.sg-section__heading {
  position: relative;
  margin-bottom: 2.000em;
}

.sg-section__heading span {
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: -3.125em;
  margin-top: -0.938em;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
}

.sg-section__heading span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.sg-section__subheading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 4.000em 0 2.000em;
  position: relative;
}

.sg-section__subheading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.sg-section__subheading span {
  position: relative;
  background: #fff;
  padding-right: 1.250em;
}

.sg-section__font {
  overflow: hidden;
  margin-bottom: 1.750em;
}

.sg-section__font {
  overflow: hidden;
  margin-bottom: 1.750em;
}

.sg-section__font-letters {
  font-size: 5.000em;
  display: block;
  line-height: 1;
  opacity: 0.20;
}

.sg-section__font-name {
  display: block;
  line-height: 1;
}

.sg-section__font-left, .sg-section__font-right {
  width: 50%;
  float: left;
}

.sg-section__font-left {
  padding-right: 2.000em;
}

.sg-section__font-right {
  border-left: 1px solid #ccc;
  padding-left: 2.000em;
}

.sg-section__font-weight {
  display: block;
}

.sg-body {
  overflow-x: hidden;
}

.sg-body .root, .sg-toggle {
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.sg-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  padding: 40px 15px;
  background: #fff;
  z-index: 9999999;
  border-right: 1px solid #ccc;
  -webkit-transform: translate3d(-250px, 0px, 0px);
  transform: translate3d(-250px, 0px, 0px);
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.sg-snippets-toggle {
  font-size: 14px;
  display: block;
}

.sg-snippets-toggle:before {
  content: "\ea03";
  font-family: 'CD-Project-Icons';
  margin-right: 6px;
}

.sg-snippets-toggle.active:before {
  content: "\ea04";
  font-family: 'CD-Project-Icons';
}

.sg-toc {
  font-size: 13px;
}

.sg-toggle {
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 0;
  z-index: 9999999;
}

.sg-toggle:before {
  content: "\e974";
  font-family: 'CD-Project-Icons';
}

.sg-body--push .root, .sg-body--push .sg-toggle {
  -webkit-transform: translate3d(250px, 0px, 0px);
  transform: translate3d(250px, 0px, 0px);
}

.sg-body--push .sg-fixed-nav {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.sg-body--push .sg-toggle:before {
  content: "\e955";
}

@media (max-width: 1399px) {
  .sg-section__heading {
    padding-left: 1.500em;
  }
  .sg-section__heading span {
    left: 0;
  }
}

/*----------  Swatches  ----------*/
.swatch__color {
  position: relative;
  height: 100px;
}

.swatch__hex {
  padding: 1rem;
  text-align: center;
}

.swatch__name {
  display: block;
  font-size: 0.750em;
}

/*----------  Code Snippets  ----------*/
code {
  display: none;
  /* Remove in Production */
}

code.active {
  display: block;
}

pre {
  padding: 15px;
  border: 1px solid #ccc;
}

/********************************************************************************
--- Magnific Popup CSS---
*********************************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: rgba(245, 246, 248, 0.8);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  font-size: 2.25em;
  width: 1.385em;
  height: 1.179em;
  line-height: 1.179em;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0.462em 0.256em;
  color: #ffffff;
  transition: color 250ms ease;
  font-style: normal;
  font-weight: 300;
}

.mfp-close:hover, .mfp-close:focus {
  color: #9baab7;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .90;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 150ms ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-embed-container .mfp-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.popup-embed-container .mfp-content {
  width: 100%;
  max-width: 900px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.popup-embed-container .mfp-close {
  top: -44px;
  color: #FFF;
  text-align: right;
  right: 1px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}



/********************************************************************************
--- Custom Magnific Popup Styling ---
*********************************************************************************/
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}

.white-popup-block {
  background: #fff;
  padding: 4rem 1rem 1rem 2rem;
  text-align: left;
  max-width: 90%;
  margin: 40px auto;
  position: relative;
  border-radius: 3px;
  -webkit-animation: popin .3s;
  animation: popin .3s;
  overflow: hidden;
}

.white-popup-block .mfp-close {
  color: #0868a9;
  font-size: 3rem;
}

.white-popup-block p {
  font-size: 1rem;
  line-height: 1.5;
}

.white-popup-block--narrow {
  max-width: 30rem;
}

@media only screen and (max-width: 479px) {
  .green-popup-block {
    padding: 2rem 0rem;
    max-width: 93%;
    margin: 40px auto;
  }
}

@media (max-width: 800px) {
  .modal-vignette {
    padding-right: 2.813em;
    padding-left: 2.813em;
  }
  .modal-vignette__image {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .modal-vignette {
    font-size: 13px;
    padding-right: 2.813em;
    padding-left: 2.813em;
  }
  .white-popup-block {
    padding: 4rem 1rem 1rem 1rem;
  }
}

@media (max-width: 479px) {
  .modal-vignette {
    padding-right: 1.563em;
    padding-left: 1.563em;
  }
  .modal-vignette__image {
    font-size: 10px;
  }
  .white-popup-block {
    max-width: 100%;
    padding: 4rem .5rem 1rem .5rem;
  }
}

@media (max-width: 375px) {
  .modal-vignette {
    font-size: 12px;
  }
  .modal-vignette__image {
    font-size: 8px;
  }
  .ginput_recaptcha {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
  }
}


.citation-popup {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 45px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.citation-popup p {
  margin-bottom: 0;
}

.citation-popup .mfp-close {
  display: block;
  z-index: 10;
  position: absolute;
  font-size: 20px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}

.citation-text {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.citation-hidden {
  display: none;
}

[data-mfp-src="#popup"] {
  cursor: pointer;
}


/*======================================
Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #e3e8eb;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: border-color 250ms ease;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 1.25rem 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4rem;
  color: #565e68;
  height: 3.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.8rem;
  background-color: #fff;
  color: #004f74;
  text-align: center;
  min-width: 35px;
  height: auto;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: "\e9a0";
  font-family: 'CD-Project-Icons' !important;
  font-size: 1.5rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.selectric-focus .selectric {
  border-color: #565e68;
}

.selectric-hover .selectric {
  border-color: #565e68;
}

.selectric-hover .selectric .button {
  color: #565e68;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #565e68;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d6e6ec;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #565e68;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 3rem;
  min-height: 3rem;
}

.selectric-items li {
  display: block;
  padding: 0.35rem 1.25rem;
  color: #565e68;
  cursor: pointer;
}

.selectric-items li.selected {
  background-color: rgba(232, 239, 243, 0.55);
  color: #565e68;
}

.selectric-items li.highlighted {
  background-color: rgba(232, 239, 243, 0.55);
  color: #565e68;
}

.selectric-items li:hover {
  background-color: rgba(232, 239, 243, 0.55);
  color: #565e68;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Spinner */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #879ca3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Animations */
.fade-in {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease;
}

/********************************************************************************
--- Site Specific CSS ---
*********************************************************************************/
.testcode {
  font-style: italic;
  color: red !important;
  pointer-events: none;
}

a img {
  transition: opacity 300ms ease-out;
}

a img:hover {
  opacity: .7;
}

.vertically-center-me {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.header__cta {
  float: right;
  right: 3rem;
  font-size: 0.842em;
  margin-bottom: 0;
  margin-left: 1rem;
}

.hero-wrapper {
  position: relative;
  top: -70px;
  left: 0;
  right: 0;
}

.hero-wrapper .row {
  position: relative;
}

.admin-bar .hero-wrapper {
  /*top: 32px;*/
}

.hero-wrapper img {
  width: 100%;
  /*position: absolute; top: 0;*/
}

.hero-heading {
  font-size: 4.160rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.15;
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

.hero-content {
  position: absolute;
  top: 15rem;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1320px;
  margin-top: 3.3rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 4rem;
  transition: all 200ms ease;
}

.hero-label span {
  margin-right: 2rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  opacity: .6;
  color: #fff;
}
.hero-label span:focus,
.hero-label span:hover,
.hero-label span.active {
  color:#fff;
  opacity: 1;
  transition: ease all .3s;
  border-bottom: 2px solid #0868a9;
}

.video-cta {
  color: #ffffff;
  font-size: 1.42rem;
  background: #c01a72;
  padding: 0 1rem 0 80px;
  height: 60px;
  font-weight: 600;
  display: inline-block;
  line-height: 60px;
  position: relative;
}

.video-cta span {
  border-right: 1px solid #fff3;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  color: #c01a72;
  line-height: 60px;
  text-align: center;
}

.video-cta:hover, .video-cta:focus {
  color: #fff;
}

span.icon-play {
  font-size: 1rem;
  color: #fff;
  background: #c01a72;
  padding: .5rem .5rem .5rem .6rem;
  border-radius: 50%;
  margin-left: .5rem;
  transition: all 200ms ease;
}

.video-cta:hover span.icon-play, .video-cta:focus span.icon-play {
  color: #c01a72;
  background: #e3e8eb;
}

.home__section-3 {
  margin-top: 3rem;
}

@media only screen and (max-width: 1330px) {
  .hero-content {
    top: 11rem;
    left: 3rem;
    padding-left: 0.9375rem;
  }
  .hero-heading {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }
  .video-cta {
    font-size: 1.0rem;
  }
  span.icon-play {
    font-size: .8rem;
    padding: .4rem .4rem .4rem .5rem;
    margin-left: .4rem;
  }
}

@media only screen and (max-width: 900px) {
  .hero-heading {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .hero-content {
    top: 10rem;
  }
  .hero-content {
    left: 0;
    width: 31rem;
  }
  .hero-heading {
    font-size: 45px;
  }
  .header__cta {
    top: .7rem;
    right: 1rem;
    width: auto;
  }
  .video-cta {
    color: #fff;
  }
}

@media only screen and (max-width: 800px) {
  .hero-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .admin-bar .hero-wrapper {
    top: 0px;
  }
  .hero-content {
    top: 3rem;
  }
  .hero-wrapper {
    /*top: 60px;*/
  }
  .header__cta {
    top: .7rem;
    right: 1rem;
    width: auto;
  }
  .home__section-1 {
    margin-top: 3rem;
  }
  .home__section-3 {
    margin-top: 3rem;
  }
  .home__section-3 .left-side {
    margin-bottom: 3rem;
  }
}


@media only screen and (max-width: 640px) {
  .hero-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
  }
  .hero-content {
    width: 100%;
    left: 0;
    margin-top: 0;
    padding-right: .925rem;
    padding-left: .925rem;
    text-align: center;
    z-index: 1;
  }
  .video-cta span {
    width: 40px
}
  .video-cta {
    color: #fff;
    font-size: .7em;
    padding: 0 10px 0 55px;
    text-align: left;
  }
  .video-cta:hover, .video-cta:focus {
    color: #c01a72;
  }
  .hero-wrapper img {
    height: 320px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 595px) {
  .header__cta {
    right: .5rem;
    margin-left: .350rem;
  }
  .header__cta.stacked {
    top: 0;
    font-size: .8rem;
    padding: .60em 1.0em;
  }
  .header__cta.second__popup {
    clear: right;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .header__cta {
    right: .5rem;
    margin-left: .250rem;
  }
  .header__cta.stacked {
    top: 0;
    font-size: .8rem;
    padding: .60em 1.0em;
  }
  .header__cta.second__popup {
    clear: right;
    margin-top: 5px;
  }
  .hero-heading {
    font-size: 25px;
    margin-bottom: 0.6em;
  }
}

@media only screen and (max-width: 375px) {
  .logo.stacked img {
    max-width: 75px;
  }
}

@media only screen and (max-width: 324px) {
  .logo img {
    max-width: 85px;
  }
  .logo.stacked img {
    max-width: 55px;
  }
}

.with-vertical-line {
  border-right: solid 1px #e3e8eb;
}

.team-section {
  padding-top: 16rem;
  padding-bottom: 22rem;
  background-size: cover;
  background-position: center top;
}

.team__section-heading {
  margin-bottom: 3rem;
}

.team__member img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.team__member-heading {
  margin-bottom: .25rem;
}

.team__member-subheading {
  margin-bottom: 1.75rem;
}

.team__member-popup__image {
  width: 12.5em;
  margin: 0 auto 2.188em auto;
}

.team__member-popup__image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.team__member-popup__header {
  text-align: center;
  margin-bottom: 2.188em;
}

.news-section h2 {
  margin-bottom: 2.89rem;
}

.news-section__content {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0px 8px 15px 0px rgba(41, 51, 63, 0.08);
}

.news-section__left {
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}

.news-section__right {
  background: #ffffff;
  padding: 3.0rem 3.0rem;
}

.news-item__heading {
  font-size: 0.842rem;
  font-family: 'Inter';
  font-weight: 700;
  letter-spacing: 1.33px;
  margin-bottom: 0.1rem;
}

.news-item__heading a {
  color: #0868a9;
  font-size: 1rem;
  text-transform: uppercase;
}

.news-item__heading a:hover {
  color: #c01a72;
}

.news-section__button {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}

.news-item {
  margin-bottom: 1.550em;
}

.news-item p {
  margin-bottom: 0;
}

.content-home .news-section {
  margin-top: -3rem;
  padding-top: 21rem;
  padding-bottom: 8.938rem;
  background-size: cover;
  background-image: url(assets/images/news-background.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (min-width: 801px) {
  .news-item__intro {
    max-width: 75%;
  }
  .content-home .intro-section .intro-heading {
    max-width: 25rem;
  }
}

@media only screen and (max-width: 800px) {
  .content-home .news-section {
    margin-top: -6rem;
  }
}

.cta-section {
  padding-top: 6.25rem;
  padding-bottom: 6.312rem;
  background-size: cover;
  background-position-x: center;
}

.cta-section h2 {
  color: #fff;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.781rem;
}

.cta-section p {
  color: #c3c8d0;
  max-width: 65.188rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2rem;
}

.cta-section .button {
  margin-bottom: 0;
}

.footer {
  padding: 2rem 0;
}

.footer.not-home {
  border-top: 1px solid #e3e8eb;
}

.footer__links {
  float: right;
}

.footer__links tr {
  line-height: 1;
}

.footer__links td {
  vertical-align: top;
}

.footer__links td:not(:last-child) {
  padding-right: 2rem;
}

.footer__links a {
  color: #29333f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.footer__links a:hover, .footer__links a:focus {
  color: #0868a9;
}

.footer__icon {
  font-size: 1.125rem;
  position: relative;
  top: 4px;
  left: -4px;
}

@media only screen and (max-width: 800px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer__links {
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 640px) {
  .team-section .small-text a {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 639px) {
  .footer__links td {
    display: block;
  }
  .footer__links td:not(:last-child) {
    padding-bottom: 1rem;
    padding-right: 0rem;
  }
  .team-section {
    padding-bottom: 16rem;
  }
}

@media only screen and (max-width: 375px) {
  .footer__links a {
    font-size: 13px;
    line-height: 1.5;
  }
}

.inner-hero__container {
  min-height: 550px;
  background-size: cover;
  background-position: right bottom;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
}

.inner-hero__container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, #1F2125, rgba(66, 69, 76, 0.3));
}

.inner-hero__content {
  width: 90%;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
}

.inner-hero__title {
  text-align: center;
  color: #ffffff;
  font-size: 3.421rem;
  margin-bottom: 0;
}

.inner-hero__label {
  display: block;
  text-align: center;
  color: #e3e8eb;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
}

.inner-hero__date {
  margin-bottom: 0;
  text-align: center;
  color: #e3e8eb;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9rem;
}

@media (max-width: 1023px) {
  .inner-hero__container {
    min-height: 450px;
  }
  .inner-hero__content {
    width: 95%;
  }
}

@media (max-width: 800px) {
  .inner-hero__container {
    min-height: 350px;
  }
  .inner-hero__text {
    margin-top: 1rem;
  }
}

@media (max-width: 639px) {
  .inner-hero__container {
    min-height: 300px;
  }
}

#news-posts .row-cards {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1333px;
}

#news-posts .row-cards .column {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  margin-bottom: 2.5rem;
}

#news-posts .row-cards .card {
  padding: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

#news-posts .row-cards .card figure.responsive:before {
  padding-bottom: 56.6%;
}

#news-posts .row-cards .card .card-body {
  padding: 2.5rem 2.4rem 2.2rem 2.5rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

#news-posts .row-cards .card .card-body .card-label {
  margin-bottom: 0.15rem;
  color: #c01a72;
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#news-posts .row-cards .card .card-body .card-date {
  font-size: .8rem;
  margin-bottom: .4rem;
}

#news-posts .row-cards .card .card-body .card-overview {
  margin-bottom: 1.6rem;
  font-size: .90rem;
  line-height: 1.4;
}

#news-posts .row-cards .card .card-body .card-button {
  margin-bottom: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}

.card {
  padding: 2.562rem 3.125rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgba(41, 51, 63, 0.08);
}

.card figure.image {
  margin: 0;
}

.card figure img {
  width: 100%;
}

.card.has-image {
  padding: 0 0 2rem;
  box-shadow: none;
}

.card.has-image .image {
  margin-top: 1.5rem;
  margin-bottom: 2.875rem;
}

@media (max-width: 639px) {
  #news-posts .row-cards .card .card-body .card-label {
    font-size: .7rem;
  }
  #news-posts .row-cards .card .card-body .card-overview {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #news-posts .row-cards .card .card-body .card-date {
    font-size: 1.0rem;
    margin-top: .5rem;
  }
}

/*-----------Sticky Nav-----------*/
@media only screen and (max-width: 800px) {
  body.nav-fixed {
    padding-top: 0 !important;
  }
  body.nav-fixed .nav-sticky {
    top: 0 !important;
  }
}

/*-----------Images-----------*/
figure.image {
  width: 100%;
  position: relative;
}

figure.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

figure.responsive:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

figure.responsive img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

figure.image-video:before {
  padding-bottom: 56.25%;
}

figure.image-archive:before {
  padding-bottom: 50%;
}

figure.image-testimonial-round {
  max-width: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.image-link figure.image {
  transition: all 300ms ease-out;
  overflow: hidden;
}

.image-link figure.image img {
  transition: all .4s;
}

.image-link figure.image:hover {
  opacity: 0.95;
}

.image-link figure.image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*-----------Components-----------*/
.section-headline {
  text-align: center;
  margin-bottom: 3.425rem;
}

.section-headline .overview {
  margin-left: auto;
  margin-right: auto;
}

/*-----------Content Cards-----------*/
.content-cards {
  margin-bottom: 3.5rem;
}

.content-cards .section-headline .overview {
  max-width: 41rem;
}

.content-cards .card [class^="icon-"], .content-cards .card [class*=" icon-"] {
  text-align: center;
  font-size: 6rem;
  margin-top: 1.5rem;
}

.content-cards span[data-mfp-src="#popup"] {
  color: #c01a72;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 801px) {
  .content-cards .card-body h3.text-large {
    font-size: 2.438rem;
    line-height: 1.25rem;
    margin-top: 0.6rem;
    margin-bottom: 1.55rem;
  }
}

/*-----------Split Section-----------*/
.split-section .body-split-section h2 {
  font-size: 2.438rem;
  line-height: 1.25;
}

.split-section .body-split-section .button {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.video-popup .image {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}

.video-popup .image img {
  transition: opacity 200ms ease;
}

.video-popup .image .overlay {
  text-align: center;
  position: absolute;
  z-index: 1;
}

.video-popup .image .play-icon {
  width: 99px;
  height: auto;
  position: static;
}

.video-popup .image:hover img:not(.play-icon) {
  opacity: 0.9;
}

@media print, screen and (min-width: 801px) {
  .split-section .text-content {
    max-width: 38.938rem;
  }
  .split-section .image {
    position: relative;
    max-width: 36.188rem;
    z-index: 1;
  }
  .split-section .pos-2 .text-content {
    margin-left: auto;
  }
  .split-section .pos-2 .image {
    margin-left: auto;
  }
  .split-section .background-image {
    width: 30.438rem;
    height: 37.5rem;
    position: absolute;
    background-image: url(assets/images/logo-watermark.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .split-section .col-image {
    position: relative;
  }
  .split-section .col-image.pos-1 .background-image {
    left: -9.5rem;
    bottom: -19rem;
  }
  .split-section .col-image.pos-2 .background-image {
    right: -12rem;
    bottom: -17.5rem;
  }
}

@media print, screen and (max-width: 800px) {
  .split-section .body-split-section h2 {
    font-size: 2.000rem;
  }
  .split-section .pos-1 {
    margin-bottom: 3rem;
  }
  .split-section.reverse-order > .row {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .split-section.reverse-order > .row .pos-1 {
    margin-bottom: 0;
  }
  .split-section.reverse-order > .row .pos-2 {
    margin-bottom: 3rem;
  }
}

@media print, screen and (max-width: 1200px) {
  .split-section .body-split-section h2 {
    font-size: 2.000rem;
  }
}

/*-----------Image-----------*/
.section-image {
  text-align: center;
}

.section-image .overview {
  max-width: 46.375rem;
  margin-left: auto;
  margin-right: auto;
}

.section-image .image {
  max-width: 44.688rem;
  margin-top: 3.85rem;
  margin-left: auto;
  margin-right: auto;
}

/*-----------Image Slider-----------*/
.gallery-slider .slide {
  padding-left: 25px;
  padding-right: 25px;
}

.gallery-slider .slide-arrows-bottom {
  margin-bottom: 10rem;
}

@media only screen and (min-width: calc(1231px + 50px)) {
  .slide-gallery {
    max-width: calc(1230px + 50px);
  }
}

@media only screen and (max-width: calc(1230px + 50px)) {
  .slide-gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slide-gallery .slide {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

/*-----------Accordion-----------*/
/*-----------Hero-----------*/
.hero {
  text-align: center;
}

.hero h2, .hero .overview {
  margin-left: auto;
  margin-right: auto;
}

.hero h2 {
  color: #29333f;
  max-width: 66.5rem;
  margin-bottom: 1.969rem;
}

.hero .overview {
  max-width: 41.75rem;
}

/*-----------CTA-----------*/
.cta {
  text-align: center;
  padding: 19.9rem 0 6.25rem;
  margin-top: -4rem;
  background-image: url(assets/images/cta-background-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.cta p {
  color: #c3c8d0;
  margin-bottom: 0;
}

.cta h2 {
  color: #fff;
}

.cta .button {
  margin-top: 2rem;
  margin-bottom: 0;
}

.cta .cta-content {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

/*-----------Team-----------*/
.team .row-team {
  max-width: 968px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.team .row-team > .column {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}

.team .team-member h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
}

.team .team-member h4.position {
  margin-bottom: 1.75rem;
}

.team .team-member .image {
  margin-bottom: 1.5rem;
}

.team-sidebar {
  color: #fff;
  font-size: 0.875em;
  padding: 1.5625em;
  background-color: #29333f;
}

.team-sidebar p, .team-sidebar ul {
  font-size: 0.875em;
}

.team-sidebar h4 {
  color: #fff;
  text-transform: uppercase;
}

.team-sidebar p {
  margin-bottom: 1rem;
}

.team-sidebar ul {
  margin-left: 0;
  list-style: none;
}

.team-sidebar ul li {
  margin-bottom: 1rem;
}

.team-sidebar .item {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 1000px) {
  .col-team-details {
    max-width: 71%;
  }
  .col-team-sidebar {
    max-width: 26%;
  }
}

/********************************************************************************
--- Breadcrumbs ---
*********************************************************************************/
#breadcrumbs {
  font-size: 0.875rem;
  background: #f7f9fa;
  padding: 0.625em 0;
  border-bottom: 1px solid rgba(226, 226, 236, 0.75);
}

#breadcrumbs ol {
  counter-reset: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

#breadcrumbs ol li {
  display: inline-block;
  counter-increment: none;
  margin-bottom: 0;
  padding: 0 0.9375em;
  position: relative;
  line-height: 1.2;
}

#breadcrumbs ol li:before {
  display: none;
}

#breadcrumbs a {
  display: block;
  font-weight: 500;
  color: #a7a9ac;
}

#breadcrumbs a .breadcrumbs__label--hidden {
  display: none;
}

#breadcrumbs li:first-child {
  padding-left: 0;
}

#breadcrumbs li:not(:last-child) a:hover {
  color: #c01a72;
}

#breadcrumbs .icon-home:before {
  position: relative;
  top: 0.0625em;
}

#breadcrumbs li:not(:last-child) a::after {
  font-size: 0.875em;
  content: "\e915";
  font-family: 'CD-Project-Icons';
  display: block;
  position: absolute;
  top: 1px;
  right: -0.5714em;
  color: #a7a9ac;
}

#breadcrumbs li:last-child a {
  cursor: default;
  color: #6d6e71;
}

@media only screen and (max-width: 479px) {
  #breadcrumbs {
    font-size: 0.8125em;
  }
  #breadcrumbs a {
    padding: 0 0.625em;
  }
}

/*-----------Resources-----------*/
#resources-posts .spinner {
  padding: 5rem 0;
}

/*-----------Resources-----------*/
#stock-ticker {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 3.75rem;
  width: 14.063rem;
  padding: 0.8rem;
  background-color: #0868a9;
  z-index: 99;
}

#stock-ticker .stock-ticker-wrapper {
  width: 100%;
}

#stock-ticker ul.stock_ticker li.plus .sqitem, #stock-ticker ul.stock_ticker li.plus .sqitem:hover {
  color: #fff;
}

#stock-ticker.sticky {
  position: fixed;
}

#stock-ticker.stop-bottom {
  position: absolute;
}

@media print, screen and (min-width: 1331px) {
  #stock-ticker {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 14rem;
    right: -5.2rem;
  }
  #stock-ticker.sticky {
    top: 14rem;
  }
  #stock-ticker.stop-bottom {
    top: auto;
    bottom: 14rem;
  }
}

@media print, screen and (max-width: 1330px) {
  #stock-ticker {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  #stock-ticker.sticky {
    right: 0;
    bottom: 0;
  }
}

/*-----------Background Wrap-----------*/
.background-wrap {
  padding-top: 25.5rem;
  padding-bottom: 9.3rem;
  background-image: url(assets/images/background-wrap.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.background-wrap section:first-child {
  margin-top: 0;
}

.background-wrap section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .background-wrap {
    margin-top: 7rem !important;
    padding-top: 7rem;
    background-color: #f6f9fa;
  }
}

/*-----------header-----------*/
#header {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #29333f;
}

#header h1 {
  color: #fff;
  font-size: 4.062rem;
  line-height: 1.1;
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#header .header-body {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 15rem;
  padding-bottom: 13.75rem;
}

#header .overview {
  margin-top: 0.833em;
  margin-bottom: 0;
}

#header .meta {
  color: #e3e8eb;
}

#header .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header .image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

#header.has-image .image-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 35%);
}

#header.has-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #1f2125 18%, rgba(66, 69, 76, 0.68) 118%);
}

@media only screen and (max-width: 800px) {
  #header h1 {
    font-size: 2.438rem;
  }
  #header .header-body {
    padding: 7.5rem 0;
  }
}

.content-posts .post-list article {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.content-posts .post-list article h2 {
  margin-bottom: 0;
}

.content-posts .post-list article h2 a {
  color: #000000;
}

.content-posts .post-list article h2 a:hover {
  color: #ee0000;
}

.content-posts .post-list article .meta {
  margin-top: 0.833em;
  opacity: 0.6;
}

.content-posts .post-list article .overview {
  margin-bottom: 0;
}

.content-posts .post-list article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.pagination {
  font-size: 1.25rem;
}

.pagination .page-numbers {
  margin-right: 0.5rem;
}

#load-more.button {
  font-size: 1.1rem;
  min-width: 10rem;
  margin: 1.5rem auto 2rem;
}

/* Contact Page */
.contact-page .section-headline {
  text-align: left;
}

/*-----------Home-----------*/
.hero.hero-home > .row {
  min-height: 650px;
}

/* Above 801px */
@media only screen and (min-width: 801px) {
  .hero.hero-home > .row {
    height: 750px;
  }
}

/*-----------Team-----------*/
/*-----------Testimonials-----------*/
#testimonials .testimonial .image {
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

#testimonials .testimonial q {
  display: block;
}

#testimonials .testimonial q:before {
  content: open-quote;
}

#testimonials .testimonial q:after {
  content: close-quote;
}

/*-----------Sidebar-----------*/
#sidebar ul {
  list-style: none;
  margin: 0 0 2rem 0;
}

#sidebar ul li {
  margin-bottom: 1rem;
}

#sidebar ul li a {
  color: #000000;
}

#sidebar ul li a:hover {
  color: #ee0000;
}

#sidebar ul li a.selected {
  color: #ee0000;
}

#sidebar .widget .tagcloud a {
  color: #000;
  font-size: 1rem !important;
  text-transform: capitalize;
  display: block;
  width: 100%;
  padding: .75rem 0;
  border-bottom: 1px solid #ececec;
}

#sidebar .widget .tagcloud a:hover {
  color: #ee0000;
}

#sidebar .widget .tagcloud a:last-child {
  border-bottom: none;
}

@media print, screen and (max-width: 800px) {
  #sidebar {
    margin-top: 3rem;
  }
}

/*-----------Footer-----------*/
#footer {
  padding-top: 7.2rem;
  margin-top: -2px;
  background-image: linear-gradient(253deg, #25292e 100%, #1f2125 0%);
}

#footer hr {
  background-color: #0868a9;
}

#footer .logo img {
  width: 100%;
  max-width: 10.438rem;
  margin-bottom: 0.562rem;
}

#footer .footer-bottom {
  color: #e3e8eb;
  padding: 0 0 3.412rem;
}

#footer .footer-bottom > .flex {
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

#footer .footer-bottom .menu-list {
  margin-left: 0.5rem;
}

#footer .footer-bottom .menu-list a {
  line-height: 1;
}

#footer .footer-bottom .menu-list a:hover {
  color: #ddd;
}

#footer .footer-bottom .bars li:after {
  background-color: #e2f0f7;
}

#footer .footer-bottom .bars {
  position: relative;
  padding-left: 0.61111rem;
}

#footer .footer-bottom .copyright, #footer .footer-bottom .copyright p, #footer .footer-bottom .copyright a {
  font-size: 0.75rem;
}

#footer .text-copyright {
  margin-top: 0.562rem;
}

#footer .logo-footer {
  transition: opacity 300ms ease-out;
}

#footer .logo-footer:hover {
  opacity: 0.85;
}

#footer hr {
  margin: 3.625rem 0 5.02rem;
}

.footer-cta a {
  color: #0868a9 !important;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
  margin-bottom: 0.875rem;
}

.footer-cta a:hover {
  color: #fff !important;
}

.footer-cta p {
  color: #e3e8eb;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media only screen and (min-width: 801px) {
  .footer-cta {
    max-width: 13.5rem;
    margin-left: auto;
  }
  .global-cta > .row {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
  }
  .global-cta p {
    margin-bottom: 0;
  }
  .global-cta .cta-text {
    width: 100%;
    max-width: 68rem;
  }
  .global-cta .button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
}

.global-cta {
  margin: 0;
}

.global-cta h2 {
  color: #fff !important;
  line-height: 1.25;
  margin-bottom: 0;
}

.global-cta .button {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .subscribe-form > .row {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  #footer .footer-bottom .flex-center {
    display: block;
  }
  #footer .footer-bottom .flex-center ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

/*-----------Slick Slider-----------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-initialized {
  visibility: visible !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  outline: none !important;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider Theme */
.slick-loading .slick-list {
  background: #fff url("assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/slick.eot");
  src: url("assets/fonts/slick.eot%3F") format("embedded-opentype"), url("assets/fonts/slick.woff") format("woff"), url("assets/fonts/slick.ttf") format("truetype"), url("assets/fonts/slick.svg") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'CD-Project-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: 1;
  opacity: .75;
  color: #000;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\e920";
}

[dir='rtl'] .slick-prev:before {
  content: "\e923";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\e923";
}

[dir='rtl'] .slick-next:before {
  content: "\e920";
}

.slide-arrows-bottom .slick-prev, .slide-arrows-bottom .slick-next {
  top: auto;
  bottom: -4rem;
  z-index: 9;
}

.slide-arrows-bottom .slick-prev {
  left: calc(50% - 2.5rem);
}

.slide-arrows-bottom .slick-next {
  right: calc(50% - 2.5rem);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 8rem;
}

.slick-dots {
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*-----------Images Slider-----------*/
#image-slider .section-headline {
  margin-bottom: 4.5rem;
}

#image-slider .section-headline h2 {
  margin-bottom: 0.082rem;
}

#image-slider .row-slide {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

#image-slider .slick-track {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

#image-slider .slide {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

#image-slider .slide img {
  max-width: 12rem;
}

#image-slider .slide-body {
  background-color: #fff;
  padding: 15px;
}

#image-slider .slide-body h3 {
  margin: 0;
}

/*-----------Google Map-----------*/
.embed-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}

.embed-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*-----------Hover Effects-----------*/
.hover-overlay {
  position: relative;
}

.hover-overlay .overlay {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #676767;
  overflow: hidden;
  transition: .5s ease;
}

.hover-overlay .overlay.slide-up {
  opacity: 1;
  height: 0;
}

.hover-overlay .overlay ul {
  margin-bottom: 0;
}

.hover-overlay .overlay a, .hover-overlay .overlay p, .hover-overlay .overlay h4 {
  color: #ffffff;
}

.hover-overlay .overlay a:hover {
  color: #00b9eb;
}

.hover-overlay:hover .overlay {
  opacity: 1;
  height: 100%;
}

/*-----------Lity-----------*/
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*-----------Popups-----------*/
.mfp-wrap .white-popup {
  max-width: 820px;
  background: #f1f1f1;
  text-align: left;
  margin: 40px auto;
  padding: 3rem;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.mfp-content {
  -webkit-animation: popin .3s;
  animation: popin .3s;
}

.mfp-close {
  font-size: 2.25em;
  width: 1.385em;
  height: 1.179em;
  line-height: 1.179em;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0.462em 0.256em;
  color: #828e99;
  transition: color 250ms ease;
  font-style: normal;
  font-weight: 300;
}

.video-popup {
  max-width: 964px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: popin .3s;
  animation: popin .3s;
}

.video-popup .mfp-close {
  color: #fff;
  padding: 0;
  margin: 0;
  top: -42px;
  right: -6px;
  text-align: right;
  padding-right: 6px;
}

.video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 38.1%;
  overflow: hidden;
}

.video-container video {
  max-width: 964px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 801px) {
  .mfp-wrap .white-popup {
    padding: 3rem 1rem;
  }
}

/*-----------Cards-----------*/
.card-link .card {
  transition: transform ease .3s,-webkit-transform ease .3s;
}

.card-link .card:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.card-link .card:hover .card-heading {
  color: #ee0000;
}

.card-link p {
  color: #565e68;
}

.card-body {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.card-body p {
  margin-bottom: 0.725rem;
}

.card-body h3 {
  color: #29333f;
  font-size: 1.75rem;
  line-height: 1.14;
  margin-bottom: 1rem;
}

.card-body h3.pink {
  color: #c01a72;
}

.card-body h3.blue {
  color: #0868a9;
}

.card-body .button, .card-body .text-button {
  margin-bottom: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}

.flex-row-cards {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: initial;
  -moz-box-align: initial;
  align-items: initial;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.flex-row-cards > .column {
  margin-bottom: 1.875rem;
}

.flex-row-cards .card {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100%;
  height: 100%;
}

@media print, screen and (min-width: 801px) {
  .flex-row-cards.cards-2 > .column {
    max-width: 40.125rem;
  }
  .flex-row-cards.cards-2 > .column:last-child {
    margin-left: auto;
  }
  .flex-row-cards.cards-3 > .column {
    max-width: 27.813rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 800px) {
  .card-body h3 br {
    display: none;
  }
}

/*-----------Helpers-----------*/
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.color-light a:not(.button), .color-light p, .color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6 {
  color: #e3e8eb;
}

.color-light a:not(.button):hover {
  color: #ee0000;
}

.color-dark a {
  color: #333333;
}

.color-dark a:hover {
  color: #ee0000;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.flex-center {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space-bewteen {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

ul.list-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  list-style: none;
  margin-left: 0;
}

ul.list-flex li {
  text-align: center;
  line-height: 0;
}

.pos-relative {
  position: relative;
}

/* Above 800 */
@media screen and (min-width: 801px) {
  .large-center {
    text-align: center;
  }
  .large-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .large-inline-flex {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .large-hide {
    display: none;
  }
  .large-pad-left {
    padding-left: 4rem;
  }
  .large-pad-right {
    padding-right: 4rem;
  }
  .large-right {
    float: right;
  }
  .row.large-spaced {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }
  .row.large-spaced .column, .row.large-spaced .columns {
    padding: 0 1.8rem;
  }
}

/* Below 800 */
@media screen and (max-width: 800px) {
  .small-hide {
    display: none;
  }
  .spacer {
    display: none;
  }
}

/* Menu helpers */
@media screen and (min-width: 1331px) {
  .menu-large-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .menu-large-hide {
    display: none;
  }
}

@media screen and (max-width: 1330px) {
  .menu-small-hide {
    display: none;
  }
  .xs-show {
    display: none;
  }
  .menu-small-show {
    display: block;
  }
}

/* Below 400 */
@media screen and (max-width: 1330px) {
  .xs-hide {
    display: none;
  }
  .xs-show {
    display: block;
  }
}

/* Spinner */
.spinner {
  margin: 100px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #879ca3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Animations */
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.row-cards.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
