/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%; }

body {
  font-family: 'AvenirNextLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background-color: #0d7061; }
  @media only screen and (max-width: 1500px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 1250px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 880px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 400px) {
    body {
      font-size: 14px; } }
  body.img {
    background-image: url("../../images/trr_bg_min.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1500px) {
      body.img {
        background-image: url("../../images/trr_bg_min.jpg"); } }
    @media only screen and (max-width: 1250px) {
      body.img {
        background-image: url("../../images/trr_bg_min.jpg"); } }
    @media only screen and (max-width: 880px) {
      body.img {
        background-image: url("../../images/trr_bg_min.jpg"); } }
    @media only screen and (max-width: 640px) {
      body.img {
        background-image: url("../../images/trr_bg_min.jpg"); } }
    @media only screen and (max-width: 400px) {
      body.img {
        background-image: none; } }

.jswarning {
  display: none; }

.no-js .jswarning {
  display: block; }

html.js .no-flicker {
  display: none; }

* {
  box-sizing: border-box; }

/*-------------------------------------------------- */
/* SHOW/HIDE BASED ON SCREEN SIZE */
/*-------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  .show-xl-only {
    display: block; } }
@media only screen and (max-width: 1250px) {
  .show-xl-only {
    display: none; } }
@media only screen and (max-width: 880px) {
  .show-xl-only {
    display: none; } }
@media only screen and (max-width: 640px) {
  .show-xl-only {
    display: none; } }
@media only screen and (max-width: 400px) {
  .show-xl-only {
    display: none; } }

.hide-xl-only {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .hide-xl-only {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .hide-xl-only {
      display: block; } }
  @media only screen and (max-width: 880px) {
    .hide-xl-only {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .hide-xl-only {
      display: block; } }
  @media only screen and (max-width: 400px) {
    .hide-xl-only {
      display: block; } }

@media only screen and (max-width: 1500px) {
  .show-xl-wide-only {
    display: block; } }
@media only screen and (max-width: 1250px) {
  .show-xl-wide-only {
    display: block; } }
@media only screen and (max-width: 880px) {
  .show-xl-wide-only {
    display: none; } }
@media only screen and (max-width: 640px) {
  .show-xl-wide-only {
    display: none; } }
@media only screen and (max-width: 400px) {
  .show-xl-wide-only {
    display: none; } }

.hide-xl-wide-only {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .hide-xl-wide-only {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .hide-xl-wide-only {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .hide-xl-wide-only {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .hide-xl-wide-only {
      display: block; } }
  @media only screen and (max-width: 400px) {
    .hide-xl-wide-only {
      display: block; } }

.show-med-only {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .show-med-only {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .show-med-only {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .show-med-only {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .show-med-only {
      display: none; } }
  @media only screen and (max-width: 400px) {
    .show-med-only {
      display: none; } }

.show-med-sm-only {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .show-med-sm-only {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .show-med-sm-only {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .show-med-sm-only {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .show-med-sm-only {
      display: block; } }
  @media only screen and (max-width: 400px) {
    .show-med-sm-only {
      display: none; } }

.show-xs-only {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .show-xs-only {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .show-xs-only {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .show-xs-only {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .show-xs-only {
      display: none; } }
  @media only screen and (max-width: 400px) {
    .show-xs-only {
      display: block; } }

@media only screen and (max-width: 1500px) {
  .hide-xs-only {
    display: block; } }
@media only screen and (max-width: 1250px) {
  .hide-xs-only {
    display: block; } }
@media only screen and (max-width: 880px) {
  .hide-xs-only {
    display: block; } }
@media only screen and (max-width: 640px) {
  .hide-xs-only {
    display: block; } }
@media only screen and (max-width: 400px) {
  .hide-xs-only {
    display: none; } }

/*-------------------------------------------------- */
/* CSS GRID STYLES */
/*-------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box; }

@media screen and (min-width: 500px) {
  /* no grid support? */ }
/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#container {
  display: grid;
  position: relative;
  grid-template-columns: 30px repeat(4, minmax(140px, 1fr)) 60px;
  grid-template-rows: minmax(20px, 1fr) 4fr 30px 110px;
  grid-gap: 0;
  gap: 0;
  height: 100vh; }
  @media only screen and (max-width: 1500px) {
    #container {
      display: grid;
      grid-template-columns: 30px repeat(4, minmax(140px, 1fr)) 60px;
      grid-template-rows: minmax(20px, 1fr) 4fr 30px 110px; } }
  @media only screen and (max-width: 1250px) {
    #container {
      display: grid;
      grid-template-columns: 30px repeat(4, minmax(140px, 1fr)) 60px;
      grid-template-rows: minmax(20px, 1fr) 4fr 30px 110px; } }
  @media only screen and (max-width: 880px) {
    #container {
      display: grid;
      grid-template-columns: 20px repeat(4, minmax(140px, 1fr)) 40px;
      grid-template-rows: minmax(20px, 1fr) 6fr 20px 70px; } }
  @media only screen and (max-width: 640px) {
    #container {
      display: grid;
      grid-template-columns: 10px repeat(4, minmax(140px, 1fr)) 20px;
      grid-template-rows: minmax(20px, 1fr) 8fr 10px 70px; } }
  @media only screen and (max-width: 400px) {
    #container {
      display: block; } }
  #container.sub {
    grid-template-columns: minmax(30px, 1fr) repeat(4, minmax(140px, 500px)) minmax(60px, 1fr);
    grid-template-rows: minmax(200px, 1fr) 4fr 30px 110px; }
    @media only screen and (max-width: 1500px) {
      #container.sub {
        grid-template-columns: minmax(30px, 1fr) repeat(4, minmax(140px, 500px)) minmax(60px, 1fr);
        grid-template-rows: minmax(200px, 1fr) 4fr 30px 110px; } }
    @media only screen and (max-width: 1250px) {
      #container.sub {
        grid-template-columns: minmax(30px, 1fr) repeat(4, minmax(140px, 450px)) minmax(60px, 1fr);
        grid-template-rows: minmax(185px, 1fr) 4fr 30px 110px; } }
    @media only screen and (max-width: 880px) {
      #container.sub {
        grid-template-columns: minmax(30px, 1fr) repeat(4, minmax(140px, 300px)) minmax(60px, 1fr);
        grid-template-rows: minmax(125px, 1fr) 6fr 20px 70px; } }
    @media only screen and (max-width: 640px) {
      #container.sub {
        grid-template-columns: minmax(30px, 1fr) repeat(4, minmax(140px, 300px)) minmax(60px, 1fr);
        grid-template-rows: minmax(125px, 1fr) 8fr 10px 70px; } }

/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */
a, a:visited {
  color: #e04a81;
  text-decoration: none; }

a:hover, a:active {
  color: #222;
  text-decoration: none; }

a.homelink, a.homelink:visited {
  color: #b4d5d9;
  font-size: 80%;
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

a.homelink:hover, a.homelink:active {
  color: #222; }

a.rev, a.rev:visited {
  color: #032f67; }

a.rev:hover, a.rev:active {
  color: #fff; }

p, ul {
  margin: 0;
  padding: 0 0 12px 0;
  color: #222;
  font-family: 'AvenirNextLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.4em; }
  @media only screen and (max-width: 1500px) {
    p, ul {
      font-size: 1.2em; } }
  @media only screen and (max-width: 1250px) {
    p, ul {
      font-size: 1.2em; } }
  @media only screen and (max-width: 880px) {
    p, ul {
      font-size: 1.1em; } }
  @media only screen and (max-width: 640px) {
    p, ul {
      font-size: 1.1em; } }
  @media only screen and (max-width: 400px) {
    p, ul {
      font-size: 1.3em; } }

p em, p i {
  font-family: 'AvenirNextLightItalic', sans-serif;
  font-weight: normal;
  font-style: normal; }

p.intro em, p.intro i {
  font-family: 'PMNCaecilia76BoldItalic', georgia, serif;
  font-weight: normal;
  font-style: italic; }

p strong, p b {
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal; }

.bold {
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal; }

.unbold {
  font-family: 'AvenirNextLight', sans-serif;
  font-weight: normal;
  font-style: normal; }

.hilite {
  font-family: 'PMNCaecilia76BoldItalic', georgia, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 120%; }

.lower {
  text-transform: lowercase; }

.clear {
  clear: both; }

h1, h2, h3 {
  margin: 0;
  padding: 0 0 4px 0;
  font-family: 'PMNCaecilia75Bold', georgia, serif;
  font-weight: normal;
  font-style: normal;
  color: #0d7061;
  line-height: 1.2em; }

h1 {
  font-size: 2.4em; }
  @media only screen and (max-width: 1500px) {
    h1 {
      font-size: 2.2em; } }
  @media only screen and (max-width: 1250px) {
    h1 {
      font-size: 2.1em; } }
  @media only screen and (max-width: 880px) {
    h1 {
      font-size: 1.9em; } }
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 1.8em; } }
  @media only screen and (max-width: 400px) {
    h1 {
      font-size: 1.86em; } }

h2 {
  margin: 10px 0 2px 0;
  font-size: 1.3em; }
  @media only screen and (max-width: 1500px) {
    h2 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 1250px) {
    h2 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 880px) {
    h2 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 640px) {
    h2 {
      font-size: 1.2em; } }
  @media only screen and (max-width: 400px) {
    h2 {
      font-size: 1.2em; } }

h3 {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal; }
  @media only screen and (max-width: 1500px) {
    h3 {
      font-size: 1.0em; } }
  @media only screen and (max-width: 1250px) {
    h3 {
      font-size: 1.0em; } }
  @media only screen and (max-width: 880px) {
    h3 {
      font-size: 1.0em; } }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 1.0em; } }
  @media only screen and (max-width: 400px) {
    h3 {
      font-size: 1.0em; } }

/*-------------------------------------------------- */
/* GRID ELEMENTS */
/*-------------------------------------------------- */
.grid-bg {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
  background-image: url("../../images/trr_bg_min.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1500px) {
    .grid-bg {
      background-image: url("../../images/trr_bg_min.jpg"); } }
  @media only screen and (max-width: 1250px) {
    .grid-bg {
      background-image: url("../../images/trr_bg_min.jpg"); } }
  @media only screen and (max-width: 880px) {
    .grid-bg {
      background-image: url("../../images/trr_bg_min.jpg"); } }
  @media only screen and (max-width: 640px) {
    .grid-bg {
      background-image: url("../../images/trr_bg_min.jpg"); } }
  @media only screen and (max-width: 400px) {
    .grid-bg {
      background-image: none; } }

.grid-nav {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
  background-color: #369cc4; }

.grid-nav-box {
  position: absolute;
  top: 20px;
  left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  grid-row-start: 4;
  grid-row-end: 5; }
  @media only screen and (max-width: 400px) {
    .grid-nav-box {
      position: relative;
      background-color: #369cc4;
      border-left: none;
      top: auto;
      left: auto;
      text-align: center;
      display: block; }
      .grid-nav-box:last-of-type {
        padding-bottom: 20px; } }
  .grid-nav-box h2 {
    margin: 0;
    padding-left: 15px;
    color: #fff;
    font-family: 'AvenirNextMedium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 1500px) {
      .grid-nav-box h2 {
        display: block; } }
    @media only screen and (max-width: 1250px) {
      .grid-nav-box h2 {
        display: block; } }
    @media only screen and (max-width: 880px) {
      .grid-nav-box h2 {
        display: block; } }
    @media only screen and (max-width: 640px) {
      .grid-nav-box h2 {
        display: block; } }
    @media only screen and (max-width: 400px) {
      .grid-nav-box h2 {
        font-size: 1.2em;
        padding-top: 20px;
        display: block;
        padding-left: 0; } }
  .grid-nav-box p {
    padding: 2px 0 0 15px;
    max-width: 260px;
    color: #fff;
    font-size: 1.0em;
    line-height: 1.375em; }
    @media only screen and (max-width: 1500px) {
      .grid-nav-box p {
        display: block; } }
    @media only screen and (max-width: 1250px) {
      .grid-nav-box p {
        display: block; } }
    @media only screen and (max-width: 880px) {
      .grid-nav-box p {
        display: none; } }
    @media only screen and (max-width: 640px) {
      .grid-nav-box p {
        display: none; } }

.grid-nav1 {
  grid-column-start: 2;
  grid-column-end: 3; }

.grid-nav2 {
  grid-column-start: 3;
  grid-column-end: 4; }

.grid-nav3 {
  grid-column-start: 4;
  grid-column-end: 5; }

.grid-nav4 {
  grid-column-start: 5;
  grid-column-end: 6; }

.grid-home, .grid-sub-logo {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
  text-align: right;
  max-width: 925px; }
  @media only screen and (max-width: 1500px) {
    .grid-home, .grid-sub-logo {
      text-align: right; } }
  @media only screen and (max-width: 1250px) {
    .grid-home, .grid-sub-logo {
      text-align: right; } }
  @media only screen and (max-width: 880px) {
    .grid-home, .grid-sub-logo {
      text-align: right; } }
  @media only screen and (max-width: 640px) {
    .grid-home, .grid-sub-logo {
      text-align: right; } }
  @media only screen and (max-width: 400px) {
    .grid-home, .grid-sub-logo {
      text-align: center; } }
  .grid-home img, .grid-sub-logo img {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1500px) {
      .grid-home img, .grid-sub-logo img {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 1250px) {
      .grid-home img, .grid-sub-logo img {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 880px) {
      .grid-home img, .grid-sub-logo img {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 640px) {
      .grid-home img, .grid-sub-logo img {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 400px) {
      .grid-home img, .grid-sub-logo img {
        width: auto;
        margin: 0 0 0 30px;
        background-color: white;
        -webkit-border-radius: 0 0 0 20px;
        -moz-border-radius: 0 0 0 20px;
        border-radius: 0 0 0 20px; } }
  .grid-home p, .grid-sub-logo p {
    padding: 40px;
    color: #fff;
    background-color: #0d7061;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: left; }
    @media only screen and (max-width: 1500px) {
      .grid-home p, .grid-sub-logo p {
        padding: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px; } }
    @media only screen and (max-width: 1250px) {
      .grid-home p, .grid-sub-logo p {
        padding: 35px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; } }
    @media only screen and (max-width: 880px) {
      .grid-home p, .grid-sub-logo p {
        padding: 30px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 640px) {
      .grid-home p, .grid-sub-logo p {
        padding: 25px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 400px) {
      .grid-home p, .grid-sub-logo p {
        padding: 20px 20px 20px 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }

.grid-sub-logo {
  grid-row-start: 1;
  grid-row-end: 2;
  max-width: none; }
  .grid-sub-logo img {
    margin-bottom: 0;
    float: right;
    max-width: 500px;
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px; }
    @media only screen and (max-width: 1500px) {
      .grid-sub-logo img {
        margin-bottom: 0;
        float: right;
        max-width: 500px;
        -webkit-border-radius: 0 0 40px 40px;
        -moz-border-radius: 0 0 40px 40px;
        border-radius: 0 0 40px 40px; } }
    @media only screen and (max-width: 1250px) {
      .grid-sub-logo img {
        margin-bottom: 0;
        float: right;
        max-width: 450px;
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px; } }
    @media only screen and (max-width: 880px) {
      .grid-sub-logo img {
        margin-bottom: 0;
        float: right;
        max-width: 300px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px; } }
    @media only screen and (max-width: 640px) {
      .grid-sub-logo img {
        margin-bottom: 0;
        float: right;
        max-width: 300px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px; } }
    @media only screen and (max-width: 400px) {
      .grid-sub-logo img {
        margin-bottom: 10px;
        float: none;
        max-width: none;
        -webkit-border-radius: 0 0 0 20px;
        -moz-border-radius: 0 0 0 20px;
        border-radius: 0 0 0 20px; } }

.grid-sub {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: flex-start;
  padding: 60px 60px 20px 80px;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }
  @media only screen and (max-width: 1500px) {
    .grid-sub {
      padding: 60px 60px 20px 80px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px; } }
  @media only screen and (max-width: 1250px) {
    .grid-sub {
      padding: 50px 50px 20px 70px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }
  @media only screen and (max-width: 880px) {
    .grid-sub {
      padding: 40px 40px 15px 50px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }
  @media only screen and (max-width: 640px) {
    .grid-sub {
      padding: 30px 20px 10px 30px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }
  @media only screen and (max-width: 400px) {
    .grid-sub {
      padding: 30px 20px 10px 25px;
      margin: 0 0 20px 30px;
      -webkit-border-radius: 20px 0 0 20px;
      -moz-border-radius: 20px 0 0 20px;
      border-radius: 20px 0 0 20px; } }
  .grid-sub .cleft {
    display: block;
    float: left;
    text-align: right;
    padding: 0 30px 0 0;
    width: 260px; }
    @media only screen and (max-width: 1500px) {
      .grid-sub .cleft {
        float: left;
        text-align: right;
        padding: 0 30px 0 0;
        width: 260px; } }
    @media only screen and (max-width: 1250px) {
      .grid-sub .cleft {
        float: left;
        text-align: right;
        padding: 0 20px 0 0;
        width: 180px; } }
    @media only screen and (max-width: 880px) {
      .grid-sub .cleft {
        float: left;
        text-align: right;
        padding: 0 20px 0 0;
        width: 160px; } }
    @media only screen and (max-width: 640px) {
      .grid-sub .cleft {
        float: none;
        text-align: left;
        padding: 0 0 0 30px;
        width: auto; } }
    @media only screen and (max-width: 400px) {
      .grid-sub .cleft {
        float: none;
        text-align: left;
        padding: 0 0 0 30px;
        width: auto; } }
    .grid-sub .cleft h3 {
      font-size: 0.8em;
      display: block;
      padding-top: 7px; }
  .grid-sub .cright {
    display: inline-block;
    text-align: left;
    padding: 0;
    max-width: calc(100% - 290px); }
    .grid-sub .cright p {
      padding-bottom: 8px; }
    .grid-sub .cright h3 {
      font-size: 0.8em;
      display: block;
      padding-top: 2px;
      padding-bottom: 8px;
      line-height: 1.6em; }
    .grid-sub .cright.noleft {
      margin-left: 260px; }
    @media only screen and (max-width: 1500px) {
      .grid-sub .cright {
        padding: 0;
        max-width: calc(100% - 290px); }
        .grid-sub .cright.noleft {
          margin-left: 260px; } }
    @media only screen and (max-width: 1250px) {
      .grid-sub .cright {
        padding: 0;
        max-width: calc(100% - 200px); }
        .grid-sub .cright.noleft {
          margin-left: 180px; } }
    @media only screen and (max-width: 880px) {
      .grid-sub .cright {
        padding: 0;
        max-width: calc(100% - 180px); }
        .grid-sub .cright.noleft {
          margin-left: 160px; } }
    @media only screen and (max-width: 640px) {
      .grid-sub .cright {
        padding: 0 0 0 30px;
        max-width: none; }
        .grid-sub .cright.noleft {
          margin-left: 0; } }
    @media only screen and (max-width: 400px) {
      .grid-sub .cright {
        padding: 0 0 0 30px;
        max-width: none; }
        .grid-sub .cright.noleft {
          margin-left: 0; } }
  .grid-sub p {
    padding: 0 0 24px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: left;
    max-width: 1200px; }
    .grid-sub p.intro {
      font-family: 'AvenirNextMedium', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #369cc4;
      font-size: 1.3em; }
    @media only screen and (max-width: 1500px) {
      .grid-sub p {
        padding: 0 0 24px 0;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px; } }
    @media only screen and (max-width: 1250px) {
      .grid-sub p {
        padding: 0 0 22px 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; } }
    @media only screen and (max-width: 880px) {
      .grid-sub p {
        padding: 0 0 20px 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 640px) {
      .grid-sub p {
        padding: 0 0 20px 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 400px) {
      .grid-sub p {
        font-size: 1.2em;
        padding: 0 0 18px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }
    .grid-sub p.last {
      padding-bottom: 35px; }
    .grid-sub p.lastlink {
      padding-bottom: 10px; }
    .grid-sub p.quote {
      padding: 0 10% 0 20px;
      margin-bottom: 30px;
      border-left: 1px solid #369cc4;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-size: 98%;
      line-height: 1.5em;
      font-family: 'AvenirNextMedium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .grid-sub p.quote .byline {
        font-family: 'PMNCaecilia56Italic', georgia, serif;
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
        float: right;
        display: inline-block;
        padding-top: 10px; }
    .grid-sub p a {
      font-family: 'AvenirNextMedium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .grid-sub p a.endlink {
        font-size: 70%;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        display: inline-block;
        padding-top: 20px; }

.trr-cover {
  position: relative;
  margin: 0 auto 50px auto;
  display: none;
  max-width: 200px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7); }
  @media only screen and (max-width: 1500px) {
    .trr-cover {
      display: none; } }
  @media only screen and (max-width: 1250px) {
    .trr-cover {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .trr-cover {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .trr-cover {
      display: none; } }
  @media only screen and (max-width: 400px) {
    .trr-cover {
      display: block; } }
  .trr-cover:before {
    content: "";
    min-width: 10px;
    width: 7%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.1) 29%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0)); }
  .trr-cover img {
    width: 100%; }

/*-------------------------------------------------- */
/* FORM STYLES */
/*-------------------------------------------------- */
a.btn, a:visited.btn, .btn, button {
  margin: -40px -30px 10px 10px;
  padding: 12px 30px;
  display: block;
  float: right;
  color: #fff;
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  border: none;
  background-color: #bf4583;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  @media only screen and (max-width: 1500px) {
    a.btn, a:visited.btn, .btn, button {
      margin: -40px -30px 10px 10px;
      padding: 12px 30px;
      font-size: 1.6em;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }
  @media only screen and (max-width: 1250px) {
    a.btn, a:visited.btn, .btn, button {
      margin: -30px -30px 10px 10px;
      padding: 10px 30px;
      font-size: 1.6em;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }
  @media only screen and (max-width: 880px) {
    a.btn, a:visited.btn, .btn, button {
      margin: -20px -20px 10px 10px;
      padding: 10px 30px;
      font-size: 1.4em;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }
  @media only screen and (max-width: 640px) {
    a.btn, a:visited.btn, .btn, button {
      margin: -15px -5px 10px 10px;
      padding: 8px 25px;
      font-size: 1.2em;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }
  @media only screen and (max-width: 400px) {
    a.btn, a:visited.btn, .btn, button {
      margin: -15px 0px 10px 10px;
      padding: 8px 25px;
      font-size: 1.2em;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }
  a.btn.home, a:visited.btn.home, .btn.home, button.home {
    position: relative;
    display: inline-block;
    float: none;
    margin: -10px 6px 30px 0;
    padding: 16px 40px;
    top: -15px;
    right: -7px;
    font-size: 2.0em; }
    @media only screen and (max-width: 1500px) {
      a.btn.home, a:visited.btn.home, .btn.home, button.home {
        padding: 16px 40px;
        top: -15px;
        right: -7px;
        font-size: 2.0em;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; } }
    @media only screen and (max-width: 1250px) {
      a.btn.home, a:visited.btn.home, .btn.home, button.home {
        padding: 10px 30px;
        top: -15px;
        right: -7px;
        font-size: 1.7em;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; } }
    @media only screen and (max-width: 880px) {
      a.btn.home, a:visited.btn.home, .btn.home, button.home {
        padding: 10px 30px;
        top: -15px;
        right: -7px;
        font-size: 1.5em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 640px) {
      a.btn.home, a:visited.btn.home, .btn.home, button.home {
        padding: 10px 30px;
        top: -15px;
        right: -7px;
        font-size: 1.4em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }
    @media only screen and (max-width: 400px) {
      a.btn.home, a:visited.btn.home, .btn.home, button.home {
        padding: 10px 30px;
        top: auto;
        right: auto;
        font-size: 1.8em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; } }

a.smbtn, a.smbtn:visited {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-family: 'AvenirNextMedium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 90%;
  text-transform: uppercase;
  border: none;
  background-color: #369cc4; }
  @media only screen and (max-width: 1500px) {
    a.smbtn, a.smbtn:visited {
      margin: 0 0 12px 0;
      padding: 8px 15px; } }
  @media only screen and (max-width: 1250px) {
    a.smbtn, a.smbtn:visited {
      margin: 0 0 12px 0;
      padding: 8px 15px; } }
  @media only screen and (max-width: 880px) {
    a.smbtn, a.smbtn:visited {
      margin: 0 0 12px 0;
      padding: 6px 15px; } }
  @media only screen and (max-width: 640px) {
    a.smbtn, a.smbtn:visited {
      margin: 0 0 12px 0;
      padding: 4px 15px; } }
  @media only screen and (max-width: 400px) {
    a.smbtn, a.smbtn:visited {
      margin: 0 0 12px 0;
      padding: 4px 15px; } }
  a.smbtn.first, a.smbtn:visited.first {
    margin-right: 8px; }

a.btn:hover, a.btn:active, a:active.btn, a:hover.btn, .btn:hover {
  color: #fff;
  background-color: #222; }

a.smbtn:hover, a.smbtn:active {
  background-color: #222; }

.payform {
  margin: -30px -30px 0 0;
  text-align: right; }
  @media only screen and (max-width: 1500px) {
    .payform {
      margin: -30px -30px 0 0;
      text-align: right; } }
  @media only screen and (max-width: 1250px) {
    .payform {
      margin: -30px -30px 0 0;
      text-align: right; } }
  @media only screen and (max-width: 880px) {
    .payform {
      margin: -30px -30px 0 0;
      text-align: right; } }
  @media only screen and (max-width: 640px) {
    .payform {
      margin: -10px 0 20px -4px;
      text-align: left; } }
  @media only screen and (max-width: 400px) {
    .payform {
      margin: -10px 0 20px -4px;
      text-align: left; } }

/*p.formlabel {
	float: left;
	margin-right: 10px;
	width: 140px;
	text-align: right;
	@include responsive(widest-screens) { width: 140px; }
	@include responsive(wide-screens) { width: 100px; }
	@include responsive(medium-screens) { width: 200px; }
	@include responsive(xsmall-screens) { float: none; width: 240px; text-align: left; margin-right: 0; }
	}
input.srchbox {
	float: left;
	margin: 0;
	padding: 4px;
	width: 140px;
	height: 12px;
	background-color: $green1;
	border: 1px solid $green1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to($green1));
	background-image: -moz-linear-gradient(0% 12% 90deg, $green1, #999);
	@include responsive(widest-screens) { width: 140px; height: 12px; }
	@include responsive(wide-screens) { width: 72px; height: 12px; }
	@include responsive(medium-screens) { width: 72px; height: 12px; }
	@include responsive(xsmall-screens) { width: 160px; height: 15px; }
	}
 .form input, .form textarea {
	float: left;
	margin: 0;
	padding: 4px;
	width: 360px;
	height: 15px;
	border: 1px solid $green1;
	@include responsive(widest-screens) { width: 360px; height: 15px; }
	@include responsive(wide-screens) { width: 240px; height: 15px; }
	@include responsive(medium-screens) { width: 200px; height: 15px; }
	@include responsive(xsmall-screens) { width: 160px; height: 15px; }
	}
.form textarea {
	width: 400px;
	height: 200px;
	@include responsive(widest-screens) { width: 400px; }
	@include responsive(wide-screens) { width: 260px; }
	@include responsive(medium-screens) { width: 200px; }
	@include responsive(xsmall-screens) { width: 160px; }
	}
.form .btn, .btn {
	margin: 20px 0 30px 0;
	padding: 4px 10px 4px 10px;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 1.2em;
	@include ave400;
	border: 1px solid $green1;
	background-color: $green1;
	}
.form .smbtn, .smbtn {
	margin: 2px 0 12px 0;
	padding: 3px 8px 3px 8px;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 0.9em;
	@include ave700;
	border: 1px solid $green1;
	background-color: $green1;
	}
.form .btn:hover, .btn:hover, .form .smbtn:hover, .smbtn:hover {
	background-color: $green1;
	}
#sidebar .smbtn {
	margin: 10px 0 0 0;
	}
.smbtn.light {
	padding: 4px 8px 4px 8px;
	color: $green0;
	font-size: 0.85em;
	border: 1px solid $green1;
	background-color: $green1;
	}
.smbtn.light:hover {
	color: #fff;
	background-color: $green1;
	}
a.btn, a.btn:visited {
	display: inline-block;
	margin: 6px 0 4px 0;
	padding: 8px 12px 6px 12px;
	color: #fff;
	@include cae700;
	font-size: 1.1em;
	line-height: 1.0em;
	border: none;
	background-color: $green1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from($green1), to($green1));
	background-image: -moz-linear-gradient(0 100% 90deg, $green1, $green1);
	@include rounded(8px);
	}
a.btn:hover, a.btn:active {
	color: #fff;
	background-color: $green1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from($green1), to($green1));
	background-image: -moz-linear-gradient(0 100% 90deg, $green1, $green1);
	}
#search input.srchicon, .sidepromo.search input.icon {
	margin: 0;
	padding: 0;
	width: 25px;
	height: 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 1px;
	border: none;
	cursor: pointer;
	@include retinize('search_arrow', 'png', 25px, 42px);
	}
#search input.srchicon:hover, .sidepromo.search input.icon:hover {
	background-position: 0 -20px;
	}*/

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