html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #3175a0;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

p.max-width-100 img {
    width: 100%;
    max-width: 100px;
}

p.max-width-200 img {
    width: 100%;
    max-width: 200px;
}

p.max-width-300 img {
    width: 100%;
    max-width: 300px;
}

p.max-width-400 img {
    width: 100%;
    max-width: 400px;
}

p.max-width-500 img {
    width: 100%;
    max-width: 500px;
}

p.max-width-600 img {
    width: 100%;
    max-width: 600px;
}

p.max-width-700 img {
    width: 100%;
    max-width: 700px;
}

p.max-width-800 img {
    width: 100%;
    max-width: 800px;
}

p.max-width-900 img {
    width: 100%;
    max-width: 900px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.row {
  margin-left: -5px;
  margin-right: -5px;
  }

/*fgcuteam-gabriel add row grid system missing properties from bootstrap */
.row-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  }

.col-sm {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* CMS fix for wrong sizing of rows and containers */
#cms-inline-editor-id .row {
    max-width: 1280px;
    margin: 0 auto;
}

#cms-inline-editor-id .row-alt {
    max-width: 1280px;
    margin: 0 auto;
}

#cms-inline-editor-id .container-flex.row {
    padding: 0 60px;
}

@media screen and (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-24 {
  width: 100%; }

.col-xs-23 {
  width: 95.83333333%; }

.col-xs-22 {
  width: 91.66666667%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-20 {
  width: 83.33333333%; }

.col-xs-19 {
  width: 79.16666667%; }

.col-xs-18 {
  width: 75%; }

.col-xs-17 {
  width: 70.83333333%; }

.col-xs-16 {
  width: 66.66666667%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-14 {
  width: 58.33333333%; }

.col-xs-13 {
  width: 54.16666667%; }

.col-xs-12 {
  width: 50%;
  }

.col-xs-11 {
  width: 45.83333333%; }

.col-xs-10 {
  width: 41.66666667%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-8 {
  width: 33.33333333%; }

.col-xs-7 {
  width: 29.16666667%; }

.col-xs-6 {
  width: 25%; }

.col-xs-5 {
  width: 20.83333333%; }

.col-xs-4 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-2 {
  width: 8.33333333%; }

.col-xs-1 {
  width: 4.16666667%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-pull-23 {
  right: 95.83333333%; }

.col-xs-pull-22 {
  right: 91.66666667%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-20 {
  right: 83.33333333%; }

.col-xs-pull-19 {
  right: 79.16666667%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-17 {
  right: 70.83333333%; }

.col-xs-pull-16 {
  right: 66.66666667%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-14 {
  right: 58.33333333%; }

.col-xs-pull-13 {
  right: 54.16666667%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-11 {
  right: 45.83333333%; }

.col-xs-pull-10 {
  right: 41.66666667%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-8 {
  right: 33.33333333%; }

.col-xs-pull-7 {
  right: 29.16666667%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-5 {
  right: 20.83333333%; }

.col-xs-pull-4 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-2 {
  right: 8.33333333%; }

.col-xs-pull-1 {
  right: 4.16666667%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-push-23 {
  left: 95.83333333%; }

.col-xs-push-22 {
  left: 91.66666667%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-20 {
  left: 83.33333333%; }

.col-xs-push-19 {
  left: 79.16666667%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-17 {
  left: 70.83333333%; }

.col-xs-push-16 {
  left: 66.66666667%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-14 {
  left: 58.33333333%; }

.col-xs-push-13 {
  left: 54.16666667%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-11 {
  left: 45.83333333%; }

.col-xs-push-10 {
  left: 41.66666667%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-8 {
  left: 33.33333333%; }

.col-xs-push-7 {
  left: 29.16666667%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-5 {
  left: 20.83333333%; }

.col-xs-push-4 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-2 {
  left: 8.33333333%; }

.col-xs-push-1 {
  left: 4.16666667%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-24 {
  margin-left: 100%; }

.col-xs-offset-23 {
  margin-left: 95.83333333%; }

.col-xs-offset-22 {
  margin-left: 91.66666667%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-20 {
  margin-left: 83.33333333%; }

.col-xs-offset-19 {
  margin-left: 79.16666667%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-17 {
  margin-left: 70.83333333%; }

.col-xs-offset-16 {
  margin-left: 66.66666667%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-14 {
  margin-left: 58.33333333%; }

.col-xs-offset-13 {
  margin-left: 54.16666667%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-11 {
  margin-left: 45.83333333%; }

.col-xs-offset-10 {
  margin-left: 41.66666667%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-8 {
  margin-left: 33.33333333%; }

.col-xs-offset-7 {
  margin-left: 29.16666667%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-5 {
  margin-left: 20.83333333%; }

.col-xs-offset-4 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-2 {
  margin-left: 8.33333333%; }

.col-xs-offset-1 {
  margin-left: 4.16666667%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }

  .col-sm-24 {
    width: 100%; }

  .col-sm-23 {
    width: 95.83333333%; }

  .col-sm-22 {
    width: 91.66666667%; }

  .col-sm-21 {
    width: 87.5%; }

  .col-sm-20 {
    width: 83.33333333%; }

  .col-sm-19 {
    width: 79.16666667%; }

  .col-sm-18 {
    width: 75%; }

  .col-sm-17 {
    width: 70.83333333%; }

  .col-sm-16 {
    width: 66.66666667%; }

  .col-sm-15 {
    width: 62.5%; }

  .col-sm-14 {
    width: 58.33333333%; }

  .col-sm-13 {
    width: 54.16666667%; }

  .col-sm-12 {
    width: 50%; }

  .col-sm-11 {
    width: 45.83333333%; }

  .col-sm-10 {
    width: 41.66666667%; }

  .col-sm-9 {
    width: 37.5%; }

  .col-sm-8 {
    width: 33.33333333%; }

  .col-sm-7 {
    width: 29.16666667%; }

  .col-sm-6 {
    width: 25%; }

  .col-sm-5 {
    width: 20.83333333%; }

  .col-sm-4 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 12.5%; }

  .col-sm-2 {
    width: 8.33333333%; }

  .col-sm-1 {
    width: 4.16666667%; }

  .col-sm-pull-24 {
    right: 100%; }

  .col-sm-pull-23 {
    right: 95.83333333%; }

  .col-sm-pull-22 {
    right: 91.66666667%; }

  .col-sm-pull-21 {
    right: 87.5%; }

  .col-sm-pull-20 {
    right: 83.33333333%; }

  .col-sm-pull-19 {
    right: 79.16666667%; }

  .col-sm-pull-18 {
    right: 75%; }

  .col-sm-pull-17 {
    right: 70.83333333%; }

  .col-sm-pull-16 {
    right: 66.66666667%; }

  .col-sm-pull-15 {
    right: 62.5%; }

  .col-sm-pull-14 {
    right: 58.33333333%; }

  .col-sm-pull-13 {
    right: 54.16666667%; }

  .col-sm-pull-12 {
    right: 50%; }

  .col-sm-pull-11 {
    right: 45.83333333%; }

  .col-sm-pull-10 {
    right: 41.66666667%; }

  .col-sm-pull-9 {
    right: 37.5%; }

  .col-sm-pull-8 {
    right: 33.33333333%; }

  .col-sm-pull-7 {
    right: 29.16666667%; }

  .col-sm-pull-6 {
    right: 25%; }

  .col-sm-pull-5 {
    right: 20.83333333%; }

  .col-sm-pull-4 {
    right: 16.66666667%; }

  .col-sm-pull-3 {
    right: 12.5%; }

  .col-sm-pull-2 {
    right: 8.33333333%; }

  .col-sm-pull-1 {
    right: 4.16666667%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-24 {
    left: 100%; }

  .col-sm-push-23 {
    left: 95.83333333%; }

  .col-sm-push-22 {
    left: 91.66666667%; }

  .col-sm-push-21 {
    left: 87.5%; }

  .col-sm-push-20 {
    left: 83.33333333%; }

  .col-sm-push-19 {
    left: 79.16666667%; }

  .col-sm-push-18 {
    left: 75%; }

  .col-sm-push-17 {
    left: 70.83333333%; }

  .col-sm-push-16 {
    left: 66.66666667%; }

  .col-sm-push-15 {
    left: 62.5%; }

  .col-sm-push-14 {
    left: 58.33333333%; }

  .col-sm-push-13 {
    left: 54.16666667%; }

  .col-sm-push-12 {
    left: 50%; }

  .col-sm-push-11 {
    left: 45.83333333%; }

  .col-sm-push-10 {
    left: 41.66666667%; }

  .col-sm-push-9 {
    left: 37.5%; }

  .col-sm-push-8 {
    left: 33.33333333%; }

  .col-sm-push-7 {
    left: 29.16666667%; }

  .col-sm-push-6 {
    left: 25%; }

  .col-sm-push-5 {
    left: 20.83333333%; }

  .col-sm-push-4 {
    left: 16.66666667%; }

  .col-sm-push-3 {
    left: 12.5%; }

  .col-sm-push-2 {
    left: 8.33333333%; }

  .col-sm-push-1 {
    left: 4.16666667%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-24 {
    margin-left: 100%; }

  .col-sm-offset-23 {
    margin-left: 95.83333333%; }

  .col-sm-offset-22 {
    margin-left: 91.66666667%; }

  .col-sm-offset-21 {
    margin-left: 87.5%; }

  .col-sm-offset-20 {
    margin-left: 83.33333333%; }

  .col-sm-offset-19 {
    margin-left: 79.16666667%; }

  .col-sm-offset-18 {
    margin-left: 75%; }

  .col-sm-offset-17 {
    margin-left: 70.83333333%; }

  .col-sm-offset-16 {
    margin-left: 66.66666667%; }

  .col-sm-offset-15 {
    margin-left: 62.5%; }

  .col-sm-offset-14 {
    margin-left: 58.33333333%; }

  .col-sm-offset-13 {
    margin-left: 54.16666667%; }

  .col-sm-offset-12 {
    margin-left: 50%; }

  .col-sm-offset-11 {
    margin-left: 45.83333333%; }

  .col-sm-offset-10 {
    margin-left: 41.66666667%; }

  .col-sm-offset-9 {
    margin-left: 37.5%; }

  .col-sm-offset-8 {
    margin-left: 33.33333333%; }

  .col-sm-offset-7 {
    margin-left: 29.16666667%; }

  .col-sm-offset-6 {
    margin-left: 25%; }

  .col-sm-offset-5 {
    margin-left: 20.83333333%; }

  .col-sm-offset-4 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 12.5%; }

  .col-sm-offset-2 {
    margin-left: 8.33333333%; }

  .col-sm-offset-1 {
    margin-left: 4.16666667%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }

  .col-md-24 {
    width: 100%; }

  .col-md-23 {
    width: 95.83333333%; }

  .col-md-22 {
    width: 91.66666667%; }

  .col-md-21 {
    width: 87.5%; }

  .col-md-20 {
    width: 83.33333333%; }

  .col-md-19 {
    width: 79.16666667%; }

  .col-md-18 {
    width: 75%; }

  .col-md-17 {
    width: 70.83333333%; }

  .col-md-16 {
    width: 66.66666667%; }

  .col-md-15 {
    width: 62.5%; }

  .col-md-14 {
    width: 58.33333333%; }

  .col-md-13 {
    width: 54.16666667%; }

  .col-md-12 {
    width: 50%; }

  .col-md-11 {
    width: 45.83333333%; }

  .col-md-10 {
    width: 41.66666667%; }

  .col-md-9 {
    width: 37.5%; }

  .col-md-8 {
    width: 33.33333333%; }

  .col-md-7 {
    width: 29.16666667%; }

  .col-md-6 {
    width: 25%; }

  .col-md-5 {
    width: 20.83333333%; }

  .col-md-4 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 12.5%; }

  .col-md-2 {
    width: 8.33333333%; }

  .col-md-1 {
    width: 4.16666667%; }

  .col-md-pull-24 {
    right: 100%; }

  .col-md-pull-23 {
    right: 95.83333333%; }

  .col-md-pull-22 {
    right: 91.66666667%; }

  .col-md-pull-21 {
    right: 87.5%; }

  .col-md-pull-20 {
    right: 83.33333333%; }

  .col-md-pull-19 {
    right: 79.16666667%; }

  .col-md-pull-18 {
    right: 75%; }

  .col-md-pull-17 {
    right: 70.83333333%; }

  .col-md-pull-16 {
    right: 66.66666667%; }

  .col-md-pull-15 {
    right: 62.5%; }

  .col-md-pull-14 {
    right: 58.33333333%; }

  .col-md-pull-13 {
    right: 54.16666667%; }

  .col-md-pull-12 {
    right: 50%; }

  .col-md-pull-11 {
    right: 45.83333333%; }

  .col-md-pull-10 {
    right: 41.66666667%; }

  .col-md-pull-9 {
    right: 37.5%; }

  .col-md-pull-8 {
    right: 33.33333333%; }

  .col-md-pull-7 {
    right: 29.16666667%; }

  .col-md-pull-6 {
    right: 25%; }

  .col-md-pull-5 {
    right: 20.83333333%; }

  .col-md-pull-4 {
    right: 16.66666667%; }

  .col-md-pull-3 {
    right: 12.5%; }

  .col-md-pull-2 {
    right: 8.33333333%; }

  .col-md-pull-1 {
    right: 4.16666667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-24 {
    left: 100%; }

  .col-md-push-23 {
    left: 95.83333333%; }

  .col-md-push-22 {
    left: 91.66666667%; }

  .col-md-push-21 {
    left: 87.5%; }

  .col-md-push-20 {
    left: 83.33333333%; }

  .col-md-push-19 {
    left: 79.16666667%; }

  .col-md-push-18 {
    left: 75%; }

  .col-md-push-17 {
    left: 70.83333333%; }

  .col-md-push-16 {
    left: 66.66666667%; }

  .col-md-push-15 {
    left: 62.5%; }

  .col-md-push-14 {
    left: 58.33333333%; }

  .col-md-push-13 {
    left: 54.16666667%; }

  .col-md-push-12 {
    left: 50%; }

  .col-md-push-11 {
    left: 45.83333333%; }

  .col-md-push-10 {
    left: 41.66666667%; }

  .col-md-push-9 {
    left: 37.5%; }

  .col-md-push-8 {
    left: 33.33333333%; }

  .col-md-push-7 {
    left: 29.16666667%; }

  .col-md-push-6 {
    left: 25%; }

  .col-md-push-5 {
    left: 20.83333333%; }

  .col-md-push-4 {
    left: 16.66666667%; }

  .col-md-push-3 {
    left: 12.5%; }

  .col-md-push-2 {
    left: 8.33333333%; }

  .col-md-push-1 {
    left: 4.16666667%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-24 {
    margin-left: 100%; }

  .col-md-offset-23 {
    margin-left: 95.83333333%; }

  .col-md-offset-22 {
    margin-left: 91.66666667%; }

  .col-md-offset-21 {
    margin-left: 87.5%; }

  .col-md-offset-20 {
    margin-left: 83.33333333%; }

  .col-md-offset-19 {
    margin-left: 79.16666667%; }

  .col-md-offset-18 {
    margin-left: 75%; }

  .col-md-offset-17 {
    margin-left: 70.83333333%; }

  .col-md-offset-16 {
    margin-left: 66.66666667%; }

  .col-md-offset-15 {
    margin-left: 62.5%; }

  .col-md-offset-14 {
    margin-left: 58.33333333%; }

  .col-md-offset-13 {
    margin-left: 54.16666667%; }

  .col-md-offset-12 {
    margin-left: 50%; }

  .col-md-offset-11 {
    margin-left: 45.83333333%; }

  .col-md-offset-10 {
    margin-left: 41.66666667%; }

  .col-md-offset-9 {
    margin-left: 37.5%; }

  .col-md-offset-8 {
    margin-left: 33.33333333%; }

  .col-md-offset-7 {
    margin-left: 29.16666667%; }

  .col-md-offset-6 {
    margin-left: 25%; }

  .col-md-offset-5 {
    margin-left: 20.83333333%; }

  .col-md-offset-4 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 12.5%; }

  .col-md-offset-2 {
    margin-left: 8.33333333%; }

  .col-md-offset-1 {
    margin-left: 4.16666667%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }

  .col-lg-24 {
    width: 100%; }

  .col-lg-23 {
    width: 95.83333333%; }

  .col-lg-22 {
    width: 91.66666667%; }

  .col-lg-21 {
    width: 87.5%; }

  .col-lg-20 {
    width: 83.33333333%; }

  .col-lg-19 {
    width: 79.16666667%; }

  .col-lg-18 {
    width: 75%; }

  .col-lg-17 {
    width: 70.83333333%; }

  .col-lg-16 {
    width: 66.66666667%; }

  .col-lg-15 {
    width: 62.5%; }

  .col-lg-14 {
    width: 58.33333333%; }

  .col-lg-13 {
    width: 54.16666667%; }

  .col-lg-12 {
    width: 50%; }

  .col-lg-11 {
    width: 45.83333333%; }

  .col-lg-10 {
    width: 41.66666667%; }

  .col-lg-9 {
    width: 37.5%; }

  .col-lg-8 {
    width: 33.33333333%; }

  .col-lg-7 {
    width: 29.16666667%; }

  .col-lg-6 {
    width: 25%; }

  .col-lg-5 {
    width: 20.83333333%; }

  .col-lg-4 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 12.5%; }

  .col-lg-2 {
    width: 8.33333333%; }

  .col-lg-1 {
    width: 4.16666667%; }

  .col-lg-pull-24 {
    right: 100%; }

  .col-lg-pull-23 {
    right: 95.83333333%; }

  .col-lg-pull-22 {
    right: 91.66666667%; }

  .col-lg-pull-21 {
    right: 87.5%; }

  .col-lg-pull-20 {
    right: 83.33333333%; }

  .col-lg-pull-19 {
    right: 79.16666667%; }

  .col-lg-pull-18 {
    right: 75%; }

  .col-lg-pull-17 {
    right: 70.83333333%; }

  .col-lg-pull-16 {
    right: 66.66666667%; }

  .col-lg-pull-15 {
    right: 62.5%; }

  .col-lg-pull-14 {
    right: 58.33333333%; }

  .col-lg-pull-13 {
    right: 54.16666667%; }

  .col-lg-pull-12 {
    right: 50%; }

  .col-lg-pull-11 {
    right: 45.83333333%; }

  .col-lg-pull-10 {
    right: 41.66666667%; }

  .col-lg-pull-9 {
    right: 37.5%; }

  .col-lg-pull-8 {
    right: 33.33333333%; }

  .col-lg-pull-7 {
    right: 29.16666667%; }

  .col-lg-pull-6 {
    right: 25%; }

  .col-lg-pull-5 {
    right: 20.83333333%; }

  .col-lg-pull-4 {
    right: 16.66666667%; }

  .col-lg-pull-3 {
    right: 12.5%; }

  .col-lg-pull-2 {
    right: 8.33333333%; }

  .col-lg-pull-1 {
    right: 4.16666667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-24 {
    left: 100%; }

  .col-lg-push-23 {
    left: 95.83333333%; }

  .col-lg-push-22 {
    left: 91.66666667%; }

  .col-lg-push-21 {
    left: 87.5%; }

  .col-lg-push-20 {
    left: 83.33333333%; }

  .col-lg-push-19 {
    left: 79.16666667%; }

  .col-lg-push-18 {
    left: 75%; }

  .col-lg-push-17 {
    left: 70.83333333%; }

  .col-lg-push-16 {
    left: 66.66666667%; }

  .col-lg-push-15 {
    left: 62.5%; }

  .col-lg-push-14 {
    left: 58.33333333%; }

  .col-lg-push-13 {
    left: 54.16666667%; }

  .col-lg-push-12 {
    left: 50%; }

  .col-lg-push-11 {
    left: 45.83333333%; }

  .col-lg-push-10 {
    left: 41.66666667%; }

  .col-lg-push-9 {
    left: 37.5%; }

  .col-lg-push-8 {
    left: 33.33333333%; }

  .col-lg-push-7 {
    left: 29.16666667%; }

  .col-lg-push-6 {
    left: 25%; }

  .col-lg-push-5 {
    left: 20.83333333%; }

  .col-lg-push-4 {
    left: 16.66666667%; }

  .col-lg-push-3 {
    left: 12.5%; }

  .col-lg-push-2 {
    left: 8.33333333%; }

  .col-lg-push-1 {
    left: 4.16666667%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-24 {
    margin-left: 100%; }

  .col-lg-offset-23 {
    margin-left: 95.83333333%; }

  .col-lg-offset-22 {
    margin-left: 91.66666667%; }

  .col-lg-offset-21 {
    margin-left: 87.5%; }

  .col-lg-offset-20 {
    margin-left: 83.33333333%; }

  .col-lg-offset-19 {
    margin-left: 79.16666667%; }

  .col-lg-offset-18 {
    margin-left: 75%; }

  .col-lg-offset-17 {
    margin-left: 70.83333333%; }

  .col-lg-offset-16 {
    margin-left: 66.66666667%; }

  .col-lg-offset-15 {
    margin-left: 62.5%; }

  .col-lg-offset-14 {
    margin-left: 58.33333333%; }

  .col-lg-offset-13 {
    margin-left: 54.16666667%; }

  .col-lg-offset-12 {
    margin-left: 50%; }

  .col-lg-offset-11 {
    margin-left: 45.83333333%; }

  .col-lg-offset-10 {
    margin-left: 41.66666667%; }

  .col-lg-offset-9 {
    margin-left: 37.5%; }

  .col-lg-offset-8 {
    margin-left: 33.33333333%; }

  .col-lg-offset-7 {
    margin-left: 29.16666667%; }

  .col-lg-offset-6 {
    margin-left: 25%; }

  .col-lg-offset-5 {
    margin-left: 20.83333333%; }

  .col-lg-offset-4 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 12.5%; }

  .col-lg-offset-2 {
    margin-left: 8.33333333%; }

  .col-lg-offset-1 {
    margin-left: 4.16666667%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*https://stackoverflow.com/questions/47439446/using-css-level-4-max-function-in-sass-for-iphone-x-safe-area-styling/47439447#47439447*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/
/* fix the faculty directory search */
.faculty-table-tools-in-content {
  margin-left: -18px; }

@media screen and (min-width: 768px) {
  .faculty-table-tools-in-content {
    margin-left: -30px; } }
@media screen and (min-width: 1000px) {
  .faculty-table-tools-in-content {
    margin-left: -80px; } }

.author a {
  color: #FFFFFF !important;
  text-decoration: none; }

.author a:hover {
  color: #FFFFFF !important;
  text-decoration: underline; }

/* breadcrumb fix */
.page-navigation ul li.ou-last {
  color: rgba(254, 255, 254, 0.77);
  padding-left: 7px !important;
  padding-right: 16px !important;
  font-family: 'rig-sans', arial; }

/* fix for the vimeo videos in the hero section */
.hero-video.vimeo {
  padding-bottom: 56% !important; }

.ou-video-hide-mobile {
  display: none;
  z-index: 100;
  position: relative; }

.ou-hide-heading {
  display: block; }

#ou-video-container {
  display: block !important;
  position: relative; }

@media screen and (min-width: 768px) {
  .ou-hide-heading {
    display: none; }

  #ou-video-container {
    display: none;
    position: absolute; } }
.page-banner.video h1.ou-hide-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 40px #000;
  font-family: 'rig-sans', arial; }

/*-----
	Base Styles 
	-----*/
html {
  background-color: #99c5ee50; }

body {
  font-family: 'rig-sans', arial;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto;
  background-color: #ffffff;
  }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1000px) {
    body {
      font-size: 18px;
      font-size: 1.125rem;
      } }
iframe {
    border: none;
}
  h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
    text-decoration: none;
    line-height: 1.1;
    }
h1, .h1 {
  font-family: 'rig-sans', arial;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 44px;
      font-size: 2.75rem; } }
  @media screen and (min-width: 1000px) {
    h1, .h1 {
      font-size: 64px;
      font-size: 4rem; } }
  h1 b, h1 strong, .h1 b, .h1 strong {
    font-weight: 600; }
  h1 em, .h1 em {
    font-style: unset; }
  h1 span, .h1 span {
    text-decoration: none; }

h2, .h2 {
  font-family: 'rig-sans', arial;
  font-size: 25.5px;
  font-size: 1.59375rem;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  margin-bottom: 15px;
  }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 35px;
      font-size: 2.1875rem;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1000px) {
    h2, .h2 {
      font-size: 40px;
      font-size: 2.5rem;
      margin-bottom: 25px;
      margin-top: 38px;
      } }
  h2 b, h2 strong, .h2 b, .h2 strong {
    font-weight: 600; }
  h2 em, .h2 em {
    font-style: unset; }
h3, .h3 {
  font-family: 'rig-sans', arial;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 12px; } }
  @media screen and (min-width: 1000px) {
    h3, .h3 {
      font-size: 32px;
      font-size: 2rem;
      margin-top: 30px;
      } }
  h3 b, h3 strong, .h3 b, .h3 strong {
    font-weight: 600;
    }
  h3 em, .h3 em {
    font-style: unset; }
h4, .h4 {
  font-family: 'rig-sans', arial;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media screen and (min-width: 1000px) {
    h4, .h4 {
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 25px; } }
  h4 b, h4 strong, .h4 b, .h4 strong {
    font-weight: 600; }
  h4 em, .h4 em {
    font-style: unset; }
  h4 span, .h4 span {
    text-decoration: none; }

h5, .h5 {
  font-family: 'rig-sans', arial;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    h5, .h5 {
      font-size: 22px;
      font-size: 1.375rem;
      margin-bottom: 16px; } }
  @media screen and (min-width: 1000px) {
    h5, .h5 {
      font-size: 23.5px;
      font-size: 1.46875rem; } }
  h5 b, h5 strong, .h5 b, .h5 strong {
    font-weight: 600; }
  h5 em, .h5 em {
    font-style: unset; }
  h5 span, .h5 span {
    text-decoration: none; }

h6, .h6 {
  font-family: 'rig-sans', arial;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    h6, .h6 {
      font-size: 19px;
      font-size: 1.1875rem;
      margin-bottom: 16px; } }
  @media screen and (min-width: 1000px) {
    h6, .h6 {
      font-size: 21px;
      font-size: 1.3125rem; } }
  h6 b, h6 strong, .h6 b, .h6 strong {
    font-weight: 600; }
  h6 em, .h6 em {
    font-style: unset; }
  h6 span, .h6 span {
    text-decoration: none; }

/*fgcuteam-mike make headings smaller in mobile extra small columns*/
@media screen and (max-width: 768px) {
.col-sm.col-xs-6 p.h5, .col-sm.col-xs-6 p.h4, .col-sm.col-xs-6 p.h6 {
    font-size: 13px;
}

.col-sm.col-xs-8 p.h5, .col-sm.col-xs-8 p.h4, .col-sm.col-xs-8 p.h6 {
    font-size: 15px;
}}

a, .a {
	color: #007DA3;
	font-weight: 600;
	text-decoration: underline;
	}
a:hover, .a:hover {
  color: #55616D;
  text-decoration: underline;
}

/* Hyperlinks on Gray Backgrounds */
.quicknote a:not(.button), .quicknote .a:not(.button), .text-container.gray a:not(.button), .text-container.gray .a:not(.button) {
  color: #00799E;
  }
.quicknote a:hover:not(.button), .quicknote .a:hover:not(.button), .text-container.gray a:hover:not(.button), .text-container.gray .a:hover:not(.button) {
  color: #55616D;
}


/*fgcuteam-gabriel Add text caption */
.text-caption {
  font-size: 11px;
  font-size: 0.6875rem; }
  @media screen and (min-width: 768px) {
    .text-caption {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 1000px) {
    .text-caption {
      font-size: 14px;
      font-size: 0.875rem; } }

/*fgcuteam-mike Add text caption */
.text-description {
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    .text-description {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1000px) {
    .text-description {
      font-size: 16px;
      font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .title-h3 {
    font-size: 30px;
    font-size: 1.875rem; } }
@media screen and (min-width: 1000px) {
  .title-h3 {
    font-size: 45px;
    font-size: 2.8125rem; } }

.statement-text {
  font-size: 22px;
  font-size: 1.175rem;
  font-weight: normal;
  line-height: 1.3; }

@media screen and (min-width: 768px) {
  .statement-text {
    font-size: 23px;
    font-size: 1.4375rem; } }
@media screen and (min-width: 1000px) {
  .statement-text {
    font-size: 24.5px;
    font-size: 1.53125rem;
    margin-bottom: 25px; } }
span {
  line-height: 1.6; }
  @media screen and (min-width: 1000px) {
    span {
      line-height: 1.6;
      } }

p {
  line-height: 1.6; }
  p.subtitle {
    font-size: 17px;
    font-size: 1.0625rem; }
    @media screen and (min-width: 1000px) {
      p.subtitle {
        font-size: 30px;
        font-size: 1.875rem; } }
  p.intro-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-top: 22px; }
    @media screen and (min-width: 768px) {
      p.intro-text {
        font-size: 23px;
        font-size: 1.4375rem;
        margin-top: 30px;
        margin-bottom: 35px; } }
    @media screen and (min-width: 1000px) {
      p.intro-text {
        font-size: 24.5px;
        font-size: 1.53125rem;
        margin-top: 72px;
        line-height: 1.6; } }
  p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 35px; }
    @media screen and (min-width: 1000px) {
      p + h2, p + h3, p + h4, p + h5, p + h6 {
        margin-top: 50px; } }
  @media screen and (min-width: 1000px) {
    p {
      line-height: 1.4; } }

hr {
  border-top: 1px solid #e6e7e9;
  max-width: 1200px;
  }


figure, img {
  display: block;
  max-width: 100%;
  height: auto; }

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%; }

.stackable-table-wrap {
    margin-bottom: 25px;
}

.table-wrapper {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .table-wrapper {
      margin-right: -30px;
      margin-left: -30px; } }
  @media screen and (min-width: 1000px) {
    .table-wrapper {
      margin-right: -25px;
      margin-left: -25px; } }
  .table-wrapper .scroll-right, .table-wrapper .scroll-left {
    display: none; }
  .table-wrapper .scroll-right {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    background: center center no-repeat url(/_resources/images/icon-arrow-white.png) #4a90e2;
    background-size: 10px auto; }
    @media screen and (min-width: 1000px) {
      .table-wrapper .scroll-right {
        display: none !important; } }
  .table-wrapper .scroll-left {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    background: center center no-repeat url(/_resources/images/left-arrow-white@2x.png) #4a90e2;
    background-size: 10px auto; }
    @media screen and (min-width: 1000px) {
      .table-wrapper .scroll-left {
        display: none !important; } }

@media screen and (max-width: 999px) {
  .table-container {
    overflow-x: scroll;
    margin-bottom: -17px;
    padding-left: 30px;
    padding-right: 30px; } }
.table-container.scrollRight .scroll-right {
  display: none; }
.table-container.scrollLeft .scroll-left {
  display: none; }

table {
  min-width: 1000px;
  text-align: left; }
  table thead {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'rig-sans', arial;
    background-color: #fff;
    }
    table thead tr {
        background-color: #E0E9F0 !important;
    }
    table thead th {
      padding: 12px 15px 8px;
      text-transform: uppercase;
      color: #333;
      }
		th.sorting {
			cursor: pointer;
		}
      @media screen and (min-width: 768px) {
        table thead th {
          padding: 12px 15px 8px; } }
      table thead th.sorting_desc:after {
        margin-left: 8px;
        content: '\E858';
        font-family: "fontello" !important;
        font-style: normal;
        font-weight: normal;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      table thead th.sorting_asc:after {
        margin-left: 8px;
        content: '\E813';
        font-family: "fontello" !important;
        font-style: normal;
        font-weight: normal;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  table tbody {
    /*fgcuteam-Mike added white background for odd table rows*/ }
    table tr:nth-child(odd) {
        background: #f2f6f9;
    }
    table tbody table tbody tr:nth-child(odd) {
      background-color: #ffffff; }
    table tbody td {
      padding: 12px 15px 8px;
      vertical-align: top;
      }
      table tbody td a, .accordion-wrapper ul li > .more-info a:not(.button) {
            color: #007599;
		}

figure {
  margin: 0; }
  figure.photo {
    margin-top: 18px; }
    figure.photo img {
      width: 100%; }
  figure figcaption p {
    margin-top: 8px;
    color: #4d4d4d;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1000px) {
      figure figcaption p {
        font-size: 18px;
        font-size: 1.125rem; } }

blockquote,
.blockquote-wrapper {
  position: relative;
  margin-top: 35px;
  margin-bottom: 25px;
  margin-left: 13px;
  margin-right: 0;
  padding-top: 5px; }
  @media screen and (min-width: 768px) {
    blockquote,
    .blockquote-wrapper {
      margin-left: 50px;
      margin-right: 50px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1000px) {
    blockquote,
    .blockquote-wrapper {
      margin: 20px 30px 30px; } }
  blockquote:before,
  .blockquote-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    width: 70px;
    height: 60px;
    background: center center no-repeat url(/_resources/images/icon-quote-fill.png);
    background-size: 100%; }
    @media screen and (min-width: 1000px) {
      blockquote:before,
      .blockquote-wrapper:before {
        width: 100px;
        height: 95px; } }
  blockquote p, blockquote ul,
  .blockquote-wrapper p,
  .blockquote-wrapper ul {
    color: #333;
    font-style: italic;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'rig-sans', arial;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    }
    blockquote p:last-of-type, blockquote ul:last-of-type,
    .blockquote-wrapper p:last-of-type,
    .blockquote-wrapper ul:last-of-type {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        blockquote p:last-of-type, blockquote ul:last-of-type,
        .blockquote-wrapper p:last-of-type,
        .blockquote-wrapper ul:last-of-type {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1000px) {
        blockquote p:last-of-type, blockquote ul:last-of-type,
        .blockquote-wrapper p:last-of-type,
        .blockquote-wrapper ul:last-of-type {
          margin-bottom: 25px; } }
    @media screen and (min-width: 1000px) {
      blockquote p, blockquote ul,
      .blockquote-wrapper p,
      .blockquote-wrapper ul {
        font-size: 28.5px;
        font-size: 1.78125rem;
        line-height: 1.3; } }
  blockquote fgcufooter,
  blockquote .blockquote-footer,
  .blockquote-wrapper fgcufooter,
  .blockquote-wrapper .blockquote-footer {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: -8px; }
    @media screen and (min-width: 1000px) {
      blockquote fgcufooter,
      blockquote .blockquote-footer,
      .blockquote-wrapper fgcufooter,
      .blockquote-wrapper .blockquote-footer {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-left: 0;
        padding-left: 10px; } }

  a, input[type="submit"], button {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  a.button, input[type="submit"].button, button.button {
    font-family: 'rig-sans', arial;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 15px 22px 12px 22px;
    display: inline-block;
    text-align: center;
    max-width: 272px;
    text-decoration: none !important;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #00794c;
    color: #fff;
    }

    a.button:hover, .close-policy.button:hover {
        background-color: #004785;
    }
	.close-policy.button {
		font-size: 15px;
		padding: 10px 25px 5px 25px;
	}

	.policy-accept {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		margin-left: 25px;
	}
    @media screen and (min-width: 1000px) {
      a.button, input[type="submit"].button, button.button {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 14px 10px 14px; } }
    @media screen and (min-width: 1000px) {
      a.button, input[type="submit"].button, button.button {
        font-size: 16px;
        font-size: 1rem;
        padding: 13px 14px 8px 14px;
        } }
    a.button:hover, input[type="submit"].button:hover, button.button:hover {
      text-decoration: none; }
    /* FOR BACKGROUND USE ONLY */
    a.button.solid-outline.white, input[type="submit"].button.solid-outline.white, button.button.solid-outline.white, section.two-up.blue .button, .topical-carousel .button, .infographics-billboard .button {
      border: 2px solid #ffffff;
      color: #ffffff;
      font-weight: 600;
      background-color: #0000;
      }
      a.button.solid-outline.white:hover, input[type="submit"].button.solid-outline.white:hover, button.button.solid-outline.white:hover, section.two-up.blue .button:hover, .topical-carousel .button:hover, .overlay-texture .button:hover, .infographics-billboard .button:hover {
        background-color: #ffffff;
        color: #fff;
        color: #00794c;
        }

select.select-picker {
  display: none; }

.bootstrap-select {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  }
  .bootstrap-select [style*="width: 100"] .bootstrap-select .custom-select {
    /*fgcuteam-gabriel add width 100% if the parent is 100% DOES NOT WORKS, using other slector bellow */
    width: 100%; }
  .bootstrap-select.open .custom-select {
    background: right 17px bottom 21px no-repeat url(/_resources/images/emerald-up.png);
    background-size: 12px auto;
    transition: background 0s;
    }
  .bootstrap-select .custom-select {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 45px 11px 12px;
    background: right 17px bottom 18px no-repeat url(/_resources/images/emerald-down.png);
    background-size: 12px auto;
    text-align: left;
    border: 2px solid #00794c;
    background-color: #fff;
    transition: background 0s;
    }
 .bootstrap-select .custom-select:hover {
    background-color: #FAFBFD;
 }
    .bootstrap-select .custom-select .filter-option {
      float: none !important; }
  .bootstrap-select .dropdown-menu {
    font-size: 18px;
    font-size: 1.125rem; }
    .bootstrap-select .dropdown-menu.inner::-webkit-scrollbar {
      /* scrollbar width */
      width: 8px; }
    .bootstrap-select .dropdown-menu.inner::-webkit-scrollbar-track {
      /* Track */
      background-color: #F2F6F9;
      }
    .bootstrap-select .dropdown-menu.inner::-webkit-scrollbar-thumb {
      /* Handle */
      background-color: #00794c;
      }
    .bootstrap-select .dropdown-menu.open {
      display: none;
      background-color: #ffffff;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      padding: 0px 0;
      margin: 0px 0 0;
      list-style: none;
      font-size: 14px;
      background-color: #fff;
      border: 1px solid #e6e7e9;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
      background-clip: padding-box;
      min-width: 100%;
      }
    .bootstrap-select .dropdown-menu ul {
      position: static;
      border: 0;
      padding: 0;
      margin: 0 !important;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 1000px) {
        .bootstrap-select .dropdown-menu ul {
          font-size: 16px;
          font-size: 1rem; } }
      .bootstrap-select .dropdown-menu ul li {
        position: relative !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        list-style-type: none;
        /*fgcuteam-gabriel add display none for li */
        text-align: left;
        /*fgcuteam-gabriel force left align for li text */ }
        .bootstrap-select .dropdown-menu ul li:before {
          display: none !important; }
        .bootstrap-select .dropdown-menu ul li.disabled {
          display: none; }
        .bootstrap-select .dropdown-menu ul li a {
          cursor: pointer;
          display: block;
          padding: 7px 15px 7px 15px;
          clear: both;
          font-weight: 400;
          line-height: 1.42857143;
          color: #333;
          text-decoration: none !important; }
          .bootstrap-select .dropdown-menu ul li a:hover {
            background-color: #E0E9F0;
            text-decoration: none !important;
            }
  .bootstrap-select.open .dropdown-menu.open {
    display: block;
    z-index: 9999;
    /*fgcuteam-gabriel fix z-index when expanded */
    position: absolute;
    }
    @media screen and (max-width: 768px) {
      .bootstrap-select.open .dropdown-menu.open {
        max-width: 300px; } }

/* blue-border dropdown style */
.btn-group.bootstrap-select.select-picker.blue-border button.btn.dropdown-toggle.bs-placeholder.custom-select {
    border: 2px solid #004785;
    color: #004785;
    font-family: 'rig-sans', arial;
    font-weight: bold;
    background: right 17px bottom 18px no-repeat url(/_resources/images/blue-arrows.png) #ffffff;
    background-size: 17px auto;
}

.btn-group.bootstrap-select.select-picker.blue-border.open button.btn.dropdown-toggle.bs-placeholder.custom-select {
    background-color: #f3f3f3;
    background-position: right 17px top 19px;
    -webkit-box-shadow: inset 0px 0px 6px #0000001a;
    box-shadow: inset 0px 0px 6px #0000001a;
}

.btn-group.bootstrap-select.select-picker.blue-border.open .dropdown-menu.open {border: 2px solid #004785;border-top-left-radius: 0px;border-top-right-radius: 0px;top: calc(100% - 4px);border-top-color: #fff0;}

.btn-group.bootstrap-select.select-picker.blue-border.open .dropdown-menu.open ul li:nth-child(even) {
    background-color: #f3f3f3;
}

.btn-group.bootstrap-select.select-picker.blue-solid button.btn.dropdown-toggle.bs-placeholder.custom-select {
    font-family: 'rig-sans', arial;
    font-weight: 600;
    background-size: 17px auto;
    border-radius: 0px;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open button.btn.dropdown-toggle.bs-placeholder.custom-select {
    background-position: right 17px top 19px;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open .dropdown-menu.open {border: 0px solid #00794c;top: calc(100% - 2px);background-color: #fff;}


.btn-group.bootstrap-select.select-picker.blue-solid.open .dropdown-menu.open ul li {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #e6e7e9;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open .dropdown-menu.open ul li:nth-last-child(1) {
    border-bottom: none;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open .dropdown-menu.open ul li a {
    color: #333;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open .dropdown-menu.open ul li a:hover {
    background-color: #f2f6f9;
}

.btn-group.bootstrap-select.select-picker.blue-solid:not(.open) button.btn.dropdown-toggle.bs-placeholder.custom-select:hover {
    background-size: 17px auto;
}

.btn-group.bootstrap-select.select-picker.blue-solid.open button.btn.dropdown-toggle.bs-placeholder.custom-select:hover {
    background-color: #f3f3f3;
    background-size: 17px auto;
    background-position: right 17px top 19px;
}

.btn-group.bootstrap-select.select-picker.blue-solid button.btn.dropdown-toggle.bs-placeholder.custom-select:before {
    content: close-quote;
    height: 40px;
    width: 1px;
    background-color: #ffffff52;
    position: absolute;
    right: 49px;
    top: 5px;
}
/*****/

fgcuheader ::-webkit-input-placeholder {
  color: #ffffff; }

fgcuheader ::-moz-placeholder {
  color: #ffffff; }

fgcuheader :-ms-input-placeholder {
  color: #ffffff; }

fgcuheader :-moz-placeholder {
  color: #ffffff; }

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0; }

video {
  position: relative; }

.skip-link {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }
  .skip-link:active, .skip-link:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

/* ---- bootstrap gutter adjustments----*/
/* add .gutter-(number) to the row */
.gutter-0.row {
  margin-right: 0px;
  margin-left: 0px; }

.gutter-0 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 0px;
  padding-left: 0px; }

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }

.gutter-20 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px; }

.gutter-40 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px; }

/*---------Slick Slider Styles --------*/
.slick-slider, .story-carousel {
  overflow: hidden;
  opacity: 0; }

.slick-initialized {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.slick-slide {
  float: left; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }

.slick-dots {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding: 5px 9px; }
    .slick-dots li.slick-active button, .slick-dots li button:hover {
      background-color: #004785;
      color: #ffffff; }
  .slick-dots button {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    width: 11px;
    height: 11px;
    border: 1.5px solid #00794c;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    line-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }

.story-listing .meet-fgcu-list-view {
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 0px; 
	min-height: 300px;
}

/*-----
	fgcuheader Styles
	-----*/
fgcuheader {
  display: block; }
#alert-notification a {
    color: #fff;
    text-decoration: underline;
}
#alert-notification a:hover {
    opacity: .8;
}
#alert-notification {
  background-color: #d0011b;
  color: #ffffff;
  padding: 15px 0 5px; }
  #alert-notification .container {
    position: relative; }
  #alert-notification .close-alert {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: center center no-repeat url(/_resources/images/close-icon.png);
    background-size: 100% auto;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #alert-notification .close-alert:hover {
      opacity: 0.75; }
  #alert-notification .alert-icon {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    margin-right: 15px; }
  #alert-notification .title {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: bold; }
  #alert-notification .alert-description {
    margin-top: 0px;
    margin-bottom: 10px; }
    #alert-notification .alert-description a {
      color: #ffffff;
      text-decoration: underline; }
      #alert-notification .alert-description a:hover {
        color: #eaeaea; }
  #alert-notification .button {
    background-color: transparent; }
    #alert-notification .button:hover {
      background-color: #ffffff;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      color: #004785; }
  @media screen and (min-width: 768px) {
    #alert-notification .container {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 1750px; }
    #alert-notification .button {
      right: 80px; } }
  @media screen and (min-width: 1000px) {
    #alert-notification {
      padding-top: 5px !important;
      padding-bottom: 0px !important; }
      #alert-notification .alert-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        width: 61px;
        height: 61px;
        line-height: 61px;
        font-size: 35px;
        left: 35px; }
      #alert-notification .alert-message {
        padding-right: 215px;
        float: left;
        z-index: 99999;
        position: relative; }
      #alert-notification .button {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 7px 18px 7px;
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); } }

#masthead {
  position: absolute;
  width: 100%;
  z-index: 2001;
  height: 67px;
  background: #ffffff;
  }
  #masthead:before, #masthead:after {
    content: " ";
    display: table; }
  #masthead:after {
    clear: both; }
  #masthead .redesign-desktop {
    height: 75px; }
    #masthead .redesign-desktop .nav-items:nth-child(2) .category-columns:nth-child(4) ul li:nth-child(6) {
      padding-top: 4px;
      padding-bottom: 1px; }
      #masthead .redesign-desktop .nav-items:nth-child(2) .category-columns:nth-child(4) ul li:nth-child(6) a {
        display: block; }
        #masthead .redesign-desktop .nav-items:nth-child(2) .category-columns:nth-child(4) ul li:nth-child(6):after {
          content: close-quote;
			content: 'Schools';
			color: #333;
			display: block;
			width: fit-content;
			margin-bottom: 4px;
			margin-top: 20px;
			font-size: 17px;
			padding-bottom: 4px;
			border-bottom: 4px solid #00794c;
			font-weight: 500;
          }
	#masthead .redesign-desktop .nav-items:nth-child(2) .category-columns:nth-child(4) ul li:nth-child(6) {
		border-bottom: none;
	}
    #masthead .redesign-desktop ul {
      padding-bottom: 0px;
      }
      #masthead .redesign-desktop ul li {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        }
    #masthead .redesign-desktop .search-form-container {
		top: 0px;
		z-index: -10;
		max-width: 0px;
		margin-right: 133px;
		display: block;
		top: 0px;
		max-height: 69px;
		max-width: 500px;
		width: 100%;
		-webkit-transition: .2s;
		transition: .2s;
		padding: 20px 30px 15px 30px;
		background: #F6F7F9;
      }
		#masthead .search-form-container button {
			position: absolute;
			right: 2px;
			top: 1px;
			height: 43px;
			width: 43px;
			position: absolute;
			right: 28px;
			top: 10px;
			height: 43px;
			width: 43px;
			color: #00794c;
		}
		 @media screen and (max-width: 1200px) {
			#masthead .search-form-container button {
				position: absolute;
				right: 6px;
				top: 2px;
				height: 70px;
				width: 56px;
			}
		 }

		 @media screen and (max-width: 1200px) {
			 #masthead .search-form-container .icon-search:before{
				 font-size: 23px;
			 }
		 }

		#masthead .search-form-container.expanded button {
			display: block;
		}

      #masthead .search-form-container button:hover {
        background-color: #e6e7e9;
      }

		#masthead button.main-search-toggle[aria-expanded="true"] .icon-search::before {
			content: "\E840";
			position: fixed;
			transform: rotate(45deg);
			margin-top: -16px;
			margin-left: -15px;
		}
      @media screen and (min-width: 1000px) {
        #masthead .redesign-desktop .search-form-container {
          margin-right: 35px;
          }
		  body.search-open #masthead button.main-search-toggle[aria-expanded="true"] .icon-search::before {
            
          }
	  }
      @media screen and (min-width: 1810px) {
        #masthead .redesign-desktop .search-form-container {
          margin-right: 35px;
          } }
      @media screen and (min-width: 1840px) {
        #masthead .redesign-desktop .search-form-container {
          margin-right: 35px;
          } }
      @media screen and (min-width: 1900px) {
        #masthead .redesign-desktop .search-form-container {
          margin-right: 35px;
          } }
    #masthead .redesign-desktop button.main-search-toggle {
      font-size: 1.9rem;
      width: 69px;
      height: 69px;
      }
	.translated-ltr fgcuheader#masthead.fix-header {
		top: 38px;
	}
	.translated-ltr .page-navigation.sticky-nav {
		margin-top: 38px;
	}
	@media screen and (max-width: 767px){
.goog-te-banner-frame {
    -ms-zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    width: 134% !important;
	height: 52px !important;
}}
     #masthead .redesign-desktop button.main-language-toggle, .lower-footer-right button.main-language-toggle {
      font-size: 1.2rem;
      width: 54px;
      height: 52px;
      padding: 12px;
      }
      .lower-footer-right button.main-language-toggle .language-text{
        font-size: .9rem;
        padding-left: 8px;
      }
       #masthead .redesign-desktop button.main-language-toggle:hover, #masthead .redesign-desktop button.main-language-toggle.active {
        background-color: #06559a;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
       }
       .lower-footer-right .language-container {
         position: absolute;
         bottom: 0px;
         right: 115px;
       }
       .lower-footer-right button.main-language-toggle.active, .lower-footer-right button.main-language-toggle:hover {
        background-color: #004785;
        border: 1px solid #00000059;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
       }
    #masthead .redesign-desktop span.lang-text{
      color: #fff;
      font-family: 'rig-sans', arial;
      font-size: 14px;
      font-size: 0.875rem;
      font-size: .9rem;
      padding-left: 7px;
      border-right: none;
      line-height: 6px;
      position: relative;
      top: -2px;
    }
    #masthead .redesign-desktop.transition .bottom-nav.col-sm-24 {
      -webkit-box-shadow: -2px 2px 3px #00000042;
              box-shadow: -2px 2px 3px #00000042; }
    #masthead .redesign-desktop .bottom-nav .nav-items .category-columns ul li span.title {
      margin-left: 10px; }
    #masthead .redesign-desktop .logo {
      max-width: 100%;
      width: auto;
      display: block;
      height: 35px;
      margin-top: 10px;
      float: left;
      }
		@media only screen and (max-width: 1000px) {
		#masthead .redesign-desktop .logo img {
			display: none;
		}
		}
    #masthead .redesign-desktop #quick-links-dekstop {
      padding-right: 7px;
      padding-top: 0px;
      padding-bottom: 0px;
      opacity: 1;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      #masthead .redesign-desktop #quick-links-dekstop a {
        padding: 24px 13px;
        padding-bottom: 18px;
        border-radius: 0px;
        font-weight: 400;
        }
    #masthead .redesign-desktop .quick-links ul li {
      display: inline-block;
      border-right: none;
      line-height: 0px;
      height: 39px;
      vertical-align: text-bottom;
      min-width: 105px;
      }
      #masthead .redesign-desktop .quick-links ul li a {
        font-family: 'rig-sans', arial;
        font-size: 14px;
        font-size: 0.875rem;
        font-size: 1rem;
        text-transform: uppercase;
        color: #ffffff;
        padding: 3px 8px 3px;
        display: block;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-decoration: none;
        min-width: unset;
        }
        #masthead .redesign-desktop .quick-links ul li a:hover {
          background-color: #06559a;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
          color: #ffffff; }
  #masthead .search-form-container input[type="search"] {
    font-size: 17px;
    font-size: 1rem;
    padding: 0px;
    height: 50px;
    color: #00794c;
    }
  #masthead .search-form-container input[type="submit"] {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 40px;
    background: center center no-repeat url(/_resources/images/white-right.png);
    background-size: 15px auto;
    }
  #masthead .search-form-container input::-webkit-input-placeholder {
        color: #00794c; }
  #masthead .search-form-container input:-ms-input-placeholder {
        color: #00794c; }
  #masthead .search-form-container input::-ms-input-placeholder {
        color: #00794c; }
  #masthead .search-form-container input::placeholder {
        color: #00794c;
        font-weight: 600;
	  	font-size: 16px;
  }
  #masthead .redesign-mobile {
    display: inline-block;
    width: 100%;
    min-height: 62px;
    }
	#masthead .redesign-mobile button.globalnav-menu, #masthead .redesign-mobile button.globalnav-menu-desktop {
		width: 66px;
		height: 66px;
		background-color: #00794c;
	}

	#masthead .redesign-mobile button.globalnav-menu span, #masthead .redesign-mobile button.globalnav-menu-desktop span {
		height: 3px;
		width: 28px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border: 0;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
		background-color: transparent;
	}
		#nav-main .left-panel.panel {
			width: 100%;
			border: 0;
			padding-bottom: 80px;
			background: none;
		}
    @media screen and (min-width: 1200px) {
      #masthead .redesign-mobile {
        display: none; } }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"]:hover > span.top {
      background-color: #ffffff !important;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"]:hover > span.middle {
      background-color: #ffffff !important;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"]:hover > span.bottom {
      background-color: #ffffff !important;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"] > span.top, .menu-open-desktop #masthead .redesign-mobile .globalnav-menu > span.top {
      background-color: #ffffff !important;
      }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"] > span.middle {
      background-color: #ffffff !important;
      }
    #masthead .redesign-mobile .globalnav-menu[aria-expanded="true"] > span.bottom {
      background-color: #ffffff !important;
      }
    #masthead .redesign-mobile button.globalnav-menu span.top {
      background-color: #ffffff; }
    #masthead .redesign-mobile button.globalnav-menu span.middle {
      background-color: #ffffff; }
    #masthead .redesign-mobile button.globalnav-menu span.bottom {
      background-color: #ffffff; }
    #masthead .redesign-mobile #nav-main .main-menu-container {
      padding-bottom: inherit;
      background: inherit; }
      #masthead .redesign-mobile #nav-main .main-menu-container .direct-link-first {
        text-align: center;
        background-color: #00794c;
        color: #fff;
        font-weight: 700;
        }
      #masthead .redesign-mobile #nav-main .main-menu-container span {
        background-color: inherit; }
        #masthead .redesign-mobile #nav-main .main-menu-container span:after {
          content: none; }
        #masthead .redesign-mobile #nav-main .main-menu-container button span:before {
          background-color: inherit;
          width: inherit;
          height: inherit;
          left: inherit;
          top: inherit;
          -webkit-transform: inherit;
          transform: inherit;
          }
    #masthead .redesign-mobile #nav-main .main-menu {
      padding: inherit;
      margin-bottom: inherit;
      }
      #masthead .redesign-mobile #nav-main .main-menu > li {
        padding: 6px 0;
        border-bottom: 1px solid #e6e7e9;
        background-color: #fff;
        }
        #masthead .redesign-mobile #nav-main .main-menu > li:hover button span {
          background-color: inherit; }
          #masthead .redesign-mobile #nav-main .main-menu > li:hover button span:after {
            background-color: inherit; }
          #masthead .redesign-mobile #nav-main .main-menu > li:hover button span:before {
            background-color: inherit; }
        #masthead .redesign-mobile #nav-main .main-menu > li.expanded button span:before {
          content: '\E813';
          /*we need to put the icon code to be able to override it */
          color: #fff;
          }
        #masthead .redesign-mobile #nav-main .main-menu > li button span:before {
          content: '\E858'; }
        #masthead .redesign-mobile #nav-main .main-menu > li > a {
          text-transform: inherit;
          font-family: 'rig-sans', arial;
			text-decoration: none;
          }
        #masthead .redesign-mobile #nav-main .main-menu > li > ul.sub-menu {
          background-color: #FAFBFD;
          }
          #masthead .redesign-mobile #nav-main .main-menu > li > ul.sub-menu a {
            border-bottom: 1px solid #EEEEEE;
            color: #333;
            padding: 15px 10px 12px 20px;
			  text-decoration: none;
            }
        #masthead .redesign-mobile #nav-main .main-menu > li:hover {
          color: inherit;
          background-color: inherit; }
          #masthead .redesign-mobile #nav-main .main-menu > li:hover > a {
            }
        #masthead .redesign-mobile #nav-main .main-menu > li button {
          text-indent: inherit;
          font: inherit;
          right: 0;
          left: inherit;
          top: 0;
          padding: 20px 20px 9px 25px; }
      #masthead .redesign-mobile #nav-main .main-menu > li.expanded button {
          top: -1px;
      }
      #masthead .redesign-mobile #nav-main .main-menu:after {
        content: none; }
    #masthead .redesign-mobile .social-menu {
      background: none;
      background-color: #FAFBFD;
      width: 100%;
		display: none;
      }
      #masthead .redesign-mobile .social-menu ul {
        padding: 25px 10px 25px 14px;
        display: flex;
        justify-content: space-evenly;
        }
    #masthead .redesign-mobile .search-container span.icon-search {
      padding: 0; }
      #masthead .redesign-mobile .search-container span.icon-search:hover {
        background-color: #ffffff00; }
    #masthead .redesign-mobile .search-form-container input[type="search"] {
      color: #00794c;
      background-color: #f6f7f9;
      padding: 20px;
		-webkit-appearance: none;
		border-radius: 0;
		    padding-right: 38px;
	}
	#masthead .redesign-mobile .search-form-container > form {
		padding: 12px;
		background-color: #f6f7f9;
	}
    #masthead .redesign-mobile .search-form-container input::-webkit-input-placeholder {
      color: #00794c; }
    #masthead .redesign-mobile .search-form-container input:-ms-input-placeholder {
      color: #00794c; }
    #masthead .redesign-mobile .search-form-container input::-ms-input-placeholder {
      color: #00794c; }
    #masthead .redesign-mobile .search-form-container input::placeholder {
      color: #00794c; }
  #masthead.transition {
    top: -100px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    }
 #masthead.transition .top-nav {
    display: none;
    height: 0px;
}
  #masthead.fix-header {
    position: fixed;
    top: 0;
    width: 100%;
    }
.fix-header .redesign-desktop .sub-menu {
    top: 69px;
}
    @media screen and (min-width: 1000px) {
      #masthead.fix-header {
        -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05)); } }
    @media screen and (max-width: 1000px) {
      #masthead.fix-header {
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); } }
  #masthead ul, #masthead ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    line-height: 1.2;
    }
  #masthead .logo {
    display: block;
    margin-left: 15px;
    margin-top: 5px;
    height: 55px;
    float: left;
    }
    @media screen and (min-width: 768px) {
      #masthead .logo {
        height: 53px;
        } }
    @media screen and (min-width: 1000px) {
      #masthead .logo {
        margin-left: 10px;
        height: 50px !important;
        margin-top: 10px !important;
        } }
    @media screen and (min-width: 1200px) {
      #masthead .logo {
        height: 60px !important;
        margin-left: 26px;
        margin-top: 0px !important;
        } }
    #masthead .logo img {
      height: 100%;
      max-width: 100%;
      width: auto;
      padding: 0px;
      }
  #masthead button.main-search-toggle {
    width: 66px;
    height: 66px;
    font-size: 33px;
    background-size: 25px auto;
    padding-top: 10px;
  }
    @media screen and (min-width: 768px) {
      #masthead button.main-search-toggle {
        background-size: 30px auto;
        } }
  #masthead button.globalnav-menu {
    position: relative;
    }
    #masthead button.globalnav-menu span.label {
      padding-left: 35px;
      font-weight: 700;
      }
    #masthead button.globalnav-menu span.top {
      position: absolute;
      display: block;
      top: 22px;
      left: 18px;
      background-color: #ffffff;
      transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out, -webkit-transform 0.1s .1s ease-out;
      }
    #masthead button.globalnav-menu span.middle {
      position: absolute;
      display: block;
      top: 31px;
      left: 18px;
      background-color: #ffffff;
      }
    #masthead button.globalnav-menu span.bottom {
      position: absolute;
      display: block;
      top: 41px;
      left: 18px;
      background-color: #ffffff;
      transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out, -webkit-transform 0.1s .1s ease-out;
      }

    @media screen and (min-width: 1000px) {
        #masthead button.globalnav-menu span.top {
          width: 30px;
          height: 4px;
          top: 23px;
          left: 20px;
          }
        #masthead button.globalnav-menu span.middle {
          width: 30px;
          height: 4px;
          top: 33px;
          left: 20px;
          }
        #masthead button.globalnav-menu span.bottom {
          width: 30px;
          height: 4px;
          top: 43px;
          left: 20px;
          } }
  #masthead button.main-search-toggle, #masthead button.main-language-toggle {
    display: block;
    background-size: 25px auto; }
    #masthead button.main-search-toggle[aria-expanded="false"] > span.icon-search:before {
      color: #333;
      }
      #masthead button .icon-online {
        float: left;
        display: inline-block;
        padding-left: 0px;
        font-size: 1.3rem;
        }
      #masthead button .nav-arrow {
        float: left;
        display: inline-block;
        padding-left: 3px;
        font-size: .8rem;
        padding-top: 6px;
        }
        .lower-footer-right button .nav-arrow {
        float: left;
        padding-left: 3px;
        display: inline-block;
        font-size: 0.75rem;
        position: relative;
        top: -5px;
        }
        .lower-footer-right button .icon-online {
        float: left;
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: -9px;
        font-size: 1.2rem;
        }
        #masthead button .nav-arrow .icon-left-dir, .lower-footer-right button .nav-arrow .icon-left-dir {
        transform: rotate(270deg);
        position: absolute;
        }
         #masthead button.main-language-toggle.active .nav-arrow .icon-left-dir, .lower-footer-right button.main-language-toggle.active .nav-arrow .icon-left-dir {
        transform: rotate(90deg);
        }
      @media screen and (min-width: 1000px) {
        #masthead button.main-search-toggle[aria-expanded="false"] > span.icon-search:before, #masthead button.main-language-toggle[aria-expanded="false"] > span.icon-online:before, #masthead button.main-language-toggle[aria-expanded="false"] span.icon-left-dir:before {
          	color: #333;
			position: relative;
			top: 7%;
			right: 0%;
          } 
          }
  body.search-open #masthead button.main-search-toggle[aria-expanded="true"] {
      background-color: #f3f3f3;
  }
    #masthead button.main-search-toggle[aria-expanded="true"] > span.icon-search:before {
      color: #00794c;
      }
      @media screen and (min-width: 1000px) {
        #masthead button.main-search-toggle[aria-expanded="true"] > span.icon-search:before {
          color: #333;
          } }
    @media screen and (min-width: 1000px) {
      #masthead button.main-search-toggle[aria-expanded="false"]:hover > span.icon-search:before {
        color: #333;
        } }
    @media screen and (min-width: 1000px) {
      #masthead button.main-search-toggle[aria-expanded="true"]:hover > span.icon-search:before {
        color: #333;
        } }
    body.search-open #masthead button.main-search-toggle {
      background: #ffffff;
      background-size: 25px auto; }
      @media screen and (min-width: 768px) {
        body.search-open #masthead button.main-search-toggle {
          background-size: 30px auto;
          } }
      @media screen and (min-width: 1000px) {
        body.search-open #masthead button.main-search-toggle {
          background-size: 34px auto;
          background: #ffffff;
          } }
    @media screen and (min-width: 768px) {
      #masthead button.main-search-toggle, #masthead button.main-language-toggle {
        background-size: 30px auto;
        } }
    @media screen and (min-width: 1000px) {
        #masthead button.main-language-toggle {
        background-size: 18px auto;
        width: 100px;
        height: 100px;
        }
        .lower-footer-right button.main-language-toggle {
        background-size: 18px auto;
        width: 50px;
        height: 31px;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #003f75;
        background-color: #003f75;
        }
        }
 @media screen and (max-width: 1200px) {
    #masthead button.main-language-toggle {
        padding-right: 15px !important;
        padding-left: 0px !important;
        }
      #masthead .redesign-desktop #quick-links-dekstop a {
        padding: 22px 10px;
        }
 }
  #masthead .header-nav {
    float: right;
    height: 39px;
    }
  #masthead .search-form-container {
    display: none;
  	max-width: 520px;
  }
    #masthead .search-form-container:before, #masthead .search-form-container:after {
      display: table;
      }
    #masthead .search-form-container input[type="submit"] {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      position: absolute;
      right: -20px;
      top: 6px;
      width: 0px;
      height: 45px;
      background: center center no-repeat url(/_resources/images/emerald-right.png);
      background-size: 21px auto;
      opacity: 0;
      display: none;
      }
      @media screen and (min-width: 768px) {
        #masthead .search-form-container input[type="submit"] {
          top: 1px; } }
      #masthead .search-form-container input[type="submit"]:hover {
        opacity: .75; }
  #masthead .search-form-container {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0px 7px 8px #00000024;
            box-shadow: 0px 7px 8px #00000024; }
    #masthead .search-form-container label {
      border: 0;
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      clip: rect(1px, 1px, 1px, 1px); }
    #masthead .search-form-container input[type="search"] {
      	font-size: 17px;
      	font-size: 1.0625rem;
      	width: 100%;
      	height: 50px;
        color: #00794c;
		padding: 0px;
		border: none;
		border-bottom: 3px solid #00794c;
      	-webkit-box-sizing: border-box;
      	box-sizing: border-box;
		background: #f6f7f8;
		padding-right: 38px;
      }
    #masthead .search-form-container.expanded {
      display: block; }
    @media screen and (min-width: 1100px) {
        #masthead .search-form-container input[type="search"] {
          height: 35px;
          } }
    @media screen and (min-width: 1000px) {
      #masthead .search-form-container {
        -webkit-box-shadow: none;
                box-shadow: none; }
        #masthead .search-form-container input[type="search"] {
          font-size: 17px;
          font-size: 1.1rem;
          } }
  #masthead .lang-dropdown {
      display: none;
      position: absolute;
      background-color: #004785;
      color: #fff;
      font-size: .8rem;
      z-index: 4;
      box-shadow: 0px 4px 4px #0000004d;
      width: 6%;
      max-height: 220px;
      overflow-y: scroll;
  }
  .lower-footer-right .lang-dropdown{
          display: none;
          position: absolute;
          background-color: #004785;
          color: #fff;
          font-size: .8rem;
          z-index: 4;
          width: 114px;
          max-height: 245px;
          overflow-y: scroll;
          bottom: 45px;
          border: 1px solid #0000004a;
  }
   @media screen and (max-width: 1820px) {
      #masthead .lang-dropdown {
      right: 0%;
      width: 130px;
    }
   }
  #masthead .redesign-desktop button.main-language-toggle.active ~ .lang-dropdown, .lower-footer-right button.main-language-toggle.active ~ .lang-dropdown {
    display: block !important;
}

  #masthead .lang-dropdown ul, .lower-footer-right .lang-dropdown ul {
      padding-bottom: 0px !important;
  }

  #masthead .lang-dropdown li, .lower-footer-right .lang-dropdown li {
      padding-left: 11px !important;
      padding-top: 3px !important;
      padding-bottom: 3px !important;
      border-bottom: 1px solid #4B6281;
  }

  #masthead .lang-dropdown li:hover, .lower-footer-right .lang-dropdown li:hover {
      background-color: #06559a;
      cursor: pointer;
  }

  #masthead .lang-dropdown::-webkit-scrollbar-thumb, .lower-footer-right .lang-dropdown::-webkit-scrollbar-thumb{
      background-image: -webkit-gradient(linear, left top, left bottom, from(#588ebd), to(#2778bf));
      background-image: linear-gradient(#588ebd, #2778bf);
  }

  #nav-main::-webkit-scrollbar-thumb{
      background-color: #CCDAE7;
  }

  #masthead .lang-dropdown::-webkit-scrollbar-track, .lower-footer-right .lang-dropdown::-webkit-scrollbar-track, #nav-main::-webkit-scrollbar-track {
      background-color: #F2F6F9;
  }

  #masthead .lang-dropdown::-webkit-scrollbar, .lower-footer-right .lang-dropdown::-webkit-scrollbar, #nav-main::-webkit-scrollbar {
      width: 8px;
  }
  #masthead .sub-menu ul li {
  	line-height: 1.4;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 10px 5px 20px;
    font-size: 15px;
  }
  #masthead #quick-links-dekstop {
    display: none;
    font-family: 'rig-sans', arial; }
  #masthead .nav-main-container, #masthead .search-container, #masthead .language-container {
    float: right;
    }

    @media screen and (min-width: 1000px) {
      #masthead #quick-links-dekstop {
        padding: 35px 0;
        display: block;
        float: left;
        padding-right: 0px !important;
        }
        #masthead #quick-links-dekstop a {
          padding: 3px 25px; } 
    }
   #masthead .redesign-desktop .nav-divider {
     float: left;
     display: inline-block;
     position: relative;
     border-left: 1px solid #ffffff40;
     height: 35px;
     margin-top: 9px;
   }
  #masthead #nav-main {
	top: 66px;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	min-height: 0;
	height: 0;
	width: 100%;
	max-width: 450px;
	flex-direction: column;
	transition: 0.3s all;
	overflow-x: hidden;
	}
    #masthead #nav-main .sub-menu {
      display: none; }
    #masthead #nav-main .main-menu-container {
      background: #004785;
      color: #ffffff;
      padding-bottom: 20px; }
      #masthead #nav-main .main-menu-container a {
        color: #ffffff; }
      #masthead #nav-main .main-menu-container span {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        background-color: #ffffff;
        color: #00794c;
        border-radius: 50%;
        position: relative;
        margin-top: 2px;
        margin-right: 20px;
        }
        #masthead #nav-main .main-menu-container button span:before {
          content: '';
          display: block;
          position: absolute;
          background-color: #00794c;
          width: 10px;
          height: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        #masthead #nav-main .main-menu-container span:after {
          content: '';
          display: block;
          position: absolute;
          background-color: #00794c;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 10px;
          width: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      #masthead #nav-main .main-menu-container .direct-link {
        font-family: 'rig-sans', arial;
        font-size: 18px;
        font-size: 1.125rem;
        display: block;
        color: #333;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        padding: 13px 3px 8px 21px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        }
        #masthead #nav-main .main-menu-container .direct-link:hover {
          text-decoration: none; }
        #masthead #nav-main .main-menu-container .direct-link span {
          background: center center no-repeat url(/_resources/images/cta-arrow@2x.png) #ffffff;
          background-size: 5px auto;
          margin-top: 0px; }
          #masthead #nav-main .main-menu-container .direct-link span:before, #masthead #nav-main .main-menu-container .direct-link span:after {
            display: none; }
        @media screen and (min-width: 1000px) {
          #masthead #nav-main .main-menu-container .direct-link {
            font-size: 21px;
            font-size: 1.3125rem; }
            #masthead #nav-main .main-menu-container .direct-link span {
              margin-right: 32px;
              width: 25px;
              height: 25px; } }
    #masthead #nav-main .main-menu {
      padding: 18px 0;
      position: relative;
      margin-bottom: 13px; }
      #masthead #nav-main .main-menu > li {
        position: relative;
        padding-left: 39px; }
        #masthead #nav-main .main-menu > li:hover {
          color: #333333;
          background-color: #FAFAFA;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
          #masthead #nav-main .main-menu > li:hover > a {
            color: #333333;
            text-decoration: none; }
          #masthead #nav-main .main-menu > li:hover button span {
            background-color: #1371dc; }
            #masthead #nav-main .main-menu > li:hover button span:before, #masthead #nav-main .main-menu > li:hover button span:after {
              background-color: #ffffff; }
        #masthead #nav-main .main-menu > li button {
          display: block;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          border: 0;
          font: 0/0 a;
          text-shadow: none;
          color: transparent;
          background-color: transparent;
          position: absolute;
          left: 18px;
          top: 7px; }
          #masthead #nav-main .main-menu > li button span {
            margin-top: 0;
            margin-right: 0; }
        #masthead #nav-main .main-menu > li > a {
          font-family: 'rig-sans', arial;
          font-size: 18px;
          font-size: 1.125rem;
          display: block;
          color: #333;
          text-align: left;
          text-transform: uppercase;
          width: 100%;
          padding: 13px 3px 8px 21px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          }
        @media screen and (min-width: 768px) {
          #masthead #nav-main .main-menu > li {
            padding-left: 45px; }
            #masthead #nav-main .main-menu > li button {
              left: 19px; } }
        @media screen and (min-width: 1000px) {
          #masthead #nav-main .main-menu > li {
            padding-left: 83px; }
            #masthead #nav-main .main-menu > li button {
              left: 43px;
              top: 10px; }
            #masthead #nav-main .main-menu > li > a {
              font-size: 21px;
              font-size: 1.3125rem;
              padding-bottom: 7px; } }
      #masthead #nav-main .main-menu li {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #masthead #nav-main .main-menu li.expanded {
          border-bottom: none;
          padding-bottom: 0px;
			padding-top: 0px;
          }
          #masthead #nav-main .main-menu li.expanded > a {
            padding-bottom: 15px;
			background-color: #00794c;
			padding-top: 20px;
			color: #fff;
            }
            #masthead #nav-main .main-menu li.expanded button span:after {
              height: 2px;
              background-color: #ffffff; }
        #masthead #nav-main .main-menu li > ul.sub-menu {
          padding-top: 5px;
          overflow: hidden;
          }
          #masthead #nav-main .main-menu li > ul.sub-menu li {
            display: block;
            float: left;
            width: 100%; }
#masthead #nav-main .main-menu li > ul.sub-menu li.sub-head span {
    padding: 8px 20px 0px 20px;
    width: auto;
    height: 45px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#masthead #nav-main .main-menu li > ul.sub-menu li.sub-head span:before {
    display: none;
}

#masthead #nav-main .main-menu li > ul.sub-menu li.sub-head span:after {
    content: "";
    width: 100%;
    height: 4px;
    position: relative;
    margin-top: -14px;
}
            @media screen and (min-width: 1000px) {
              #masthead #nav-main .main-menu li > ul.sub-menu li {
                display: inline-block; } }
            #masthead #nav-main .main-menu li > ul.sub-menu li a {
              font-size: 16px;
              font-size: 1rem;
              color: #333333;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              padding: 9px 10px 9px 20px;
              display: block; }
              #masthead #nav-main .main-menu li > ul.sub-menu li a:hover {
                color: #00794c;
                text-decoration: none; }
      #masthead #nav-main .main-menu:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 75%;
        height: 1px;
        background-color: #ffffff; }
      @media screen and (min-width: 768px) {
        #masthead #nav-main .main-menu {
          padding: 28px 0; } }
    @media screen and (min-width: 768px) {
      #masthead #nav-main .panel {
        display: -ms-flexbox;
        -ms-flex-direction: column;
        }
        #masthead #nav-main .left-panel #quick-links {
          position: absolute;
          bottom: 0;
          width: 100%;
          background-color: #ffffff;
          padding-left: 20px; }
          #masthead #nav-main .left-panel #quick-links ul {
            text-align: left; }
      #masthead #nav-main .right-panel {
        width: 46%;
        padding-bottom: 62px;
        background-color: white; } }
    @media screen and (min-width: 1000px) {
        #masthead #nav-main .left-panel #quick-links {
          width: 57%;
          right: 0;
          padding: 18px 0 18px 35px;
          z-index: 10; }
          #masthead #nav-main .left-panel #quick-links a {
            font-size: 14px;
            font-size: 0.875rem;
            font-family: 'rig-sans', arial; }
      #masthead #nav-main .right-panel {
        width: 57%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 60px; } }
  #masthead .nav-main-wrapper {
    overflow: auto; }
  #masthead .quick-links {
    padding: 0;
    }
    #masthead .quick-links ul {
      text-align: center;
      display: flex;
      justify-content: space-around;
      }
      #masthead .quick-links ul:before, #masthead .quick-links ul:after {
        content: " ";
        display: table; }
      #masthead .quick-links ul:after {
        clear: both; }
      @media screen and (min-width: 768px) {
        #masthead .quick-links ul.hide-on-desktop li:last-child {
          border-right: 1px solid #00794c !important; } }
        #masthead .quick-links ul li:last-child {
          border-right: none; }
        #masthead .quick-links ul li a {
          font-family: 'rig-sans', arial;
			text-transform: uppercase;
          font-size: 14px;
          font-size: 1rem;
          color: #fff;
          display: block;
          -webkit-transition: color 0.3s;
          transition: color 0.3s;
          text-decoration: none;
			padding: 16px 20px 10px 20px;
    		border-radius: 0;
          }
          #masthead .quick-links ul li a:hover {
            text-decoration: none;
            color: #fff; 
		  	background-color: rgb(6, 85, 154);
		  }
          @media screen and (min-width: 415px) {
            #masthead .quick-links ul li a {
              width: 100%;
              } }
  #masthead .resource-menu {
    background-color: #1371dc; }
    #masthead .resource-menu button {
      font-family: 'rig-sans', arial;
      font-size: 18px;
      font-size: 1.125rem;
      display: block;
      text-transform: uppercase;
      background-color: #0051b2;
      color: #ffffff;
      width: 100%;
      text-align: left;
      padding: 20px 20px; }
      #masthead .resource-menu button span:not(.ellipsis) {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        position: relative;
        margin-top: 2px;
        margin-right: 15px; }
        #masthead .resource-menu button span:not(.ellipsis):before {
          content: '';
          display: block;
          position: absolute;
          background-color: #ffffff;
          width: 16px;
          height: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        #masthead .resource-menu button span:not(.ellipsis):after {
          content: '';
          display: block;
          position: absolute;
          background-color: #ffffff;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 16px;
          width: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          transition: 0.3s; }
    #masthead .resource-menu ul {
      position: relative;
      margin: 10px 40px 10px 65px; }
      #masthead .resource-menu ul li a {
        font-size: 15px;
        font-size: 0.9375rem;
        color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 8px 40px 9px 0;
        display: block; }
        #masthead .resource-menu ul li a:hover {
          color: #ccc;
          text-decoration: none; }
      #masthead .resource-menu ul:last-child {
        padding-top: 13px;
        padding-bottom: 13px;
        border-top: 1px solid #ffffff; }
    #masthead .resource-menu.expanded button span:after {
      height: 2px; }
    @media screen and (min-width: 1000px) {
      #masthead .resource-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding-bottom: 100px;
        background-color: #0051b2;
        padding-top: 10px; }
        #masthead .resource-menu button {
          pointer-events: none;
          font-size: 21px;
          font-size: 1.3125rem;
          padding-left: 40px;
          padding-bottom: 0; }
        #masthead .resource-menu span {
          display: none !important; }
        #masthead .resource-menu ul.sub-menu {
          display: block !important;
          margin-left: 41px; }
          #masthead .resource-menu ul.sub-menu:first-child {
            margin-top: 0; }
          #masthead .resource-menu ul.sub-menu a {
            font-size: 18px;
            font-size: 1.125rem;
            padding: 5px 40px 4px 0; } }
  #masthead .secondary-menu {
    background-color: #fafafa; }
    #masthead .secondary-menu ul {
      margin-top: 15px;
      margin-bottom: 15px; }
      #masthead .secondary-menu ul li button {
        font-family: 'rig-sans', arial;
        font-size: 18px;
        font-size: 1.125rem;
        display: block;
        text-transform: uppercase;
        background-color: #fafafa;
        color: #004785;
        width: 100%;
        text-align: left;
        padding: 14px 20px; }
        #masthead .secondary-menu ul li button span {
          display: block;
          float: left;
          width: 24px;
          height: 24px;
          position: relative;
          margin-top: 2px;
          margin-right: 15px; }
          #masthead .secondary-menu ul li button span:before {
            content: '';
            display: block;
            position: absolute;
            background-color: #004785;
            width: 16px;
            height: 2px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          #masthead .secondary-menu ul li button span:after {
            content: '';
            display: block;
            position: absolute;
            background-color: #004785;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            height: 16px;
            width: 2px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            transition: 0.3s; }
      #masthead .secondary-menu ul li a {
        font-size: 15px;
        font-size: 0.9375rem;
        color: #004785;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 8px 40px 9px 0;
        display: block; }
        #masthead .secondary-menu ul li a:hover {
          color: #1371dc;
          text-decoration: none; }
      #masthead .secondary-menu ul li.expanded button span:after {
        height: 2px; }
      #masthead .secondary-menu ul li ul.sub-menu {
        position: relative;
        margin: 10px 40px 10px 60px; }
    @media screen and (min-width: 1000px) {
      #masthead .secondary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%; }
        #masthead .secondary-menu span {
          display: none !important; }
        #masthead .secondary-menu > ul {
          margin-top: 20px; }
          #masthead .secondary-menu > ul li button {
            pointer-events: none;
            font-size: 21px;
            font-size: 1.3125rem;
            padding-left: 37px;
            padding-bottom: 3px; }
          #masthead .secondary-menu > ul li ul.sub-menu {
            display: block !important;
            font-size: 24px;
            font-size: 1.5rem;
            margin-left: 37px;
            margin-right: 10px;
            margin-top: 0; }
            #masthead .secondary-menu > ul li ul.sub-menu a {
              font-size: 18px;
              font-size: 1.125rem;
              padding: 4px 10px 5px 0; } }
  #masthead .social-menu {
    background: center top repeat url(/_resources/images/blue-line-texture.png); }
    #masthead .social-menu div {
      font-family: 'rig-sans', arial;
      font-size: 24px;
      font-size: 1.5rem;
      color: #004785;
      text-transform: uppercase;
      padding: 20px 20px 20px 45px; }
      @media screen and (min-width: 768px) {
        #masthead .social-menu div {
          font-size: 20px;
          font-size: 1.25rem; } }
    #masthead .social-menu ul {
      padding: 0 10px 30px 34px;
      text-align: left; }
      @media screen and (min-width: 768px) {
        #masthead .social-menu ul {
          padding-bottom: 15px; } }
          #masthead .social-menu ul li:last-child a {
            color: #007DA3;
            }
        #masthead .social-menu ul li a {
          color: #007DA3;
          padding: 5px 8px;
          vertical-align: middle;
          text-decoration: none !important;
          font-size: 30px;
          }
          #masthead .social-menu ul li a:hover {
            text-decoration: none !important;
            color: #00794c; }
          #masthead .social-menu ul li a .title {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px; }
            a.social-icon.twitter img {
                width: 20px;
                display: inherit;
                margin-top: 7px;
            }
    @media screen and (min-width: 768px) {
      #masthead .social-menu div {
        padding-bottom: 10px; }
      #masthead .social-menu ul {
        padding-bottom: 15px; } }
    @media screen and (min-width: 1000px) {
      a.social-icon.twitter img {
          width: 13px;
          margin-top: -2px;
      }
      #masthead .social-menu {
        width: 50%;
        position: absolute;
        bottom: 60px;
        right: 0;
        left: auto; } }

.redesign-desktop {
  display: none; }
	@media screen and (max-width: 1400px) {
	.redesign-desktop .sub-menu {
		right: 0%;
		width: 100%;
		max-width: fit-content;
	}
	}
  @media screen and (min-width: 1200px) {
    .redesign-desktop {
      display: inherit; } }
  .redesign-desktop .sub-menu {
		background-color: #ffffff;
		min-height: 250px;
		-webkit-box-shadow: 0px 4px 2px #00000017;
		box-shadow: 0px 4px 2px #00000017;
		padding: 0;
		z-index: 2;
		right: 6%;
		top: 112px;
		position: fixed;
		display: none;
		text-align: left;
		max-width: 1200px;
    }
    .redesign-desktop .sub-menu a.overview {
      color: #ffffff;
      padding: 6px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 10px;
      font-weight: 600;
      text-decoration: none;
      background-color: #00794c;
      border-radius: 25px;
      }
      .redesign-desktop .sub-menu a.overview:hover {
        background-color: #004785;
        -webkit-transition: background-color 0.3s ease, border 0.3s ease;
        transition: background-color 0.3s ease, border 0.3s ease;
        }
    .redesign-desktop .sub-menu p {
      font-size: 15px;
      font-weight: 400;
      }
    .redesign-desktop .sub-menu button a:after {
      background: center center no-repeat url(/_resources/images/cta-arrow-blue-right@2x.png); }
    .redesign-desktop .sub-menu .icon-cta-arrow-right {
      padding-left: 11px;
      font-size: 14px; }
    .redesign-desktop .sub-menu ul {
      padding-top: 10px !important;
      font-size: 15.75px;
      font-weight: 500; }
    .redesign-desktop .sub-menu li a {
      font-family: 'rig-sans', arial;
      text-decoration: none;
      font-weight: 500;
      }
    .redesign-desktop .sub-menu li a:hover {
      text-decoration: underline;
      }
    .redesign-desktop .sub-menu .col-sm-5, .redesign-desktop .sub-menu .col-sm-6 {
		border-right: none !important;
		background: #f6f7f8;
		padding: 20px;
      }
    .redesign-desktop .sub-menu .col-sm.category-columns:nth-child(2) {
      padding-left: 40px;
      border-left: 1px solid #e6e7e9;
      }
    .redesign-desktop .sub-menu .menu-title {
      font-size: 20px;
      font-weight: bold; }
    .redesign-desktop .sub-menu.open {
      display: block; }
    .redesign-desktop .sub-menu .category-columns > span {
		font-family: 'rig-sans', arial;
		font-size: 17px;
		padding-bottom: 4px;
		border-bottom: 4px solid #00794c;
		margin-left: 16px;
		font-weight: 500;
      }

	.top-nav {
	  height: 42px;
	  padding-top: 0px;
	  background-color: #004785;
	  z-index: 3;
	  }

	.middle-nav {
		height: 70px;
		background-color: #ffffff;
		z-index: 3;
		padding: 0px 30px;
		padding-right: 0px;
	}
	.middle-nav .rightside-items {
		float: right;
	}
	button.globalnav-menu {
		background-color: #00794c;
		color: #fff;
		height: 70px;
		width: 160px;
		font-size: 24px;
		padding-top: 5px;
		text-transform: uppercase;
	}
	button.globalnav-menu:hover {
		background-color: #008a57;
	}

 .top-nav-container {
	  margin: 0 auto;
	  padding: 0px 30px;
  }

  .bottom-nav {
	background-color: #fff;
    height: 69px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding: 0 35px;
  }
	@media screen and (max-width: 1400px) {
		.bottom-nav {
			padding: 0 8px;
		}
		#masthead .search-container.expanded .search-form-container {
			margin-right: 8px;
		}
	}
  .bottom-nav ul {
    width: 100%;
    display: inherit;
    }
  .bottom-nav li.nav-items {
    width: 100%;
    float: left; }
	#masthead .redesign-desktop ul li.nav-items > button {
		min-width: 100px;
	}
  .bottom-nav .expanded > button, .bottom-nav .search-container:hover > button {
    background-color: #f6f7f8;
    }
  .bottom-nav > section {
    margin-left: 0;
    margin-right: 0;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap; 
  	background-color: #fff;
  }
  .bottom-nav .col-sm {
    padding: 15px;
  }
  .bottom-nav button {
    width: 100%;
    padding: 10px;
    color: #333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding-top: 13px;
    padding-bottom: 7px;
    height: 70px;
    }
	.bottom-nav .nav-items button a {
		text-decoration: none;
		color: #333;
	}
	.bottom-nav .nav-items button:hover a, .bottom-nav .nav-items.expanded button a {color: #fff;}
    .bottom-nav .nav-items button:after {
      border-bottom: 4px solid #0051b200;
      -webkit-transition: .3s;
      transition: .3s;
      width: 0px;
      height: 30px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      position: absolute;
      padding: 20px;
      margin: 0 auto; }
    .bottom-nav .nav-items button:hover, .bottom-nav .nav-items.expanded > button {
      background-color: #00794c;
      color: #fff;
      }
      .bottom-nav .nav-items button:hover:after {
        border-bottom: 4px solid #0051b2;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 100%; }
  .bottom-nav .nav-items {
		text-align: center;
		padding: 5px;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
    }
.bottom-nav span.nav-items:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #00794c;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 3px;
    margin-left: .6rem;
    position: relative;
    top: 0.15em;
}

.bottom-nav .nav-items button:hover span.nav-items:after, .bottom-nav .nav-items.expanded > button span.nav-items:after {
    border-top: 6px solid #fff;
}
@media screen and (max-width: 1400px) {
  .bottom-nav .nav-items {
    font-size: 16px;
    }
  #masthead .redesign-desktop .quick-links ul li a{
    font-size: 14px;
  }
}
    .bottom-nav .nav-items .sub-menu section.container-flex.row-alt {
      margin: 0 auto;
      max-width: 1720px; }
    .bottom-nav .nav-items > a {
			width: 100%;
			color: #333;
			text-decoration: none;
			display: flex;
			white-space: nowrap;
			padding: 20px 0px 13px 0px;
			font-weight: 600;
			min-height: calc(100% + 1px);
			width: 100px;
			align-items: center;
			justify-content: center;
      }
.bottom-nav .nav-items > a:hover {
    background-color: #00794c;
    color: #fff;
}
body.menu-open {
  overflow: hidden;
  }
  body.menu-open #masthead .redesign-mobile .search-form-container input[type="search"] {
    color: #00794c;
    background-color: #ffffff;
    padding: 20px; }
  body.menu-open #masthead .redesign-mobile .globalnav-menu {
    background-color: #00794c;
    }
  @media screen and (min-width: 1000px) {
    body.menu-open #masthead .redesign-fgcuheader {
      height: 96px; } 
      body.menu-open {
      overflow: initial;
      }
  }
    body.menu-open #masthead #main-menu-toggle span.top, body.menu-open-desktop #masthead #main-menu-toggle-desktop span.top {
      top: 33px;
      background-color: #ffffff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out, -webkit-transform 0.1s .1s ease-out;
      }
      @media screen and (min-width: 1000px) {
        body.menu-open #masthead #main-menu-toggle span.top, body.menu-open-desktop #masthead #main-menu-toggle-desktop span.top {
          top: 33px;
          } }
    body.menu-open #masthead #main-menu-toggle span.middle, body.menu-open-desktop #masthead #main-menu-toggle-desktop span.middle {
      display: none; }
    body.menu-open #masthead #main-menu-toggle span.bottom, body.menu-open-desktop #masthead #main-menu-toggle-desktop span.bottom {
      top: 33px;
      background-color: #ffffff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out;
      transition: top 0.1s ease-out, transform 0.1s .1s ease-out, -webkit-transform 0.1s .1s ease-out;
      }
      @media screen and (min-width: 1000px) {
        body.menu-open #masthead #main-menu-toggle span.bottom, body.menu-open-desktop #masthead #main-menu-toggle-desktop span.bottom {
          top: 33px;
          } }
  body.menu-open #masthead #nav-main, body.menu-open-desktop #masthead #nav-main {
	overflow: auto;
    min-height: 450px;
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
	  max-width: 450px;
    transition: 0.3s all;
	display: flex;
    align-items: flex-end;
	  background: #f6f7f9;
    }
    @media screen and (min-width: 768px) {
      body.menu-open #masthead #nav-main, body.menu-open-desktop #masthead #nav-main {
        display: -ms-flexbox;
        } }


  .search-container span.icon-search span {
    color: #ffffff;
    font-size: .8rem;
    padding-left: 6px; }

.search-open #masthead .redesign-desktop .search-container .search-form-container {
  display: block;
  max-width: 500px;
  width: 100%;
  z-index: 1;
  opacity: 1;
  margin-top: -1px;
  transition: .3s;
  }
  .search-open #masthead .redesign-desktop .search-container .search-form-container input[type="submit"] {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s;
    width: 40px;
    right: 0px;
    display: none;
    opacity: 0;
    }
  .search-open #masthead .redesign-desktop .search-container .search-form-container input[type="search"] {
    padding: 10px;
    opacity: 1;
    padding-top: 14px;
    box-sizing: border-box;
    }
#masthead .search-container.expanded .search-form-container {
	top: 69px;
}

.nav-wrapper {
  position: absolute;
  width: 100vw;
  top: 66px;
  left: 0;
  bottom: 0;
  min-height: 600px;
  }

@media screen and (min-width: 768px) and (max-width: 1900px) {
  /* fgcuteam for add margin when hiding scrollbar to prevent content from moving */
  .menu-open-desktop {
    margin-left: 0;
    } }
@media screen and (min-width: 1900px) {
  /*fgcuteam_Mike added for screens > 1900 to have page adjust and replace position of hidden scrollbar */ }
.page-navigation-wrapper {
  position: relative; }
  .page-navigation-wrapper.video-present .page-navigation {
  }

/*fgcuteam-gabriel extracted nav-beradcrumb from page-navigation*/
#nav-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: #00794c;
  /*fgcuteam-gabriel changed(enable mobile): display: none;*/
  margin-bottom: 00px;
  }
  @media screen and (min-width: 768px) {
    #nav-breadcrumb {
      width: calc(100% - 420px); } }
  #nav-breadcrumb ul {
    padding: 0; }
    #nav-breadcrumb ul li {
      display: none;
      white-space: nowrap;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      float: left;
      margin-bottom: 5px;
      }
      #nav-breadcrumb ul li:nth-last-child(1), #nav-breadcrumb ul li:nth-last-child(2) {
        display: inline-block;
        }
  @media screen and (min-width: 768px) {
    #nav-breadcrumb ul li {
      white-space: inherit;
      max-width: inherit;
      overflow: inherit;
      text-overflow: inherit;
      display: inline-block;
      margin-bottom: 0px;
      } }
  @media screen and (min-width: 1000px) {
    #nav-breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px;
      padding-bottom: 11px;
      border-bottom: 1px solid #e6e7e9;
      }
      #nav-breadcrumb ul {
        margin-top: 0;
        margin-bottom: 0; }
        #nav-breadcrumb ul li {
          color: #333;
          font-weight: 600;
          font-family: 'rig-sans', arial;
          font-size: 14px;
          font-size: 0.875rem;
          }
          #nav-breadcrumb ul li:last-child a {
            background-image: none; } }
  #nav-breadcrumb a:first-child {
    padding-left: 0px; }
  #nav-breadcrumb a {
    color: #00794c;
    padding-left: 7px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: 600;
    }
  #nav-breadcrumb a:after {
    content: '';
    background: url(/_resources/images/emerald-right.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 30px;
    margin-bottom: -2px;
  }
  #nav-breadcrumb a:hover {
    color: #004785;
    text-decoration: underline;
    }

.page-navigation {
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 2000;
  }
  @media screen and (min-width: 768px) {
    .page-navigation {
      position: absolute;
      width: 140px;
      margin-bottom: -49px;
      } }
  @media screen and (min-width: 1000px) {
    .page-navigation {
      z-index: 2000;
      } }
  @media screen and (max-width: 999px) {
    .page-navigation.sticky-nav .section-navigation {
      max-width: 100%;
      width: 100%; } }
  .page-navigation ul {
    padding-left: 0 !important;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .page-navigation ul {
        margin-top: 0 !important; } }
    .page-navigation ul li {
      padding-left: 0 !important;
      padding-right: 0;
      position: relative;
      list-style: none;
      margin-bottom: 0 !important;
      /*display: none;*/
      }
      .page-navigation ul li a {
        text-decoration: none; }
        .page-navigation ul li a:hover {
          text-decoration: underline; }
  .page-navigation button.toggle-section-nav {
    font: inherit;
    box-shadow: 3px 3px 4px #00000014;
    }
  .page-navigation button {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: #ffffff;
    background-color: #00794c;
    width: 100%;
    height: 49px;
    display: block;
    position: absolute;
    top: 0px;
    text-align: left;
    padding-left: 17px;
    padding-top: 5px;
    }
.page-navigation button.toggle-section-nav:before {width: 30px;display: inline-block;}
.page-navigation button.toggle-section-nav:after {
  content: "Menu";
  padding-right: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 15px;
}
.page-navigation button.expanded {
      background-color: #004785;
      }
  .page-navigation .section-navigation {
    height: 49px;
    /*fgcuteam-gabriel added for mobile section image support */
    background-color: #004785;
    position: relative;
    width: 100%;
    }
    @media screen and (min-width: 768px) {
      .page-navigation button:hover, .page-navigation button.expanded {
      background-color: #004785;
      }
      .page-navigation .section-navigation {
        width: auto;
        float: left;
        } }
    .page-navigation .section-navigation .section-label {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'rig-sans', arial;
      display: block;
      color: #ffffff;
      padding-left: 70px;
      padding-top: 12px;
      padding-bottom: 12px;
      }
      @media screen and (min-width: 768px) {
        .page-navigation .section-navigation .section-label {
          padding-right: 43px;
          min-width: 145px;
          padding-top: 13px;
          } }
    .page-navigation .section-navigation ul.sub-menu > li {
      background-color: #fafbfd;
      }
      .page-navigation .section-navigation ul.sub-menu > li:last-child {
        border-bottom: 0px; }
      .page-navigation .section-navigation ul.sub-menu > li > ul.sub-menu > li {
        background-color: #ffffff;
        border-top: 2px solid #EEEEEE;
        border-bottom: 0px solid #EEEEEE; }
        .page-navigation .section-navigation ul.sub-menu > li > ul.sub-menu > li:first-child {
          border-top: 2px solid #eaeaea; }
  .page-navigation #nav-inner {
    position: absolute;
    /*fgcuteam-gabriel added for section image support*/
    top: 100%;
    /*fgcuteam-gabriel added for section image support*/
    left: 0;
    /*fgcuteam-gabriel added for section image support*/
    z-index: 1100;
    /*fgcuteam-gabriel added for section image support*/
    min-width: 400px;
    /*fgcuteam-gabriel added for section image support*/
    background-color: #fff;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 3px 3px 4px #00000014;
    box-shadow: 3px 3px 4px #00000014;
    max-height: 450px !important;
    }
    .page-navigation #nav-inner::-webkit-scrollbar {
      /* scrollbar width */
      width: 8px; }
    .page-navigation #nav-inner::-webkit-scrollbar-track {
      /* Track */
      background-color: #F2F6F9;
      }
    .page-navigation #nav-inner::-webkit-scrollbar-thumb {
      /* Handle */
      background-color: #CCDAE7;
      }
    @media screen and (min-width: 768px) {
      .page-navigation #nav-inner {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1100;
        min-width: 368px;
        } }
    .page-navigation #nav-inner a {
      color: #333;
      display: block;
      padding-top: 8px;
      /* padding-bottom: 8px; */
      padding-right: 10px;
      }
      @media screen and (min-width: 768px) {
        .page-navigation #nav-inner a {
          padding-right: 20px;
          padding-bottom: 6px !important;
          } }
    .page-navigation #nav-inner .active {
      display: block;
      background-color: #fff;
      font-weight: 700;
      }
    .page-navigation #nav-inner li.has-children > button:after {
      /*fgcuteam-gabriel MODIFIED for new menu style */
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 0;
      border-right: 0.45rem solid transparent;
      border-bottom: 0.45rem solid;
      border-left: .45rem solid transparent;
      color: #004785;
      }
    .page-navigation #nav-inner li.expanded > button:after {
      /*fgcuteam-gabriel MODIFIED for new menu style */
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 0.45rem solid;
      border-right: 0.45rem solid transparent;
      border-bottom: 0;
      border-left: .45rem solid transparent;
      color: #00794c;
      }
    .page-navigation #nav-inner li.current-ancestor {
      display: block; }
    .page-navigation #nav-inner ul.expanded > li > .sub-menu > button:after {
      height: 16px; }
    .page-navigation #nav-inner ul.expanded > li > button:after {
      height: 2px; }
    .page-navigation #nav-inner > ul {
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 8px;
      margin-right: -8px;
      }
      .page-navigation #nav-inner > ul button {
        width: 50px;
        height: 39px;
        background-color: #ffffff00;
        }
        .page-navigation #nav-inner > ul button:hover {
          background-color: #f2f6f9;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
          }
      .page-navigation #nav-inner > ul > li {
        border-bottom: 1px solid #e6e7e9;
        position: relative;
        padding-left: 0;
        }
        .page-navigation #nav-inner > ul > li .active a {
          background-color: #F2F6F9;
          }
        .page-navigation #nav-inner > ul > li:last-child {
          border-bottom: 0px none; }
        .page-navigation #nav-inner > ul > li > .sub-menu > li.has-children > button:after {
          color: #3175a0; }
        .page-navigation #nav-inner > ul > li > .sub-menu > li.expanded > button:after {
          color: #3175a0; }
        .page-navigation #nav-inner > ul > li > .sub-menu > li > button {
          left: 28px;
          background-color: #ffffff00;
          display: none;
          }
          .page-navigation #nav-inner > ul > li > .sub-menu > li > button:hover {
            background-color: #F8F8F8;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease; }
        .page-navigation #nav-inner > ul > li > .sub-menu > li a {
          color: #333;
          padding-left: 89px;
          min-height: 39px;
          }
          .page-navigation #nav-inner > ul > li > .sub-menu > li a:hover {
            background-color: #f2f6f9;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            }
        .page-navigation #nav-inner > ul > li > .sub-menu > li > .sub-menu > li > button {
          left: 83px; }
        .page-navigation #nav-inner > ul > li > .sub-menu > li > .sub-menu > li a {
          padding-left: 115px; }
          .page-navigation #nav-inner > ul > li > .sub-menu > li > .sub-menu > li a:hover {
            background-color: #F8F8F8;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease; }
        .page-navigation #nav-inner > ul > li a {
          font-size: 16px;
          font-size: 1rem;
          padding-left: 62px;
          padding-top: 10px;
          min-height: 39px;
          }
          .page-navigation #nav-inner > ul > li a:hover {
            /*@include font-demi();*/
            background-color: #f2f6f9;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            text-decoration: none;
            }

/*-----
	Content Styles
	-----*/
.main-content {
  padding-top: 66px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .main-content {
      padding-top: 66px;
      } }
  @media screen and (min-width: 1200px) {
    .main-content {
      padding-top: 112px; } }
  .main-content ul {
    padding-left: 23px;
    }
    @media screen and (min-width: 768px) {
      .main-content ul {
        /* padding-left: 0px; */
        margin-top: 10px;
        } }
    .main-content ul li {
      padding-left: 10px;
      margin-bottom: 18px; }
      @media screen and (min-width: 768px) {
        .main-content ul li {
          padding-left: 4px;
          margin-bottom: 10px; } }
      @media screen and (min-width: 1000px) {
        .main-content ul li {
          margin-bottom: 10px;
          line-height: 1.4;
          } }
  .main-content ol {
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .main-content ol {
        padding-left: 16px; } }
    @media screen and (min-width: 1000px) {
      .main-content ol {
        padding-left: 0; } }
    .main-content ol li {
      list-style-position: outside;
      /*fgcuteam-gabriel changed from inside*/
      margin-bottom: 3px;
      margin-left: 20px;
      /*fgcuteam-gabriel changed to outside*/ }


.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 20px; } }
  @media screen and (min-width: 1000px) {
    .container {
      padding: 0 60px; } }

.content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px; }
  .content-container:before, .content-container:after {
    content: " ";
    display: table; }
  .content-container:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .content-container {
      padding: 0 20px; } }
  @media screen and (min-width: 1000px) {
    .content-container {
      padding: 0 60px; } }

.toggle-dropdown {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'rig-sans', arial;
  color: #ffffff;
  background-color: #00794c;
  text-transform: uppercase;
  padding: 15px 15px 14px;
  width: 100%;
  text-align: left; }
  .toggle-dropdown:before, .toggle-dropdown:after {
    content: " ";
    display: table; }
  .toggle-dropdown:after {
    clear: both; }
  .toggle-dropdown span {
    position: relative;
    float: right;
    padding-top: 24px;
    margin-right: 12px; }
    .toggle-dropdown span:before {
      content: '';
      display: block;
      background-color: #ffffff;
      width: 16px;
      height: 2px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .toggle-dropdown span:after {
      content: '';
      display: block;
      background-color: #ffffff;
      width: 2px;
      height: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .toggle-dropdown.expanded span:after {
    height: 2px; }

@media screen and (max-width: 767px) {
  .dropdown {
    display: none;
    border-left: 1px solid #00794c;
    border-bottom: 1px solid #00794c;
    border-right: 1px solid #00794c;
    padding: 20px !important; }
    .dropdown li {
      display: block !important;
      float: none !important; }
    .dropdown .red-box-button {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      border: none; }
      .dropdown .red-box-button:focus {
        color: #00794c; } }

.container-flex .accordion-wrapper {
  padding: 0px;
  }
  .accordion-wrapper .accordion-controls {
    padding-left: 5px;
    padding-right: 5px; }
    .accordion-wrapper .accordion-controls button {
      font-size: 16px;
      font-size: 1rem;
      /* font-family: 'rig-sans', arial; */
      padding-left: 20px;
      margin-right: 15px;
      color: #007DA3;
      font-weight: 700;
      /*text-transform: uppercase;*/
      float: none;
      /*fgcuteam-gabriel force float none since there was another .clos class from another component that had float: right */
      }
      @media screen and (min-width: 768px) {
        .accordion-wrapper .accordion-controls button {
          padding-left: 25px; } }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper .accordion-controls button {
          font-size: 20px;
          font-size: 1.25rem; } }
    .accordion-wrapper .accordion-controls .close {
      /* background: left bottom 8px no-repeat url(/_resources/images/blue-arrows.png); */
      /* background-size: 13px auto; */
      }
      @media screen and (min-width: 768px) {
        .accordion-wrapper .accordion-controls .close {
          /* background-size: 16px auto; */
          } }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper .accordion-controls .close {
          /* background-size: 17px; */
          /* background-position: left top 8px; */
          } }
    .accordion-wrapper .accordion-controls .open {
      /* background: left top 6px no-repeat url(/_resources/images/blue-arrows.png); */
      /* background-size: 13px auto; */
      }
      @media screen and (min-width: 768px) {
        .accordion-wrapper .accordion-controls .open {
          background-size: 16px auto; } }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper .accordion-controls .open {
          background-size: 17px;
          background-position: left bottom 9px; } }
    @media screen and (min-width: 768px) {
      .accordion-wrapper .accordion-controls {
        margin-left: 10px; } }
    @media screen and (min-width: 1000px) {
      .accordion-wrapper .accordion-controls {
        text-align: right; }
        .accordion-wrapper .accordion-controls button {
          margin-right: 0;
          margin-left: 60px; } }
  .accordion-wrapper .all-collapsed .close, .accordion-wrapper .all-expanded .open {
    opacity: 0.5;
    pointer-events: none; }
  .accordion-wrapper .more-info {
    display: none; }
  .accordion-wrapper .accordion-top {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'rig-sans', arial;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #004785;
    font-weight: 700;
    text-transform: uppercase;
    background: left top 6px no-repeat url(/_resources/images/blue-arrows.png);
    background-size: 13px auto;
    }
    @media screen and (min-width: 768px) {
      .accordion-wrapper .accordion-top {
        background-size: 16px auto;
        margin-bottom: 40px;
        padding-left: 25px; } }
    .accordion-wrapper:not(.plain) > ul > li > a {
      padding: 13px;
      top: 0;
      left: 0;
      padding-bottom: 15px;
      }
      .accordion-wrapper:not(.plain) > ul > li > a:hover span {
        background-color: #00794c; }
    .accordion-wrapper > ul > li .accordion-title {
      border-bottom: 1px solid #e6e7e9; /* 15% Slate */
      background-color: #fff;
      width: 100%;
      font-size: 18px;
      font-size: 1.125rem;
      cursor: pointer;
      padding: 10px 15px 10px 15px;
      }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper > ul > li .accordion-title {
          font-size: 21px;
          font-size: 1.3125rem;
          padding-top: 14px;
          padding-bottom: 8px;
          margin: 0px;
          } }
      .accordion-wrapper:not(.plain) > ul > li .accordion-title:hover + a span {
        background-color: #004785;
        }
    .accordion-wrapper:not(.plain) > ul > li.expanded a.toggle-accordion:hover span {
      background-color: #004785;
      }
    .accordion-wrapper:not(.plain) > ul > li.expanded .accordion-title:hover + a span {
      background-color: #004785;
      }
  .accordion-wrapper > ul ul {
    list-style-type: disc;
    padding-left: 20px !important; }
  .accordion-wrapper > ul > li {
    list-style: none;
    margin-bottom: 0px !important;
    padding-left: 50px !important;
    padding-right: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    }
  .accordion-wrapper ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .accordion-wrapper ul li .accordion-title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 0px;
      margin-bottom: 0px;
      cursor: pointer;
      }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper ul li .accordion-title {
          font-size: 21px;
          font-size: 1.3125rem;
          margin-top: 0px;
          margin-bottom: 0px;
          }
        .accordion-wrapper > ul > li {
          padding-right: 50px;
        }
      }
    .accordion-wrapper ul li .toggle-accordion, .accordion-wrapper > ul > li > a, .accordion-wrapper ul li .toggle-accordion-list {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      position: absolute;
      left: 12px;
      top: 16px;
      }
      @media screen and (min-width: 1000px) {
        .accordion-wrapper ul li .toggle-accordion, .accordion-wrapper ul li .toggle-accordion-list {
          top: 14px; } }
      .accordion-wrapper ul li .toggle-accordion span, .accordion-wrapper > ul > li > a > span {
        display: block;
        float: left;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        position: relative;
        background-color: #00794c;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        }
        .accordion-wrapper ul li .toggle-accordion span:before, .accordion-wrapper > ul > li > a > span:before {
          content: '';
          display: block;
          position: absolute;
          background-color: #ffffff;
          width: 10px;
          height: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          }
        .accordion-wrapper ul li .toggle-accordion span:after, .accordion-wrapper > ul > li > a > span:after   {
          content: '';
          display: block;
          position: absolute;
          background-color: #ffffff;
          height: 10px;
          width: 2px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: 0.3s;
          transition: 0.3s;
          }
         .accordion-wrapper ul li .toggle-accordion span:hover, .accordion-wrapper > ul > li > a > span:hover {
            background-color: #004785;
          }
    .accordion-wrapper ul li .more-info {
      padding: 25px;
      color: #333;
      background-color: #FAFBFD;
      }
      .accordion-wrapper ul li .more-info p:first-of-type {
        margin-top: 0; }
    .accordion-wrapper ul li.expanded > .more-info {
       /* 2% Cobalt */
      }
      .accordion-wrapper ul li.expanded .toggle-accordion span, .accordion-wrapper > ul > li.expanded > a > span {
        background-color: #004785;
        color: #ffffff; }
        .accordion-wrapper ul li.expanded .toggle-accordion span:after, .accordion-wrapper > ul > li.expanded > a > span:after {
          height: 2px; }
        .accordion-wrapper ul li.expanded .toggle-accordion span:hover, .accordion-wrapper > ul > li.expanded > a > span:hover {
          background-color: #00794c; }

body.event-listing .events-filter {
  margin-top: 30px;
  margin-bottom: 35px; }
  @media screen and (min-width: 1000px) {
    body.event-listing .events-filter {
      margin-top: 45px;
      margin-bottom: 20px; } }
  body.event-listing .events-filter .h6 {
    margin-bottom: 20px; }
    @media screen and (min-width: 1000px) {
      body.event-listing .events-filter .h6 {
        margin-bottom: 25px; } }

/** LightBlue Vertical Testimonial **/
.skyblockquote .col-sm-24 {
	background-color: #e4f2ff;
	padding: 0px;
}

.skyblockquote span {
	font-family: 'rig-sans', arial;
}

.skyblockquote blockquote:before {
	top: -61px;
	left: -7px;
	width: 65px;
	height: 65px;
	background: center center no-repeat url(/_resources/images/icon-quote-fill-green.png);
	background-size: 100%;
	filter: brightness(1.2);
}

@media screen and (max-width: 1000px) {
	.skyblockquote blockquote:before {
		top: -42px;
	}

	.skyblockquote blockquote {
		position: relative;
		margin-top: 0px;
		margin-bottom: 16px;
		margin-left: 13px;
		margin-right: 13px;
		padding-top: 21px;
	}
}

.container-flex.skyblockquote {
	padding: 0px 0px;
	margin-left: -5px;
	margin-right: -5px;
}

/** LightBlue Horizontal Testimonial **/
.meet-fgcu-list-view {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  align-items: stretch;
  align-content: stretch;
}
  .meet-fgcu-list-view .col-md-17 {
    padding-top: 35px;
    color: #333;
    background-size: cover;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
    order: 1;
    width: 100%;
    padding-bottom: 30px;
    }
    .meet-fgcu-list-view .col-md-17 p.intro {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.15;
    }
    .meet-fgcu-list-view .col-md-17:before {
      display: block;
      content: '';
      position: relative;
      width: 60px;
      height: 50px;
      background: center center no-repeat url(/_resources/icons/general/fgcu-blockquote-lines.svg);
      background-size: 100%;
      background-position: center center;
      background-size: contain;
      top: -27px;
      width: 100%;
      }
    .meet-fgcu-list-view .col-md-17 p.author {
      font-size: 19px;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: right;
      margin-bottom: 5px;
      line-height: 1.15;
      color: #00794c;
      font-weight: 900;
      }
    .meet-fgcu-list-view .col-md-17 p.author-field-of-study {
      text-align: right;
      font-size: 0.8rem;
      margin-top: 8px;
      margin-bottom: 0px;
      line-height: .8;
      color: #00794c;
      font-weight: 400;
      }
  .meet-fgcu-list-view .portrait {
    display: flex;
    padding: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    align-content: center;
    }
    .meet-fgcu-list-view .portrait img {
        height: 260px;
        width: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        border-radius: 50%;
        max-height: 260px;
        max-width: 260px;
 }

@media screen and (min-width: 1000px) {
  .meet-fgcu-list-view .col-md-17 {
    padding-top: 60px;
    padding-right: 90px;
    padding-left: 140px;
    width: 70.83333333%;
    }
    .meet-fgcu-list-view .col-md-17 p.intro {
      font-size: 20px;
      line-height: 1.15;
      }
    .meet-fgcu-list-view .col-md-17:before {
      height: 32px;
      }
    .meet-fgcu-list-view .col-md-17 p.author-field-of-study {
      font-size: 17px;
      /* font-size: 1rem; */
      } }
@media screen and (max-width: 1000px) {
  .meet-fgcu-list-view .col-md-17 {
    -ms-flex-order: 1;
    }
    .meet-fgcu-list-view .col-md-17:before {
      left: 13px;
      top: -30px;
      } }
@media screen and (max-width: 1000px) {
    .meet-fgcu-list-view .portrait {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      }
      .meet-fgcu-list-view .portrait img {
        width: 100%;
        top: 0;
        left: 0;
        height: 300px;
        object-fit: cover;
        object-position: top center;
        position: initial; } }
@media screen and (max-width: 767px) {
  .meet-fgcu-list-view .col-md-17:before {
    left: 13px;
    top: -27px; } }
@media screen and (max-width: 415px) {
  .meet-fgcu-list-view {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-left: 0px;
    padding-right: 0px;
    } }
.meet-fgcu-list-view .col-md-17 p:nth-child(4) {
    margin: 0;
    text-align: center;
}

/** Circle Blocks Redesign 2021 **/
.circleblocks a {
    font-family: 'rig-sans', arial;
    -webkit-font-smoothing: antialiased;
    color: #333333;
	text-decoration: none;
}
				
.circleblocks .lower-content .role {
    font-family: 'rig-sans', arial; font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.circleblocks .lower-content .title {
    font-family: 'rig-sans', arial;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
	line-height: 1;
	font-weight: 600;
}

.circleblocks .lower-content .description {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-top: 4px;
}

.circleblocks .lower-content .description p {
    margin-top: 2px;
    margin-bottom: 0px;
}

.circleblocks img {
    border-radius: 50%;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top center;
}

.circleblocks .circleitem {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: center;
}
			
.circleblocks .col-sm-6 .circleitem {
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 1200px)  {
.circleblocks .col-sm-6 .circleitem {
    padding-left: 0px;
    padding-right: 0px;
}
}

.circleblocks .col-sm-8 .thumb, .circleblocks .col-sm-12 .thumb {
    display: inline-block;
    width: 320px;
    height: 320px;
    margin: 5px;
    border-radius: 50%;
    background-position: top center;
    background-size: cover;
}
			
@media only screen and (max-width: 1200px)  {
	.circleblocks .col-sm-8 .thumb, .circleblocks .col-sm-12 .thumb {
		width: 260px;
		height: 260px;
	}
}

@media only screen and (max-width: 1000px)  {
	.circleblocks .col-sm-8 .thumb, .circleblocks .col-sm-12 .thumb {
		width: 180px;
		height: 180px;
	}
}
			
			
.circleblocks .col-sm-6 .thumb, .circleblocks.smallcircles .col-sm-8 .thumb, .circleblocks.smallcircles.twocircles .col-sm-12 .thumb {
    display: inline-block;
    width: 230px;
    height: 230px;
    margin: 5px;
    border-radius: 50%;
    background-position: top center;
    background-size: cover;
}
			
@media only screen and (max-width: 1200px)  {
	.circleblocks .col-sm-6 .thumb, .circleblocks.smallcircles .col-sm-8 .thumb, .circleblocks.smallcircles.twocircles .col-sm-12 .thumb {
		width: 200px;
		height: 200px;
	}
}

@media only screen and (max-width: 1000px)  {
	.circleblocks .col-sm-6 .thumb, .circleblocks.smallcircles .col-sm-8 .thumb, .circleblocks.smallcircles.twocircles .col-sm-12 .thumb {
		width: 160px;
		height: 160px;
	}
}
@media only screen and (min-width: 769px)  {
	.circleblocks.twocircles {
    max-width: 900px;
    margin: 0 auto;
	}
	
	.circleblocks.smallcircles.twocircles {
		max-width: 900px;
		margin: 0 auto;
	}
}

.circleblocks.twocircles .col-sm-12 .thumb {
    display: inline-block;
    width: 320px;
    height: 320px;
    margin: 5px;
    border-radius: 50%;
    background-position: top center;
    background-size: cover;
}
			
@media only screen and (max-width: 1200px)  {
	.circleblocks.twocircles .col-sm-12 .thumb {
		width: 260px;
		height: 260px;
	}
}

@media only screen and (max-width: 1000px)  {
	.circleblocks.twocircles .col-sm-12 .thumb {
		width: 180px;
		height: 180px;
	}
}
				
@media only screen and (max-width: 1200px){
.circleblocks .lower-content .title {
    font-size: 1.25rem;
}

.circleblocks .lower-content .role {
	font-size: .9rem;
    line-height: 1.2;
}

.circleblocks .lower-content .description {
	font-size: .9rem;
    line-height: 1.2;
}
}

.circleitem .lower-content {
    max-width: 320px;
    margin: 0 auto;
}
			
@media only screen and (max-width: 767px){
.circleblocks .col-sm-8 .thumb, .circleblocks.twocircles .col-sm-12 .thumb, .circleblocks .col-sm-6 .thumb, .circleblocks.smallcircles .col-sm-8 .thumb, .circleblocks.smallcircles.twocircles .col-sm-12 .thumb, .circleblocks .col-sm-12 .thumb {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.circleblocks .lower-content .title {
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 0px;
    line-height: 1.1;
    padding-top: 8px;
}

.circleblocks .lower-content .role {
    font-size: .7rem;
    text-align: left;
    line-height: 1.0;
}

.circleblocks .lower-content .description {
    font-size: .7rem;
    margin-top: 0px;
    text-align: left;
    line-height: 1.3;
}

.circleblocks .lower-content .description p {
    margin-top: 0px;
    margin-bottom: 0px;
	line-height: 1.25;
	display: flex;
}

.circleblocks .circleitem {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    min-height: 110px;
    padding-top: 0px;
}
  .circleitem .lower-content {
    min-height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.circleblocks .title.titleonly {
      font-size: 1.47rem;
      padding-top: 8%;
      line-height: 1;
      display: block;
}
}
			

.circleblocks .lower-content .title.titleonly {
    min-height: 60px;
    word-break: break-word;
}
			
.circleblocks.noicon a:hover .col-sm-8, .circleblocks.noicon a:hover .col-sm-12, .circleblocks.noicon a:hover .col-sm-6 {
-webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
			
.circleblocks.noicon .icon{
			display: none;
}
			
.circleblocks .icon {
    -webkit-transform: rotate(-45deg)  scale(0.7);
    transform: rotate(-45deg)  scale(0.7);
    background-color: #00794c;
    margin-top: -15px;
    margin-bottom: -15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 41px;
    height: 41px;
    margin-top: -20px;
    margin-right: 30px;
    left: 70px;
    top: 85px;
    z-index: 1;
    position: absolute;
 }

@media only screen and (min-width: 768px)  {
.circleblocks .col-sm-6 .icon {
	top: 144px;
	left: 71%;
	}
	.circleblocks .col-sm-8 .icon {
	top: 159px;
	left: 71%;
	}
	
	.circleblocks .col-sm-12 .icon {
    top: 162px;
    left: 63%;
 }	
			
	.circleblocks.smallcircles .col-sm-8 .icon {
	top: 143px;
	left: 69%;
	}
			
	.circleblocks.smallcircles .col-sm-12 .icon {
    top: 135px;
    left: 65%;
 }		
.circleblocks a {
    display: inline;
    vertical-align: top;
}
.circleblocks .circlecontainer {
	display: inline-block;
    float: none;
    padding: 0px;
    margin-left: -.5%;
    margin-right: -.5%;
}
}

@media only screen and (min-width: 1000px)  {
.circleblocks .col-sm-6 .icon {
	top: 178px;
	left: 74%;
	}
			
	.circleblocks .col-sm-8 .icon {
	top: 220px;
	left: 76%;
	}
	
	.circleblocks .col-sm-12 .icon {
    top: 223px;
    left: 68%;
 }	
	.circleblocks.smallcircles .col-sm-8 .icon {
	top: 169px;
	left: 72%;
	}
			
	.circleblocks.smallcircles .col-sm-12 .icon {
    top: 174px;
    left: 66%;
 }	
}
@media only screen and (min-width: 1200px)  {
.circleblocks .col-sm-6 .icon {
	top: -57px;
    left: 76%;
	}
			
	.circleblocks .col-sm-8 .icon {
	top: -77px;
    left: 82%;
	}
	
	.circleblocks .col-sm-12 .icon {
    top: -85px;
    left: 70%;
 }
			
	.circleblocks.smallcircles .col-sm-8 .icon {
	top: -56px;
    left: 71%;
	}
			
	.circleblocks.smallcircles .col-sm-12 .icon {
    top: -60px;
    left: 70%;
	}
			
			.circleblocks .icon {
			    position: relative;
				-webkit-transform: rotate(-45deg); scale(1);
    			transform: rotate(-45deg) scale(1);
			}
}
.circleblocks .icon span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    display: block;
    background: center center no-repeat url(/_resources/images/right-arrow-white@2x.png);
    background-size: 9px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    width: 41px;
    height: 41px;
    background-position: left 16px center;
    background-size: 12px;
    text-decoration: none;
}
.circleblocks a:hover .icon {
    -webkit-transform: rotate(0deg)  scale(0.7);
    transform: rotate(0deg) scale(0.7);
    background-color: #004785;
}
@media only screen and (min-width: 767px)  {			
.circleblocks a:hover .icon {
    -webkit-transform: rotate(0deg)  scale(.7);
    transform: rotate(0deg) scale(.7);
}
}
@media only screen and (min-width: 1000px)  {			
.circleblocks a:hover .icon {
    -webkit-transform: rotate(0deg)  scale(1);
    transform: rotate(0deg) scale(1);
}
}
.circleblocks a:hover .icon span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.circleblocks a:hover .icon span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
/** Scrollable Wrapper **/
.scrollable-wrapper {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .scrollable-wrapper {
      padding-left: 0; } }
  .scrollable-wrapper .scroll-right, .scrollable-wrapper .scroll-left {
    display: none; }
  @media screen and (max-width: 999px) {
    .scrollable-wrapper .medium-slider {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .scrollable-wrapper .medium-slider {
      padding-right: 30px;
      padding-left: 20px; } }
  @media screen and (min-width: 600px) {
    .scrollable-wrapper .scroll-right {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 60px;
      height: 40px;
      z-index: 3;
      -webkit-animation: scroll-indicator 2.5s ease infinite;
      animation: scroll-indicator 2.5s ease infinite;
      background: center center no-repeat url(/_resources/images/white-right.png);
      background-size: auto 100%; } }
  @media screen and (min-width: 600px) and (min-width: 1000px) {
    .scrollable-wrapper .scroll-right {
      display: none !important; } }
  @media screen and (min-width: 600px) {
    .scrollable-wrapper .scroll-left {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 60px;
      height: 40px;
      z-index: 3;
      -webkit-animation: scroll-indicator 2.5s ease infinite;
      animation: scroll-indicator 2.5s ease infinite;
      background: center center no-repeat url(/_resources/images/white.png);
      background-size: auto 100%; } }
  @media screen and (min-width: 600px) and (min-width: 1000px) {
    .scrollable-wrapper .scroll-left {
      display: none !important; } }
  @media screen and (min-width: 600px) {
    .scrollable-wrapper .scrollable {
      overflow-x: scroll;
      margin-bottom: -18px; } }
  @media screen and (min-width: 600px) and (min-width: 1000px) {
    .scrollable-wrapper .scrollable {
      overflow-x: initial; } }
  @media screen and (min-width: 600px) {
      .scrollable-wrapper .scrollable.scrollRight .scroll-right {
        display: none; }
      .scrollable-wrapper .scrollable.scrollLeft .scroll-left {
        display: none; }
    .scrollable-wrapper .medium-slider {
      min-width: 146%; }
      .scrollable-wrapper .medium-slider .container {
        padding-left: 0;
        padding-right: 40px;
        margin-left: 40px;
        padding-right: 0;
        margin-left: 0; }
        .scrollable-wrapper .medium-slider .container .stories-wrapper {
          padding-right: 40px;
          padding-left: 40px; }
      .scrollable-wrapper .medium-slider .slick-track {
        width: auto !important;
        -webkit-transform: translate(0, 0) !important;
                transform: translate(0, 0) !important;
        opacity: 1 !important; }
        .scrollable-wrapper .medium-slider .slick-track .slick-slide {
          width: 33.33% !important; }
      .scrollable-wrapper .medium-slider .slick-dots {
        border: 0;
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        clip: rect(1px, 1px, 1px, 1px); } }
  @media screen and (min-width: 600px) and (min-width: 1000px) {
    .scrollable-wrapper .medium-slider {
      min-width: 0; }
      .scrollable-wrapper .medium-slider:before {
        display: none !important; } }

.desktop-banner {
  background-color: #004785;
  background-size: cover; }
  @media screen and (max-width: 999px) {
    .desktop-banner {
      background-image: none !important; } }

.tablet-banner {
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .tablet-banner {
      background-image: none !important; } }
  @media screen and (min-width: 1000px) {
    .tablet-banner {
      background-image: none !important; } }

.mobile-banner {
  background-size: cover;
  height: inherit;
  }
  .mobile-banner:before, .mobile-banner:after {
    content: " ";
    display: table; }
  .mobile-banner:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .mobile-banner {
      background-image: none !important; } }

.embed-container {
  position: relative;
  padding-bottom: 56.35%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  }

.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.video-player {
  position: relative; }
  @media screen and (min-width: 768px) {
    .video-player {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (min-width: 1000px) {
    .video-player {
      margin-bottom: 60px;
      margin-left: -25px; } }

.hero-video.youtube {
  padding-bottom: 54%; }

.hero-video.youtube iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.featured-video-wrapper:hover .play-button {
  opacity: .75;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.play-button {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  background-color: #004785;
  background: center center no-repeat url(/_resources/images/icon-play-button.png) rgba(255, 255, 255, 0.4);
  background-size: 49px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -87%);
          transform: translate(-50%, -87%); }
  .play-button:hover {
    opacity: .75;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media screen and (min-width: 768px) {
    .play-button {
      background-size: 63px;
      display: block;
      width: 130px;
      height: 130px; } }
  @media screen and (min-width: 1000px) {
    .play-button {
      background-size: 63px;
      display: block;
      width: 166px;
      height: 166px; } }

.page-banner {
  position: relative;
  color: #ffffff;
  background-color: #004785;
  /* opacity: 85%; */
  text-shadow: 0 1px 10px rgb(0 0 0 / 50%);
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  }
.page-banner.video:before {
    opacity: 0;
}
.page-banner.video .desktop-banner {
    background-color: #fff;
}
  .page-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:rgba(0,0,0,0.15);*/
    background-color: rgba(47, 51, 54, 0.4);
    -webkit-box-shadow: inset 0px 0px 8px 0px #00000063;
            box-shadow: inset 0px 0px 8px 0px #00000063; }
  .page-banner .mobile-banner, .page-banner .tablet-banner, .page-banner .desktop-banner {
    background-position: center center;
    background-image: url(/_resources/images/hero-gradient.jpg); }
  .page-banner .mobile-banner {
    min-height: 215px; }
    .page-banner .mobile-banner.no-bg {
      min-height: 125px; }
  .page-banner h1 {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    }
  .page-banner.video .play-button {
    width: 114px;
    height: 114px; }
    .page-banner .mobile-banner.no-bg h1 {
        top: 30%;
    }
  @media screen and (min-width: 768px) {
    .page-banner .mobile-banner {
      min-height: 0; }
    .page-banner .tablet-banner {
      min-height: 250px; }
      .page-banner .tablet-banner.no-bg {
        min-height: 200px; }
        .page-banner .tablet-banner.no-bg h1 {
          /*margin-top: -27.5px;*/ } }
  @media screen and (min-width: 1000px) {
    .page-banner .tablet-banner {
      min-height: 0; }
    .page-banner .desktop-banner {
      min-height: 450px; }
      .page-banner .desktop-banner.no-bg {
        min-height: 250px; } }

.hero.video .mobile-banner, .hero.video {
  /* fgcuteam-gabriel add .hero.video .mobile-banner for the case when using hero video instead of page-banner class*/
  min-height: 150px; }

.hero {
  position: relative;
  background-position: center center; }
  .hero .desktop-banner {
    padding-bottom: 526px;
	}
    @media screen and (max-width: 999px) {
      .hero .desktop-banner {
        background-image: none !important;
        padding-bottom: 0; } }
  .hero .tablet-banner {
    padding-bottom: 47%;
    background-position: center center; }
    @media screen and (max-width: 767px) {
      .hero .tablet-banner {
        padding-bottom: 0; } }
    @media screen and (min-width: 1000px) {
      .hero .tablet-banner {
        padding-bottom: 0; } }
  .hero .mobile-banner {
    padding-bottom: 82%;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .hero .mobile-banner {
        padding-bottom: 0; } }
  .hero h1 {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 768px) {
      .hero h1 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .hero.video .video-overlay-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .hero.video .desktop-banner, .hero.video .tablet-banner, .hero.video .mobile-banner {
    padding-bottom: 0;
    height: 100%;
    width: 100%; }
  .hero.video h1 {
    text-align: left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 20px;
    top: auto;
    bottom: 20px; }
    @media screen and (min-width: 768px) {
      .hero.video h1 {
        left: 40px;
        bottom: 40px; } }
    @media screen and (min-width: 1000px) {
      .hero.video h1 {
        left: 90px;
        bottom: 90px; } }
  .hero.video-playing .video-overlay-container {
    opacity: 0; }

/* fgcuteam-gabriel  */
#ou-video-container {
  position: absolute; }

.hero.video .mobile-banner h1 {
  text-shadow: 0px 0px 9px #000000; }

.video-overlay-container h1#vid-overlay {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(4%, -50%);
  width: 90%;
  top: 50% !important;
  font-weight: 500;
  }

h1#vid-overlay {
  /* position: absolute; */
  /* top: 45%; */
  margin: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 1000px) {
  .ou-video-hide-mobile {
    display: none; }

  #vid-overlay {
    text-align: center;
    font-family: 'rig-sans', arial;
    } }
@media screen and (min-width: 1000px) {
  .ou-video-hide-mobile {
    display: block !important;
  	    object-fit: cover;
  }

  #vid-overlay {
    z-index: 101;
    text-align: center;
    width: 100%;
    font-family: 'rig-sans', arial;
    } }
/* fgcuteam-gabriel Hero Video controls play/pause */
#video-controls {
  position: relative;
  margin-top: -60px;
  margin-bottom: 25px;
  height: 25px;
  margin-right: 15px;
  z-index: 101;
  float: right; }

#video-controls #play-pause {
  display: block;
  color: rgb(255 255 255 / 50%);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 50px;
  }

#video-controls #play-pause:hover {
  color: #ffffff;
  }

@media screen and (max-width: 1000px) {
  #video-controls {
    display: none; } }
.hero-slider {
  position: relative; }
  .hero-slider .slick-arrow {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 3;
    width: 20px;
    height: 30px; }
  .hero-slider .slick-next {
    right: 20px;
    background: center center no-repeat url(/_resources/images/white-right.png);
    background-size: 21px auto; }
  .hero-slider .slick-prev {
    left: 20px;
    background: center center no-repeat url(/_resources/images/white.png);
    background-size: 21px auto; }
  .hero-slider .slick-track .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-slider .slide {
    position: relative; }
    .hero-slider .slide.center h1 {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 40%;
      left: 50%;
      }
    .hero-slider .slide.bottom-left h1 {
      text-align: left;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      left: 20px;
      top: auto;
      bottom: 20px; }
      @media screen and (min-width: 768px) {
        .hero-slider .slide.bottom-left h1 {
          left: 40px;
          bottom: 40px; } }
      @media screen and (min-width: 1000px) {
        .hero-slider .slide.bottom-left h1 {
          left: 90px;
          bottom: 90px; } }

@media screen and (min-width: 1200px) {
section.video-box.horizontalvideo .featured-video img {
    height: 338px;
}}
/* START New Video */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.play-vid .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, 
              opacity 1s ease;
}
.icon-vid {
  transform: scale(.8);
  transform-origin: 50% 50%;
  transition: transform 100ms ease-out;
  stroke: #55616d20;
  stroke-width: 1px;
}
.play-vid {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #ffffff60;
  box-shadow: inset 0 0 9px #55616d10;
  border-radius: 50%;
  z-index: 1;
}
.featured-video:hover .play-vid {
  .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
    stroke: #fff;
  }
  .icon-vid {
    transform: scale(.9);
    fill: #00BBDD;
  }
}

.video-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 51, 54, 0.025);
}
/* END New Video */
.featured-video-wrapper,
.featured-image {
  margin-bottom: 20px;
  margin-right: -20px;
  margin-left: -20px; }
  .featured-video-wrapper.large-video,
  .featured-image.large-video {
    margin: initial;
    max-width: initial; }
  .featured-video-wrapper .featured-video,
  .featured-image .featured-video {
    position: relative; }
    .featured-video-wrapper .featured-video iframe,
    .featured-image .featured-video iframe {
      display: none; }
    .featured-video-wrapper .featured-video img,
    .featured-image .featured-video img {
      position: absolute;
      top: 0;
      left: 50%;
      object-fit: cover;
      width: 100%;
      display: block;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      }
    .featured-video-wrapper .featured-video .play-button,
    .featured-image .featured-video .play-button {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  @media screen and (min-width: 768px) {
    .featured-video-wrapper,
    .featured-image {
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  @media screen and (min-width: 1000px) {
    .featured-video-wrapper,
    .featured-image {
      max-width: 780px;
      margin: 0 auto;
      margin-bottom: 20px;
      } }
  .featured-video-wrapper img,
  .featured-image img {
    width: 100%; }
  .featured-video-wrapper p,
  .featured-image p {
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .featured-video-wrapper p,
      .featured-image p {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 1000px) {
      .featured-video-wrapper p,
      .featured-image p {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px; } }

.date-icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #00794c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  text-decoration: none !important;
  margin-bottom: 55px;
  text-align: center; }
  .date-icon:hover {
    text-decoration: none;
    color: #ffffff; }
  .date-icon:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #679100 transparent transparent transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0; }
  .date-icon > span {
    display: block;
    position: relative;
    padding-top: 15px; }
    .date-icon > span > span {
      display: block; }
      .date-icon > span > span.day {
        font-family: 'rig-sans', arial;
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 58px; }
      .date-icon > span > span.month {
        text-transform: uppercase;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px; }

.event, .event-wrapper .slick-slide {
  text-align: center; }
  .event:hover .date-icon, .event-wrapper .slick-slide:hover .date-icon {
    background-color: #004785; }
    .event:hover .date-icon:before, .event-wrapper .slick-slide:hover .date-icon:before {
      border-color: #0f5eb8 transparent transparent transparent; }
  .event .title, .event-wrapper .slick-slide .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'rig-sans', arial;
    display: block;
    color: #333333;
    margin-bottom: 12px;
    text-decoration: none; }
    .event .title:hover, .event-wrapper .slick-slide .title:hover {
      color: #004785;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .event .title, .event-wrapper .slick-slide .title {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1000px) {
      .event .title, .event-wrapper .slick-slide .title {
        margin-bottom: 15px; } }
    .event .title .last-word, .event-wrapper .slick-slide .title .last-word {
      display: inline-block;
      text-decoration: inherit; }
      .event .title .last-word:after, .event-wrapper .slick-slide .title .last-word:after {
        content: "";
        width: 10px;
        height: 16px;
        margin-left: 10px;
        background-image: url(/_resources/images/icon-arrow-pink.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        display: inline-block; }

.event-grid .event {
  border: 1px solid #71a000;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 54px 10px; }

.stories-wrapper {
  margin-bottom: 60px; }
  .stories-wrapper:before, .stories-wrapper:after {
    content: " ";
    display: table; }
  .stories-wrapper:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .stories-wrapper {
      min-width: calc(145%); } }

.story-wrapper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0 9px; }
  .story-wrapper .portrait {
    width: 100%;
    height: auto;
    border-radius: 5px; }
  .story-wrapper .story {
    width: 100%;
    background-color: #004785;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px; }
  .story-wrapper .content {
    position: relative;
    color: #ffffff;
    margin-top: -115px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px; }
    @media screen and (min-width: 768px) {
      .story-wrapper .content {
        margin-top: -175px;
        padding: 20px 35px 30px; } }
    @media screen and (min-width: 1000px) {
      .story-wrapper .content {
        margin-top: -160px;
        padding-bottom: 30px; } }
    .story-wrapper .content img {
      max-width: 58px;
      height: auto;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .story-wrapper .content img {
          max-width: 86px; } }
      @media screen and (min-width: 1000px) {
        .story-wrapper .content img {
          max-width: 112px; } }
    .story-wrapper .content .spotlight-intro-text p {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'rig-sans', arial;
      font-weight: normal;
      font-weight: 400;
      position: relative;
      z-index: 1;
      margin-top: 7px;
      margin-bottom: 15px;
      line-height: 1.25; }
      @media screen and (min-width: 768px) {
        .story-wrapper .content .spotlight-intro-text p {
          font-size: 23px;
          font-size: 1.4375rem;
          margin-top: 18px; } }
      @media screen and (min-width: 1000px) {
        .story-wrapper .content .spotlight-intro-text p {
          font-size: 24.5px;
          font-size: 1.53125rem;
          margin-top: 22px; } }
    .story-wrapper .content .spotlight-author-text p {
      font-weight: normal;
      font-weight: 400;
      position: relative;
      z-index: 1;
      line-height: 1.25;
      font-family: 'rig-sans', arial;
      font-size: 15px;
      font-size: 0.9375rem;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .story-wrapper .content .spotlight-author-text p {
          font-size: 16px;
          font-size: 1rem;
          margin-top: 18px; } }
      @media screen and (min-width: 1000px) {
        .story-wrapper .content .spotlight-author-text p {
          font-size: 18px;
          font-size: 1.125rem; } }
    .story-wrapper .content .spotlight-field-of-study-text p {
      font-weight: normal;
      font-weight: 400;
      position: relative;
      z-index: 1;
      line-height: 1.25;
      font-family: 'rig-sans', arial;
      font-size: 12px;
      font-size: 0.75rem;
      font-style: italic;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .story-wrapper .content .spotlight-field-of-study-text p {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1000px) {
        .story-wrapper .content .spotlight-field-of-study-text p {
          font-size: 16px;
          font-size: 1rem; } }
    .story-wrapper .content .hide-on-hover p, .story-wrapper .content .hide-on-hover img {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .story-wrapper .content .show-on-hover p {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'rig-sans', arial;
      font-weight: normal;
      font-weight: 400;
      position: relative;
      z-index: 1;
      margin-top: 7px;
      margin-bottom: 15px;
      line-height: 1.25;
      font-family: 'rig-sans', arial;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      width: 100%;
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -39%);
              transform: translate(-50%, -39%);
      padding: 20px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .story-wrapper .content .show-on-hover p {
          font-size: 23px;
          font-size: 1.4375rem;
          margin-top: 18px; } }
      @media screen and (min-width: 1000px) {
        .story-wrapper .content .show-on-hover p {
          font-size: 24.5px;
          font-size: 1.53125rem; } }
    .story-wrapper .content .story-overlay {
      background: linear-gradient(135deg, rgba(0, 76, 172, 0.54) 0%, #00287a 75%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50px;
      left: 0;
      -webkit-transform: skewY(10deg);
              transform: skewY(10deg);
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      @media screen and (min-width: 500px) {
        .story-wrapper .content .story-overlay {
          top: 63px;
          -webkit-transform: skewY(8deg);
                  transform: skewY(8deg); } }
      @media screen and (min-width: 768px) {
        .story-wrapper .content .story-overlay {
          top: 104px;
          -webkit-transform: skewY(15deg);
                  transform: skewY(15deg); } }
  .story-wrapper a {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    width: 80%;
    margin: -60px auto 0 auto;
    top: 30px;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
    text-decoration: none; }
    @media screen and (max-width: 999px) {
      .story-wrapper a {
        opacity: 1; } }
  @media screen and (min-width: 768px) {
    .story-wrapper {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1000px) {
    .story-wrapper {
      padding-left: 7px;
      padding-right: 7px; }
      .story-wrapper:nth-child(2) {
        margin-top: 50px; } }
  .story-wrapper:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
    .story-wrapper:hover a {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
    .story-wrapper:hover .story-overlay {
      -webkit-transform: skewY(-10deg);
              transform: skewY(-10deg); }
      @media screen and (min-width: 500px) {
        .story-wrapper:hover .story-overlay {
          -webkit-transform: skewY(-8deg);
                  transform: skewY(-8deg); } }
      @media screen and (min-width: 768px) {
        .story-wrapper:hover .story-overlay {
          -webkit-transform: skewY(-15deg);
                  transform: skewY(-15deg); } }
    .story-wrapper:hover .show-on-hover p {
      opacity: 1; }
    .story-wrapper:hover .hide-on-hover p, .story-wrapper:hover .hide-on-hover img {
      opacity: 0; }

article.news-tile {
  background-color: #ffffff; }
  article.news-tile figure img {
    height: 320px !important; }

article.news-tile, .circle-tile {
  /* background-color: $color-white; */
  margin: 10px;
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 600px) {
    article.news-tile, .circle-tile {
      padding-bottom: 10px; } }
  @media screen and (min-width: 1000px) {
    article.news-tile, .circle-tile {
      padding-bottom: 10px; } }
  article.news-tile figure, .circle-tile figure {
    margin: 0; }
    article.news-tile figure img, .circle-tile figure img {
      width: 100%;
      height: auto;
      max-height: 320px;
      -o-object-fit: cover;
         object-fit: cover; }
  article.news-tile time, .circle-tile time {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 17px 25px;
    display: block; }
    @media screen and (min-width: 768px) {
      article.news-tile time, .circle-tile time {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 1000px) {
      article.news-tile time, .circle-tile time {
        font-size: 14px;
        font-size: 0.875rem; } }
  article.news-tile h1, article.news-tile h2, .circle-tile h1, .circle-tile h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'rig-sans', arial;
    color: #333333;
    padding: 0 25px 10px;
    margin-top: 0;
    line-height: 1.2; }
    article.news-tile h1 a, article.news-tile h2 a, .circle-tile h1 a, .circle-tile h2 a {
      color: currentColor;
      text-decoration: none;
      font-family: 'rig-sans', arial; }
      article.news-tile h1 a:hover, article.news-tile h2 a:hover, .circle-tile h1 a:hover, .circle-tile h2 a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 768px) {
      article.news-tile h1, article.news-tile h2, .circle-tile h1, .circle-tile h2 {
        font-size: 19px;
        font-size: 1.1875rem; } }
    @media screen and (min-width: 1000px) {
      article.news-tile h1, article.news-tile h2, .circle-tile h1, .circle-tile h2 {
        font-size: 21px;
        font-size: 1.3125rem; } }
  article.news-tile .icon, .circle-tile .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 20px;
    background-color: #00794c;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-top: -15px;
    margin-bottom: -15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }
    article.news-tile .icon a, .circle-tile .icon a {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 30px;
      height: 30px;
      display: block;
      background: center center no-repeat url(/_resources/images/right-arrow-white@2x.png);
      background-size: 9px auto;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-decoration: none; }
  article.news-tile:hover .icon, .circle-tile:hover .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #004785;
    }
    article.news-tile:hover .icon a, .circle-tile:hover .icon a {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }

.intro-section {
  text-align: center;
  padding-bottom: 35px;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .intro-section {
      padding-top: 20px;
      padding-bottom: 45px; } }
  @media screen and (min-width: 1000px) {
    .intro-section {
      padding-bottom: 60px; } }
  .intro-section .intro-text {
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .intro-section .intro-text {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1000px) {
      .intro-section .intro-text {
        margin-top: 40px;
        margin-bottom: 65px; } }
  .intro-section .button {
    max-width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto 10px auto; }
    @media screen and (min-width: 768px) {
      .intro-section .button {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 100%; } }

section.circle-listing {
  padding-top: 15px;
  text-align: center; }
  section.circle-listing.three-up .circle-tile img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center; }
  section.circle-listing.three-up .slick-track {
    margin: 0 auto; }
  section.circle-listing.three-up h2 {
    text-align: center; }
  @media screen and (max-width: 999px) {
    section.circle-listing .container {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    section.circle-listing .container {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1000px) {
    section.circle-listing {
      /*margin-bottom: 55px;*/
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    section.circle-listing .medium-slider {
      padding-right: 40px;
      padding-left: 20px; } }
  section.circle-listing .circle-tile {
    text-align: center !important; }
    @media screen and (min-width: 768px) {
      section.circle-listing .circle-tile {
        padding-bottom: 20px !important; } }
    @media screen and (min-width: 1000px) {
      section.circle-listing .circle-tile {
        margin: 10px 30px; } }
    section.circle-listing .circle-tile .thumbnail {
      position: relative; }
    section.circle-listing .circle-tile .lower-content {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 1000px) {
        section.circle-listing .circle-tile .lower-content {
          padding-left: 0;
          padding-right: 0; } }
    section.circle-listing .circle-tile img {
      border-radius: 50%;
      margin-bottom: 15px;
      width: 100%; }
    section.circle-listing .circle-tile .icon {
      position: absolute;
      right: 7%;
      bottom: 12%; }
      @media screen and (min-width: 500px) {
        section.circle-listing .circle-tile .icon {
          right: 10%; } }
      @media screen and (min-width: 650px) {
        section.circle-listing .circle-tile .icon {
          right: 12%; } }
      @media screen and (min-width: 768px) {
        section.circle-listing .circle-tile .icon {
          right: 8%; } }
      @media screen and (min-width: 1000px) {
        section.circle-listing .circle-tile .icon {
          right: -1%;
          width: 41px;
          height: 41px;
          margin-top: -20px;
          margin-right: 30px; }
          section.circle-listing .circle-tile .icon a {
            width: 41px;
            height: 41px;
            background-position: left 17px center;
            background-size: 12px;
            text-decoration: none; } }
    section.circle-listing .circle-tile .h4 {
      margin-bottom: 10px; }
      @media screen and (min-width: 1000px) {
        section.circle-listing .circle-tile .h4 {
          margin-top: 35px;
          line-height: 1.1; } }
      section.circle-listing .circle-tile .h4 a {
        font-family: 'rig-sans', arial;
        color: #333333;
        text-decoration: none; }
    section.circle-listing .circle-tile .role {
      font-family: 'rig-sans', arial; font-style: italic;
      margin-top: 10px;
      line-height: 1.4; }
      @media screen and (min-width: 1000px) {
        section.circle-listing .circle-tile .role {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 5px; } }
    section.circle-listing .circle-tile .description {
      font-size: 12px;
      font-size: 0.75rem; }
      @media screen and (min-width: 768px) {
        section.circle-listing .circle-tile .description {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1000px) {
        section.circle-listing .circle-tile .description {
          font-size: 16px;
          font-size: 1rem;
          display: block;
          line-height: 1.4;
          margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    section.circle-listing h2 {
      margin-bottom: 20px; } }
  section.circle-listing p.intro-text {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      section.circle-listing p.intro-text {
        margin-top: 20px; } }
    @media screen and (min-width: 1000px) {
      section.circle-listing p.intro-text {
        margin-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    section.circle-listing .additional-links {
      margin-top: 15px; } }
  @media screen and (min-width: 1000px) {
    section.circle-listing .additional-links {
      margin-top: 25px; } }
  section.circle-listing .additional-links a {
    margin-bottom: 15px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%; }
    @media screen and (min-width: 1000px) {
      section.circle-listing .additional-links a {
        margin-left: 40px;
        margin-right: 40px; } }

section.put-to-work .section-head {
  text-align: center; }
  @media screen and (min-width: 1000px) {
    section.put-to-work .section-head {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    section.put-to-work .section-head p {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 1000px) {
    section.put-to-work .section-head p {
      font-size: 30px;
      font-size: 1.875rem; } }
  section.put-to-work .section-head p:last-child {
    margin-bottom: 45px; }
section.put-to-work .image-grid {
  background-color: #333333;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  section.put-to-work .image-grid p.h3, section.put-to-work .image-grid h3 {
    margin: 0;
    padding: 0 15px; }
    @media screen and (min-width: 1000px) {
      section.put-to-work .image-grid p.h3, section.put-to-work .image-grid h3 {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media screen and (min-width: 1350px) {
      section.put-to-work .image-grid p.h3, section.put-to-work .image-grid h3 {
        font-size: 45px;
        font-size: 2.8125rem; } }
  section.put-to-work .image-grid a h3{
    font-family: 'rig-sans', arial;
    color: #ffffff!important;
    text-decoration: none;
    position: relative;
    z-index: 2; 
  	width: min-content;
  	margin: 0 auto;}
    section.put-to-work .image-grid a h3:after {
      display: inline-block;
      white-space: nowrap;
      content: '';
      height: 27px;
      width: 13px;
      background: center center no-repeat url(/_resources/images/icon-arrow-white.png);
      background-size: 100% auto;
      margin-left: 10px;
      position: absolute;
      right: -19px;
      bottom: 8px; }
      @media screen and (min-width: 1000px) {
        section.put-to-work .image-grid a:after {
          bottom: 10px; } }
      @media screen and (min-width: 1350px) {
        section.put-to-work .image-grid a:after {
          right: -24px;
          height: 25px;
          width: 14px; } }
	@media screen and (max-width: 767px) {
		section.put-to-work .image-grid a h3:after {
			    height: 14px;
    			right: -6px;
    			bottom: 5px;
				}
			}
@media screen and (min-width: 768px) and (max-width: 1350px) {
		section.put-to-work .image-grid a h3:after {
			       	height: 24px;
    				right: -10px;
    				bottom: 6px;
    				width: 13px;
				}
			}

  section.put-to-work .image-grid .col-sm-8 {
    border-bottom: 2px solid #ffffff;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.put-to-work .image-grid .col-sm-8 {
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff; } }
    section.put-to-work .image-grid .col-sm-8:before {
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    section.put-to-work .image-grid .col-sm-8:hover:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.59);
      opacity: 1; }
    section.put-to-work .image-grid .col-sm-8:hover .overlay {
      opacity: 0.4; }
    section.put-to-work .image-grid .col-sm-8 .inner-wrapepr {
      	display: flex;
    	justify-content: center;
    	flex-wrap: nowrap;
    	align-items: center;
    	height: auto;
    	margin: 0 auto;
   		height: 300px; }
      @media screen and (max-width: 768px) {
        section.put-to-work .image-grid .col-sm-8 .inner-wrapepr {
           /* padding: 33% 0; */ 
		height: 100px;} }
    section.put-to-work .image-grid .col-sm-8 .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    section.put-to-work .image-grid a:nth-child(1) .col-sm-8 .overlay {
      background-image: linear-gradient(-169deg, rgba(0, 56, 120, 0.78) 0%, rgba(54, 80, 139, 0.33) 100%); }
    section.put-to-work .image-grid a:nth-child(2) .col-sm-8 .overlay {
      background-image: linear-gradient(-169deg, rgba(47, 169, 95, 0.35) 0%, rgba(38, 88, 40, 0.17) 100%); }
    section.put-to-work .image-grid a:nth-child(3) .col-sm-8 .overlay {
      background-image: linear-gradient(-169deg, rgba(204, 0, 0, 0.31) 0%, rgba(133, 133, 133, 0) 100%); }

section.twitter-feed {
  background-color: #F9FBFE; }
  section.twitter-feed .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      section.twitter-feed .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0; } }
    @media screen and (min-width: 1000px) {
      section.twitter-feed .container {
        padding-left: 0;
        padding-right: 100px;
        margin-left: 100px; } }
  section.twitter-feed h2 {
    text-align: center;
    color: #004785; }
    section.twitter-feed h2 a {
      text-decoration: none; }
      section.twitter-feed h2 a:hover {
        text-decoration: underline; }
  section.twitter-feed ul.slick-dots {
    padding-left: 0; }
  section.twitter-feed ul.twitter-slider.medium-slider {
    overflow: visible;
    margin-top: 45px; }
    section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide {
      margin: 10px;
      padding-right: 0;
      background: rgba(255, 255, 255, 0.8);
      padding: 25px 20px; }
      @media screen and (min-width: 1000px) {
        section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide {
          width: 25% !important; } }
      section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide p {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: left;
        line-height: 2;
        margin-top: 0;
        margin-bottom: 18px; }
        section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide p.retweet {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.3;
          margin-bottom: 7px; }
          section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide p.retweet:before {
            content: '';
            display: inline-block;
            background: center top no-repeat url(/_resources/images/retweet.png);
            background-size: 100% auto;
            width: 18px;
            height: 14px;
            vertical-align: middle;
            margin-right: 10px; }
        section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide p.info-line {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.3;
          margin-bottom: 0; }
      section.twitter-feed ul.twitter-slider.medium-slider li.slick-slide a {
        word-break: break-word; }

section.carousel-text .container {
  padding-left: 0;
  padding-right: 0; }
section.carousel-text .slick-dots {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }
section.carousel-text .carousel-text-wrapper .slick-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
section.carousel-text .carousel-text-wrapper .top {
  position: relative; }
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .top {
      display: none; } }
  section.carousel-text .carousel-text-wrapper .top .slick-arrow {
    top: 50% !important;
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important; }
section.carousel-text .carousel-text-wrapper .content-wrapper {
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  }
  @media screen and (max-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .content-wrapper {
      background-image: none !important; } }
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .content-wrapper {
      padding: 50px 36px 75px; } }
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .content-wrapper {
      padding: 50px 75px 50px; } }
section.carousel-text .carousel-text-wrapper .content {
  padding: 45px 40px 45px;
  max-width: 1300px;
  margin: 0 auto;
  color: #ffffff;
  /* background-image: linear-gradient(-198deg, rgba(0, 80, 177, 0.72) 0%, #001a4f 95%); */
  text-align: center;
  position: relative;
  }
section.carousel-text:not(.auto) .carousel-text-wrapper .content{
    background-color: rgba(0, 0, 0, 0.6);
}
section.carousel-text .carousel-text-wrapper .content-wrapper a:not(.button) {
    color: #fff;
    font-weight: 700;
}
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .content {
      padding: 45px 40px 45px; } }
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .content {
      padding: 45px 40px 45px; } }
  section.carousel-text .carousel-text-wrapper .content .cta-links {
    width: 100%; }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content .cta-links {
        position: absolute;
        left: 50%;
        bottom: -22px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content .cta-links {
        bottom: -29px; } }
    section.carousel-text .carousel-text-wrapper .content .cta-links a {
      min-width: 186px;
      margin-left: 10px;
      margin-right: 10px;
      max-width: 100%;
      margin-bottom: 10px; }
      @media screen and (min-width: 1050px) {
        section.carousel-text .carousel-text-wrapper .content .cta-links a {
          min-width: 284px;
          margin-left: 40px;
          margin-right: 40px; } }
  section.carousel-text .carousel-text-wrapper .content p.h3, section.carousel-text .carousel-text-wrapper .content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      section.carousel-text .carousel-text-wrapper .content p.h3, section.carousel-text .carousel-text-wrapper .content h3 {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content p.h3, section.carousel-text .carousel-text-wrapper .content h3 {
        font-size: 31px;
        font-size: 1.9375rem;
        margin-bottom: 40px; } }
  section.carousel-text .carousel-text-wrapper .content p {
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (min-width: 768px) {
      section.carousel-text .carousel-text-wrapper .content p {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4; } }
    section.carousel-text .carousel-text-wrapper .content p:last-of-type {
      margin-bottom: 25px; }
  section.carousel-text .carousel-text-wrapper .content .slick-arrow-container {
    display: none; }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content .slick-arrow-container {
        display: block; }
        section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-prev {
          left: -17px; }
        section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-next {
          right: -17px; } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-prev {
        left: -80px; }
      section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-next {
        right: -80px; } }
section.carousel-text .carousel-text-wrapper .slick-arrow {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  /* border: 2px solid $color-white; */
  z-index: 1; }
  @media screen and (min-width: 1000px) {
    section.carousel-text .carousel-text-wrapper .slick-arrow {
      width: 57px;
      height: 57px;
      /* border: 2px solid $color-white; */ } }
  section.carousel-text .carousel-text-wrapper .slick-arrow.slick-prev {
    background: 22px center no-repeat url(/_resources/images/left-arrow-white@2x.png);
    background-size: 8px auto;
    background-color: #2a518eeb;
    top: 100px;
    left: 20px; }
    section.carousel-text .carousel-text-wrapper .slick-arrow.slick-prev:hover {
      background-color: #2a518e; }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .slick-arrow.slick-prev {
        top: 45%; } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .slick-arrow.slick-prev {
        background-position: 15px center;
        background-size: 16px auto;
        left: 30px; } }
  section.carousel-text .carousel-text-wrapper .slick-arrow.slick-next {
    background: center center no-repeat url(/_resources/images/right-arrow-white@2x.png);
    background-size: 8px auto;
    background-color: #10316adb;
    top: 100px;
    right: 20px; }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .slick-arrow.slick-next {
        top: 45%; } }
    @media screen and (min-width: 1000px) {
      section.carousel-text .carousel-text-wrapper .slick-arrow.slick-next {
        background-size: 16px auto;
        right: 30px; } }

section.carousel {
  padding-top: 45px;
  padding-bottom: 45px; }
  section.carousel h2 {
    margin-bottom: 20px; }
  section.carousel .container {
    margin-right: -20px;
    margin-left: -20px; }
    @media screen and (min-width: 1000px) {
      section.carousel .container {
        margin: 0 auto; } }
  section.carousel .slick-dots {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px); }
  section.carousel .carousel-wrapper .top {
    position: relative; }
  section.carousel .slick-arrow {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 1; }
    @media screen and (min-width: 1000px) {
      section.carousel .slick-arrow {
        width: 57px;
        height: 57px;
        /*border: 2px solid $color-white;		*/ } }
    section.carousel .slick-arrow.slick-prev {
      background: 9px center no-repeat url(/_resources/images/left-arrow-white@2x.png);
      background-size: 8px auto;
      background-color: #2a518eeb;
      top: 100px;
      left: 20px; }
      @media screen and (min-width: 768px) {
        section.carousel .slick-arrow.slick-prev {
          top: 50%; } }
      @media screen and (min-width: 1000px) {
        section.carousel .slick-arrow.slick-prev {
          background-position: 15px center;
          background-size: 16px auto;
          left: 30px; } }
    section.carousel .slick-arrow.slick-next {
      background: center center no-repeat url(/_resources/images/right-arrow-white@2x.png);
      background-size: 8px auto;
      background-color: #10316adb;
      top: 100px;
      right: 20px; }
      section.carousel .slick-arrow.slick-next:hover {
        background-color: #10316a; }
      @media screen and (min-width: 768px) {
        section.carousel .slick-arrow.slick-next {
          top: 50%; } }
      @media screen and (min-width: 1000px) {
        section.carousel .slick-arrow.slick-next {
          background-size: 16px auto;
          right: 30px; } }
  section.carousel .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.carousel .slick-slide .content {
      position: relative;
      z-index: 1;
      background-image: linear-gradient(-153deg, rgba(0, 80, 177, 0.48) 0%, #00287a 95%);
      padding: 0 20px 5px;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        section.carousel .slick-slide .content {
          background-image: linear-gradient(-135deg, rgba(0, 80, 177, 0.48) 0%, #00287a 57%);
          margin: -80px 50px 0;
          padding: 10px 50px 10px; } }
      @media screen and (min-width: 1000px) {
        section.carousel .slick-slide .content {
          padding: 15px 80px 15px;
          max-width: 85%;
          margin: -175px auto 0; } }
      section.carousel .slick-slide .content a {
        color: #ffffff;
        text-decoration: none; }
        section.carousel .slick-slide .content a:hover {
          text-decoration: underline; }
      section.carousel .slick-slide .content p.h3, section.carousel .slick-slide .content h3 {
        color: #ffffff;
        margin-bottom: 15px; }
        @media screen and (min-width: 1000px) {
          section.carousel .slick-slide .content p.h3, section.carousel .slick-slide .content h3 {
            margin-top: 40px; } }
  section.carousel .slick-dots {
    margin-top: 45px;
    padding-left: 0; }

section.meet-fgcu-testimonial {
  background-color: #ffffff;
  padding-bottom: 175px;
  margin-bottom: -155px; }
  section.meet-fgcu-testimonial h2 {
    text-align: center; }
    section.meet-fgcu-testimonial h2.intro-text {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 25px;
      line-height: 1.4;
      max-width: 525px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial h2.intro-text {
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 45px;
          margin-top: 25px; } }
      @media screen and (min-width: 1000px) {
        section.meet-fgcu-testimonial h2.intro-text {
          font-size: 30px;
          font-size: 1.875rem;
          margin-top: 85px;
          margin-bottom: 100px;
          max-width: 80%; } }
  section.meet-fgcu-testimonial .container {
    padding-top: 15px; }
  section.meet-fgcu-testimonial .container, section.meet-fgcu-testimonial h2 {
    position: relative;
    z-index: 1; }
  section.meet-fgcu-testimonial .testimonial-content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    width: 75%; }
    section.meet-fgcu-testimonial .testimonial-content .mentorship-content, section.meet-fgcu-testimonial .testimonial-content .engagement-content {
      display: none;
      text-align: center;
      color: #ffffff; }
      section.meet-fgcu-testimonial .testimonial-content .mentorship-content p.h3, section.meet-fgcu-testimonial .testimonial-content .mentorship-content h3, section.meet-fgcu-testimonial .testimonial-content .engagement-content p.h3, section.meet-fgcu-testimonial .testimonial-content .engagement-content h3 {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 40px; }
      section.meet-fgcu-testimonial .testimonial-content .mentorship-content p, section.meet-fgcu-testimonial .testimonial-content .engagement-content p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.5; }
      section.meet-fgcu-testimonial .testimonial-content .mentorship-content a, section.meet-fgcu-testimonial .testimonial-content .engagement-content a {
        color: #ffffff;
        text-decoration: none;
        font-family: 'rig-sans', arial;
        font-size: 30px;
        font-size: 1.875rem; }
        section.meet-fgcu-testimonial .testimonial-content .mentorship-content a:hover, section.meet-fgcu-testimonial .testimonial-content .engagement-content a:hover {
          font-family: 'rig-sans', arial; }
        section.meet-fgcu-testimonial .testimonial-content .mentorship-content a:after, section.meet-fgcu-testimonial .testimonial-content .engagement-content a:after {
          display: inline-block;
          content: '';
          height: 22px;
          width: 8px;
          background: center center no-repeat url(/_resources/images/icon-arrow-white.png);
          background-size: 100% auto;
          margin-left: 10px; }
  section.meet-fgcu-testimonial .arrows-wrapper {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .arrows-wrapper {
        padding-left: 100px;
        padding-right: 100px; } }
  section.meet-fgcu-testimonial .portrait-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #0f8fff;
    max-width: 830px;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000); }
    section.meet-fgcu-testimonial .portrait-wrapper .portrait {
      border-radius: 50%;
      overflow: hidden;
      border: 10px solid #ffffff;
      position: relative;
      -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000); }
      @media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial .portrait-wrapper .portrait {
          border: 27px solid #ffffff; } }
      @media screen and (min-width: 1000px) {
        section.meet-fgcu-testimonial .portrait-wrapper .portrait {
          border: 40px solid #ffffff; } }
      section.meet-fgcu-testimonial .portrait-wrapper .portrait img {
        width: 100%; }
        section.meet-fgcu-testimonial .portrait-wrapper .portrait img.active-state {
          position: absolute;
          opacity: 0;
          left: 0;
          top: 0; }
  section.meet-fgcu-testimonial .story-carousel {
    margin-bottom: 100px;
    overflow: visible; }
    @media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .story-carousel {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1000px) {
      section.meet-fgcu-testimonial .story-carousel {
        margin-bottom: 100px; } }
    section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper .overlay {
        background: linear-gradient(135deg, rgba(0, 76, 172, 0.54) 0%, #00287a 75%);
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper .overlay {
            -webkit-transform: skewY(7deg);
                    transform: skewY(7deg);
            height: 46%; } }
        @media screen and (min-width: 1000px) {
          section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper .overlay {
            -webkit-transform: skewY(10deg);
                    transform: skewY(10deg);
            height: 61%; } }
  section.meet-fgcu-testimonial .arrows-wrapper {
    position: relative; }
    section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      display: block;
      position: absolute;
      width: 29px;
      height: 29px;
      /* border-radius: 50%; */
      /* border: 1px solid $color-blue; */
      z-index: 1; }
      @media screen and (min-width: 1000px) {
        section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow {
          width: 57px;
          height: 57px;
          border: 2px solid #004785; } }
      section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
        background: 9px center no-repeat url(/_resources/images/cta-arrow-blue-left@2x.png);
        background-size: 8px auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        left: 0; }
        @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
            top: 50%; } }
        @media screen and (min-width: 1000px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
            background-position: 15px center;
            background-size: 16px auto;
            left: 30px; } }
      section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next {
        background: center center no-repeat url(/_resources/images/cta-arrow-blue-right@2x.png);
        background-size: 8px auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 0; }
        @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next {
            top: 50%; } }
        @media screen and (min-width: 1000px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next {
            background-size: 16px auto;
            right: 30px; } }
  section.meet-fgcu-testimonial .story-bubble-wrapper {
    position: relative; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship .quote {
      opacity: 0;
      display: none; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship button.mentorship .label {
      display: none; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship button.mentorship .active-state {
      display: block; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship .testimonial-content {
      display: block; }
      section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship .testimonial-content .mentorship-content {
        display: block; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship .overlay {
      -webkit-transform: skewY(0);
              transform: skewY(0);
      height: 100%;
      bottom: 0; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.mentorship .main-link {
      display: none !important; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement .quote {
      opacity: 0;
      display: none; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement button.engagement .label {
      display: none; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement button.engagement .active-state {
      display: block; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement .testimonial-content {
      display: block; }
      section.meet-fgcu-testimonial .story-bubble-wrapper.engagement .testimonial-content .engagement-content {
        display: block; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement .overlay {
      -webkit-transform: skewY(0);
              transform: skewY(0);
      height: 100%;
      bottom: 0; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.engagement .main-link {
      display: none !important; }
    section.meet-fgcu-testimonial .story-bubble-wrapper.active-state img.active-state {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper {
      display: none;
      width: 210px;
      height: 210px;
      background-color: #4a90e2;
      color: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffffff; }
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper p,
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper .para {
        display: block;
        font-size: 30px;
        font-size: 1.875rem;
        font-family: 'rig-sans', arial; }
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper .active-state {
        display: none; }
      @media screen and (min-width: 1000px) {
        section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper {
          display: block;
          position: absolute;
          z-index: 5; }
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.engagement {
            bottom: 0;
            left: 7%; } }
    @media screen and (min-width: 1000px) and (min-width: 1100px) {
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.engagement {
        bottom: 22px;
        left: 14%; } }
      @media screen and (min-width: 1000px) {
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.mentorship {
            top: 0;
            right: 7%; } }
    @media screen and (min-width: 1000px) and (min-width: 1100px) {
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.mentorship {
        top: 22px;
        right: 14%; } }

      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #ffffff;
        opacity: 0; }
        @media screen and (min-width: 1000px) {
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper:before {
            -webkit-animation: pulse-large 1.6s ease-out 1.1s;
                    animation: pulse-large 1.6s ease-out 1.1s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite; } }
    section.meet-fgcu-testimonial .story-bubble-wrapper .quote {
      font-family: 'rig-sans', arial;
      color: #004785;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 25px;
      position: relative; }
      section.meet-fgcu-testimonial .story-bubble-wrapper .quote:before {
        display: block;
        content: '';
        position: absolute;
        top: -70px;
        left: 5px;
        z-index: 2;
        width: 60px;
        height: 50px;
        background: center center no-repeat url(/_resources/images/icon-quote-dark.png);
        background-size: 95% auto; }
        @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote:before {
            background: center center no-repeat url(/_resources/images/icon-quote.png);
            background-size: 95% auto; } }
      @media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial .story-bubble-wrapper .quote {
          position: absolute;
          bottom: 20%;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          color: #ffffff;
          margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (min-width: 1000px) {
    section.meet-fgcu-testimonial .story-bubble-wrapper .quote {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 15%);
              transform: translate(-50%, 15%); } }
      @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote:before {
            width: 115px;
            height: 100px;
            top: -115px;
            left: -17px; }
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote .intro-text {
            margin-top: 0;
            margin-bottom: 0; } }
  section.meet-fgcu-testimonial .links {
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 1000px) {
      section.meet-fgcu-testimonial .links {
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .links .top {
        overflow: hidden;
        margin-top: -45px;
        margin-bottom: 30px; } }
    section.meet-fgcu-testimonial .links a {
      margin-bottom: 10px;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial .links a {
          margin-left: 20px;
          margin-right: 20px; } }
      section.meet-fgcu-testimonial .links a.main-link {
        position: relative; }
        @media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .links a.main-link {
            margin: 0 auto; } }
      @media screen and (min-width: 1000px) {
        section.meet-fgcu-testimonial .links a {
          display: none; }
          section.meet-fgcu-testimonial .links a.main-link {
            display: block; } }

section.meet-fgcu {
  padding-bottom: 175px;
  margin-bottom: -155px;
  background-color: #ffffff; }
  section.meet-fgcu .intro-text {
    position: relative;
    text-align: center;
    z-index: 1;
    color: #004785;
    max-width: 990px;
    padding: 0 20px;
    margin: 20px auto 40px; }
    @media screen and (min-width: 768px) {
      section.meet-fgcu .intro-text {
        margin: 30px auto 45px; } }
  section.meet-fgcu.desktop-banner {
    background-size: 120%; }
  section.meet-fgcu .scrollable-wrapper {
    padding-left: 0; }
    @media screen and (min-width: 1000px) {
      section.meet-fgcu .scrollable-wrapper {
        padding-left: 40px; } }
  section.meet-fgcu h2 {
    text-align: center;
    z-index: 2;
    position: relative;
    }
  section.meet-fgcu .slick-dots {
    margin-top: 30px; }
  section.meet-fgcu .slick-track {
    margin-bottom: 30px; }
  section.meet-fgcu .container {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden; }
    section.meet-fgcu .container .slick-slider {
      overflow: visible; }
  @media screen and (min-width: 768px) {
    section.meet-fgcu .container {
      padding-left: 0;
      padding-right: 40px;
      margin-left: 40px;
      padding-right: 0;
      margin-left: 0; }
      section.meet-fgcu .container .stories-wrapper {
        padding-right: 40px; } }
    @media screen and (min-width: 768px) and (min-width: 1000px) {
      section.meet-fgcu .container .stories-wrapper {
        padding-left: 0; } }
  @media screen and (min-width: 768px) {
    section.meet-fgcu .slick-track {
      width: auto !important;
      -webkit-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important;
      opacity: 1 !important; }
      section.meet-fgcu .slick-track .slick-slide {
        width: 33.33% !important; }
    section.meet-fgcu .slick-dots {
      border: 0;
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      clip: rect(1px, 1px, 1px, 1px); } }
  @media screen and (min-width: 1000px) {
    section.meet-fgcu .container {
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto !important; } }
  section.meet-fgcu.no-blend {
    padding-bottom: 10px;
    margin-bottom: 0; }
    section.meet-fgcu.no-blend .stories-wrapper {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        section.meet-fgcu.no-blend .stories-wrapper {
          margin-bottom: 50px; } }

section.topical-carousel {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #004785; }
  section.topical-carousel:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: 1;
    }
  section.topical-carousel:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-225deg, #00306f 0%, rgba(0, 34, 64, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: inset -1px 0px 9px 0px #00000075;
    box-shadow: inset -1px 0px 9px 0px #00000075;
    }
  @media screen and (min-width: 768px) {
    section.topical-carousel {
      padding-bottom: 80px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 1000px) {
    section.topical-carousel {
      margin-bottom: 30px;
      padding-bottom: 0;
      } }
  section.topical-carousel .topics {
    position: relative; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .topics {
        position: static;
        border-bottom: 3px solid #ffffff; } }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .topics {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
  section.topical-carousel h2, section.topical-carousel h3, section.topical-carousel p, section.topical-carousel a {
    color: #ffffff; }
  @media screen and (min-width: 1000px) {
    section.topical-carousel .h3 {
      margin-top: 25px; } }
  section.topical-carousel .content-container {
    display: none; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .content-container {
        display: block;
        position: relative;
        z-index: 1000;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 25px; } }
  section.topical-carousel .top {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .top {
        margin-bottom: -110px; } }
  section.topical-carousel .slick-slider {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    background-color: #004785; }
    section.topical-carousel .slick-slider.slick-initialized {
      opacity: 1;
      display: block; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slick-slider {
        overflow: visible !important; } }
  section.topical-carousel .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide {
        background-image: none !important; } }
    section.topical-carousel .slide:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: left top url(/_resources/images/grey-line-texture.png) rgba(0, 0, 0, 0.3);
      background-size: 22px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .5;
      z-index: 1; }
    section.topical-carousel .slide:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-225deg, #00306f 0%, rgba(0, 34, 64, 0.2) 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    section.topical-carousel .slide .slide-background {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide .slick-arrow-container {
        display: none; } }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide:nth-child(1) .content-wrapper {
        display: none; } }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide:nth-child(2) .content-wrapper .content:before {
        left: 25%; } }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .slide:nth-child(2) .content-wrapper .content:before {
        left: 21%; } }
    @media screen and (min-width: 1100px) {
      section.topical-carousel .slide:nth-child(2) .content-wrapper .content:before {
        left: 50%;
        -webkit-transform: translate(-204px, 0);
                transform: translate(-204px, 0); } }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide:nth-child(4) .content-wrapper .content:before {
        right: 20%;
        left: auto; } }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .slide:nth-child(4) .content-wrapper .content:before {
        right: 18%; } }
    @media screen and (min-width: 1100px) {
      section.topical-carousel .slide:nth-child(4) .content-wrapper .content:before {
        left: 50%;
        -webkit-transform: translate(216px, 0);
                transform: translate(216px, 0); } }
  section.topical-carousel .top img {
    width: 100%;
    height: auto; }
  section.topical-carousel .top .slick-arrow {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 1; }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .top .slick-arrow {
        width: 57px;
        height: 57px;
        border: 2px solid #ffffff; } }
    section.topical-carousel .top .slick-arrow.slick-prev {
      background: 9px center no-repeat url(/_resources/images/left-arrow-white@2x.png);
      background-size: 8px auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: 20px; }
      @media screen and (min-width: 768px) {
        section.topical-carousel .top .slick-arrow.slick-prev {
          top: 50%; } }
      @media screen and (min-width: 1000px) {
        section.topical-carousel .top .slick-arrow.slick-prev {
          background-position: 15px center;
          background-size: 16px auto;
          left: 30px; } }
    section.topical-carousel .top .slick-arrow.slick-next {
      background: center center no-repeat url(/_resources/images/right-arrow-white@2x.png);
      background-size: 8px auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 20px; }
      @media screen and (min-width: 768px) {
        section.topical-carousel .top .slick-arrow.slick-next {
          top: 50%; } }
      @media screen and (min-width: 1000px) {
        section.topical-carousel .top .slick-arrow.slick-next {
          background-size: 16px auto;
          right: 30px; } }
  section.topical-carousel .content-wrapper {
    padding: 5px 20px;
    position: relative;
    padding-bottom: 90px; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .content-wrapper {
        position: absolute;
        bottom: 0; } }
    @media screen and (min-width: 1000px) {
      section.topical-carousel .content-wrapper {
        max-width: 880px;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 11; } }
    section.topical-carousel .content-wrapper p.h3, section.topical-carousel .content-wrapper h3 {
      margin-bottom: 15px; }
    section.topical-carousel .content-wrapper .content {
      position: relative;
      z-index: 3; }
      @media screen and (min-width: 768px) {
        section.topical-carousel .content-wrapper .content {
          background: rgba(0, 27, 50, 0.8);
          padding: 20px 20px 20px 77px; }
          section.topical-carousel .content-wrapper .content:before {
            position: absolute;
            content: '';
            bottom: -16px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 16px 16px 0 16px;
            border-color: rgba(0, 27, 50, 0.8) transparent transparent transparent;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); } }
      @media screen and (min-width: 1000px) {
        section.topical-carousel .content-wrapper .content {
          padding-left: 63px;
          padding-top: 12px;
          padding-bottom: 3px; } }
      @media screen and (min-width: 768px) {
        section.topical-carousel .content-wrapper .content p {
          margin-top: 5px; } }
      @media screen and (min-width: 1000px) {
        section.topical-carousel .content-wrapper .content p {
          font-size: 18px;
          font-size: 1.125rem; } }
      section.topical-carousel .content-wrapper .content a {
        font-family: 'rig-sans', arial; }
        section.topical-carousel .content-wrapper .content a:hover {
          font-family: 'rig-sans', arial; }
    section.topical-carousel .content-wrapper .about {
      display: none; }
      @media screen and (min-width: 768px) {
        section.topical-carousel .content-wrapper .about {
          display: block;
          position: absolute;
          left: 24px;
          top: 26px;
          width: 22px;
          height: 22px;
          background: center center no-repeat url(/_resources/images/icon-about@2x.png);
          background-size: 100% auto; } }
      @media screen and (min-width: 1000px) {
        section.topical-carousel .content-wrapper .about {
          left: 22px;
          top: 23px; } }
  section.topical-carousel .slick-dots {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-top: 0;
    position: absolute;
    z-index: 1000;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slick-dots {
        border: 0;
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        clip: rect(1px, 1px, 1px, 1px); } }
    section.topical-carousel .slick-dots li {
      margin-bottom: 0; }
      section.topical-carousel .slick-dots li button {
        border-color: #ffffff; }
        section.topical-carousel .slick-dots li button:hover {
          background-color: #ffffff; }
      section.topical-carousel .slick-dots li.slick-active button {
        background-color: #ffffff; }
  @media screen and (min-width: 1000px) {
    section.topical-carousel .slick-list {
      padding: 0 45px; } }
  section.topical-carousel .slide-controls {
    display: none; }
    @media screen and (min-width: 768px) {
      section.topical-carousel .slide-controls {
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 1001;
        width: 100%;
        height: 3px;
        background: #ffffff; } }
  section.topical-carousel .icon-container {
    text-align: center;
    position: relative; }
    section.topical-carousel .icon-container .icon-wrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      display: inline-block;
      position: absolute;
      width: 65px;
      height: 65px;
      background-color: #4a90e2;
      color: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffffff;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      section.topical-carousel .icon-container .icon-wrapper .icon-icon-road,
      section.topical-carousel .icon-container .icon-wrapper .icon-icon-leaf,
      section.topical-carousel .icon-container .icon-wrapper .icon-icon-water {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.topical-carousel .icon-container .icon-wrapper span.close {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: center center no-repeat url(/_resources/images/icon-close@2x.png);
        background-size: 100% auto;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.topical-carousel .icon-container .icon-wrapper.active {
        width: 100px;
        height: 100px;
        background-color: #00794c; }
        section.topical-carousel .icon-container .icon-wrapper.active .icon-icon-road,
        section.topical-carousel .icon-container .icon-wrapper.active .icon-icon-leaf,
        section.topical-carousel .icon-container .icon-wrapper.active .icon-icon-water {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          font-size: 70px;
          opacity: .2; }
        section.topical-carousel .icon-container .icon-wrapper.active span.close {
          opacity: 1; }
      section.topical-carousel .icon-container .icon-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #ffffff;
        opacity: 0; }
        @media screen and (min-width: 768px) {
          section.topical-carousel .icon-container .icon-wrapper:before {
            -webkit-animation: pulse-large 1.6s ease-out 1.1s;
                    animation: pulse-large 1.6s ease-out 1.1s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite; } }
      section.topical-carousel .icon-container .icon-wrapper.one {
        left: 20%; }
        @media screen and (min-width: 1100px) {
          section.topical-carousel .icon-container .icon-wrapper.one {
            left: 50%;
            -webkit-transform: translate(-240px, -50%);
                    transform: translate(-240px, -50%); } }
      section.topical-carousel .icon-container .icon-wrapper.two {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      section.topical-carousel .icon-container .icon-wrapper.three {
        right: 20%; }
        @media screen and (min-width: 1100px) {
          section.topical-carousel .icon-container .icon-wrapper.three {
            left: 50%;
            -webkit-transform: translate(182px, -50%);
                    transform: translate(182px, -50%); } }
      @media screen and (min-width: 768px) {
        section.topical-carousel .icon-container .icon-wrapper .radar-item-1:before {
          -webkit-animation: pulse 1.6s ease-out 1.1s;
                  animation: pulse 1.6s ease-out 1.1s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; } }
      @media screen and (min-width: 768px) {
        section.topical-carousel .icon-container .icon-wrapper .radar-item-2:before {
          -webkit-animation: pulse 1.6s ease-out 1.3s;
                  animation: pulse 1.6s ease-out 1.3s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; } }
      @media screen and (min-width: 768px) {
        section.topical-carousel .icon-container .icon-wrapper .radar-item-3:before {
          -webkit-animation: pulse 1.6s ease-out 1.5s;
                  animation: pulse 1.6s ease-out 1.5s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; } }

section.text-section {
  margin-top: 35px;
  /*margin-bottom: 35px;*/ }
  @media screen and (min-width: 768px) {
    section.text-section {
      margin-top: 55px;
      /*margin-bottom: 55px;*/ } }
  section.text-section h2 {
    margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    section.text-section .intro-text {
      margin-top: 30px; } }

section.press-releases #press-release-filter {
  background-color: #004785;
  padding: 30px 20px; }
  @media screen and (min-width: 1000px) {
    section.press-releases #press-release-filter {
      padding: 38px 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      section.press-releases #press-release-filter form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.press-releases #press-release-filter form input[type="submit"] {
          position: absolute;
          right: 25px; } }
  section.press-releases #press-release-filter .form-label {
    font-family: 'rig-sans', arial;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      section.press-releases #press-release-filter .form-label {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: 1000px) {
      section.press-releases #press-release-filter .form-label {
        font-size: 22px;
        font-size: 1.375rem;
        display: inline-block;
        float: left;
        margin-bottom: 0;
        margin-right: 40px;
        white-space: nowrap; } }
  section.press-releases #press-release-filter label {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px); }
  section.press-releases #press-release-filter .bootstrap-select {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1000px) {
      section.press-releases #press-release-filter .bootstrap-select {
        margin-bottom: 0; } }
    section.press-releases #press-release-filter .bootstrap-select.month {
      min-width: 166px; }
      section.press-releases #press-release-filter .bootstrap-select.month .custom-select {
        width: 100%; }
  section.press-releases #press-release-filter .dropdown-menu {
    min-width: 166px; }
  section.press-releases #press-release-filter .button {
    background: transparent;
    display: block; }
    @media screen and (min-width: 768px) {
      section.press-releases #press-release-filter .button {
        float: right; } }
    @media screen and (min-width: 1000px) {
      section.press-releases #press-release-filter .button {
        margin-left: auto;
        padding: 12px 25px; } }
    section.press-releases #press-release-filter .button:hover {
      background-color: #00794c;
      color: #ffffff;
      border-color: #00794c; }
section.press-releases .press-release-list {
  padding-left: 0;
  margin-bottom: 25px; }
  section.press-releases .press-release-list li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px; }
    section.press-releases .press-release-list li a {
      font-family: 'rig-sans', arial;
      font-size: 20px;
      font-size: 1.25rem;
      color: #333333;
      text-decoration: none; }
      section.press-releases .press-release-list li a:hover {
        font-family: 'rig-sans', arial; }
      @media screen and (min-width: 768px) {
        section.press-releases .press-release-list li a {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media screen and (min-width: 1000px) {
        section.press-releases .press-release-list li a {
          font-size: 24px;
          font-size: 1.5rem; } }
      section.press-releases .press-release-list li a .last-word {
        display: inline-block;
        text-decoration: inherit; }
        section.press-releases .press-release-list li a .last-word:after {
          content: "";
          width: 10px;
          height: 16px;
          margin-left: 10px;
          background-image: url(/_resources/images/icon-arrow-pink.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          display: inline-block; }
    section.press-releases .press-release-list li .time,
    section.press-releases .press-release-list li .blockquote-footer {
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      margin-top: 4px; }
      @media screen and (min-width: 768px) {
        section.press-releases .press-release-list li .time,
        section.press-releases .press-release-list li .blockquote-footer {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (min-width: 1000px) {
        section.press-releases .press-release-list li .time,
        section.press-releases .press-release-list li .blockquote-footer {
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 0;
          margin-top: 0; } }
section.press-releases hr {
  display: none; }
  @media screen and (min-width: 1000px) {
    section.press-releases hr {
      display: block; } }
section.press-releases .news-list {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    section.press-releases .news-list {
      margin-bottom: 45px; } }
  @media screen and (min-width: 1000px) {
    section.press-releases .news-list {
      margin-bottom: 135px; } }
  section.press-releases .news-list .row {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      section.press-releases .news-list .row {
        margin-bottom: 45px; } }
    @media screen and (min-width: 1000px) {
      section.press-releases .news-list .row {
        margin-bottom: 25px;
        margin-left: -25px; } }
  @media screen and (min-width: 768px) {
    section.press-releases .news-list figure {
      padding-left: 0;
      padding-right: 0; } }
  section.press-releases .news-list figure img {
    width: 100%;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      section.press-releases .news-list figure img {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    section.press-releases .news-list .col-lg-16 {
      padding-left: 40px; } }
  section.press-releases .news-list .col-lg-16 h1 {
    margin-top: 0;
    margin-bottom: 5px; }
    @media screen and (min-width: 1000px) {
      section.press-releases .news-list .col-lg-16 h1 {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      section.press-releases .news-list .col-lg-16 h1 {
        margin-bottom: 8px; } }
  section.press-releases .news-list .col-lg-16 a {
    font-family: 'rig-sans', arial;
    color: black;
    text-decoration: none; }
    section.press-releases .news-list .col-lg-16 a:hover {
      font-family: 'rig-sans', arial; }
    section.press-releases .news-list .col-lg-16 a .last-word {
      display: inline-block;
      text-decoration: inherit; }
      section.press-releases .news-list .col-lg-16 a .last-word:after {
        content: "";
        width: 10px;
        height: 16px;
        margin-left: 10px;
        background-image: url(/_resources/images/icon-arrow-pink.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        display: inline-block; }
  section.press-releases .news-list .col-lg-16 .news-events-listing-description {
    display: none; }
    @media screen and (min-width: 1000px) {
      section.press-releases .news-list .col-lg-16 .news-events-listing-description {
        display: block; } }

section.living-laboratory {
  position: relative;
  max-width: 1160px;
  margin: 0 auto; }
  section.living-laboratory:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 175px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0) 100%); }
  section.living-laboratory .thumbnail {
    min-height: 333px;
    position: relative; }
    section.living-laboratory .thumbnail img {
      width: 100%; }
    section.living-laboratory .thumbnail .white-overlay {
      position: absolute;
      bottom: 0;
      width: 100%; }
  section.living-laboratory .col-sm-8 .content {
    padding: 0 30px;
    margin-top: -110px; }
  section.living-laboratory .col-sm-12 .col-sm-12 {
    width: 100%; }
    @media screen and (min-width: 768px) {
      section.living-laboratory .col-sm-12 .col-sm-12 {
        width: 100%; } }
    @media screen and (min-width: 1000px) {
      section.living-laboratory .col-sm-12 .col-sm-12 {
        width: 50%; } }
    section.living-laboratory .col-sm-12 .col-sm-12 .thumbnail {
      min-height: 250px;
      height: 250px; }
      @media screen and (min-width: 1000px) {
        section.living-laboratory .col-sm-12 .col-sm-12 .thumbnail {
          min-height: 350px;
          height: 350px; } }
      section.living-laboratory .col-sm-12 .col-sm-12 .thumbnail img {
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (min-width: 1000px) {
          section.living-laboratory .col-sm-12 .col-sm-12 .thumbnail img {
            height: 350px; } }
    section.living-laboratory .col-sm-12 .col-sm-12 .content {
      margin-top: 0px;
      padding: 15px; }
  section.living-laboratory .col-sm-12 {
    padding: 0; }
  @media (min-width: 600px) {
    section.living-laboratory .col-sm-12 {
      /* width: 50% !important; */
      float: left;
      padding-right: 3px; }
      section.living-laboratory .col-sm-12:last-child {
        padding-left: 3px;
        padding-right: 0; } }
  section.living-laboratory .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0; }
  section.living-laboratory .content {
    margin-top: -80px;
    position: relative;
    padding: 0 16px 20px; }
  section.living-laboratory p.h3, section.living-laboratory h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0;
    }
  section.living-laboratory p {
    font-size: 16px;
    font-size: 1rem;
    color: #333;
    margin-top: 7px;
    }
  section.living-laboratory a.button {
    display: block;
    max-width: 370px;
    margin: 0 auto 30px auto;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 768px) {
    section.living-laboratory p.h3, section.living-laboratory h3 {
      font-size: 28px;
      font-size: 1.75rem; }
    section.living-laboratory .content {
      padding: 0 20px; } }
  @media screen and (min-width: 1000px) {
    section.living-laboratory .container {
      /*padding-bottom: 35px;*/ }
    section.living-laboratory p.h3, section.living-laboratory h3 {
      font-size: 31px;
      font-size: 1.9375rem; }
    section.living-laboratory p {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 22px; }
    section.living-laboratory a.button {
      max-width: 400px;
      margin-left: 0; }
    section.living-laboratory .content {
      padding: 0 60px;
      margin-top: -142px; } }

section.story-listing a {
  text-decoration: none; }
.story-listing a .meet-fgcu-list-view {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 12%);
    transition: box-shadow .2s;
}
.story-listing a:hover .meet-fgcu-list-view {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    transition: box-shadow .2s;
}
section.the-fgu-effect {
  position: relative;
  color: #ffffff;
  background-color: #333333;
  background-size: cover;
  overflow-y: hidden;
  max-height: 647px; }
  section.the-fgu-effect .tablet-banner {
    background-size: cover; }
  section.the-fgu-effect .mobile-banner {
    background-size: cover;
    padding-bottom: 130px; }
    section.the-fgu-effect .mobile-banner:before, section.the-fgu-effect .mobile-banner:after {
      content: " ";
      display: table; }
    section.the-fgu-effect .mobile-banner:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect .mobile-banner {
        padding-bottom: 0; } }
  section.the-fgu-effect .overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-134deg, #00794C, transparent);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  section.the-fgu-effect .overlay-active {
    opacity: 0;
    background: linear-gradient(-134deg, #00287a, transparent);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  section.the-fgu-effect #reset-the-fgcu-effect {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    left: 10px;
    top: 37px;
    background: 9px center no-repeat url(/_resources/images/left-arrow-white@2x.png);
    background-size: 9px auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect #reset-the-fgcu-effect {
        left: 4px;
        top: 46px; } }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect #reset-the-fgcu-effect {
        left: -32px;
        top: 55px;
        width: 57px;
        height: 57px;
        background-position: 17px center;
        background-size: 15px auto; } }
  section.the-fgu-effect .container {
    position: static;
    margin-bottom: 30px;
    padding: 15px 50px 0; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect .container {
        margin-top: 134px;
        margin-bottom: 75px;
        position: relative;
        z-index: 2; } }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect .container {
        margin-top: 156px;
        margin-bottom: 100px; } }
    section.the-fgu-effect .container .initial-content, section.the-fgu-effect .container .inactive {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    section.the-fgu-effect .container .inactive {
      padding-top: 9px;
      padding-right: 50px;
      padding-left: 70px;
      left: 0;
      height: 100%; }
      section.the-fgu-effect .container .inactive a.button {
        position: absolute;
        bottom: 0; }
        @media screen and (min-width: 768px) {
          section.the-fgu-effect .container .inactive a.button {
            position: static !important; } }
    section.the-fgu-effect .container h2, section.the-fgu-effect .container h3, section.the-fgu-effect .container p, section.the-fgu-effect .container p.h3 {
      position: relative;
      z-index: 1;
      color: #ffffff; }
    section.the-fgu-effect .container p {
      font-size: 17px;
      font-size: 1.0625rem; }
      @media screen and (min-width: 1000px) {
        section.the-fgu-effect .container p {
          font-size: 30px;
          font-size: 1.875rem; } }
    section.the-fgu-effect .container a {
      position: absolute;
      bottom: 25px;
      z-index: 1;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      max-width: 272px;
      padding-left: 0;
      padding-right: 0;
      text-decoration: none; }
      section.the-fgu-effect .container a:hover {
        background-color: #ffffff;
        color: #004785; }
      @media screen and (min-width: 768px) {
        section.the-fgu-effect .container a {
          position: static;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    section.the-fgu-effect .container .inactive {
      opacity: 0;
      position: absolute;
      top: 0;
      display: none; }
      section.the-fgu-effect .container .inactive a.button {
        position: absolute;
        bottom: 25px; }
  section.the-fgu-effect #effect-line-animation {
    display: none; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect #effect-line-animation {
        position: absolute;
        left: 0;
        bottom: 0;
        height: calc(100% + 20px);
        width: auto;
        z-index: 1;
        display: none;
        left: 76px; } }
    @media screen and (min-width: 850px) {
      section.the-fgu-effect #effect-line-animation {
        left: 95px; } }
    @media screen and (min-width: 1300px) {
      section.the-fgu-effect #effect-line-animation {
        left: 200px; } }
  section.the-fgu-effect .icons {
    position: relative;
    z-index: 1;
    clear: both;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect .icons {
        position: absolute;
        height: 100%;
        left: 76px;
        bottom: 0;
        -webkit-transition: 1s;
        transition: 1s;
        padding: 0; } }
    @media screen and (min-width: 850px) {
      section.the-fgu-effect .icons {
        left: 95px; } }
    @media screen and (min-width: 1300px) {
      section.the-fgu-effect .icons {
        left: 200px; } }
    section.the-fgu-effect .icons p {
      font-family: 'rig-sans', arial;
      font-size: 0px;
      font-size: 0rem;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      line-height: 45px;
      vertical-align: middle;
      margin: 0; }
      @media screen and (min-width: 1000px) {
        section.the-fgu-effect .icons p {
          line-height: 72px; } }
    section.the-fgu-effect .icons .icon-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        section.the-fgu-effect .icons .icon-container {
          position: relative;
          bottom: 0;
          height: 100%;
          width: 100%;
          display: block; }
          section.the-fgu-effect .icons .icon-container .one {
            position: absolute;
            left: 40px;
            top: 15%;
            -webkit-transition: all 0.3s ease, opacity 1s 1s;
            transition: all 0.3s ease, opacity 1s 1s;
            opacity: 0; }
          section.the-fgu-effect .icons .icon-container .two {
            position: absolute;
            left: -25px;
            top: 42%;
            -webkit-transition: all 0.3s ease, opacity 1s 1.2s;
            transition: all 0.3s ease, opacity 1s 1.2s;
            opacity: 0; }
          section.the-fgu-effect .icons .icon-container .three {
            position: absolute;
            left: -30px;
            bottom: 14%;
            -webkit-transition: all 0.3s ease, opacity 1s 1.4s;
            transition: all 0.3s ease, opacity 1s 1.4s;
            opacity: 0; } }
      @media screen and (min-width: 1000px) {
        section.the-fgu-effect .icons .icon-container .one {
          left: 40px;
          top: 19%; }
        section.the-fgu-effect .icons .icon-container .two {
          top: 45%; } }
    section.the-fgu-effect .icons .icon {
      width: 45px;
      height: 45px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 50%;
      border: 2px solid #ffffff;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      margin: 20px;
      background-color: #1371dc;
      position: relative; }
      @media screen and (min-width: 768px) {
        section.the-fgu-effect .icons .icon {
          margin: 10px; } }
      section.the-fgu-effect .icons .icon span {
        font-size: 23px;
        line-height: 39px;
        vertical-align: middle;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -54%);
                transform: translate(-50%, -54%); }
        @media screen and (min-width: 768px) {
          section.the-fgu-effect .icons .icon span {
            font-size: 24px;
            line-height: 70px; } }
      @media screen and (min-width: 768px) {
        section.the-fgu-effect .icons .icon {
          position: relative;
          width: 60px;
          height: 60px; }
          section.the-fgu-effect .icons .icon:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #ffffff;
            opacity: 0; } }
      @media screen and (min-width: 1000px) {
        section.the-fgu-effect .icons .icon {
          width: 72px;
          height: 72px; } }
  @media screen and (min-width: 768px) {
    section.the-fgu-effect.animate #effect-line-animation {
      display: block; }
      section.the-fgu-effect.animate #effect-line-animation .path {
        display: block;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        -webkit-animation: effect-line 1.6s linear alternate forwards;
                animation: effect-line 1.6s linear alternate forwards; } }
  section.the-fgu-effect.animate .icon-container .one {
    opacity: 1; }
  section.the-fgu-effect.animate .icon-container .two {
    opacity: 1; }
  section.the-fgu-effect.animate .icon-container .three {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    section.the-fgu-effect.animate .icon-container .radar-item-1:before {
      -webkit-animation: pulse 1.6s ease-out 1.1s;
              animation: pulse 1.6s ease-out 1.1s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; } }
  @media screen and (min-width: 768px) {
    section.the-fgu-effect.animate .icon-container .radar-item-2:before {
      -webkit-animation: pulse 1.6s ease-out 1.3s;
              animation: pulse 1.6s ease-out 1.3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; } }
  @media screen and (min-width: 768px) {
    section.the-fgu-effect.animate .icon-container .radar-item-3:before {
      -webkit-animation: pulse 1.6s ease-out 1.5s;
              animation: pulse 1.6s ease-out 1.5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; } }
  section.the-fgu-effect.active .overlay {
    opacity: 0; }
  section.the-fgu-effect.active .overlay-active {
    opacity: 1; }
  section.the-fgu-effect.active .initial-content {
    opacity: 0; }
  section.the-fgu-effect.active.radar-item-1-active .container .radar-item-1-content {
    display: block;
    opacity: 1; }
  section.the-fgu-effect.active.radar-item-1-active .one {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect.active.radar-item-1-active .one {
        left: 30px;
        top: 13%; } }
  section.the-fgu-effect.active.radar-item-1-active #radar-item-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #00794c;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 20px; }
    section.the-fgu-effect.active.radar-item-1-active #radar-item-1 span {
      font-size: 54px;
      line-height: 70px;
      opacity: .2; }
    section.the-fgu-effect.active.radar-item-1-active #radar-item-1 p {
      font-size: 12px;
      font-size: 0.75rem;
      opacity: 1;
      line-height: 80px; }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect.active.radar-item-1-active #radar-item-1 {
        width: 150px;
        height: 150px; }
        section.the-fgu-effect.active.radar-item-1-active #radar-item-1 span {
          font-size: 113px;
          line-height: 150px; }
        section.the-fgu-effect.active.radar-item-1-active #radar-item-1 p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 150px; } }
  section.the-fgu-effect.active.radar-item-2-active .container .radar-item-2-content {
    display: block;
    opacity: 1; }
  section.the-fgu-effect.active.radar-item-2-active .two {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect.active.radar-item-2-active .two {
        left: -34px;
        top: 40%; } }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect.active.radar-item-2-active .two {
        left: -68px;
        top: 40%; } }
  section.the-fgu-effect.active.radar-item-2-active #radar-item-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #00794c;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 20px; }
    section.the-fgu-effect.active.radar-item-2-active #radar-item-2 span {
      font-size: 54px;
      line-height: 70px;
      opacity: .2; }
    section.the-fgu-effect.active.radar-item-2-active #radar-item-2 p {
      font-size: 12px;
      font-size: 0.75rem;
      opacity: 1;
      line-height: 80px; }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect.active.radar-item-2-active #radar-item-2 {
        width: 150px;
        height: 150px; }
        section.the-fgu-effect.active.radar-item-2-active #radar-item-2 span {
          font-size: 113px;
          line-height: 150px; }
        section.the-fgu-effect.active.radar-item-2-active #radar-item-2 p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 150px; } }
  section.the-fgu-effect.active.radar-item-3-active .container .radar-item-3-content {
    display: block;
    opacity: 1; }
  section.the-fgu-effect.active.radar-item-3-active .three {
    top: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      section.the-fgu-effect.active.radar-item-3-active .three {
        left: -38px;
        bottom: 12%; } }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect.active.radar-item-3-active .three {
        left: -74px;
        bottom: 9%; } }
  section.the-fgu-effect.active.radar-item-3-active #radar-item-3 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #00794c;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 20px; }
    section.the-fgu-effect.active.radar-item-3-active #radar-item-3 span {
      font-size: 54px;
      line-height: 70px;
      opacity: .2; }
    section.the-fgu-effect.active.radar-item-3-active #radar-item-3 p {
      font-size: 12px;
      font-size: 0.75rem;
      opacity: 1;
      line-height: 80px; }
    @media screen and (min-width: 1000px) {
      section.the-fgu-effect.active.radar-item-3-active #radar-item-3 {
        width: 150px;
        height: 150px; }
        section.the-fgu-effect.active.radar-item-3-active #radar-item-3 span {
          font-size: 113px;
          line-height: 150px; }
        section.the-fgu-effect.active.radar-item-3-active #radar-item-3 p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 150px; } }

section.contact-info {
  background-color: #ffffff;
  }
  @media screen and (max-width: 768px) {
    section.contact-info .tablet-banner {
      height: 400px;
      } 
  .tablet-banner .top {
    margin-bottom: -150px;
  }
  .tablet-banner .container {
      width: 100%;
      float: left;
  }
  }
  @media screen and (max-width: 767px) {
    section.contact-info .tablet-banner {
      height: 300px;
      } 
      .tablet-banner .container {
      width: 100%;
  }
  }
  @media screen and (min-width: 1000px) {
    section.contact-info .top {
      display: none; } }
  @media screen and (min-width: 1000px) {
    section.contact-info .container {
      padding: 85px 60px 45px; } }
  section.contact-info .content {
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
      section.contact-info .content {
        padding: 10px 20px 20px; } }
    @media screen and (min-width: 1000px) {
      section.contact-info .content {
        padding: 15px 33px 25px; } }
    section.contact-info .content h2 {
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        section.contact-info .content h2 {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1000px) {
        section.contact-info .content h2 {
          line-height: 1.3;
          font-size: 30px;
          font-size: 1.875rem; } }
    section.contact-info .content p {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 10px;
      margin-top: 5px; }
      @media screen and (min-width: 1000px) {
        section.contact-info .content p {
          font-size: 16px;
          font-size: 1rem; } }
      section.contact-info .content p.title {
        font-size: 18px;
        font-size: 1.125rem; }
        @media screen and (min-width: 768px) {
          section.contact-info .content p.title {
            font-size: 19px;
            font-size: 1.1875rem; } }
        @media screen and (min-width: 1000px) {
          section.contact-info .content p.title {
            font-size: 21px;
            font-size: 1.3125rem;
            margin-bottom: 0; } }
      section.contact-info .content p.phone {
        position: relative;
        padding-left: 25px;
        font-size: 12px;
        font-size: 0.75rem; }
        @media screen and (min-width: 768px) {
          section.contact-info .content p.phone {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1000px) {
          section.contact-info .content p.phone {
            font-size: 16px;
            font-size: 1rem; } }
        section.contact-info .content p.phone:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 14px;
          height: 14px;
          background: center center no-repeat url(/_resources/images/icon-phone.png);
          background-size: 100% auto; }
          @media screen and (min-width: 768px) {
            section.contact-info .content p.phone:before {
              /* top: 10px; */ } }
      section.contact-info .content p.contact {
        position: relative;
        padding-left: 25px;
        font-size: 12px;
        font-size: 0.75rem; }
        @media screen and (min-width: 768px) {
          section.contact-info .content p.contact {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1000px) {
          section.contact-info .content p.contact {
            font-size: 16px;
            font-size: 1rem; } }
        section.contact-info .content p.contact:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 14px;
          height: 14px;
          background: center center no-repeat url(/_resources/images/icon-mail.png);
          background-size: 100% auto; }

      section.contact-info .content p.chat {
        position: relative;
        padding-left: 25px; }
        section.contact-info .content p.chat:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 14px;
          height: 14px;
          background: center center no-repeat url(/_resources/images/chat.png);
          background-size: 100% auto; }

      section.contact-info .content p a {
        text-decoration: none;
		 }
    section.contact-info .content .col-sm-24 {
      margin-bottom: 15px; }
      @media screen and (min-width: 1000px) {
        section.contact-info .content .col-sm-24 {
          margin-bottom: 25px; }
          section.contact-info .content .col-sm-24 p {
            margin-bottom: 0;
            margin-top: 3px; } }

/* fgcuteam-gabriel for new snippets with dimmed background*/
.dimmed-background-alt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 1000px) {
  .dimmedbutton {
    content: '';
    position: relative; } }
.dimmedbutton {
  content: ''; }

section.blue-callout-alt h2, section.blue-callout-alt h3, section.blue-callout-alt p.h3, section.blue-callout-alt h4, section.blue-callout-alt h5, section.blue-callout-alt h6, section.blue-callout-alt p {
  position: relative; }

section.blue-callout {
  background-color: #004785;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  margin-bottom: 14px;
  background-size: cover;
  background-position: center center;
  }
section.blue-callout>.container-flex.row{		
	display: flex;
    flex-wrap: wrap;
}
  @media screen and (min-width: 768px) {
    section.blue-callout > .container-flex > div > img {
      bottom: -30px;
      /*this is equivalent to compensate the padding of the parent .blue-callout section container*/
      position: absolute;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; } }

  section.blue-callout .more-content-button {
    color: #ffffff;
    text-align: left; }
    section.blue-callout .more-content-button:before {
      background-image: url(/_resources/images/icon-arrow-white.png); }
  section.blue-callout .content-container {
    position: relative; }
    @media screen and (min-width: 1000px) {
      section.blue-callout .content-container {
        position: initial; } }
  @media screen and (min-width: 768px) {
    section.blue-callout .cta-links .button {
      max-width: 400px; } }
  @media screen and (min-width: 1000px) {
    section.blue-callout .cta-links .button {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      bottom: -35px; } }
  section.blue-callout h2, section.blue-callout h3, section.blue-callout .h2, section.blue-callout .h3 {
    color: #ffffff;
    line-height: 1.4; }
    @media screen and (min-width: 1000px) {
      section.blue-callout h2, section.blue-callout h3, section.blue-callout .h2, section.blue-callout .h3 {
        margin-bottom: 35px; } }
  section.blue-callout p {
    margin-bottom: 30px; }
    @media screen and (min-width: 1000px) {
      section.blue-callout p {
        margin-top: 35px; } }

section.stats {
  /*fgcuteam-gabriel add blue stats infographics style */ }
  section.stats.bordered {
    background-color: #f3f3f3; }
    @media screen and (min-width: 1000px) {
      section.stats.bordered {
        padding-top: 20px;
        padding-bottom: 20px; } }
  section.stats .more-fast-facts {
    margin-bottom: 55px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.stats .more-fast-facts {
        margin-top: 15px; } }
    @media screen and (min-width: 1000px) {
      section.stats .more-fast-facts {
        margin-top: 55px;
        margin-bottom: 75px; } }
  section.stats .container {
    padding-right: 30px;
    padding-left: 0;
    margin-left: 30px;
    padding-top: 35px;
    padding-bottom: 25px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      section.stats .container {
        max-width: 100%;
        margin: 0 !important;
        padding: 0 !important; } }
    section.stats .container .slick-slider {
      overflow: visible; }
  section.stats .container {
    padding-left: 0;
    padding-right: 40px;
    margin-left: 40px;
    padding-right: 0;
    margin-left: 0;
    /*.scrollable {				
    	padding-right: 30px !important;
    	margin-left: 20px !important;
    }*/ }
  @media screen and (min-width: 768px) {
    section.stats .container {
      padding-left: 0;
      padding-right: 40px;
      margin-left: 40px;
      padding-right: 0;
      margin-left: 0; }
      section.stats .container .stories-wrapper {
        padding-right: 40px;
        padding-left: 40px; }
    section.stats .slick-track {
      width: auto !important;
      -webkit-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important;
      opacity: 1 !important; }
      section.stats .slick-track .slick-slide {
        width: 33.33% !important; }
    section.stats .slick-dots {
      border: 0;
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      clip: rect(1px, 1px, 1px, 1px); } }
  @media screen and (min-width: 1000px) {
    section.stats .container {
      padding-left: 0;
      padding-right: 100px;
      margin-left: 100px; } }
  section.stats.blue .stat-wrapper .slide:nth-child(odd) .content, section.stats.blue .stat-wrapper .slide:nth-child(odd) .overlay {
    /*ADA Contrast fix */
    background-color: #003f75; }
  section.stats.blue .stat-wrapper .slide:nth-child(even) .content, section.stats.blue .stat-wrapper .slide:nth-child(even) .overlay {
    /*ADA Contrast fix */
    background-color: #004785; }
  section.stats.blue .stat-wrapper .slide:nth-child(even) a {
    color: #fff;
    }
  section.stats.blue .stat-wrapper .slide:nth-child(even) a:hover {
    color: #90c9fb; }
  section.stats.blue .stat-wrapper .stat .content .icon-positioner {
    color: #f3f3f3; }
  section.stats.blue .stat-wrapper .stat .content h2 {
    color: #fff; }
  section.stats.blue .stat-wrapper .slide .content p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #f3f3f3;
    padding-bottom: 30px; }
  section.stats.blue .stat-wrapper .slide:hover .overlay {
    opacity: 1 !important; }
  section.stats.blue .stat-wrapper .slide:hover .content {
    -webkit-transform: initial !important;
    transform: none !important; }
  section.stats.blue .stat-wrapper .slide:hover .content h2 {
    -webkit-transition: initial !important;
    transition: initial !important; }
  section.stats.blue .stat-wrapper .slide:hover .content p {
    opacity: initial !important; }
  section.stats.blue a {
    color: #fff;
    }
  section.stats.blue a:hover {
    color: #87bfef; }
  section.stats .stat-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  section.stats .stat-wrapper .slide {
    margin-left: 7px;
    margin-right: 7px; }
    @media screen and (min-width: 768px) {
      section.stats .stat-wrapper .slide {
        margin-left: 10px;
        margin-right: 10px; } }
    @media screen and (min-width: 1000px) {
      section.stats .stat-wrapper .slide {
        margin: 0; } }
  section.stats .stat-wrapper .stat {
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 100%; }
    section.stats .stat-wrapper .stat .content {
      position: relative;
      z-index: 1;
      color: #004785;
      padding: 20px;
      text-align: center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        section.stats .stat-wrapper .stat .content {
          padding-top: 50px;
          padding-bottom: 40px; } }
      section.stats .stat-wrapper .stat .content h2 {
        font-weight: normal;
        margin-bottom: 5px; }
      section.stats .stat-wrapper .stat .content .icon-positioner {
        					/*fgcuteam-gabriel REPLACE images with fonts icons instead
                            display: flex;                
        					align-items: flex-end;
                            */
        font-size: 64px;
        font-size: 4rem; }
        section.stats .stat-wrapper .stat .content .icon-positioner img {
          margin: 0 auto;
          max-height: 94px;
          max-width: 125px; }
      section.stats .stat-wrapper .stat .content p {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 5px; }
    @media screen and (min-width: 768px) {
      section.stats .stat-wrapper .stat .content img {
        max-height: 140px;
        max-width: 160px; }
      section.stats .stat-wrapper .stat .content p {
        font-size: 20px;
        font-size: 1.25rem; } }
  @media screen and (min-width: 1000px) {
    section.stats .stat-wrapper .slide:nth-child(odd) .overlay {
      background-color: #fdfdfd; }
    section.stats .stat-wrapper .slide:nth-child(even) .overlay {
      background-color: #ffffff;
      border-right: 1px solid #00794c;
      border-left: 1px solid #00794c; }
    section.stats .stat-wrapper .slide:hover .overlay {
      opacity: 0; }
    section.stats .stat-wrapper .slide:hover .content {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      section.stats .stat-wrapper .slide:hover .content h2 {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.stats .stat-wrapper .slide:hover .content p {
        opacity: 1; }
    section.stats .stat-wrapper .slide .content {
      -webkit-transform: translate(0, 9%);
              transform: translate(0, 9%); }
      section.stats .stat-wrapper .slide .content p {
        font-size: 26px;
        font-size: 1.625rem;
        /*opacity: 0;*/ } }
  section.stats .stat-wrapper .slick-dots {
    margin-top: 10px; }
    section.stats .stat-wrapper .slick-dots li {
      margin-bottom: 0; }

section.see-for-yourself {
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: inset -1px 0px 3px 0px #00000038;
          box-shadow: inset -1px 0px 3px 0px #00000038; }
  section.see-for-yourself .container {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px; }
    @media screen and (min-width: 768px) {
      section.see-for-yourself .container {
        padding: 15px 50px 40px; } }
    @media screen and (min-width: 1000px) {
      section.see-for-yourself .container {
        padding: 25px 150px 35px; } }
    section.see-for-yourself .container h2 {
      margin-bottom: 15px;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        section.see-for-yourself .container h2 {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1000px) {
        section.see-for-yourself .container h2 {
          margin-bottom: 25px; } }
    section.see-for-yourself .container .hide-on-tablet {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        section.see-for-yourself .container .hide-on-tablet {
          display: none; } }
    section.see-for-yourself .container iframe {
      display: none; }
    section.see-for-yourself .container .embed-container {
      -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.3);
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        section.see-for-yourself .container .embed-container {
          margin-bottom: -28px; } }
      @media screen and (min-width: 1000px) {
        section.see-for-yourself .container .embed-container {
          margin-bottom: 10px;
          } }
      section.see-for-yourself .container .embed-container p {
        font-size: 22px;
        font-size: 1.375rem;
        position: absolute;
        width: 100%;
        bottom: 40px;
        z-index: 2;
        display: none; }
        @media screen and (min-width: 768px) {
          section.see-for-yourself .container .embed-container p {
            font-size: 26px;
            font-size: 1.625rem;
            font-family: 'rig-sans', arial;
            letter-spacing: 1px;
            display: block; } }
        @media screen and (min-width: 1000px) {
          section.see-for-yourself .container .embed-container p {
            font-size: 26px;
            font-size: 1.625rem;
            color: #ffffff; } }
      section.see-for-yourself .container .embed-container .play-button {
        z-index: 2; }
        @media screen and (min-width: 768px) {
          section.see-for-yourself .container .embed-container .play-button {
            -webkit-transform: translate(-50%, -74%);
                    transform: translate(-50%, -74%);
            width: 152px;
            height: 152px; } }
        @media screen and (max-width: 767px) {
          section.see-for-yourself .container .embed-container .play-button {
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
      section.see-for-yourself .container .embed-container img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        display: block;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); 
	    object-fit: cover;
    	height: 100%;
	  }
    section.see-for-yourself .container .video-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(41%, rgba(0, 39, 121, 0.08)));
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 39, 121, 0.08) 41%);
      background-size: cover;
      opacity: 1;
      z-index: 1; }
    section.see-for-yourself .container .button {
      min-width: 185px;
      position: relative;
      z-index: 4;
      opacity: 1; }
      @media screen and (min-width: 1000px) {
        section.see-for-yourself .container .button {
          min-width: 280px;
          top: 19px; } }
  section.see-for-yourself .overlay {
    background-image: url(/_resources/images/grey-line-texture.png);
    background-image: url(/_resources/images/grey-line-texture.png), linear-gradient(-225deg, rgba(0, 34, 64, 0.2) 0%, #0064E5 100%);
    background-size: 21px auto, auto auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    section.see-for-yourself .overlay:before {
      opacity: 0;
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 8, 21, 0.68);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  section.see-for-yourself.theater-mode .overlay:before {
    opacity: 1; }
  section.see-for-yourself.theater-mode .button {
    opacity: 0; }

section.two-up-images {
  padding-top: 35px; }
  @media screen and (min-width: 1000px) {
    section.two-up-images {
      padding-top: 80px; } }
  section.two-up-images .article-wrapper {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      section.two-up-images .article-wrapper:first-child {
        padding-right: 18px; }
      section.two-up-images .article-wrapper:last-child {
        padding-left: 18px; } }
    @media screen and (min-width: 1000px) {
      section.two-up-images .article-wrapper:first-child {
        padding-right: 40px; }
      section.two-up-images .article-wrapper:last-child {
        padding-left: 40px; } }
  section.two-up-images .news-tile {
    margin: 0; }
    section.two-up-images .news-tile h2 {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'rig-sans', arial;
      padding-left: 0;
      padding-right: 0;
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        section.two-up-images .news-tile h2 {
          font-size: 25px;
          font-size: 1.5625rem;
          margin-top: 20px; } }
      @media screen and (min-width: 1000px) {
        section.two-up-images .news-tile h2 {
          font-size: 30px;
          font-size: 1.875rem;
          margin-top: 30px; } }
    @media screen and (min-width: 1000px) {
      section.two-up-images .news-tile .icon {
        width: 41px;
        height: 41px;
        margin-top: -20px;
        margin-right: 30px; }
        section.two-up-images .news-tile .icon a {
          width: 41px;
          height: 41px;
          background-position: left 17px center;
          background-size: 12px;
          text-decoration: none; } }
    section.two-up-images .news-tile .description {
      display: none; }
      @media screen and (min-width: 1000px) {
        section.two-up-images .news-tile .description {
          display: block;
          line-height: 1.4; } }
  section.two-up-images.blue {
    color: #ffffff;
    background-color: #004785;
    background-image: linear-gradient(-191deg, #85abda 0%, #00287a 95%); }
    section.two-up-images.blue .news-tile {
      background-color: transparent; }
    section.two-up-images.blue h2 {
      color: #ffffff; }

section.two-up {
  padding-top: 30px;
  padding-bottom: 30px;
  }
  section.two-up .col-md-12 {
    padding-bottom: 12px;
    margin-bottom: 41px; }
    section.two-up .col-md-12:first-child {
      border-bottom: 1px solid #00794c; }
      @media screen and (min-width: 1000px) {
        section.two-up .col-md-12:first-child {
          border-bottom: 0;
          border-right: 2px solid #00794c;
          margin-right: -2px;
          padding-right: 70px; } }
    @media screen and (min-width: 1000px) {
      section.two-up .col-md-12:last-child {
        padding-left: 80px;
        border-left: 2px solid #00794c; } }
    section.two-up .col-md-12 h2 {
      font-size: 25.5px;
      font-size: 1.59375rem;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        section.two-up .col-md-12 h2 {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media screen and (min-width: 1000px) {
        section.two-up .col-md-12 h2 {
          font-size: 40px;
          font-size: 2.5rem;
          margin-top: 0;
          margin-bottom: 38px; } }
      section.two-up .col-md-12 a:hover {
        text-decoration: none;
        font-family: 'rig-sans', arial; }
    
      @media screen and (min-width: 1000px) {
          section.two-up .col-md-12 a:before {
            margin-left: 15px; } }
  section.two-up.blue {
    background-color: #1a4066;
    color: #ffffff; }
    section.two-up.blue h2, section.two-up.blue h3, section.two-up.blue .h2, section.two-up.blue .h3 {
      color: #ffffff;
      margin-bottom: 28px; }
      @media screen and (min-width: 1000px) {
        section.two-up.blue h2, section.two-up.blue h3, section.two-up.blue .h2, section.two-up.blue .h3 {
          margin-top: 0; } }
      section.two-up.blue a:hover {
        font-family: 'rig-sans', arial;
        text-decoration: none; }
    section.two-up.blue .col-md-12 {
      padding-bottom: 25px;
      margin-bottom: 35px; }
      section.two-up.blue .col-md-12:first-child {
        border-bottom: 1px solid #ffffff; }
        @media screen and (min-width: 1000px) {
          section.two-up.blue .col-md-12:first-child {
            border-bottom: 0;
            border-right: 2px solid #ffffff;
            margin-right: -2px; } }
      @media screen and (min-width: 1000px) {
        section.two-up.blue .col-md-12:last-child {
          padding-bottom: 5px;
          margin-bottom: 0;
          border-left: none; } }

section.three-up {
  /*@media screen and (min-width: $break-medium) {
  	.slick-dots {
  		@include element-invisible;
  	}				
  }*/ }
  section.three-up h2 {
    text-align: left; }
  @media screen and (min-width: 768px) {
    section.three-up article.news-tile {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (min-width: 1000px) {
    section.three-up article.news-tile {
      margin-left: 20px;
      margin-right: 20px; } }
  section.three-up article.news-tile h1, section.three-up article.news-tile h2 {
    font-family: 'rig-sans', arial;
    color: #004785;
    padding: 0 20px 0 20px;
    /*padding: 0; fgcuteam-gabriel add missing css from article.news-tile */
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 3px;
    font-size: 22px;
    font-size: 1.375rem; }
    @media screen and (min-width: 768px) {
      section.three-up article.news-tile h1, section.three-up article.news-tile h2 {
        margin-top: 17px;
        color: #333333;
        margin-bottom: 10px;
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media screen and (min-width: 1000px) {
      section.three-up article.news-tile h1, section.three-up article.news-tile h2 {
        font-size: 24.5px;
        font-size: 1.53125rem;
        margin-bottom: 2px; } }
  section.three-up article.news-tile time {
    padding: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      section.three-up article.news-tile time {
        margin-bottom: 7px; } }
    @media screen and (min-width: 1000px) {
      section.three-up article.news-tile time {
        margin-bottom: 12px; } }
  section.three-up article.news-tile .description {
    padding: 0 20px 0 20px;
    /*fgcuteam-gabriel add missing padding */
    margin-top: 1px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (min-width: 768px) {
      section.three-up article.news-tile .description {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1000px) {
      section.three-up article.news-tile .description {
        font-size: 18px;
        font-size: 1.125rem; } }

section.news-listing,
section.three-up {
  text-align: center;
  background-color: #F9FBFE; }
  section.news-listing:before, section.news-listing:after,
  section.three-up:before,
  section.three-up:after {
    content: " ";
    display: table; }
  section.news-listing:after,
  section.three-up:after {
    clear: both; }
  section.news-listing h2,
  section.three-up h2 {
    position: relative;
    z-index: 1;
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      section.news-listing h2,
      section.three-up h2 {
        margin-top: 50px; } }
  section.news-listing .container,
  section.three-up .container {
    padding-right: 30px;
    padding-left: 0;
    margin-left: 30px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 1; }
    section.news-listing .container h2,
    section.three-up .container h2 {
      color: #004785;
      margin-top: 45px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        section.news-listing .container h2,
        section.three-up .container h2 {
          margin-bottom: 35px; } }
      @media screen and (min-width: 1000px) {
        section.news-listing .container h2,
        section.three-up .container h2 {
          font-size: 60px;
          font-size: 3.75rem;
          margin-top: 100px;
          margin-bottom: 100px; } }
    section.news-listing .container .slick-slider,
    section.three-up .container .slick-slider {
      overflow: visible; }
  section.news-listing .slide-wrapper,
  section.three-up .slide-wrapper {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      section.news-listing .slide-wrapper,
      section.three-up .slide-wrapper {
        margin-bottom: 10px; } }
  @media screen and (min-width: 600px) {
    section.news-listing .container,
    section.three-up .container {
      padding-left: 0;
      padding-right: 100px;
      margin-left: 25px; }
    section.news-listing .slide-wrapper,
    section.three-up .slide-wrapper {
      position: relative; }
    section.news-listing .slick-prev,
    section.three-up .slick-prev {
      display: none !important; }
    section.news-listing .slick-next,
    section.three-up .slick-next {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      width: 57px;
      height: 57px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      border: 2px solid #ffffff;
      position: absolute;
      right: -83px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: #004785; }
      section.news-listing .slick-next:before,
      section.three-up .slick-next:before {
        display: block;
        content: '';
        width: 23px;
        height: 3px;
        position: relative;
        top: 11px;
        left: 15px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.news-listing .slick-next:after,
      section.three-up .slick-next:after {
        display: block;
        content: '';
        width: 3px;
        height: 22px;
        position: relative;
        top: -1px;
        left: 25px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.news-listing .slick-next:hover,
      section.three-up .slick-next:hover {
        background-color: #ffffff; }
        section.news-listing .slick-next:hover:before, section.news-listing .slick-next:hover:after,
        section.three-up .slick-next:hover:before,
        section.three-up .slick-next:hover:after {
          background-color: #004785; }
    section.news-listing .slick-slide:not(.slick-active) article:before,
    section.three-up .slick-slide:not(.slick-active) article:before {
      opacity: 1; }
    section.news-listing .moving .slick-slide article:before,
    section.three-up .moving .slick-slide article:before {
      opacity: 0 !important; }
    section.news-listing .slick-slide article,
    section.three-up .slick-slide article {
      position: relative; }
      section.news-listing .slick-slide article:before,
      section.three-up .slick-slide article:before {
        pointer-events: none;
        display: block;
        opacity: 0;
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-153deg, rgba(0, 80, 177, 0.48) 0%, #00287a 95%); } }
  @media screen and (min-width: 1000px) {
    section.news-listing .container,
    section.three-up .container {
      padding-left: 0;
      padding-right: 100px;
      margin-left: 100px; } }
  section.news-listing a.button,
  section.three-up a.button {
    margin: 0 auto;
    position: relative;
    top: 26px;
    z-index: 2; }
    @media screen and (min-width: 1000px) {
      section.news-listing a.button,
      section.three-up a.button {
        top: 18px; } }

section.event-listing {
  text-align: center;
  /*fgcuteam-gabriel add text truncate to prevent undesired data lenght*/ }
  section.event-listing .container {
    /*padding-top: 63px;*/
    padding-bottom: 33px; }
    @media screen and (min-width: 768px) {
      section.event-listing .container {
        padding-bottom: 25px;
        /*JAG edit - reduced above size from padding-top: 53px;*/ } }
    @media screen and (min-width: 1000px) {
      section.event-listing .container {
        max-width: 1400px; } }
  section.event-listing h2 {
    color: #004785;
    font-size: 25.5px;
    font-size: 1.59375rem; }
    @media screen and (min-width: 768px) {
      section.event-listing h2 {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media screen and (min-width: 1000px) {
      section.event-listing h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
  @media screen and (min-width: 1000px) {
    section.event-listing .slick-dots {
      border: 0;
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      clip: rect(1px, 1px, 1px, 1px); } }
  section.event-listing .event-wrapper {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    margin-bottom: 35px; }
    @media screen and (min-width: 1000px) {
      section.event-listing .event-wrapper {
        margin-bottom: 75px; } }
    section.event-listing .event-wrapper button.slick-prev {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      position: absolute;
      width: 40px;
      height: 100%;
      background: center center no-repeat url(/_resources/images/cta-arrow-blue-left@2x.png);
      background-size: 12px auto;
      top: 0;
      left: 0; }
    section.event-listing .event-wrapper button.slick-next {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      position: absolute;
      width: 40px;
      height: 100%;
      background: center center no-repeat url(/_resources/images/cta-arrow-blue-right@2x.png);
      background-size: 12px auto;
      top: 0;
      right: 0; }
    section.event-listing .event-wrapper .slick-list {
      overflow: hidden; }
  section.event-listing .inner-container {
    padding-left: 25px;
    padding-right: 25px; }
  section.event-listing li.slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
  section.event-listing .slick-dots {
    margin-top: 5px;
    margin-bottom: 5px; }
    section.event-listing .slick-dots li {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    section.event-listing a.button.red {
      background-color: #ffffff;
      color: #00794c;
      border: 2px solid #00794c; }
      section.event-listing a.button.red:hover {
        background-color: #00794c;
        color: #ffffff; } }
  @media screen and (min-width: 768px) {
    section.event-listing .title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1000px) {
    section.event-listing button.slick-arrow {
      background-size: 15px auto !important; } }
  section.event-listing .location {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

section.promotion {
  background-color: #ededed; }
  section.promotion span {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 130px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 1000px) {
      section.promotion span {
        font-size: 22px;
        font-size: 1.375rem;
        padding-top: 145px;
        padding-bottom: 145px; } }

section.instagram-feed .container {
  padding-right: 30px;
  margin-left: 30px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  section.instagram-feed .container .slick-slider {
    overflow: visible; }
section.instagram-feed .container {
  padding-right: 40px;
  margin-left: 40px;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0; }
section.instagram-feed h2 {
    display: none;
}
@media screen and (min-width: 1000px) {
  section.instagram-feed .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto !important; } }
section.instagram-feed .content-container {
  text-align: center; }
section.instagram-feed .inner-wrapper {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #004785; }
  section.instagram-feed .inner-wrapper:hover .icon span {
    color: #71a000; }
@media screen and (min-width: 1000px) {
  section.instagram-feed h2 {
    margin-bottom: 45px;
    margin-top: 50px; } }
section.instagram-feed ul li {
  list-style: none; }
@media screen and (min-width: 768px) {
  section.instagram-feed .intro-text {
    margin-bottom: 15px; } }
@media screen and (min-width: 1000px) {
  section.instagram-feed .intro-text {
    margin-top: 45px;
    margin-bottom: 45px; } }
section.instagram-feed .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, white 0%, white 49%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  section.instagram-feed .icon span {
    font-size: 18px;
    color: #00794c;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
section.instagram-feed .slick-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  section.instagram-feed .slick-slide img {
    width: 100%;
    /*fgcuteam-gabriel for instagram custom unproportional images */
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
section.instagram-feed .slick-dots {
  margin-top: 15px; }
@media screen and (min-width: 768px) {
  section.instagram-feed .icon {
    width: 38px;
    height: 38px; }
    section.instagram-feed .icon span {
      font-size: 22px; } }
@media screen and (min-width: 1000px) {
  section.instagram-feed .icon {
    width: 54px;
    height: 54px; }
    section.instagram-feed .icon span {
      font-size: 32px; } }
/* Carousel Bottom Arrows Slider */
.carousel-custom-wrapper .top{
	width: 100%;
}
.slider-controls {
  text-align: center; }
  .slider-controls .slick-simple-dots {
    display: inline-block; }
    .slider-controls .slick-simple-dots .slick-dots {
      padding-left: 0; }
  .slider-controls .slick-dots li button:hover {
    cursor: inherit;
    background-color: inherit; }
  .slider-controls .slick-dots li.slick-active button:hover {
    background-color: #004785; }
  .slider-controls .slick-next.slick-arrow {
    background: center center no-repeat url(/_resources/images/cta-arrow-blue-right@2x.png);
    background-size: 16px auto; }
    .slider-controls .slick-next.slick-arrow:hover {
      background: center center no-repeat url(/_resources/images/right-arrow-green-2x.png);
      background-size: 16px auto; }
  .slider-controls .slick-prev.slick-arrow {
    background: center center no-repeat url(/_resources/images/cta-arrow-blue-left@2x.png);
    background-size: 16px auto; }
    .slider-controls .slick-prev.slick-arrow:hover {
      background: center center no-repeat url(/_resources/images/left-arrow-green-2x.png);
      background-size: 16px auto; }
  .slider-controls .slick-arrow {
    text-indent: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px; }

section.grid-four .content-container .intro-text {
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    section.grid-four .content-container .intro-text {
      margin-top: 45px;
      margin-bottom: 45px; } }
  @media screen and (min-width: 1000px) {
    section.grid-four .content-container .intro-text {
      margin-top: 55px;
      margin-bottom: 55px; } }
section.grid-four p {
  margin-top: 0px;
  line-height: 1.15; }
section.grid-four .grid {
  background-size: cover;
  background-color: #004785; }
  section.grid-four .grid p {
    /* text-shadow: 2px 2px 4px #00000052; */
    font-weight: 500;
    text-align: center;
    }
  section.grid-four .grid a {
    font-size: 22px;
    font-size: 1.375rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    }
    @media screen and (min-width: 768px) {
      section.grid-four .grid a {
        font-size: 26px;
        font-size: 1.625rem;
        font-family: 'rig-sans', arial; } }
    @media screen and (min-width: 1000px) {
      section.grid-four .grid a {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 45px; } }
  section.grid-four .grid .col-sm-12 {
    position: relative;
    border: 1px solid #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    }
    @media screen and (min-width: 768px) {
      section.grid-four .grid .col-sm-12 {
        min-height: 130px; } }
    @media screen and (min-width: 1000px) {
      section.grid-four .grid .col-sm-12 {
        min-height: 200px; } }
    @media screen and (min-width: 1600px) {
      section.grid-four .grid .col-sm-12 {
        min-height: 250px; } }
    section.grid-four .grid .col-sm-12:hover .overlay {
      opacity: 1; }
    section.grid-four .grid .col-sm-12:hover:before {
      background: #004785a1;
      }
    section.grid-four .grid .col-sm-12:before {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(47, 51, 54, 0.5);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 2;
      /* -webkit-box-shadow: inset 0px 0px 8px 0px #00000063; */
      /* box-shadow: inset 0px 0px 8px 0px #00000063; */
      }
    section.grid-four .grid .col-sm-12 .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: none;
      }
      section.grid-four .grid .col-sm-12 .overlay:before {
        content: close-quote;
        background: rgba(3, 25, 101, 0.66);
        width: 100%;
        height: 100%;
        position: relative;
        display: block; }

@media screen and (min-width: 768px) {
  section.accordion-info {
    padding-top: 20px; } }
@media screen and (min-width: 1000px) {
  section.accordion-info {
    padding-top: 40px;
    padding-bottom: 60px; } }
section.accordion-info .content-container {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 25px; }
  @media screen and (min-width: 1000px) {
    section.accordion-info .content-container {
      margin-bottom: 60px; }
      section.accordion-info .content-container h2 {
        margin-bottom: 20px; }
      section.accordion-info .content-container .intro-text {
        margin-top: 20px; } }
section.accordion-info a {
  font-family: 'rig-sans', arial;
  color: #00794c;
  position: relative;
  text-decoration: none; }
  section.accordion-info a:hover {
    font-family: 'rig-sans', arial; }
  section.accordion-info a:after {
    content: ' ';
    display: block;
    background: center center no-repeat url(/_resources/images/cta-arrow-pink@2x.png);
    background-size: 100% auto;
    width: 8px;
    height: 15px;
    position: absolute;
    right: -16px;
    bottom: 1px; }
  @media screen and (min-width: 768px) {
    section.accordion-info a {
      font-size: 20px;
      font-size: 1.25rem; }
      section.accordion-info a:after {
        width: 9px;
        height: 18px;
        bottom: 2px; } }
  @media screen and (min-width: 1000px) {
    section.accordion-info a {
      font-size: 30px;
      font-size: 1.875rem; }
      section.accordion-info a:after {
        width: 10px;
        height: 18px;
        bottom: 6px;
        right: -24px; } }
section.accordion-info ul li {
  border: none;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-left: 65px !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media screen and (min-width: 768px) {
    section.accordion-info ul li {
      margin-bottom: 5px !important; } }
  @media screen and (min-width: 1000px) {
    section.accordion-info ul li {
      margin-bottom: 15px !important;
      padding-left: 77px !important; } }
  section.accordion-info ul li .accordion-title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      section.accordion-info ul li .accordion-title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 1000px) {
      section.accordion-info ul li .accordion-title {
        font-size: 30px;
        font-size: 1.875rem; } }
  section.accordion-info ul li.expanded {
    background-color: transparent; }
    section.accordion-info ul li.expanded .accordion-title {
      font-family: 'rig-sans', arial; }
  section.accordion-info ul li .more-info {
    margin-top: 15px;
    margin-bottom: 10px; }
    section.accordion-info ul li .more-info p {
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (min-width: 1000px) {
        section.accordion-info ul li .more-info p {
          font-size: 20px;
          font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    section.accordion-info ul li .toggle-accordion-list {
      top: 16px; }
      section.accordion-info ul li .toggle-accordion-list span {
        width: 35px;
        height: 35px; }
        section.accordion-info ul li .toggle-accordion-list span:before {
          width: 12px; }
        section.accordion-info ul li .toggle-accordion-list span:after {
          height: 12px; } }
  @media screen and (min-width: 1000px) {
    section.accordion-info ul li .toggle-accordion-list {
      top: 20px; } }
section.accordion-info .col-md-13 {
  display: none; }
  @media screen and (min-width: 1000px) {
    section.accordion-info .col-md-13 {
      display: block; } }
section.accordion-info .accordion-wrapper {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    section.accordion-info .accordion-wrapper {
      margin-bottom: 75px; } }
section.experience-fgcu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.experience-fgcu {
  text-align: center;
  display: flex;
  position: relative;
  color: #ffffff;
  background-color: #004785;
  /* opacity: 85%; */
  text-shadow: 0 1px 10px rgb(0 0 0 / 50%);
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  }
  @media screen and (min-width: 768px) {
    section.experience-fgcu {
      background-color: #004785;
	  background-size: cover;
	} }
  @media screen and (max-width: 1000px) {
    section.experience-fgcu {
      background-image: none !important;
	} }
  section.experience-fgcu h2 {
/*     color: #333; */
    color: #fff;
    /* text-shadow: none; */
    font-size: 40px;
    }
  section.experience-fgcu .tablet-banner, section.experience-fgcu .mobile-banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    }
  section.experience-fgcu .container {
    padding-top: 25px;
    padding-bottom: 50px;
    position: relative; }
  section.experience-fgcu .cta-links {
    padding-top: 35px; }
    section.experience-fgcu .cta-links a.button {
      font-size: 15px;
      font-size: 0.9375rem;
      width: 100%;
      max-width: 200px;
      display: block;
      margin: 0 auto 20px auto; }
  @media screen and (min-width: 768px) {
    section.experience-fgcu .container h2 {
      color: #fff;
      text-shadow: 0px 0px 10px #00000080;
      font-size: 44px;
      font-size: 2.75rem;
      }
    section.experience-fgcu .container {
      padding-top: 185px;
      padding-bottom: 10px; }
    section.experience-fgcu .cta-links {
      /* padding-top: 12px; */
      /* width: 100%; */
      /* margin: 0 auto; */
      }
      section.experience-fgcu .cta-links:before, section.experience-fgcu .cta-links:after {
        content: " ";
        display: table; }
      section.experience-fgcu .cta-links:after {
        clear: both; }
      section.experience-fgcu .cta-links a.button {
        font-size: 16px;
        font-size: 1rem;
        width: 50%;
        float: left;
        margin-left: 10px;
        margin-right: 10px; } }
  @media screen and (min-width: 768px) {
    section.experience-fgcu .container {
      padding-top: 110px;
      padding-bottom: 100px;
      }
      section.experience-fgcu .container h2 {
        color: #ffffff;
        font-size: 64px;
        font-size: 4rem;
        /* margin-top: 55px; */
        font-weight: 600;
        }
    section.experience-fgcu .cta-links {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-top: 12px;
      justify-content: center;
      }
      section.experience-fgcu .cta-links a.button {
        font-size: 18px;
        font-size: 1.125rem;
        width: 25%;
        float: none;
        max-width: 200px;
        margin-left: 12px;
        margin-right: 12px;
        } }

.no-touch .fab-wrapper:hover button {
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
  .no-touch .fab-wrapper:hover button span {
    color: #283c35; }
.no-touch .fab-wrapper:hover .link-wrapper {
  display: block; }
  .no-touch .fab-wrapper:hover .link-wrapper:nth-child(3) {
    -webkit-animation: fadeIn .10s ease-out 0s;
            animation: fadeIn .10s ease-out 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .no-touch .fab-wrapper:hover .link-wrapper:nth-child(2) {
    -webkit-animation: fadeIn .10s ease-out .05s;
            animation: fadeIn .10s ease-out .05s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .no-touch .fab-wrapper:hover .link-wrapper:nth-child(1) {
    -webkit-animation: fadeIn .10s ease-out 0.1s;
            animation: fadeIn .10s ease-out 0.1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.touch .fab-wrapper.clicked button {
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
  .touch .fab-wrapper.clicked button span {
    color: #283c35; }
.touch .fab-wrapper.clicked .link-wrapper {
  display: block; }
  .touch .fab-wrapper.clicked .link-wrapper:nth-child(3) {
    -webkit-animation: fadeIn .10s ease-out 0s;
            animation: fadeIn .10s ease-out 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .touch .fab-wrapper.clicked .link-wrapper:nth-child(2) {
    -webkit-animation: fadeIn .10s ease-out .05s;
            animation: fadeIn .10s ease-out .05s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .touch .fab-wrapper.clicked .link-wrapper:nth-child(1) {
    -webkit-animation: fadeIn .10s ease-out 0.1s;
            animation: fadeIn .10s ease-out 0.1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.fab-wrapper {
  position: fixed;
  z-index: 2001;
  bottom: 25px;
  right: 25px;
  text-align: center; }
  .fab-wrapper button {
    width: 45px;
    height: 45px;
    background-color: #00794c;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.34); }
    .fab-wrapper button span {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      line-height: 45px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 45px; }
      .fab-wrapper button span.button-label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
    @media screen and (min-width: 768px) {
      .fab-wrapper button {
        width: 56px;
        height: 56px; }
        .fab-wrapper button span {
          font-size: 16px; } }
    @media screen and (min-width: 1000px) {
      .fab-wrapper button {
        width: 70px;
        height: 70px; }
        .fab-wrapper button span {
          font-size: 18px; } }
  .fab-wrapper .link-wrapper {
    position: relative;
    margin-bottom: 16px;
    display: none;
    opacity: 0; }
    .fab-wrapper .link-wrapper a {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      display: block;
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      border-radius: 50%;
      text-decoration: none;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.34);
              box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.34); }
      .fab-wrapper .link-wrapper a.fab-info {
        background: center center no-repeat url(/_resources/images/icon-info.png) #ffffff;
        background-size: 11px auto; }
      .fab-wrapper .link-wrapper a.fab-visit {
        background: center center no-repeat url(/_resources/images/icon-information.png) #ffffff;
        background-size: 17px auto; }
      .fab-wrapper .link-wrapper a.fab-apply {
        background: center center no-repeat url(/_resources/images/icon-apply.png) #ffffff;
        background-size: 19px auto; }
      .fab-wrapper .link-wrapper a:hover + .label {
        opacity: 1; }
    .fab-wrapper .link-wrapper .label {
      font-family: 'rig-sans', arial;
      font-size: 12px;
      font-size: 0.75rem;
      -webkit-transition: 0.15s;
      transition: 0.15s;
      position: absolute;
      display: block;
      right: 67px;
      top: 10px;
      white-space: nowrap;
      color: #ffffff;
      background-color: rgba(2, 34, 63, 0.69);
      padding: 5px 10px;
      border-radius: 2px;
      opacity: 0; }
    @media screen and (min-width: 768px) {
      .fab-wrapper .link-wrapper {
        text-align: center; }
        .fab-wrapper .link-wrapper a {
          display: inline-block;
          width: 50px;
          height: 50px; } }

/* NEWS & EVENTS DETAIL STYLES */
@media screen and (max-width: 999px) {
  .news-events-events-detail .content-container {
    padding: 0 50px; } }
@media screen and (max-width: 767px) {
  .news-events-events-detail .content-container {
    padding: 0 20px; } }

.events-detail .news-events-detail-inner {
  padding-left: 145px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .events-detail .news-events-detail-inner {
      padding-left: 0; } }
  .events-detail .news-events-detail-inner .date-icon {
    position: absolute;
    left: 0;
    top: 12px; }
    @media screen and (max-width: 999px) {
      .events-detail .news-events-detail-inner .date-icon {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        margin-bottom: 30px; } }
  .events-detail .news-events-detail-inner .button {
    float: right;
    padding: 13px 34px;
    font-size: 18px;
    background: white; }
    @media screen and (max-width: 767px) {
      .events-detail .news-events-detail-inner .button {
        float: none; } }
  .events-detail .news-events-detail-inner .byline {
    float: left; }
    @media screen and (max-width: 767px) {
      .events-detail .news-events-detail-inner .byline {
        float: none;
        margin-bottom: 30px; } }

/* JAG - reduced news-events-detail-header-outer padding bottom and margin bottom from 35 to 15 and 60 to 20*/
.news-events-detail-header-outer {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative; }
  .news-events-detail-header-outer hr {
    /* border-top: 1px solid #e6e7e9 !important; */
    margin-top: 5px;
    margin-bottom: 5px;
    }
  .news-events-detail-header-outer .news-events-detail-inner {
    margin-left: -30px; }
    @media screen and (max-width: 999px) {
      .news-events-detail-header-outer .news-events-detail-inner {
        margin-left: 0; } }
  @media screen and (max-width: 999px) {
    .news-events-detail-header-outer {
      padding-top: 45px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .news-events-detail-header-outer {
      padding: 25px 0; } }
  .news-events-detail-header-outer h1 {
    color: #004785;
    margin-top: 0;
    margin-bottom: 60px; }
    @media screen and (max-width: 999px) {
      .news-events-detail-header-outer h1 {
        font-size: 50px;
        line-height: 1.3;
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .news-events-detail-header-outer h1 {
        font-size: 30px;
        line-height: 1.333;
        margin-bottom: 30px; } }
  .news-events-detail-header-outer .byline {
    font-size: 22px; }
    @media screen and (max-width: 999px) {
      .news-events-detail-header-outer .byline {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .news-events-detail-header-outer .byline {
        font-size: 16px; } }
  .news-events-detail-header-outer .time,
  .news-events-detail-header-outer .author,
  .news-events-detail-header-outer .location {
    display: inline-block;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 767px) {
      .news-events-detail-header-outer .time,
      .news-events-detail-header-outer .author,
      .news-events-detail-header-outer .location {
        display: block; } }
  .news-events-detail-header-outer .time {
    text-transform: uppercase;
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .news-events-detail-header-outer .author {
      margin-bottom: 0; } }
  .news-events-detail-header-outer .author-name,
  .news-events-detail-header-outer .location {
    color: #004785; }
  .news-events-detail-header-outer .location {
    display: block; }

.intro-text {
  font-size: 30px; }
  @media screen and (max-width: 999px) {
    .intro-text {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .intro-text {
      font-size: 17px; } }
  .intro-text p {
    margin-top: 0; }

/*fgcuteam-gabriel removed ,.faculty-detail*/
.news-events-detail-main figure {
  margin: 40px 0 40px -30px;
  max-width: none; }
  @media screen and (max-width: 999px) {
    .news-events-detail-main figure {
      margin: 30px -50px; } }
  @media screen and (max-width: 767px) {
    .news-events-detail-main figure {
      margin: 20px -20px; } }
  .news-events-detail-main figure img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px; }
  .news-events-detail-main figure figcaption {
    color: #4d4d4d;
    font-size: 18px; }
    @media screen and (max-width: 999px) {
      .news-events-detail-main figure figcaption {
        padding: 0 50px;
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .news-events-detail-main figure figcaption {
        padding: 0 20px;
        font-size: 14px; } }

.share-this,
.related-subjects {
  margin-bottom: 20px; }
  .share-this p,
  .related-subjects p {
    color: #004785;
    font-size: 30px;
    line-height: 1;
    margin-top: 0; }
    @media screen and (max-width: 999px) {
      .share-this p,
      .related-subjects p {
        font-size: 27px; } }
  .share-this ul,
  .related-subjects ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .share-this ul,
      .related-subjects ul {
        display: block; } }
    .share-this ul:after,
    .related-subjects ul:after {
      content: "";
      clear: both;
      display: block; }
    .share-this ul li,
    .related-subjects ul li {
      float: left;
      display: inline-block; }
      .share-this ul li a,
      .related-subjects ul li a {
        display: block;
        text-decoration: none; }
        .share-this ul li a:hover,
        .related-subjects ul li a:hover {
          text-decoration: none; }

.article-bottom {
  margin: 90px 0; }
  @media screen and (max-width: 999px) {
    .article-bottom {
      margin: 75px 0; } }
  @media screen and (max-width: 767px) {
    .article-bottom {
      margin: 45px 0; } }

.share-this {
  margin-bottom: 50px; }
  .share-this ul, .share-this ul li {
    padding-left: 0 !important;
    margin-bottom: 0; }
  @media screen and (max-width: 999px) {
    .share-this {
      margin-bottom: 25px; } }
  .share-this p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .share-this p {
        display: block;
        margin-bottom: 15px; } }
  .share-this ul {
    vertical-align: middle; 
      width: 100%;
  }
    @media screen and (max-width: 767px) {
      .share-this ul {
        top: auto;
        position: static;
        margin-bottom: 40px; } }
  .share-this a {
    margin: 0 10px;
    color: #004785;
    font-size: 30px;
    line-height: 28px;
    text-decoration: none; }
    .share-this a:hover {
      opacity: 0.9; }
    @media screen and (max-width: 767px) {
      .share-this a {
        margin: 0 15px; }
        .share-this a:first-child {
          margin-left: 0; } }

@media screen and (min-width: 768px) {
  .related-subjects .toggle-dropdown {
    display: none;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .related-subjects p {
    display: block;
    margin-bottom: 15px; } }
.related-subjects ul {
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .related-subjects ul.dropdown {
      display: none; } }
  .related-subjects ul li {
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .related-subjects ul li {
        margin-bottom: 10px; } }

.red-box-button {
  color: #00794c;
  padding: 13px 20px;
  border: 1px solid #00794c;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }
  .red-box-button:focus {
    color: #00794c; }
  .red-box-button:hover {
    background-color: #00794c;
    color: #ffffff; }

.news-events-listing-main {
  padding: 90px 0 40px 0; }
  @media screen and (max-width: 999px) {
    .news-events-listing-main {
      padding: 60px 50px; } }
  @media screen and (max-width: 767px) {
    .news-events-listing-main {
      padding: 50px 25px; } }
  .news-events-listing-main .row {
    margin-bottom: 40px; }
    @media screen and (max-width: 999px) {
      .news-events-listing-main .row {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .news-events-listing-main .row {
        margin-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      .news-events-listing-main .row figure {
        padding-left: 0;
        padding-right: 0; } }
    .news-events-listing-main .row figure img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .news-events-listing-main .row figure img {
          margin-bottom: 15px; } }
    .news-events-listing-main .row .col-lg-16 {
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .news-events-listing-main .row .col-lg-16 {
          padding-left: 0;
          padding-right: 0; } }
      .news-events-listing-main .row .col-lg-16 h1 {
        margin-top: 0;
        margin-bottom: 5px; }
        @media screen and (max-width: 999px) {
          .news-events-listing-main .row .col-lg-16 h1 {
            margin-bottom: 15px; } }
        @media screen and (max-width: 767px) {
          .news-events-listing-main .row .col-lg-16 h1 {
            margin-bottom: 8px; } }
      .news-events-listing-main .row .col-lg-16 a {
        color: black;
        text-decoration: none;
        font-family: 'rig-sans', arial; }
        .news-events-listing-main .row .col-lg-16 a:hover {
          text-decoration: none;
          color: #004785; }
        .news-events-listing-main .row .col-lg-16 a .last-word {
          display: inline-block;
          text-decoration: inherit; }
          .news-events-listing-main .row .col-lg-16 a .last-word:after {
            content: "";
            width: 10px;
            height: 16px;
            margin-left: 10px;
            background-image: url(/_resources/images/icon-arrow-pink.png);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            display: inline-block; }
      @media screen and (max-width: 999px) {
        .news-events-listing-main .row .col-lg-16 .news-events-listing-description {
          display: none; } }

.pagination, .paging_simple_numbers {
  /*fgcuteam-gabriel modified removed pre-selector .faculty-directory*/
  margin: 50px 0; }

.pagination a, .paging_simple_numbers a {
  /*fgcuteam-gabriel modified removed pre-selector .faculty-directory*/
  display: inline-block; }

.dataTables_info {
  text-align: center;
  font-size: 18px; }

#faculty-table {
  margin-bottom: 20px;
  }

#faculty-table_length {
  display: none; }

.faculty-table-tools {
  padding: 0px 0; }
  @media screen and (min-width: 768px) {
    .faculty-table-tools {
      padding: 0px 0 0px 0; } }
  @media screen and (min-width: 1000px) {
    .faculty-table-tools {
      padding: 0px 0px; } }
  .faculty-table-tools span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 12px;
    display: inline-block; }
    @media screen and (min-width: 1000px) {
      .faculty-table-tools span {
        font-size: 20px; } }
  .faculty-table-tools input[type='text'],
  .faculty-table-tools input[type='search'] {
    padding: 8px;
    width: calc(100% - 28px);
    border-radius: 0;
    border: 1px solid #adadad;
    margin-bottom: 0;
    }

.search-by-name-wrapper {
  margin-right: 5px; }

.search-by-name-wrapper,
.filter-wrapper {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  max-width: 425px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  }
  @media screen and (min-width: 768px) {
    .search-by-name-wrapper,
    .filter-wrapper {
      margin-bottom: 0;
      width: 30%;
      min-width: 250px;
      max-width: none;
      } }

.search-by-name-wrapper {
  margin-right: 5px; }
  @media screen and (min-width: 1000px) {
    .search-by-name-wrapper {
      margin-right: 50px; } }
  .search-by-name-wrapper > div {
    position: relative; }
    .search-by-name-wrapper > div input[type='submit'] {
      position: absolute;
      top: 0;
      right: 5px;
      width: 39px;
      height: 50px;
      margin-top: -9px;
      background-image: url(/_resources/images/icon-search@2x.png);
      background-repeat: no-repeat;
      background-size: 23%;
      background-position: center 13px;
      background-color: transparent;
      color: transparent;
      border: 0; }

.pagination,
.paging_simple_numbers {
  text-align: center;
  margin: 30px 0; }
  .pagination ol,
  .paging_simple_numbers ol {
    display: inline-block;
    overflow: hidden;
    list-style: none; }
  .pagination li,
  .paging_simple_numbers li {
    display: inline-block;
    list-style: none;
    float: left; }
    @media screen and (max-width: 768px) {
      .pagination li,
      .paging_simple_numbers li {
        margin-left: 3px !important; } }
  .pagination a,
  .paging_simple_numbers a {
    display: inline-block;
    /*fgcuteam-gabriel changed from block*/
    font-size: 18px;
    padding: 5px 12.5px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    }
    .pagination a:hover,
    .paging_simple_numbers a:hover {
      color: black; }
    .pagination a.current,
    .paging_simple_numbers a.current {
      color: black;
      position: relative; }
      .pagination a.current:after,
      .paging_simple_numbers a.current:after {
        content: "";
        background: #008ab3;
        opacity: 0.4;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        }
    .pagination a li,
    .paging_simple_numbers a li {
      display: inline-block;
      list-style: none;
      float: left; }
      .pagination a li a,
      .paging_simple_numbers a li a {
        display: block;
        font-size: 18px;
        padding: 5px 12.5px;
        font-weight: 800;
        color: #0051b2;
        text-decoration: none; }
        .pagination a li a.current,
        .paging_simple_numbers a li a.current {
          color: black;
          position: relative; }
          .pagination a li a.current:after,
          .paging_simple_numbers a li a.current:after {
            content: "";
            background: #0051b2;
            opacity: 0.4;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 4px; }
        .pagination a li a.prev, .pagination a li a.next,
        .paging_simple_numbers a li a.prev,
        .paging_simple_numbers a li a.next {
          background: #0f5eb8;
          text-indent: -9999px;
          width: 35px;
          height: 35px;
          margin: 0 15px;
          background-size: 10px;
          background-repeat: no-repeat;
          background-position: center; }
        .pagination a li a.prev,
        .paging_simple_numbers a li a.prev {
          background-image: url(/_resources/images/icon-arrow-white.png);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .pagination a li a.next,
        .paging_simple_numbers a li a.next {
          background-image: url(/_resources/images/icon-arrow-white.png); }
    .pagination a.prev, .pagination a.next, .pagination a.previous,
    .paging_simple_numbers a.prev,
    .paging_simple_numbers a.next,
    .paging_simple_numbers a.previous {
      background: #00794c;
      text-indent: -9999px;
      width: 35px;
      height: 35px;
      margin: 0 15px;
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      }
      .pagination a.prev:hover, .pagination a.next:hover, .pagination a.previous:hover,
      .paging_simple_numbers a.prev:hover,
      .paging_simple_numbers a.next:hover,
      .paging_simple_numbers a.previous:hover {
        background-color: #004785;
        }
    .pagination a.prev, .pagination a.previous,
    .paging_simple_numbers a.prev,
    .paging_simple_numbers a.previous {
      background-image: url(/_resources/images/icon-arrow-white.png);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #ffffff; }
    .pagination a.next,
    .paging_simple_numbers a.next {
      background-image: url(/_resources/images/icon-arrow-white.png);
      color: #ffffff; }


/*--- FACULTY QUOTE CALLOUT [SNIPPET] (FGCUTEAM Mike) ---*/
.faculty-quote-callout-section-background {
  background-color: #004785; }

.faculty-quote-callout-background-gradient {
  background-size: cover;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background-position: center center;
  width: 100%; }

.faculty-quote-callout-background-gradient:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 71, 133, 0.5)), color-stop(rgba(0, 71, 133, 0.5)), color-stop(#004785), to(#004785));
  background: linear-gradient(to top, rgba(0, 71, 133, 0.5), rgba(0, 71, 133, 0.5), #004785, #004785);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 800px) {
  .faculty-quote-callout-background-gradient:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 71, 133, 0.5)), color-stop(#004785), to(#004785));
    background: linear-gradient(to left, rgba(0, 71, 133, 0.5), #004785, #004785); } }
@media screen and (min-width: 768px) {
  .faculty-quote-callout-background-gradient {
    width: 100%; } }
/*@media screen and (min-width: $break-large){	.faculty-quote-callout-background-gradient { width: 50%;	}	}*/
.faculty-quote-callout-background-image {
  background-position: bottom right !important;
  position: relative;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-position-x: 102%; }

@media screen and (min-width: 800px) {
  .faculty-quote-callout-background-image {
    background-position: center right !important;
    background-position-x: 120% !important; } }
@media screen and (min-width: 1000px) {
  .faculty-quote-callout-background-image {
    background-position-x: 120% !important; } }
@media screen and (min-width: 1200px) {
  .faculty-quote-callout-background-image {
    background-position-x: 98% !important; } }
@media screen and (min-width: 1400px) {
  .faculty-quote-callout-background-image {
    background-position-x: 105% !important; } }
@media screen and (min-width: 1700px) {
  .faculty-quote-callout-background-image {
    background-position-x: 85% !important; } }
blockquote.faculty-quote-callout-text:before {
  display: none; }

.faculty-quote-callout-text em {
  font-style: normal; }

.faculty-quote-callout-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px; }

@media screen and (min-width: 1400px) {
  .faculty-quote-callout-text {
    max-width: 600px;
    margin-right: 0px;
    margin-left: auto; } }
.faculty-quote-callout-text p {
  font-size: 1rem;
  color: #fff !important;
  padding-bottom: 5%;
  padding-left: 5%;
  margin-bottom: 0 !important; }

@media screen and (min-width: 450px) {
  .faculty-quote-callout-text p, .faculty-quote-callout-text {
    font-size: 1.2rem; } }
@media screen and (min-width: 600px) {
  .faculty-quote-callout-text p, .faculty-quote-callout-text {
    font-size: 1.4rem; } }
@media screen and (min-width: 1000px) {
  .faculty-quote-callout-text p, .faculty-quote-callout-text {
    font-size: 1.7rem; } }
.faculty-quote-callout-leftbox {
  padding-right: 5% !important;
  margin: 0;
  padding-bottom: 53% !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(rgba(0, 71, 133, 0)), to(rgba(0, 71, 133, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 71, 133, 0), rgba(0, 71, 133, 0)); }

@media screen and (min-width: 800px) {
  .faculty-quote-callout-leftbox {
    padding-right: 50% !important;
    padding-bottom: 0% !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(rgba(0, 71, 133, 0)), to(rgba(0, 71, 133, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 71, 133, 0), rgba(0, 71, 133, 0)); } }
.faculty-quote-callout-name {
  font-size: .75em;
  color: #fff;
  font-style: initial;
  padding-left: 5%; }

.faculty-quote-callout-description {
  font-size: .6em;
  font-family: 'rig-sans', arial;
  font-style: normal;
  line-height: 20px;
  color: #fff;
  font-style: initial;
  padding-left: 5%; }

.faculty-quote-callout-subtitle {
  font-size: .45em;
  font-weight: 300;
  font-family: 'rig-sans', arial;
  padding-top: 5px;
  color: #fff;
  font-style: initial;
  padding-left: 5%; }

.faculty-quote-callout-button {
  padding-top: 1em;
  padding-left: 5%; }

/* --- END QUOTE FACULTY CALLOUT SNIPPET --- */
/*
FACULTY DETAIL STYLES (3/28/17 BJR)
*/
.go-back {
  color: #00794c;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  margin: 20px 0 40px 0;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .go-back {
      font-size: 28px; } }
  .go-back:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(/_resources/images/cta-arrow-pink@2x.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center; }
    @media screen and (min-width: 768px) {
      .go-back:before {
        top: 10px; } }

.faculty-contact-details {
  border-bottom: 2px solid #e3e5e6;
  border-top: 2px solid #e3e5e6;
  padding: 22px 0;
  margin-bottom: 45px;
  font-size: 18px; }
  @media screen and (min-width: 1000px) {
    .faculty-contact-details {
      margin: 50px 0 50px -30px;
      padding: 35px 30px; } }
  .faculty-contact-details .faculty-contact-details-phone {
    color: black;
    margin-right: 40px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    display: block; }
    @media screen and (min-width: 768px) {
      .faculty-contact-details .faculty-contact-details-phone {
        display: inline-block;
        margin-bottom: 0; } }
    .faculty-contact-details .faculty-contact-details-phone:before {
      content: "";
      display: block;
      width: 22px;
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -15.5px;
      left: 0;
      background-image: url(/_resources/images/icon-phone.png);
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: center; }
  .faculty-contact-details .faculty-contact-details-email {
    display: block;
    margin-right: 40px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .faculty-contact-details .faculty-contact-details-email {
        display: inline-block;
        margin-bottom: 0; } }
    .faculty-contact-details .faculty-contact-details-email:before {
      content: "";
      display: block;
      width: 27px;
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -15.5px;
      left: 0;
      background-image: url(/_resources/images/icon-mail.png);
      background-repeat: no-repeat;
      background-size: 27px;
      background-position: center; }
  .faculty-contact-details .office-info b {
    margin-right: 10px; }

@media screen and (min-width: 1000px) {
  .faculty-detail-categories {
    margin: 40px 0 0 -30px; } }

.faculty-detail-category {
  border-bottom: 2px solid #e3e5e6;
  padding: 30px 0;
}
  .faculty-detail-category hr {
    border-top: 3px dotted #eaeaea !important;
    margin: 7px; }
  .faculty-detail-category:last-child {
    border-bottom: 0; }
  .faculty-detail-category h3 {
    margin: 0 0 40px 0; }
  .faculty-detail-category .book-title {
    font-style: italic; }
  @media screen and (min-width: 1000px) {
    .faculty-detail-category {
      padding: 50px 30px 30px 30px; }
      .faculty-detail-category:first-child {
        padding-top: 0; } }
  .faculty-detail-category.research-and-teaching-interests ul li, .faculty-detail-category.courses-offered ul li {
    margin-bottom: 0px; }
    .faculty-detail-category.research-and-teaching-interests ul li:last-child, .faculty-detail-category.courses-offered ul li:last-child {
      margin-bottom: 0; }

.more-content-button {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  color: #00794c;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  }
.more-content-button:hover {
  color: #004785;
}
  .more-content-button:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(/_resources/images/emerald-right.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    }
  .more-content-button.active:before {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.more-content-container {
  display: none; }
  .more-content-container ul {
    margin: 0; }

.faculty-directory .content-container {
  max-width: 1400px;
    margin-top: 20px;
}
  .faculty-directory .content-container td {
    font-size: 16px;
    vertical-align: top; }
    .faculty-directory .content-container td a {
      /*text-decoration: underline;*/
      white-space: nowrap;
      display: block;
      /*color: #004785;*/
      font-weight: 600;
	  font-family: 'rig-sans', arial;
	}
      .faculty-directory .content-container td a.tel {
        color: black;
        text-decoration: none;
        font-weight: 400; }

.faculty-detail {
  padding-top: 30px;
  }
  .faculty-detail hr {
    /* border-top: 1px solid #e6e7e9; */
    }
  .faculty-detail figcaption {
    /*padding-left: 25px;*/ }

/*-----
	Footer Styles 
	-----*/
fgcufooter {
  display: block; }

fgcufooter#colophon {
  background-color: #004785;
  color: #ffffff; }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .upper-footer {
      padding: 45px 70px 10px 70px;
      position: relative; } }
  fgcufooter#colophon .column-1 .footer-social-media {
    position: inherit !important;
    margin-top: 20px; }
    fgcufooter#colophon .column-1 .footer-social-media ul {
      margin-left: -16px; }
  fgcufooter#colophon .column-4 ul:last-child {
    padding-top: inherit; }
    fgcufooter#colophon .column-4 ul:last-child:before {
      content: none; }
  fgcufooter#colophon ul, fgcufooter#colophon ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    }
    fgcufooter#colophon ul a, fgcufooter#colophon ul li a {
      display: inline-block;
      text-decoration: none;
      }
    fgcufooter#colophon ul a:hover, fgcufooter#colophon ul li a:hover {
      text-decoration: underline;
      }
  fgcufooter#colophon .title {
    font-family: 'rig-sans', arial;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 3px;
    }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon .title {
        font-size: 14px;
        font-size: 1.125rem;
        } }
    @media screen and (min-width: 1000px) {
      fgcufooter#colophon .title {
        margin-bottom: 1px;
        } }
  fgcufooter#colophon .phone-numbers {
    margin-bottom: 15px; }
    fgcufooter#colophon .phone-numbers a {
      /* display: block!important; */
      margin-right: 15px; }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon .phone-numbers {
        margin-bottom: 0; }
        fgcufooter#colophon .phone-numbers a {
          /* display: block!important; */
          margin-right: 0; } }
    @media screen and (min-width: 1000px) {
      fgcufooter#colophon .phone-numbers {
        margin-bottom: 25px; } }
  fgcufooter#colophon a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
 }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon a {
        font-size: 14px;
        font-size: .95rem;
        } }
    fgcufooter#colophon a:hover {
      color: #bae5ff;
      }
    fgcufooter#colophon a.footer-logo {
      dispaly: block; }
      fgcufooter#colophon a.footer-logo img {
        max-width: 200px;
        margin-bottom: 0px;
        width: 100%;
        margin-top: 0px;
        }
        @media screen and (min-width: 768px) {
          fgcufooter#colophon a.footer-logo img {
            max-width: 161px;
            margin-bottom: 0px;
            } }
        @media screen and (min-width: 1000px) {
          fgcufooter#colophon a.footer-logo img {
            max-width: 220px;
            margin-bottom: 0px;
            } }
    fgcufooter#colophon a.fgcu-360 {
      display: block; }
      fgcufooter#colophon a.fgcu-360 img {
        max-width: 97px;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          fgcufooter#colophon a.fgcu-360 img {
            margin-bottom: 5px; } }
      @media screen and (min-width: 1000px) {
        fgcufooter#colophon a.fgcu-360 {
          float: left;
          margin-right: 27px;
          margin-top: 7px; } }
    fgcufooter#colophon a.tel, fgcufooter#colophon a.toll-free, fgcufooter#colophon a.contact {
      position: relative;
      padding-left: 10px;
      text-decoration: none;
      }
      fgcufooter#colophon a.tel:before, fgcufooter#colophon a.toll-free:before, fgcufooter#colophon a.contact:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 13px;
        height: 14px; }
      @media screen and (min-width: 768px) {
        fgcufooter#colophon a.tel, fgcufooter#colophon a.toll-free, fgcufooter#colophon a.contact {
          margin-bottom: 5px !important; } }
  fgcufooter#colophon address {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal;
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 20px;
    /*&:before {
    	display: block;
    	content: '';
    	position: absolute;
    	left: 0;
    	top: -1px;
    	width: 13px;
    	height: 16px;
    	background: left top no-repeat url(/_resources/images/location-icon@2x.png);
    	background-size: 13px auto;
    }*/ }
    fgcufooter#colophon address a {
      padding-left: 15px;
      display: inline-block;
      text-decoration: none;
      }
    fgcufooter#colophon address .icon-location {
      font-size: 18px;
      font-size: 1.125rem;
      vertical-align: top; }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon address {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1000px) {
      fgcufooter#colophon address {
        margin-bottom: 0; } }
  fgcufooter#colophon .upper-footer {
    padding: 20px 15px 0 15px;
    border-bottom: 5px solid #00794C;
    }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon .upper-footer {
        padding: 28px 50px 0 50px; }
        fgcufooter#colophon .upper-footer:before, fgcufooter#colophon .upper-footer:after {
          content: " ";
          display: table; }
        fgcufooter#colophon .upper-footer:after {
          clear: both; } }
    @media screen and (min-width: 1000px) {
      fgcufooter#colophon .upper-footer {
        padding: 45px 70px 20px 70px;
        position: relative;
        } }
  fgcufooter#colophon .column:nth-child(1) ul:nth-child(2) li:nth-child(6) a:after {
    content: close-quote;
    content: '';
    display: none;
    top: 0px;
    left: 0;
    max-width: 139px;
    margin-bottom: 4px;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    }
fgcufooter#colophon .column-0 .title {
            margin-left: 20px; } 
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .column {
      float: left; } }
  fgcufooter#colophon .column ul {
    margin-bottom: 20px;
    }
    fgcufooter#colophon .column ul li {
      padding-bottom: 7px; }
      @media screen and (min-width: 768px) {
        fgcufooter#colophon .column ul li {
          padding-bottom: 5px; } }
      @media screen and (min-width: 1000px) {
        fgcufooter#colophon .column ul li {
          padding-bottom: 0px;
          line-height: 28px;
          } }
  .column.column-0 {
      width: 50%;
      display: inline-block;
      vertical-align: top;
  }
  fgcufooter#colophon .column-1 {
    position: relative;
    padding-bottom: 20px;
    }
    fgcufooter#colophon .column-1 a {
      /* display: block; */ }
    @media screen and (min-width: 768px) {
      fgcufooter#colophon .column-1 {
        padding-bottom: 0;
        margin-bottom: 0;
        width: 50%;
        display: inline-block;
        }
        fgcufooter#colophon .column-1:before, fgcufooter#colophon .column-1:after {
          content: " ";
          display: table; }
        fgcufooter#colophon .column-1:after {
          clear: both; }
        fgcufooter#colophon .column-1 .left, fgcufooter#colophon .column-1 .right {
          width: 50%;
          float: left; } }
    @media screen and (min-width: 768px) and (min-width: 1000px) {
      fgcufooter#colophon .column-1 .left, fgcufooter#colophon .column-1 .right {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 768px) {
        fgcufooter#colophon .column-0 .right {
          padding-top: 102px; }
          fgcufooter#colophon .column-0 .right .icon-mail-close {
            font-size: 14px;
            font-size: 0.875rem; }
          fgcufooter#colophon .column-0 .right .icon-phone {
            font-size: 12px;
            font-size: 0.75rem; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      fgcufooter#colophon .column-0 .right {
        padding-top: 98px;
        margin-bottom: 31px; } }
    @media screen and (min-width: 768px) and (min-width: 1000px) {
      fgcufooter#colophon .column-0 .right {
        padding-top: 25px; } }
    @media screen and (min-width: 768px) {
          fgcufooter#colophon .column-0 .right .toll-free {
            margin-bottom: 25px; } }
    @media screen and (min-width: 1000px) {
      fgcufooter#colophon .column-1 {
        position: static;
        width: 20%;
        float: left;
        }
          fgcufooter#colophon .column-0 {
        position: static;
        width: 16%;
        float: left;
        }
    }
    fgcufooter#colophon .footer-social-media {
      position: relative;
      /* bottom: 15px; */
      width: 100%;
      float: right;
      }
      @media screen and (min-width: 768px) {
        fgcufooter#colophon .footer-social-media {
          /* width: 50%; */
          /* top: 7px; */
          right: 0;
          } }
      @media screen and (min-width: 1000px) {
        fgcufooter#colophon .footer-social-media {
          width: auto;
          /* top: auto; */
          /* bottom: 0px; */
          /* right: 90px; */
          } }
      fgcufooter#colophon .footer-social-media ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        margin-left: -6px;
        justify-content: center;
        }
        fgcufooter#colophon .footer-social-media ul li {
          /* padding-bottom: 0; */
          /* color: #fff; */
          /* background-color: #004785; */
          /* border-radius: 50%; */
          height: 50px;
          width: 50px;
          /* text-align: center; */
          margin-right: 2%;
          position: relative;
          }
 @media screen and (min-width: 1000px) {
        fgcufooter#colophon .footer-social-media ul li {
          margin-left: 20px;
          margin-right: 0px;
          }
 }
fgcufooter#colophon .footer-social-media ul li a:hover img:nth-child(2){
  /* background-color: #1762a3; */
  display: none;
}
fgcufooter#colophon .footer-social-media ul li img{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
fgcufooter#colophon .footer-social-media ul li img:first-child{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}
          fgcufooter#colophon .footer-social-media ul li a {
            /* color: #ffffff; */
            /* padding: 5px 8px; */
            /* vertical-align: middle; */
            text-decoration: none !important;
            }
            fgcufooter#colophon .footer-social-media ul li a:hover {
              text-decoration: none !important;
              color: #fff;
              }
            fgcufooter#colophon .footer-social-media ul li a.facebook {
              font-size: 28px;
              }
            fgcufooter#colophon .footer-social-media ul li a.flickr {
              font-size: 28px; }
            fgcufooter#colophon .footer-social-media ul li a.instagram {
              font-size: 29px;
              }
            fgcufooter#colophon .footer-social-media ul li a.twitter {
              font-size: 29px;
              }
            fgcufooter#colophon .footer-social-media ul li a.youtube {
              font-size: 30px;
              }
            fgcufooter#colophon .footer-social-media ul li a.linkedin {
              font-size: 29px;
              }
            fgcufooter#colophon .footer-social-media ul li a .title {
              border: 0;
              clip: rect(0 0 0 0);
              height: 1px;
              margin: -1px;
              overflow: hidden;
              padding: 0;
              position: absolute;
              width: 1px; }
            @media screen and (min-width: 1000px) {
              fgcufooter#colophon .footer-social-media ul li a {
                /* line-height: 1; */
                /* padding: 5px 8px; */
                }
                fgcufooter#colophon .footer-social-media ul li a.facebook {
                  font-size: 30px;
                  }
                fgcufooter#colophon .footer-social-media ul li a.flickr {
                  font-size: 33px; }
                fgcufooter#colophon .footer-social-media ul li a.instagram {
                  font-size: 32px;
                  padding-left: 8px;
                  margin-top: -2px;
                  }
                fgcufooter#colophon .footer-social-media ul li a.twitter {
                  font-size: 30px;
                  }
                fgcufooter#colophon .footer-social-media ul li a.youtube {
                  font-size: 30px;
                  }
                fgcufooter#colophon .footer-social-media ul li a.linkedin {
                  font-size: 30px;
                  padding-left: 9px;
                  } }
  @media screen and (min-width: 768px) {
    fgcufooter#colophon .column-2, fgcufooter#colophon .column-4 {
      padding-right: 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    fgcufooter#colophon .column-0, fgcufooter#colophon .column-1, fgcufooter#colophon .column-2, fgcufooter#colophon .column-3, fgcufooter#colophon .column-4, fgcufooter#colophon .column-5 {
      width: 50%;
      float: left;
      min-height: 290px;
      } }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .column-2 {
      width: 20%;
      float: left;
      padding-right: 25px;
      } }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .column-3 {
      width: 18%;
      float: left;
      padding-right: 25px;
      } }
  fgcufooter#colophon .column-4 ul:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .column-4 {
      width: 16%;
      float: left;
      padding-right: 25px;
      } }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .column-5 {
      width: 10%;
      float: left;
      padding-right: 25px;
      } }
 @media screen and (min-width: 1000px) and (max-width: 1400px) {
          fgcufooter#colophon .column-0 {
        width: 33%;
            min-height: 300px;
        }
        fgcufooter#colophon .column-1 {
        width: 33%;
          min-height: 300px;
        }
        fgcufooter#colophon .column-2 {
        width: 33%;
          min-height: 300px;
        }
        fgcufooter#colophon .column-3 {
        width: 33%;
        }
        fgcufooter#colophon .column-4 {
        width: 33%;
        }
        fgcufooter#colophon .column-5 {
        width: 33%;
        }
    }
  fgcufooter#colophon .column-4 ul:last-child {
    padding-bottom: 13px;
    position: relative; }
  @media screen and (min-width: 768px) {
    fgcufooter#colophon .clear:before, fgcufooter#colophon .clear:after {
      content: " ";
      display: table; }
    fgcufooter#colophon .clear:after {
      clear: both; } }
  @media screen and (min-width: 1000px) {
    fgcufooter#colophon .clear:before, fgcufooter#colophon .clear:after {
      display: none; } 
  }
  fgcufooter#colophon .lower-footer-left {
    float: left;
    max-height: 100px;
    width: 100%;
    }
  @media screen and (min-width: 1000px) {
        fgcufooter#colophon .lower-footer-left {
    width: 26%;
    }
  }
fgcufooter#colophon .lower-footer-right > ul{
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
fgcufooter#colophon .lower-footer-right a {
    font-size: 14px;
}
fgcufooter#colophon .lower-footer-right > ul > li {
  display: inline-block;
}
fgcufooter#colophon .lower-footer-right > ul > li:after{
  content: " | ";
	font-size: 14px;
}
fgcufooter#colophon .lower-footer-right > ul > li:last-child:after{
  content: ""
}
  fgcufooter#colophon .lower-footer-right .allrights-university {
    color: #333;
    float: right;
    width: 100%;
    margin-top: 13px;
    font-size: 14px;
    margin-bottom: -5px;
    text-align: right;
  }
  fgcufooter#colophon .lower-footer-right {
    float: right;
    margin-right: 30px;
    width: 70%;
    text-align: right;
    }
    @media screen and (max-width: 999px) {
        fgcufooter#colophon .lower-footer-right .allrights-university,  fgcufooter#colophon .lower-footer-right > ul {
             text-align: center;
        }
      fgcufooter#colophon .lower-footer-right {
        float: left;
        margin-right: 0px;
        border-top: 2px dotted #ffffff33;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        } 
      .lower-footer-right button.main-language-toggle{
        background-size: 18px auto;
        width: 50px;
        height: 31px;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #003f75;
        background-color: #003f75;
        }

        .lower-footer-right .language-container {
            position: absolute;
            bottom: 0px;
            right: 115px;
        }

        .lower-footer-right .lang-dropdown{left: 0px;bottom: 48px;}
        }

         @media screen and (max-width: 1000px) {
        .uwy.userway_p5.userway_hidden ~ fgcufooter#colophon .lower-footer-right .language-container {
    left: 53px;
}
        .uwy.userway_p5:not(.userway_hidden) ~ fgcufooter#colophon .lower-footer-right .language-container {
    left: 68px;
}
}
        
         @media screen and (max-width: 767px) {
        .lower-footer-right .language-container {
            left: 52px;
        }
   
		.uwy.userway_p5.userway_hidden ~ fgcufooter#colophon .lower-footer-right .language-container {
			left: 13px;
		}
		.uwy.userway_p5:not(.userway_hidden) ~ fgcufooter#colophon .lower-footer-right .language-container {
			left: 60px;
		}
			 
		fgcufooter#colophon .column ul li{
			width: 50%;
			vertical-align: top;
		}

		fgcufooter#colophon .column-3 ul li, fgcufooter#colophon .column-4 ul li, fgcufooter#colophon .column-5 ul li{
			display: inline-flex;
			width: 30%;
			vertical-align: top;
		}

        fgcufooter#colophon .column-0 ul li, fgcufooter#colophon .column-1 ul li, fgcufooter#colophon .column-2 ul li{
			display: inline-flex;
			width: 45%;
			vertical-align: top;
		}
			 
		fgcufooter .phone-numbers > div {
			display: inline-block;
		}


		fgcufooter#colophon .column ul {
			margin-bottom: 10px;
		}

		fgcufooter#colophon .phone-numbers, fgcufooter#colophon address {
			margin-bottom: 3px;
		}

		fgcufooter#colophon .column-1 .footer-social-media{
			margin-top: 3px;
		}

		fgcufooter#colophon a.footer-logo img{
			margin-bottom: 15px;
			margin: 0 auto;
		}

		fgcufooter#colophon .column-1{
			padding-bottom: 10px;
			margin-top: 20px;
		}
			 
		fgcufooter#colophon .column-1 ul li {
			/* width: auto; */
		}
}

  fgcufooter#colophon #google_translate_element {
    max-height: 19px; }
    fgcufooter#colophon #google_translate_element span {
      display: none; }
  fgcufooter#colophon .goog-te-gadget {
    color: #003f75 !important; }
    fgcufooter#colophon .goog-te-gadget .goog-te-combo {
      color: #ffffff;
      background-color: #003f75;
      border: none; }
  fgcufooter#colophon .lower-footer {
    padding: 20px 15px;
    background-color: #ffffff;
    padding-bottom: 80px;
    /* min-height: 115px; */
    /* max-height: 130px; */
    }
    fgcufooter#colophon .lower-footer .lower-footer-left ul {
      list-style: none;
      font-size: .875rem;
      margin-right: 30px; }
      fgcufooter#colophon .lower-footer .lower-footer-left ul li {
        display: inline;
        }
        fgcufooter#colophon .lower-footer .lower-footer-left ul li + li::before {
          content: " | "; }
	fgcufooter#colophon .lower-footer li {
		color: #333;
		text-decoration: none;
	}
	fgcufooter#colophon .lower-footer a {
		color: #55616D;
			text-decoration: none;
	}
	#de {
		font-weight: 700 !important;
		font-size: 16px !important;
		color: #004785 !important;
	}
    @media screen and (min-width: 768px) {
      fgcufooter#colophon .lower-footer {
        padding: 30px 70px;
        } }
      @media screen and (min-width: 1000px) {
      fgcufooter#colophon .lower-footer {
        min-height: 160px;
        max-height: 160px;
        } }
    fgcufooter#colophon .lower-footer p {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 0;
      margin-top: 0; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-large {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0; } }
@keyframes pulse-large {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; } }
@-webkit-keyframes effect-line {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }
@keyframes effect-line {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes scroll-indicator {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  75% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; } }
@keyframes scroll-indicator {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  75% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; } }
/*fgcuteam-gabriel add spin effect*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
html.no-js body #masthead {
  height: auto;
  position: static; }
  html.no-js body #masthead:before, html.no-js body #masthead:after {
    content: " ";
    display: table; }
  html.no-js body #masthead:after {
    clear: both; }
  html.no-js body #masthead .logo {
    float: none; }
  html.no-js body #masthead .header-nav {
    float: none !important; }
  html.no-js body #masthead .main-menu li {
    background-color: #004785; }
    html.no-js body #masthead .main-menu li:hover {
      background-color: #004785 !important; }
  html.no-js body #masthead .sub-menu {
    display: block !important; }
    html.no-js body #masthead .sub-menu a {
      color: #ffffff !important; }
  html.no-js body #masthead .nav-main-container {
    float: none !important; }
  html.no-js body #masthead .globalnav-menu {
    display: none; }
  html.no-js body #masthead #nav-main {
    display: block;
    position: static; }
  html.no-js body #masthead #quick-links-dekstop {
    float: none; }
  html.no-js body #masthead #quick-links {
    position: static !important; }
  html.no-js body #masthead .panel {
    width: 100% !important;
    float: none !important; }
    html.no-js body #masthead .panel .resource-menu, html.no-js body #masthead .panel .secondary-menu {
      background-color: #ffffff; }
      html.no-js body #masthead .panel .resource-menu a, html.no-js body #masthead .panel .secondary-menu a {
        color: #004785 !important; }
    html.no-js body #masthead .panel .resource-menu, html.no-js body #masthead .panel .secondary-menu, html.no-js body #masthead .panel .social-menu {
      float: none !important;
      width: 100% !important; }
html.no-js body .fab-wrapper {
  position: static; }
  html.no-js body .fab-wrapper .link-wrapper {
    display: block !important;
    opacity: 1 !important; }
    html.no-js body .fab-wrapper .link-wrapper a, html.no-js body .fab-wrapper .link-wrapper .label {
      display: block !important;
      opacity: 1 !important;
      position: static; }
html.no-js body .the-fgu-effect * {
  display: block !important;
  position: static !important;
  opacity: 1  !important;
  float: none !important; }
html.no-js body .the-fgu-effect #effect-line-animation {
  display: none !important; }
html.no-js body .the-fgu-effect .icons, html.no-js body .the-fgu-effect #reset-the-fgcu-effect {
  display: none !important; }
html.no-js body .stat p {
  opacity: 1 !important; }
html.no-js body .slider {
  opacity: 1 !important; }
html.no-js body .page-navigation-wrapper .page-navigation {
  position: static !important;
  display: block; }
  html.no-js body .page-navigation-wrapper .page-navigation .section-navigation {
    float: none !important; }
  html.no-js body .page-navigation-wrapper .page-navigation #nav-inner {
    display: block;
    position: static !important; }
    html.no-js body .page-navigation-wrapper .page-navigation #nav-inner ul, html.no-js body .page-navigation-wrapper .page-navigation #nav-inner li, html.no-js body .page-navigation-wrapper .page-navigation #nav-inner a {
      display: block !important; }
html.no-js body .more-info {
  display: block !important; }

/*-----
	FGCUTEAM Added Styles 
	-----*/
/*Bootstrap/plugins extented styles*/
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.tab-content:before,
.tab-content:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*===buttons===*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
  }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.close {
  float: right;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #00794c;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
  filter: alpha(opacity=20);
  }

.close:hover {
  color: #004785 !important;
  text-decoration: none;
  cursor: pointer;
  /* opacity: 0.5; */
  filter: alpha(opacity=50);
  }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/*===Progress Bar===*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/*===Panels===*/
.panel {
  background-color: #fafbfd;
  border-radius: 4px;
  border: 1px solid #e6e7e9;
  }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f3f3f3;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel .panel-heading {
  font-size: 20px; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f3f3f3; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f3f3f3;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #eaeaea; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #004785; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/*===Tabs===*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /* background-color: #eeeeee; */
  }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.accordion section.n_tabs .container-flex {
    padding: 0px;
}

.nav-tabs:not(.nav-tabs-vertical) {
  padding-left: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #e6e7e9;
  }
  @media screen and (min-width: 1000px) {
    .nav-tabs:not(.nav-tabs-vertical) {
      /* border-bottom: 1px solid #e6e7e9; */
      } }

.nav-tabs:not(.nav-tabs-vertical) > li {
  float: left;
  margin-bottom: -1px !important;
  padding-left: 0 !important;
  padding-right: 0px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: row;
  }

@media screen and (max-width: 767px) {
  .nav-tabs:not(.nav-tabs-vertical) > li {
    float: none;
    } }
.nav-tabs:not(.nav-tabs-vertical) > li > a {
  line-height: 1.42857143;
  /* background: #ffffff; */
  margin-bottom: 1px;
  /*fgcuteam-gabriel*/
  text-decoration: none !important;
  color: #333;
  }
  @media screen and (min-width: 1000px) {
    .nav-tabs:not(.nav-tabs-vertical) > li > a {
      margin-right: 2px;
      margin-bottom: -2px;
      } }

.nav-tabs:not(.nav-tabs-vertical) > li > a:hover, .nav-tabs:not(.nav-tabs-vertical) > li.active > a {
  text-decoration: none !important;
  border-bottom: 5px solid #00bbdd;
  }

.nav-tabs:not(.nav-tabs-vertical) > li.active > a,
.nav-tabs:not(.nav-tabs-vertical) > li.active > a:hover,
.nav-tabs:not(.nav-tabs-vertical) > li.active > a:focus {
  color: #333;
  font-weight: 700;
  cursor: default;
  text-decoration: none;
  }

.nav-tabs-vertical {
  margin-top: 25px; }


.nav-tabs li.active .featured-video {
  padding: 10px; }
.nav-tabs li.active section.text-container {
  padding: 10px; }

.nav-tabs-vertical.nav > li {
  margin-bottom: 0px;
  margin-right: -4px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 3px;
  }
.nav-tabs-vertical.nav > li > a {
  color: #333;
  text-align: left;
  padding-right: 20px;
  z-index: 1;
	transition: font-weight .3s;
}
.nav-tabs-vertical.nav > li:hover > a, .nav-tabs-vertical.nav > li.active > a {
	padding-left: 8px;
    border-right: #00bbdd 7px solid;
	transition: font-weight .3s;
}
  @media screen and (min-width: 1000px) {
    .nav-tabs-vertical.nav > li > a {
      padding-right: 50px;
		text-align: right;
    }
    .nav-tabs-vertical.nav > li {
      margin-bottom: 3px;
      } }
  @media screen and (max-width: 1000px) {
    .nav-tabs-vertical.nav > li.active {
      background-color: #fafcfe; } }

.nav-tabs .active {
  padding-left: 10px;
  padding-right: 10px; }

.nav-tabs-vertical.col-md-6, .nav-tabs-vertical.col-md-4 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-right: 1px solid #e6e7e9;
  }

.tab-content-vertical section.text-container {
  padding: 20px; }

.nav-tabs-vertical li.active > a {
  color: #333;
  font-weight: 700;
  border-color: #00bbdd;
  }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  padding: 25px;
  display: block;
  }

.tab-content-vertical > .active {
	border: 0px solid #fff;
	margin-left: -4px;
	padding-left: 10%;
	padding-right: 5%;
	max-width: 100%;
  }

@media (max-width: 768px) {
.verticaltabs > .container-flex {
    padding: 0px;
}
}

@media (min-width: 1000px) {
.tab-content-vertical > .active {
   padding-left: 90px;
}}

  .tab-content-vertical > .active > h2, .tab-content-vertical > .active > h3, .tab-content-vertical > .active > h4, .tab-content-vertical > .active > h5, .tab-content-vertical > .active > h6 {
      margin-top: 0px;
  }

  .tab-content > .active .featured-video {
    padding: 5px; }

.nav-tabs:not(.nav-tabs-vertical) .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.verticaltabs {
    display: flex;
    align-items: stretch;
}

/*===Jumbotron===*/
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }
/*===modal===*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2002;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  /*fgcuteam-gabriel for vertical align*/ }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  /*fgcuteam-gabriel Add overflow and max height*/
  max-width: 800px;
  width: 90%;
  }

.modal-dialog.splash {
  max-width: initial !important;
  min-width: 200px !important; }

/*fgcuteam-gabriel Add splash specific modal style dimmensions*/
@media screen and (min-width: 768px) {
  .modal-dialog.splash {
    width: 65% !important; } }
@media screen and (max-width: 768px) {
  .modal-dialog.splash {
    width: 90% !important; }

  /*fgcuteam-mike added tablet width*/ }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  /*fgcuteam-gabriel for vertical align*/
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/*fgcuteam-gabriel for vertical align ---- fgcuteam-mike removed media query of min-width 768 to allow vertical align on all sizes of the splash modal*/
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #fff0;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  }

.modal-content::-webkit-scrollbar-track, .modal-body::-webkit-scrollbar-track {
    background-color: #F2F6F9;
}
.modal-content::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
      background-color: #CCDAE7;
}

.modal-content::-webkit-scrollbar, .modal-body::-webkit-scrollbar{
    width: 8px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: #333333; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  padding-bottom: 0px;
  }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: 700;
  text-align: center;
  }

p.modal-title.h4 {
  margin-bottom: 0px; }

.modal-body {
  position: relative;
  padding: 15px;
  /*fgcuteam-gabriel Add overflow and max height*/
  overflow-y: auto;
  max-height: 600px;
  overflow-x: auto;
  color: #333333;
  overflow-x: clip;
  margin-bottom: 30px;
  }

section.living-laboratory .modal-body p {
    color: #333;
}

@media (max-width: 1600px) and (min-width: 1401px) {
  .modal-body {
    max-height: 450px; }

  .modal-dialog {
    margin: 100px auto !important; } }
@media (max-width: 1400px) and (min-width: 1000px) {
  .modal-body {
    max-height: 350px; }

  .modal-dialog {
    margin: 100px auto !important; } }
@media (max-width: 768px) {
  div.modal-body > p > img, div.modal-body > img {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 109.7%; }

  .modal-body {
    overflow-x: hidden; } }
.modal-footer {
  padding: 15px;
  text-align: right;
  display: none;
  }
  .modal-footer button {
    margin-bottom: 15px;
    display: none;
    }
    .modal-footer button.button.solid.white.flat {
      color: #737373;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 3px;
      padding: 0px;
      margin-right: 25px;
      background-color: #fff;
      }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.modal-dialog.blue .modal-header {
  background-color: #004785;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .modal-dialog.blue .modal-header .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none; }
    .modal-dialog.blue .modal-header .close:hover, .modal-dialog.blue .modal-header .close .close:focus {
      color: #ffffffb0;
      opacity: 1;
      text-shadow: none; }
  .modal-dialog.blue .modal-header .modal-title {
    color: #ffffff; }
.modal-dialog.blue .modal-footer {
  background-color: #eaeaea;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
  .modal-dialog.blue .modal-footer button.button.solid.white.flat {
    color: #464646;
    /* border-bottom: 4px solid #bfbfbf; */
    background-color: #fff0 !important;
    }
    .modal-dialog.blue .modal-footer button.button.solid.white.flat:hover {
      /* border-bottom: 4px solid #909090; */
      }
  .modal-dialog.blue .modal-footer button.button.solid.blue.flat {
    background-color: #00794c; }
    .modal-dialog.blue .modal-footer button.button.solid.blue.flat:hover {
      color: #00794c;
      background-color: #ffffff; }

/* Other styles*/
.topicalcontainer {
  position: relative;
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 25px; }

/*@media screen and (max-width: 1500px){
	.living-lab-small p{
	 font-size: 1.4rem !important; }
}*/
/*fgcuteam-gabriel */
#ui-datepicker-div table {
  min-width: 100% !important; }

/*fgcuteam-gabriel */
.tiva-events-calendar table {
  min-width: 100% !important; }

/*fgucuteam-gabriel*/
.image-float-text {
  display: table;
  width: 100%; }

.image-float-text-left img {
  float: left;
  margin: 15px 15px 15px 0; }

.image-float-text-right img {
  float: right;
  margin: 15px 0 15px 15px; }

/*fgucuteam-gabriel google search*/
.gcsc-branding, .gsc-thumbnail {
  display: none !important; }

.gsc-thumbnail-inside, .gsc-url-top {
  padding: 0 !important; }

.gsc-control-cse, .gsc-control-cse, .gsc-table-result {
  font-family: inherit !important; }

.gs-visibleUrl {
  font-size: 1.275rem !important; }

.gs-webResult.gs-result a.gs-title:link b {
  color: #007DA3 !important;
  text-decoration: none !important;
  font-size: 1.575rem !important;
  font-weight: 600;
  }

.gs-webResult.gs-result a.gs-title:hover b {
  color: #55616d !important;
  text-decoration: none !important;
  font-size: 1.575rem !important;
  font-family: 'rig-sans', arial;
  }

.gs-webResult.gs-result a.gs-title:hover {
  color: #55616d !important;
  }

.gs-snippet {
  font-size: 1.075rem !important; }

.gs-title {
  text-decoration: none !important;
  color: #007DA3 !important;
  font-size: 1.575rem !important;
  height: auto !important;
  }

a.gs-title:after {
  content: "";
  width: 18px;
  height: 19px;
  margin-left: 10px;
  background-image: url(/_resources/images/emerald-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  }

.gsc-results table tbody td {
  padding: 0px; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: black !important; }

.gsc-cursor-current-page:after {
  content: "";
  background: #0051b2;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-weight: bold !important;
  font-size: 1.25rem !important;
  font-size: 18px !important;
  color: #0051b2;
  padding: 10px 12.5px !important;
  position: relative !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: black !important;
  text-decoration: none !important; }

.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link {
    color: #004785 !important;
    font-size: 24px;
}

.gs-promotion-text-cell {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #ffffff !important;
}

@media screen and (max-width: 768px) {
	.gsc-results .gsc-cursor-box {
		margin: 0px;
	}
	
	.gs-visibleUrl  {
  	font-size: 1rem !important;
	line-height: 19px;
	}
	
	.gs-snippet  {
  	font-size: .9rem !important;
	line-height: 19px;
	}
	
	.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link, .gs-title, .gs-webResult.gs-result a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:link b  {
    font-size: 1.275rem !important; 
	}
	
	.gs-webResult.gs-result a.gs-title:link b {
		font-size: 1.25rem !important;
		line-height: 24px;
	}
	
}

.link-arrow .icon-cta-arrow-right {
  margin-left: 12px;
  margin-left: 0.8rem;
  display: none;
 }

.link-arrow {
  display: inline-block;
  text-decoration: none;
  margin-right: 25px;
  }

.link-arrow:after {
    content: '';
    background: url(/_resources/images/marine-right.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    height: 22px;
    width: 14px;
    margin-bottom: -2px;
    margin-left: 6px;
}

.link-arrow:hover:after {
    background: url(/_resources/images/slate-right.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    height: 22px;
    width: 14px;
    margin-bottom: -2px;
    margin-left: 6px;
}

input.link-arrow {
  background: none;
  border: none; }

/*fgcuteam-gabriel accordion simple*/
.accordion-wrapper.simple > ul > li {
  padding-left: 75px !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.accordion-wrapper.simple > ul > li {
  /* border-bottom: 3px dotted #eaeaea !important; */
  }

.accordion-wrapper.simple > ul > li.expanded {
  background-color: initial !important; }

/*fgcuteam-gabriel accordion plain*/
/*.accordion-wrapper.plain.pull ul{padding-left: 0px !important;}*/
.accordion-wrapper.plain ul li {
  padding-left: 20px !important; }

/*.accordion-wrapper.plain.pull ul li {padding-left: 0px !important;}*/
.accordion-wrapper.plain ul li .toggle-accordion-list {
  left: -12px;
  top: 6px; }

/*.accordion-wrapper.plain.pull ul li .toggle-accordion-list{left: -32px;}*/
.accordion-wrapper.plain ul li .toggle-accordion span:after, .accordion-wrapper.plain ul li .toggle-accordion-list span:after {
  background-color: #004785; }

.accordion-wrapper.plain ul li .toggle-accordion span:before, .accordion-wrapper.plain ul li .toggle-accordion-list span:before {
  background-color: #004785; }

.accordion-wrapper.plain ul li .toggle-accordion-list span {
  background-color: initial;
  cursor: pointer; }

.accordion-wrapper.plain ul li.expanded .toggle-accordion-list span {
  background-color: initial; }

.accordion-wrapper.plain ul li .accordion-title {
  font-family: 'rig-sans', arial;
  font-size: 18px;
  font-size: 1.125rem;
  color: #004785;
  margin-top: 4px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper.plain ul li .accordion-title {
    font-size: 19px;
    font-size: 1.1875rem; } }
@media screen and (min-width: 1000px) {
  .accordion-wrapper.plain ul li .accordion-title {
    font-size: 21px;
    font-size: 1.3125rem; } }
/*fgcuteam-gabriel Add lorem ipsum content placeholder for templates content regions a*/
[label*=content]:after {
  content: ' ';
  margin-bottom: 31px;
  display: block;
  /*a[data-region-style='button'].ou-btn:after*/ }

/*fgcuteam-gabriel Add position relative for OU Edit Content Region buttons because of some issues when some content snippets have backgrounds with missing images affects Z Index display of the button */
a[data-region-style='button'].ou-btn {
  position: relative; }

.topical-carousel {
  /* ADA Contrast fix for accordions on blue backgrounds */ }
  .topical-carousel .accordion-controls button {
    color: white;
    opacity: inherit;
    font-family: 'rig-sans', arial;
    font-weight: normal;
    text-shadow: none; }
  .topical-carousel .accordion-wrapper .close {
    background: left bottom 8px no-repeat url(/_resources/images/white-arrows.png);
    background-size: 13px auto; }
    @media screen and (min-width: 768px) {
      .topical-carousel .accordion-wrapper .close {
        background-size: 16px auto; } }
    @media screen and (min-width: 1000px) {
      .topical-carousel .accordion-wrapper .close {
        background-size: 17px;
        background-position: left top 8px; } }
  .topical-carousel .accordion-wrapper .open {
    background: left top 6px no-repeat url(/_resources/images/white-arrows.png);
    background-size: 13px auto; }
    @media screen and (min-width: 768px) {
      .topical-carousel .accordion-wrapper .open {
        background-size: 16px auto; } }
    @media screen and (min-width: 1000px) {
      .topical-carousel .accordion-wrapper .open {
        background-size: 17px;
        background-position: left bottom 9px; } }

/*fgcuteam-gabriel Add back to top class */
.back-to-top {
  text-decoration: none !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  color: #004785;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block; }

.back-to-top:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 4px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-image: url(/_resources/images/icon-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center; }

/*fgcuteam-gabriel add stackable html table cell*/
.stackable-table-wrap table {
  min-width: inherit;
  width: 100%; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1000px) {
  .stackable-table-wrap tr.with-borders {
    /* border: 1px solid #e6e7e9; */
    }

  .stackable-table-wrap td.align-left {
    text-align: left; }

  .stackable-table-wrap td.align-center {
    text-align: center; }

  .stackable-table-wrap td.align-right {
    text-align: right; }

  /* Force table to not be like tables anymore */
  .stackable-table-wrap table, .stackable-table-wrap thead, .stackable-table-wrap tbody, .stackable-table-wrap th, .stackable-table-wrap td, .stackable-table-wrap tr {
    display: block; }

  /* Hide table fgcuheaders (but not display: none;, for accessibility) */
  .stackable-table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .stackable-table-wrap td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    text-align: center;
    width: 100% !important; }

  /*
  Label the data
  */
  .stackable-table-wrap td:before {
    content: attr(data-header);
    font-weight: bold;
    display: block; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .stackable-table-wrap {
    padding: 0;
    margin: 0;
    width: 100%; } }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
  .stackable-table-wrap {
    width: 100%; } }
/*fgcuteam-gabriel Add anchors padding for screen offset. We add id also because the WYSIWYG Editor uses [id] instead of [name] for anchors(which is valid also) */
/* a[name], a[id] { WARNING: CANT DO THIS BECAUSE WILL AFFECT ALSO ALL LINKS with id */
a[name], a[id].anchor-element {
  /* anchor-element class is added by main.js by analyzin what it considers an anchor */
  padding-top: 120px;
  margin-top: -120px;
  display: inline-block;
  /* required for webkit browsers */
  /* display: block; was breaking links that were too close to anchors -- never forget */
  position: relative;
  top: -50px;
  visibility: hidden; }

/*fgcuteam-gabriel add form styles missing form style properties from bootstrap */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

/* fgcuteam-gabriel Add new container-flex based on .container for dual purposes container */
main > .container-flex, article > .container-flex, article > div > .container-flex, article > section.container-flex, article > section > .container-flex, section > .container-flex, article > section > section > .container-flex, article > ouc\:div > .container-flex, article > ouc\:div > section.container-flex, article > ouc\:div > section > .container-flex {
  max-width: 1280px;
  margin: 0 auto 30px auto;
  padding: 0 16px;
  }

.container-flex .container-flex {
  padding: 0px;
  margin: 0;
}

section.text-container.gray .container-flex, section.text-container.gray .container-flex .container-flex {
    /* display: flex; */
/*     align-items: center; */
}

article > h2, article > h3, article > h4, article > h5, article > h6, article > p {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px !important;
  margin-bottom: 20px !important;
}

main > .container-flex, article > .container-flex:before, article > div > .container-flex:before, article > section.container-flex:before, article > section > .container-flex:before, article > .container-flex:after, article > section.container-flex:after, article > section > .container-flex:after, section > .container-flex:after {
  content: " ";
  display: table; }

main > .container-flex, article > .container-flex:after, article > div > .container-flex:after, article > section.container-flex:after, article > section > .container-flex:after, section > .container-flex:after {
  clear: both; }

@media screen and (min-width: 768px) {
  main > .container-flex, article > .container-flex, article > div > .container-flex, article > section.container-flex, article > section > .container-flex, section > .container-flex, article > section > section > .container-flex, article > ouc\:div > .container-flex, article > ouc\:div > section.container-flex, article > ouc\:div > section > .container-flex, article > h2, article > h3, article > h4, article > h5, article > h6, article > p {
    padding: 0 20px; } }
@media screen and (min-width: 1000px) {
  main > .container-flex, article > .container-flex, article > div > .container-flex, article > section.container-flex, article > section > .container-flex, section > .container-flex, article > section > section > .container-flex, article > ouc\:div > .container-flex, article > ouc\:div > section.container-flex, article > ouc\:div > section > .container-flex, article > h2, article > h3, article > h4, article > h5, article > h6, article > p {
    padding: 0 60px;
    margin: 0px auto 40px auto;
    } }
/* fgcuteam-Mike removes top and bottom margin of snippets that are sharing a class dependent on margin */
.remove-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

/* fgcuteam-Mike fixes left and right margin of OU Asset Forms */
.ou-form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px; }

@media screen and (min-width: 768px) {
  .ou-form {
    padding: 0 20px; } }
@media screen and (min-width: 1000px) {
  .ou-form {
    padding: 0 60px; } }
/* fgcuteam-gabriel Remove Browser Style default for paragraph inside a table padding from. */
td p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

/* fgcuteam-gabriel Social Connection Shortcode/Snippet */
.social-connection a {
  padding: 10px; }

/* fgcuteam-mike add arrow-list green triangle */
ul.arrow-list > li {
  list-style: none; }

ul.arrow-list > li:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.7em;
  top: 1em;
  position: relative; }

/* fgcuteam-mike add check-list green checkmark */
ul.check-list > li {
  list-style: none; }

ul.check-list > li:before {
    content: "\2713";
    color: #70a01d;
    left: -0.7em;
    position: absolute; }

/* fgcuteam-mike add x-mark-list red x-mark */
ul.x-mark-list > li {
  list-style: none; }

ul.x-mark-list > li:before {
  content: "\2717";
  color: #00794c;
  left: -1.7em;
  position: relative; }

/* fgcuteam-mike add sub-dash-list gray sub-dash mark */
ul.sub-dash-list > li {
  list-style: none; }

ul.sub-dash-list > li:before {
  content: "\2015";
  display: block;
  left: -1.7em;
  color: #bbbbbb;
  top: 1.5em;
  position: relative; }

/* fgcuteam-gabriel Scroll to Top Page Button */
#scrollToTopPageBtn {
  position: fixed;
  bottom: 67px;
  right: 16px;
  z-index: 99;/*999999999;*/
  padding: 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  background: url(/_resources/images/marine-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transform: rotate(270deg);
  filter: brightness(1.25);
  }

@media screen and (min-width: 480px) {
#scrollToTopPageBtn {
  right: 14px;
}
}

#scrollToTopPageBtn:hover {
  background: url(/_resources/images/slate-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transform: rotate(270deg);
  transition: scale .03s;
  scale: 1.2;
  /* filter: brightness(0.7); */
  }

#scrollToTopPageBtn:before {
  display: none;
}

/* Ocelot button */
/*.MaxAI .fatv18, .MaxAI .fatv380, .MaxAI .fatv463, .MaxAI .fatv457,  .MaxAI .fatv473 {
.MaxAI > div > div{*/
.MaxAI > div > div:not([tabindex]){
	bottom: 5px !important;
	right: 50px !important;			
}	

/* fgcuteam-gabriel Error Pages Azul */
.error-page-right.e401 {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 80px;
  background-image: url("/_resources/images/401.jpg"); }

.error-page-right.e404 {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 80px;
  background-image: url("/_resources/images/404.jpg"); }

.error-page-right.e500 {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 80px;
  background-image: url("/_resources/images/500.jpg"); }

@media screen and (max-width: 768px) {
  .error-page-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%; }

  .error-page-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .error-page-right.e401 {
    min-height: 194px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: initial;
    background-image: url("/_resources/images/401_mobile.jpg"); }

  .error-page-right.e404 {
    min-height: 194px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: initial;
    background-image: url("/_resources/images/404_mobile.jpg"); }

  .error-page-right.e500 {
    min-height: 219px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: initial;
    background-image: url("/_resources/images/500_mobile.jpg"); } }
/* fgcuteam-gabriel Changes to global nav quick links for mobile version */
#quick-links-mobile {
  background-color: #004785;
  text-align: center;
  }

#quick-links-mobile *:before {
  color: #fff;
  display: block;
  padding-bottom: 0px;
  font-size: 1.9rem;
  font-size: 30px;
	display: none;
  }
  #quick-links-mobile a:hover *:before {
  color: #00794c;
 }
#quick-links-mobile ul li a {
  font-size: 14px;
  font-size: 0.875rem; }

#quick-links-mobile.quick-links ul:first-child {
  margin-bottom: initial !important; }

/*fgcuteam-gabriel force height for videos background image to avoid 450 when resizing browser width*/
@media screen and (min-width: 1000px) {
  .page-banner.video .desktop-banner {
    min-height: 250px !important; } }

.main-content ul li.tight-bullets, li.tight-bullets, .main-content ul li.tight-bullets > ul li {
  margin-bottom: 3px; }

/*Fgcu-team Mike Faculty Staff Container*/
.facultystaffcontainer {
  margin-bottom: 20px; }
	.facultystaffcontainer a {
		text-decoration: none;
	}
	.facultystaffcontainer a:hover {
		text-decoration: underline;
	}
  .facultystaffcontainer img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }
  @media screen and (max-width: 1000px) {
    .facultystaffcontainer.col-xs-6 {
      margin-bottom: 15px;
      padding: 0px; } }
  .facultystaffcontainer.col-xs-6 img {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .facultystaffcontainer.col-xs-6 img {
        width: 100%; } }
    @media screen and (max-width: 768px -1px) {
      .facultystaffcontainer.col-xs-6 img {
        width: 70%; } }
  .facultystaffcontainer.col-xs-6 .col-md-24:nth-of-type(2) {
    padding-left: 10px; }
  @media screen and (max-width: 1000px) {
    .facultystaffcontainer.col-xs-6 .col-md-24 div div {
      line-height: 1.1; } }
  .facultystaffcontainer.col-xs-6 .col-md-24 div div span, .facultystaffcontainer.col-xs-6 .col-md-24 div div a {
    font-size: 1rem;
    line-height: 1;
  }
    @media screen and (max-width: 1000px) {
      .facultystaffcontainer.col-xs-6 .col-md-24 div div span, .facultystaffcontainer.col-xs-6 .col-md-24 div div a {
        font-size: .8rem;
        line-height: 1; } }
  .facultystaffcontainer.col-xs-6 .col-md-24 div div:nth-of-type(1) span {
    font-size: 1.15rem; }
  .facultystaffcontainer.col-xs-6 .col-md-24 div div:first-child {
    padding-top: 10px; }

.facultystaffcontainer p {
  margin-bottom: 0px; }

@media screen and (max-width: 480px) {
  .facultystaffcontainer {
    text-align: center;
    width: 100%; }

  .facultystaffcontainer img {
    text-align: center;
    display: inline-block; }

  .facultystaffcontainer .col-sm-14 > div {
    width: 100%; }

  .facultystaffcontainer .modal-dialog {
    width: 95% !important; }

  .facultystaffcontainer .modal {
    top: auto; }

  ul > li > div > div > .facultystaffcontainer {
    left: 5% !important; } }
.col-sm .facultystaffcontainer {
  width: 100%; }

/*FGCU-team Mike FS directory one column */
.facultystaffcontainer.col-xs-24 {
  -webkit-box-shadow: 0px 1px 5px #0000001a;
          box-shadow: 0px 1px 5px #0000001a;
  padding: 20px; }
  .facultystaffcontainer.col-xs-24 .profileheader {
    padding-bottom: 13px; }
    @media screen and (max-width: 1000px) {
      .facultystaffcontainer.col-xs-24 .profileheader {
        padding-bottom: 8px; } }
  .facultystaffcontainer.col-xs-24 .profilefull {
    float: right; }
    @media screen and (max-width: 415px) {
      .facultystaffcontainer.col-xs-24 .profilefull {
        display: block;
        float: none;
        position: absolute;
        bottom: 7px;
        right: 8px; } }
    .facultystaffcontainer.col-xs-24 .profilefull a {
      border-bottom: 4px solid #e1e1e2; }
  .facultystaffcontainer.col-xs-24 .profilesubtitle {
    padding-left: 5px; }
  .facultystaffcontainer.col-xs-24 .profiledescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0px;
    min-height: 166px; }
    @media screen and (max-width: 1000px) {
      .facultystaffcontainer.col-xs-24 .profiledescription {
        -webkit-line-clamp: 6;
        margin-bottom: 3px;
        padding-top: 0px;
        min-height: 124px;
        text-align: left; } }
    @media screen and (max-width: 415px) {
      .facultystaffcontainer.col-xs-24 .profiledescription {
        text-align: left;
        -webkit-line-clamp: 5;
        margin-bottom: 0px;
        padding-top: 15px;
        min-height: 0px; } }
  .facultystaffcontainer.col-xs-24 .facultystaffcontainer img {
    height: 240px;
    width: 240px;
    min-height: 240px; }
  .facultystaffcontainer.col-xs-24 .profilecontacts {
    padding-top: 10px; }
  .facultystaffcontainer.col-xs-24 .footerprofile1col {
    padding-right: 20px; }
    .facultystaffcontainer.col-xs-24 .footerprofile1col span:first-child {
      padding-right: 7px; }
    @media screen and (max-width: 1000px) {
      .facultystaffcontainer.col-xs-24 .footerprofile1col {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 10px; } }
    @media screen and (max-width: 415px) {
      .facultystaffcontainer.col-xs-24 .footerprofile1col {
        display: block;
        text-align: left; } }

/*Fgcu-team Mike New print button for Programs pages*/
button.printBtn {
  background-color: #00794c;
  color: #ffffff;
  padding: 8px 18px;
  position: relative;
  font-family: 'rig-sans', arial;
  right: 0;
  top: -52px;
  float: right;
  display: none;
  }
  @media screen and (min-width: 1000px) {
    button.printBtn {
      display: block; } }

button.printBtn:hover {
  background-color: #00794c;
  color: #ffffff; }

.container-print {
  text-align: right;
  margin-top: -30px;
  margin-bottom: 15px; }

/*Fgcu-team Mike HomePage Overlay for mobile and tablet*/
#ou-video-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 1000px) {
    #ou-video-container:before {
      background: #ffffff; } }

/*fgcuteam-gabriel Create two column division for li elements evenly. Apply this to the ul or ol element.*/
.li-2-column {
  -webkit-column-count: 2;
          column-count: 2; }

.li-3-column {
  -webkit-column-count: 3;
          column-count: 3; }

.li-4-column {
  -webkit-column-count: 4;
          column-count: 4; }

/*fgcuteam-mike simple box cta grids*/
.simple-box-cta {
  padding: 10px; }

.simple-box-description {
  color: black;
  font-size: 1rem;
  font-family: 'rig-sans', arial; }

.color-box-description {
  font-size: 1rem;
  font-family: 'rig-sans', arial;
  color: #333;
  border-top: 1px solid #e6e7e9;
  padding-top: 15px;
  }

.hover-gray-background:hover {
  background: #f3f3f3; }

.lower-content-grid {
  padding: 5px; }

.cta-box-grid img {
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (max-width: 992px) {
  .cta-box-grid img {
    height: 200px;
    width: 100%; } }
@media screen and (min-width: 993px) {
  .cta-box-grid img {
    height: 280px;
    width: 100%; } }
/*fgcuteam-mike four-square snippet*/
.foursquare-block {
  text-align: center; }

.foursquare-tpleft {
  border-right: #d8d8d8 dotted 1px;
  border-bottom: #d8d8d8 dotted 1px; }

.foursquare-tpright {
  border-bottom: #d8d8d8 dotted 1px; }

.foursquare-btmleft {
  border-right: #d8d8d8 dotted 1px; }

@media screen and (max-width: 480px) {
  .foursquare-block {
    width: 100% !important; }

  .foursquare-tpleft {
    border-bottom: #d8d8d8 dotted 1px;
    border-right: 0px; }

  .foursquare-tpright {
    border-bottom: #d8d8d8 dotted 1px; }

  .foursquare-btmleft {
    border-bottom: #d8d8d8 dotted 1px;
    border-right: 0px; } }
/*fgcuteam-mike minors/certification template*/
/*What this does: When the user uses the top text section, it will remove the margin-top. Margin-top is needed else-wise to prevent the content from overlapping the print button. Esp on Mobile*/
section.minorstext-section {
  margin-top: 35px; }

@media screen and (min-width: 768px) {
  section.minorstext-section {
    margin-top: 55px; } }
section.minorstext-section h2 {
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  section.minorstext-section .intro-text {
    margin-top: 30px; } }
section ~ section.minorstext-section {
  margin-top: 0px !important; }

/* fgcuteam-gabriel - Custom CSS for Carousel Auto Slider (based on .carousel-text class) */
@media screen and (min-width: 1000px) {
  section.carousel-text.auto .carousel-text-wrapper .content h3, section.carousel-text.auto .carousel-text-wrapper .content p.h3 {
    font-size: 35px;
    font-size: 2.225rem; }

  section.carousel-text.auto .carousel-text-wrapper .content p {
    font-size: 20px;
    font-size: 1.275rem; }

  section.carousel-text.auto .carousel-text-wrapper .content-wrapper {
    padding: 0px;
    height: 600px; }

  section.carousel-text.auto .carousel-text-wrapper .content {
    padding: 0px;
    min-height: 600px;
    background-image: none; }

  section.carousel-text.auto .carousel-text-wrapper .content-auto {
    padding: 10px 170px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%; }

  section.carousel-text.auto .carousel-text-wrapper .content .slick-arrow-container .slick-prev {
    left: 30px;
    top: 20%; }

  section.carousel-text.auto .carousel-text-wrapper .content .slick-arrow-container .slick-next {
    right: 30px;
    top: 20%; } }
@media screen and (min-width: 768px) {
  section.carousel-text.auto .carousel-text-wrapper .content h3, section.carousel-text.auto .carousel-text-wrapper .content p.h3 {
    font-size: 35px;
    font-size: 2.225rem; }

  section.carousel-text.auto .carousel-text-wrapper .content p {
    font-size: 20px;
    font-size: 1.275rem; }
 }
section.carousel-text.auto .carousel-text-wrapper .content-auto {
  text-align: left; }

.carousel-text-wrapper .top {
  width: 100%; }
  .carousel-text-wrapper .top.bordered {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 10px;
    -webkit-box-shadow: 0 0 4px #00000038;
            box-shadow: 0 0 4px #00000038; }

/* fgcuteam-gabriel to fix issue with p li etc comming from Catalog feed */
.accordion-wrapper.wrapper-program-content li > p {
  display: inline-block; }

.wrapper-program-content .container {
  padding: 0; }

.main-content .wrapper-program-content .more-info ol li {
  list-style-position: outside;
  margin-left: 1em; }

.container-flex.wrapper-program-concentrations {
    background-color: #f6f7f8;
    border-left: 6px solid #008AB3;
    max-width: 1150px;
}

.wrapper-program-content .statement-text {
    font-weight: 600;
}

/*fgcuteam-mike cardbox snippet */
.cardbox {
  height: 100%;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: grid;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (min-width: 768px) {
    .cardbox {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1000px) {
    .cardbox {
      font-size: 18px;
      font-size: 1.125rem; } }

.cardbox > p, .cardbox > span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2px;
  margin-top: 2px; }
  @media screen and (min-width: 768px) {
    .cardbox > p, .cardbox > span {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1000px) {
    .cardbox > p, .cardbox > span {
      font-size: 16px;
      font-size: 1rem; } }

.cardbox > p.statement-text {
  font-size: 22px;
  font-size: 1.375rem; }
  @media screen and (min-width: 768px) {
    .cardbox > p.statement-text {
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media screen and (min-width: 1000px) {
    .cardbox > p.statement-text {
      font-size: 24.5px;
      font-size: 1.53125rem; } }

.cardbox > p:first-child {
  font-family: 'rig-sans', arial;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  }

@media screen and (max-width: 480px) {
  .cardbox-container.col-sm-8 {
    width: 100%; } }
.cardbox-container {
  padding-right: 10px;
  margin-top: 20px;
  padding-left: 10px;
  text-align: center;
  }

.cardboxbg {
  padding: 20px 20px 10px;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
  width: 98%;
  background-color: #333333;
  border-radius: 50px;
  background-color: #00794c;
  text-align: center;
  }

.card-colour {
  width: 98%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
 }


.cardboxbg:hover {
     background-color: #004785;
}

.cardbox > .link-arrow.white {
  bottom: 0;
  right: 0;
  font-weight: bold; }

/*fgcuteam-Mike Global Padding-bottom for page content container*/
.tab-content {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 0px;
  }

.tab-content-vertical {
    margin-top: 0px;
    display: flex;
    margin-bottom: 0px;
}

/*fgcuteam-Christian ou-stackable-columns-grid snippet*/
@media only screen and (min-width: 768px) {
	.container-flex.no-outer-padding .col-sm:first-child {
		padding-left: 0px;
	}

	.container-flex.no-outer-padding .col-sm:last-child {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.container-flex.no-outer-padding .col-sm {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*fgcuteam-gabriel ou-circle-image-columns snippet */
section.circle-listing-flex .circle-tile .h4 {
  font-family: 'rig-sans', arial;
  color: #000;
  text-decoration: none; }

section.circle-listing-flex .circle-tile .description, section.circle-listing-flex .circle-tile .role, section.circle-listing-flex .circle-tile p {
  color: #000; }

section.circle-listing-flex .circle-tile .description {
  font-family: 'rig-sans', arial; }

@media screen and (min-width: 768px) {
  section.circle-listing-flex .circle-tile .h4 {
    font-size: 1.475rem; }

  section.circle-listing-flex .circle-tile {
    padding: 10px 30px; } }
@media screen and (max-width: 768px) {
  section.circle-listing-flex .circle-tile .h4 {
    margin-top: 0px;
    font-size: 1.875rem; }

  section.circle-listing-flex .circle-tile img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: unset; } }
@media screen and (min-width: 1000px) {
  section.circle-listing .col-sm-5 {
    width: 20%; } }
/*fgcutema-gabriel Color Box grid */
.cta-box-grid.color .lower-content-grid, .cta-box-grid.color .lower-content-grid p, .cta-box-grid.color .lower-content-grid span {
  color: #333;
  }

.cta-box-grid.color a {
    text-decoration: none;
}

.cta-box-grid.color .lower-content-grid {
  background-color: #fff;
  padding: 30px;
  padding-top: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }
  .cta-box-grid.color .lower-content-grid a {
    color: #77bfea; }
  .cta-box-grid.color .lower-content-grid a:hover {
    color: #bae5ff; }
  .cta-box-grid.color .lower-content-grid .red {
    color: #ffffff; }

.cta-box-grid.color img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.cta-box-grid.color .box {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #e6e7e9;
  }

@media screen and (max-width: 768px) {
  .cta-box-grid.color img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }

  .box {
    margin-top: 10px; } }
@media screen and (min-device-width: 575px) and (max-device-width: 768px){
    .cta-box-grid.color .col-sm-8 {
        width: 32%;
        display: inline-block;
    }
}
@media screen and (min-device-width: 575px) and (max-device-width: 1000px){
    .cta-box-grid.color .col-md-8 {
        width: 32% !important;
        display: inline-block;
    }
}
/*fgcuteam-gabriel For Section images on local navigation. I.e: Alumni site */
.section-image {
  float: left;
  margin-bottom: -10px;
  margin-top: -10px; }

/* Timeline 2 - fgcuteam-gabriel */
@media (min-width: 768px) {
  .timeline-2-body {
    margin-top: -65px;
    min-height: 100px; }

  .timeline-2 {
    border-left: solid 5px #eee;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 110px; }

  .timeline-2 li {
    position: relative; }

  .timeline-2-point {
    top: 20px;
    left: -17px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #0099da;
    margin: 0 0 0 -17px;
    -webkit-box-shadow: 0 0 0 4px #eee;
            box-shadow: 0 0 0 4px #eee;
    -webkit-font-smoothing: antialiased;
    border-radius: 30px;
    z-index: 20; }

  .timeline-2 li:hover .timeline-2-point {
    background-color: #444; }

  .timeline-2 li .timeline-time {
    position: relative;
    top: 0px;
    left: -200px;
    z-index: 20;
    text-align: right;
    display: block;
    width: 150px; }

  .timeline-2 li .timeline-time span {
    display: block;
    font-size: 1.0em;
    font-weight: bold; }

  .timeline-2 li .panel,
  .timeline-2 li .alert,
  .timeline-2 li blockquote {
    margin-top: -65px;
    position: relative;
    top: 0; } }
@media (max-width: 767px) {
  .timeline-2 {
    list-style-type: none !important;
    margin: 0;
    padding: 0; }

  .timeline-2-point {
    display: none; }

  .timeline-2 li {
    margin-bottom: 40px; }

  .timeline-2 li .timeline-time {
    font-size: 1.6em;
    padding-bottom: 20px;
    display: block; }

  .timeline-2 li .timeline-time span {
    margin-left: 10px; } }
@media (min-width: 767px) {
  .twothirds {
    padding-right: 45px; } }
@media screen and (max-width: 768px) {
.container-flex.row.reverse, .container-flex.row-alt.reverse {
    display: flex;
    flex-wrap: wrap;
}
.container-flex.row.reverse > div:nth-child(1), .container-flex.row-alt.reverse > div:nth-child(1) {
    order: 1;
}
}
/*fgcuteam-gabriel new dynamic profile */
.profile-detail {
  padding-top: 60px; }

/*fgcuteam-mike gabriel custom feed vertical snippet */
p.verticalfeedtitle {
  color: #004785 !important;
  font-family: 'rig-sans', arial;
  margin-bottom: 0px;
  margin: 10px 0px 0px 0px;
  font-weight: 300;
  line-height: 120%; }

.verticalfeedicon {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.verticalfeedicon > img {
  padding-top: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

p.verticalfeeddate {
  font-size: .9rem;
  margin-top: 2px;
  color: #00794c !important;
  margin-bottom: 2px; }

p.verticalfeeddescription {
  font-size: 1rem;
  margin-top: 0px;
  font-family: 'rig-sans', arial;
  color: #000 !important; }

.row.verticalfeed {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  background: #ffffff;
  padding: 10px; }

.boxfeedcontainer a.button {
    position: relative;
    margin: 0px;
    float: right;
}

.boxfeedcontainer .verticalfeedicon > img {
    height: 245px;
    padding-top: 0px;
}

.boxfeedcontainer .boxitem:hover {
    background: linear-gradient(to bottom, #ffffff, 45%, #f7f7f7);
}

.boxfeedcontainer .boxitem img {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.boxfeedcontainer .verticalfeedicon {
    height: 245px;
    padding-top: unset;
}

.boxfeedcontainer .col-sm-8 {
    padding: 10px;
}

.boxfeedcontainer .boxitem{
        border-radius: 4px;
        box-shadow: 0px 1px 5px rgb(0 0 0 / 25%);
        display: inline-block;
	    min-width: -webkit-fill-available;
    	min-height: 340px;
}

.boxfeedcontainer p.boxfeedtitle {
    padding-left: 15px;
    padding-right: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #424242 !important;
    margin-bottom: 7px;
}

.boxfeedcontainer p.boxfeeddate {
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(68, 68, 68);
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 1rem;
}

.boxfeedcontainer p.boxfeeddescription {
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(68, 68, 68);
    margin-top: 2px;
    font-size: 1rem;
}

.verticalfeedcontainer {
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
  padding-bottom: 0;
  padding-left: 5px; }

p.verticalfeedcontainertitle {
  margin-bottom: 0px; }

.verticalfeedcontainerfooter {
  font-size: 1rem; }

.topicalcontainer > div > p.verticalfeedcontainertitle.h4 {
  margin-top: 0; }

/*fgcuteam-gabriel change button style max width for news listing Read More to 100%. Should this change sitewide also? */
.news-listing a.button {
  max-width: 100%; }

/* Remove mouse highlight outline on focus, keep it on keyboad(has js also) */
body.using-mouse :focus {
  outline: none; }

/* fgcuteam-gabriel Infographics box snippet(feature-box)*/
section.infographics-box {
  background-size: cover;
  background-position: center center;
  position: relative; }
  section.infographics-box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  section.infographics-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: 1; }
  section.infographics-box .feature-box-container {
    position: relative;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 25px; }

section.infographics-box.blue:before {
  background-image: linear-gradient(-225deg, #153154 0%, rgba(7, 75, 135, 0.87) 100%); }
section.infographics-box.blue:after {
  background: left top url(/_resources/images/grey-line-texture.png) rgba(0, 0, 0, 0);
  background-size: 20px; }

section.infographics-box.gray:before {
  background-color: #f6f7f8;
  }

section.infographics-box.originalblue {
  color: #ffffff; }
  section.infographics-box.originalblue:before {
    background-image: linear-gradient(-225deg, #ebebeb 0%, rgba(255, 255, 255, 0.87) 100%); }
  section.infographics-box.originalblue:after {
    background-size: 20px; }
  section.infographics-box.originalblue .feature-box-container .fbox-icon div {
    color: #ffffff; }
  section.infographics-box.originalblue .feature-box-container .border-box {
    background-color: #003f75;
    color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 1px 9px 0px #00000024;
            box-shadow: 0px 1px 9px 0px #00000024; }
    section.infographics-box.originalblue .feature-box-container .border-box a {
      color: #ffffff;
      font-weight: bold; }
    section.infographics-box.originalblue .feature-box-container .border-box:nth-child(even) {
      background-color: #004785; }

section.infographics-box.modernblue {
  color: #ffffff; }
  section.infographics-box.modernblue:before {
    background-image: linear-gradient(-225deg, #153154 0%, rgba(7, 75, 135, 0.87) 100%); }
  section.infographics-box.modernblue:after {
    background: left top url(/_resources/images/grey-line-texture.png) rgba(0, 0, 0, 0);
    background-size: 20px; }
  section.infographics-box.modernblue .feature-box-container .fbox-icon div {
    color: #ffffff; }
  section.infographics-box.modernblue .feature-box-container .border-box {
    color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 1px 9px 0px #00000024;
            box-shadow: 0px 1px 9px 0px #00000024;
    background: linear-gradient(-25deg, rgba(20, 64, 119, 0.65) 0%, rgba(113, 189, 255, 0.65) 100%); }
    section.infographics-box.modernblue .feature-box-container .border-box a {
      color: #ffffff;
      font-weight: bold; }

section.infographics-box.modernwhite .feature-box-container .border-box {
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0.65) 0%, white 100%); }

/* fgcuteam-gabriel Add style for icon boxes snippet*/
.col_one_third {
  display: block;
  position: relative;
  padding-right: 4%;
  margin-bottom: 50px;
  float: left; }

.feature-box-container > .col_one_third:nth-child(3n+3) {
  padding-right: 0; }

.feature-box-container {
  margin-top: 25px;
  margin-bottom: 25px; }

.feature-box-container.large-box {
  margin-top: 45px;
  margin-bottom: 45px; }

.feature-box-container .border-box {
  border: 1px solid #e3e5e6;
  margin: 20px;
  padding: 30px;
  background: white;
  color: #000; }

@media only screen and (max-width: 767px) {
  .feature-box-container .col-sm:nth-child(even) {
    margin-bottom: 20px;
    margin-top: 20px; }

  .col_one_third {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 50px !important; } }
.col_one_third {
  width: 30.63%; }

.feature-box.horizontal {
  text-align: left !important;
  }

.feature-box.horizontal .fbox-icon {
  margin-top: 20px !important;
  }

@media (min-width: 768px) {
  .feature-box.horizontal .fbox-icon {
    margin-right: 20px !important;
    } }
.feature-box.fbox-center {
  padding: 0;
  text-align: center; }

.feature-box:first-child {
  margin-top: 0; }

.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px; }

.noborder {
  border: none !important; }

.feature-box.fbox-border.fbox-dark.fbox-effect .fbox-icon {
  border-color: #003f75;
  /*fgcuteam-gabriel added*/ }

.feature-box.fbox-border.fbox-dark.transparent-border .fbox-icon {
  /*fgcuteam-gabriel added*/
  border-color: rgba(255, 255, 255, 0); }

a .feature-box {
  color: #333333;
  font-family: 'rig-sans', arial; }

/*fgcuteam-gabriel added*/
.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px; }

.feature-box.fbox-border .fbox-icon {
  padding: 0; }

.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0; }

.feature-box .fbox-icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff; }

.feature-box.fbox-center.fbox-border .fbox-icon div {
  line-height: 94px !important; }

.feature-box.fbox-border.fbox-dark .fbox-icon div, .feature-box.fbox-border.fbox-dark .fbox-icon img {
  color: #333;
  }

.feature-box.fbox-border.fbox-dark.fbox-effect .fbox-icon div {
  color: #00794c;
  }

/*fgcuteam-gabriel added*/
.fbox-border.fbox-effect .fbox-icon div {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s; }

.feature-box.fbox-center .fbox-icon div {
  font-size: 42px;
  line-height: 96px; }

.feature-box.fbox-border .fbox-icon div {
  line-height: 62px !important; }

.feature-box.fbox-border .fbox-icon div, .feature-box.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #1ABC9C; }


.fbox-effect .fbox-icon div {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }

.fbox-effect .fbox-icon div {
  z-index: 1; }

.feature-box .fbox-icon div {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px; }

.feature-box .fbox-icon div, .feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #1ABC9C; }

.feature-box .fbox-icon a, .feature-box .fbox-icon div, .feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff; }

.fbox-border.fbox-effect .fbox-icon div:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  }

/*Icon Effects - Bordered*/
.fbox-border.fbox-effect .fbox-icon div {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s; }

.fbox-border.fbox-effect .fbox-icon div:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("/_resources/images/iconalt.svg");
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s; }

.fbox-border.fbox-rounded.fbox-effect .fbox-icon div:after {
  border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon div:hover,
.fbox-border.fbox-effect:hover .fbox-icon div {
  color: #004785 !important;
  }

.fbox-border.fbox-effect .fbox-icon div:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon div:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  }

.fbox-effect .fbox-icon div:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transform: scale(0.8);
  opacity: 0;
  }

.fbox-effect .fbox-icon div:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*fgcuteam-gabriel Add an option to remove margin top from elements with class for h2,h3,h4 instances where margins are undesired, i.e with a two column snippet with an image in on one side and text on the other to avoid nonalignment */
.margin-top-zero {
  margin-top: 0; }

.margin-bottom-zero {
  margin-bottom: 0; }

/*fgcuteam-gabriel social-feed snippet */
section.social-feed .container {
  padding-right: 30px;
  margin-left: 30px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center; }

section.social-feed .container .slick-slider {
  overflow: visible; }

section.social-feed .container {
  padding-right: 40px;
  margin-left: 40px;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0; }

section.social-feed .social-info {
  margin-top: 0px;
  text-align: left;
  /*border: 1px solid #e8e8e8;*/
  padding: 20px;
  min-height: 180px;
  padding-top: 20px;
  padding-bottom: 5px;
  border: 1px solid #e6e7e9;
  }

section.social-feed .social-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  font-size: 16px;
  font-size: .9rem;
  }

@media screen and (min-width: 1000px) {
  section.social-feed .social-info {
    min-height: 180px;
    }

  section.social-feed .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto !important; } }
section.social-feed .content-container {
  text-align: center; }

section.social-feed .inner-wrapper {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  }

section.social-feed .inner-wrapper:hover .icon {
  /* background-color: #00794c; */
  background-image: url(/_resources/images/twitter-white-slate-45x45.png);
  }

@media screen and (min-width: 1000px) {
  section.social-feed h2 {
    margin-bottom: 25px;
    margin-top: 30px; } }
section.social-feed ul li {
  list-style: none; }

@media screen and (min-width: 768px) {
  section.social-feed .intro-text {
    margin-bottom: 15px; } }
@media screen and (min-width: 1000px) {
  section.social-feed .intro-text {
    margin-top: 45px;
    margin-bottom: 45px; } }
section.social-feed .icon {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  /* background-color: #004785; */
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/_resources/images/twitter-white-marine-45x45.png);
  background-size: cover;
  }

section.social-feed .icon.twitter span {
  color: #ffffff;
  position: absolute;
  top: 2%;
  display: none;
  }

section.social-feed .icon.facebook span {
  color: #4166b2; }

section.social-feed .icon.instagram span {
  color: #00794c; }

section.social-feed .icon.export span {
  color: #4166b2; }

section.social-feed .icon span {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

section.social-feed .slick-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.social-feed .slick-slide .social-image img {
  width: 100%;
  /*fgcuteam-gabriel for social custom unproportional images */
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

section.social-feed .slick-dots {
  margin-top: 15px; }

@media screen and (min-width: 768px) {
  section.social-feed .icon {
    width: 30px;
    height: 30px; }

  section.social-feed .icon span {
    font-size: 22px; } }
@media screen and (min-width: 1000px) {
  section.social-feed .icon {
    width: 44px;
    height: 44px; }

  section.social-feed .icon span {
    font-size: 32px; } }
.social-thumbnail-image {
  display: inline-block;
  width: 100%;
	}

.social-thumbnail-image {
  position: relative;
  z-index: -1; }

.social-image {
  position: relative;
  width: 100%;
  /*fgcuteam-gabriel new social image cover fit style for unproportional images*/
  height: 200px;
 }
  @media screen and (min-width: 1000px) {
    .social-image {
      height: 225px; } }
  .social-image:hover {
    background-color: #ffffff2b;
    -webkit-box-shadow: inset 0px 0px 8px 0px #ffffff63;
            box-shadow: inset 0px 0px 8px 0px #ffffff63;
    -webkit-transition: background-color .3s,-webkit-box-shadow .3s;
    transition: background-color .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,background-color .3s;
    transition: box-shadow .3s,background-color .3s,-webkit-box-shadow .3s; }

.social-image-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /*change it to 50%, if you want the text only shows in the half part */
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: 'proxima_nova_ltsemibold';
  /* transition effect. not necessary */
  -webkit-transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.4s;
  /*transition: box-shadow 0.4s ease-in-out;*/ }

.social-image:hover .social-image-layer {
  visibility: visible;
  opacity: 1; }

.social-feed .social-stats, .social-feed .social-date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  width: 88%;
  position: absolute;
  bottom: 5px;
  color: #00794c;
  }
.social-feed .social-stats {
  text-align: right;
}

.social-stats span {
  margin-right: 10px;
  margin-left: 10px;
}

.social-username {
  font-size: 1.0rem;
  margin-top: -5px;
  margin-bottom: 14px;
  }

.social-feed .social-info img.social-profile {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  }

/*fgcuteam-gabriel testimonial-text-carousel*/
.testimonial-text-carousel {
  margin-top: 40px;
  margin-bottom: 40px; }

.testimonial-text-carousel .carousel-text-wrapper {
  border: 1px solid #e8e8e8;
  padding: 80px 80px 40px 80px; }

.testimonial-text-carousel .quote-container {
  width: 100%;
  text-align: center; }

.testimonial-text-carousel blockquote {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  font-family: 'rig-sans', arial; }

.testimonial-text-carousel .h6 {
  font-size: 1.25rem; }

/*fgcuteam-gabriel create styles for light-table */
table.light-table thead tr {
  background-color: #eaeaea; }

table.light-table thead th {
  color: #1C1A1D;
  text-transform: initial; }

table.light-table thead {
  background-color: #ffffff; }

/* BorderTable */
table.bordertable {
  border: 1px solid #ccc;
  padding: 4px 15px;
  font-size: 16px;
  font-size: 1rem; }
  table.bordertable tbody tr:nth-child(odd), table.bordertable tbody tr:nth-child(even) {
    border-top: 1px solid #ccc;
    background-color: #ffffff; }
  table.bordertable tbody td {
    border: 1px solid #ccc;
    padding: 4px 15px;
    font-size: 16px;
    font-size: 1rem; }
  table.bordertable thead {
    background-color: #ffffff; }
    table.bordertable thead th {
      border: 1px solid #ccc;
      color: #1C1A1D;
      text-transform: initial;
      padding: 6px 15px 3px !important; }
    table.bordertable thead tr {
      background-color: #eaeaea; }

/*fgcuteam-gabriel Add global figurecaption style */
figcaption {
  font-family: 'rig-sans', arial; font-style: italic;
  font-size: 1.125rem; }

/*fgcuteam-gabriel Set fixed image width/height for faculty staff page */
.faculty-detail figure img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  }

.faculty-detail .profile-photo {
  min-width: 300px;
  min-height: 300px;
  max-width: 300px; }

.cv-resume {
  margin: 0;
  margin-top: 10px; }

/*fgcuteam-gabriel infotext 3up simple snippet */
.infotext-col {
  padding: 20px;
  text-align: center;
  width: 30%;
  margin-right: 4%; }

.infotext-text {
  padding-top: 20px;
  padding-bottom: 10px; }

@media (max-width: 768px) {
  .infotext-col.col-sm-8 {
    width: 100%; } }
/* Card Snippet */

.bordercontainer .col-sm {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #e6e7e9;
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  }

.bordercontainer.odd_g .col-sm:nth-child(odd) {
    background-color: #f6f7f8;
}

.bordercontainer.even_g .col-sm:nth-child(even) {
    background-color: #f6f7f8;
}

.bordercontainer.even_g .col-sm:nth-child(even) a:not(.button), .bordercontainer.odd_g .col-sm:nth-child(odd) a:not(.button){
    color: #007599;
}

.bordercontainer-title {
  padding-bottom: 0px;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
  }

.bordercontainer-title p {
  margin: 0px;
}

.bordercontainer-title.h4 {
  font-size: 26px;
}

.bordercontainer-content {
    font-size: 1.1rem;
}

.bordercontainer {
    display: flex;
    justify-content: center;
}

.bordercontainer ul {
    text-align: left;
}

/* Quick Note - 2023 Refresh */
.quicknote {
  background-color: #f6f7f8;
  border-left: #55616D 3px solid;
  display: block;
  padding: 5px 15px 5px 15px;
  max-width: 1160px;
  margin: 0 auto;
  }

.quicknote h3 {
  margin-top: 15px;
  font-size: 1.4rem;
}

.quicknote a.button {
  margin-bottom: 15px;
  margin-top: 0px;
}

/*fgcuteam-gabriel publish date timestamp */
.page-timestamp {
  float: right;
  font-family: 'rig-sans', arial;
  font-size: 1.07rem;
  font-size: 17px; }

.page-timestamp::before {
  content: "Last updated "; }

/*fgcuteam-gabriel AZ-Index listnav style*/
.az-index {  
  display: contents;
}

.az-index > ul {
  list-style-type: none;
  padding: 0; 
  display: contents;
}

.az-index > .listNav {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 20px;
  }

/*fgcuteam-gabriel Reusable styles for snippets*/
.title-bottom-border {
  display: block;
  background: transparent;
  padding: 0 0 10px;
  text-align: center;
  }

.title-bottom-border.small {
  border-bottom: 1px solid #e6e7e9;
  /* color: #004785; */
  text-align: left;
  }

.col-last {
  margin-right: 0 !important;
  clear: right; }

.font-type-regular {
  font-family: 'rig-sans', arial !important; }

.font-size-s {
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    .font-size-s {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1000px) {
    .font-size-s {
      font-size: 16px;
      font-size: 1rem; } }

.color-lightgrey-background {
  background-color: #fafcfe; }

.color-whitegrey-background {
  background-color: #fafafa; }

/*fgcuteam-Mike small table property*/
.smalltable > thead {
  font-size: 1rem;
  font-family: 'rig-sans', arial; }

.smalltable > thead tr th {
  padding: 10px 15px 5px; }

.smalltable tbody td {
  padding: 8px 15px; }

/* mobile table stackable header */
.thead-master-stack {
  font-size: .75rem;
  font-family: 'rig-sans', arial;
  background-color: #004785;
  color: #ffffff;
  padding: 15px 25px; }

.thead-master-stack > div:first-child {
  font-size: 1.125rem; }

@media only screen and (min-width: 1000px) {
  .thead-master-stack {
    display: none; } }


/*Multi Column WebMASTER Jeffrey */

.flex-container {
			display: flex;
			flex-direction: column;
			max-width: 1280px;
		}

		.grid-container {
			display: grid;
			max-width: 1280px;
		}
		
		.object-flow-top {
		align-items: start;
		}
		
		.object-flow-bottom {
		align-items: end;
		}
		
		.object-flow-middle {
		align-items: center;
		}

		.flex-container > .grid-container {
			margin: 0;
			padding: 0;
		}

		.flex-container > p {
			margin: 15px;
		}

		.flex-column > p {
			margin: 15px;
		}



/*fgcuteam-gabriel simple gallery*/
.gallery-container .thumbnail {
  padding-top: 20px;
  text-align: center; }

.gallery-container .thumbnail .thumb-image img {
  position: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 175px; }

.gallery-container .thumbnail span {
  color: #1C1A1D;
  font-family: 'rig-sans', arial;
  font-size: 20px;
  font-size: 1.25rem; }

@media screen and (max-width: 768px) {
  .gallery-container .thumbnail {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .gallery-container .thumbnail .thumb-image {
    position: relative;
    width: 100%;
    padding-top: 80%;
    margin-bottom: -28px; }

  .gallery-container .thumbnail .thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%; } }
/*fgcuteam-gabriel Remove negative marging within accordions*/
.accordion-wrapper .row-alt, .accordion-wrapper .row {
  margin-left: 0px; }

/*fgcuteam-gabriel jquery DataTable Plugin style*/
.dataTables_filter input {
  margin-bottom: 20px; }

table thead tr:nth-child(2) th {
  padding-top: 0;
  padding-bottom: 0; }

/*fgcuteam-gabriel jquery Dropdown multi select plugin used with i.e. the multifilter DataTable Plugin */
.dropdown-filter {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem; }

.dropdown-filter dd,
.dropdown-filter dt {
  margin: 0px;
  padding: 0px; }

.dropdown-filter ul {
  margin: -1px 0 0 0; }

.dropdown-filter dd {
  position: relative; }

.dropdown-filter a,
.dropdown-filter a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 12px; }

.dropdown-filter dt a {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 5px 5px 5px 5px;
  display: block;
  overflow: hidden; }

.dropdown-filter dt a span,
.multiSel span {
  cursor: pointer;
  padding: 0 3px 2px 0; }

.mutliSelect ul li span {
  margin-left: 6px; }

.dropdown-filter dd ul {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #000;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 100%;
  list-style: none;
  height: 200px;
  overflow: auto;
	overflow-y: scroll;
	max-height: 280px;
  }

.dropdown-filter span.value {
  display: none; }

.dropdown-filter dd ul li a {
  padding: 5px;
  display: block; }

.dropdown-filter dd ul li a:hover {
  background-color: #ffffff; }

/*fgcuteam-gabriel Billboard Box */
.billboard-box {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
  opacity: 0.9;
  -webkit-filter: saturate(0.83);
          filter: saturate(0.83);
  min-height: 380px; }

.billboard-box.white {
  background-color: #ffffff; }

.billboard-box:after {
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  z-index: 1; }

.billboard-box .box {
  background: #ffffff;
  padding: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  border: 1px solid #e6e6e6;
  }

.billboard-box .box.right {
  float: right; }

/*fgcuteam-gabriel Loading Spin effect */
.loading-spin {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block; }

/*Featured Events Calendar*/
.event-tiles .slick-track .slick-slide {
  display: block;
  height: 400px;
  text-align: left; }

.right-column .event-tiles .slick-track .slick-slide {
  margin-left: 15px;
  margin-right: 15px; }

.event-tiles .slick-track .slick-slide .event-tile {
  margin-top: 0px; }

@media screen and (min-width: 1450px) {
  section.event-listing .event-wrapper {
    padding-left: 100px;
    padding-right: 100px; } }
.container-calendar {
  max-width: 1480px;
  padding-top: 30px;
  margin: 0 auto; }

/* Page Layout View */
@media screen and (min-width: 1450px) {
  .featured-events-calendar .center-column {
    max-width: 1130px; } }
/* Column Menu block */
.toggle-dropdown span:before {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.toggle-dropdown span:after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.toggle-dropdown.expanded span:after {
  height: 2px; }

.colum-menu-block .toggle-dropdown {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'rig-sans', arial;
  color: #ffffff;
  background-color: #004785;
  text-transform: none;
  padding: 13px 15px 12px;
  width: 100%;
  text-align: left; }

@media screen and (max-width: 767px) {
  .dropdown {
    display: none;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    } }
.colum-menu-block .dropdown {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  }

.colum-menu-block.iframe .dropdown {
  border: 0px; }

.colum-menu-block.iframe ul li {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.colum-menu-block {
  margin-bottom: 0px; }

.colum-menu-block p {
  color: #004785;
  font-size: 30px;
  line-height: 1;
  margin-top: 0; }

@media screen and (max-width: 999px) {
  .colum-menu-block p {
    font-size: 27px; } }
.colum-menu-block ul {
  /*display: inline-block;*/
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .colum-menu-block ul {
    display: block; } }
.colum-menu-block ul li {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
  /*float: left;
  display: inline-block;*/ }

.colum-menu-block ul li a:hover {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .colum-menu-block .toggle-dropdown {
    /*display: none;*/
    width: 100%; } }
@media screen and (max-width: 767px) {
  .colum-menu-block p {
    display: block;
    margin-bottom: 15px; } }
.colum-menu-block ul {
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .colum-menu-block ul.dropdown {
    display: none; }

  .toggle-dropdown span:after {
    height: 16px; } }
.colum-menu-block ul li {
  /*margin-right: 15px;*/
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .colum-menu-block ul li {
    margin-bottom: 10px; } }
/* Event Detail View */
.event-details {
  max-width: 870px;
  margin: 0 auto; }

.event-detail {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 35px; }

.event-detail .eventDetailTitle {
  margin-bottom: 15px; }

.eventDetailTitle {
  font-family: 'rig-sans', arial;
  color: #004785;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 1.7rem;
  font-weight: bold; }

.eventDetailImageSection {
  position: relative;
  float: left; }

.event-detail .eventDetailImageSection {
  position: relative;
  height: 220px; }

.eventDetailImageSection img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.eventDetailImageDate {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  background-color: #00794c;
  color: #ffffff;
  text-align: center;
  width: 60px; }

.eventDetailImageSection:hover .eventDetailImageDate {
  background-color: #004785; }

.eventDetailImageDateMonth {
  font-size: 20px;
  font-size: 1.3rem;
  margin-bottom: -5px; }

.eventDetailImageDateDay {
  font-size: 26px;
  font-size: 1.6rem;
  font-weight: bold; }

.event-detail .eventDetailTopSection > div {
  margin-bottom: 15px; }

.eventDetailTopSection {
  float: left;
  padding-left: 20px;
  max-width: 450px; }

.eventDetailIconContainer {
  width: 15px;
  float: left;
  clear: both;
  text-align: center;
  margin-right: 10px; }

.eventDetailSeparator {
  clear: both;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
  margin-bottom: 10px;
  margin-top: 10px; }

.eventDetailRegistration span {
  margin-right: 10px; }

.eventDetailDescriptionSection {
  margin-bottom: 20px;
  margin-top: 20px; }

.event-detail .eventDetailExternalBuildingPhoto {
  max-width: 810px;
  height: 300px;
  float: none;
  width: 100%; }

.event-detail .eventDetailActionSection {
  float: left;
  font-size: 22px;
  font-size: 1.4rem;
  min-height: 50px;
  border-top: 1px solid #ddd;
  width: 100%;
  text-align: center; }

.event-detail .eventDetailActionSection .border-left {
  border-left: 1px solid #ddd; }

.event-detail .eventDetailLinkSection {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 19px;
  font-size: 1.2rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 40px; }

.eventDetailLinkSectionA {
  float: left;
  text-align: left;
  font-size: 39px;
  font-size: 2.5rem; }

.eventDetailLinkSection .icon-facebook-squared {
  color: #4166b2; }

.eventDetailLinkSection .icon-twitter-squared {
  color: #1da1f2; }

.eventDetailLinkSectionB {
  float: right;
  text-align: right; }

.event-detail .eventDetailActionSection a {
  color: #000; }

.event-detail .eventDetailActionSection a.eventDetailActionSectionA {
  margin-right: 25px; }

.eventDetailActionSectionB {
  border-left: 1px solid #ddd;
  padding-left: 40px; }

.event-detail .eventDetailActionSection a, .event-detail .eventDetailLinkSection a {
  margin: 5px; }

.event-detail .eventDetailActionSection span, .event-detail .eventDetailLinkSection span {
  margin-right: 5px; }

.event-detail .eventDetailLoationWhere {
  clear: both;
  max-width: 810px;
  margin-bottom: 20px; }

.center-column {
  /* margin-top: 52px;*/ }

.event-detail .eventDetailMapSection {
  max-width: 810px;
  width: 100%; }

.event-detail div.h5 {
  margin-top: 40px; }

/* Event Tile View */
.event-tile {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fafafa;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 330px;
  height: 400px;
  position: relative; }

.event-tile > div {
  font-size: 16px;
  font-size: 1.0rem; }

.event-tile .eventDetailImageSection {
  position: relative;
  width: 100%;
  height: 145px; }

.event-tile .eventDetailTitle {
  clear: both;
  padding-top: 10px;
  min-height: 65px; }

.event-tile .eventDetailTitle a {
  text-transform: uppercase;
  color: #004785;
  font-size: 19px;
  font-size: 1.2rem; }

.event-tile .eventDetailWhen span {
  font-family: 'rig-sans', arial;
  font-weight: bold; }

.event-tile .eventDetailWhere {
  overflow: hidden;
  max-height: 80px; }

.event-tile .eventDetailActionSection {
  bottom: 0;
  position: absolute;
  background: #ffffff;
  margin-left: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  line-height: 25px; }

.event-tile .eventDetailActionSection a {
  font-size: 11px;
  font-size: 0.7rem;
  /* margin-right: 5px; */ }

.event-tile .eventDetailActionSection span {
  margin-right: 3px;
  color: #337ab7; }

.center-column .event-tiles .event-tile {
  margin: 10px; }

.right-column .event-tiles {
  max-width: 870px;
  margin: 0 auto; }

.event-detail-featured {
  display: inline-block;
  text-align: left;
  margin-top: 0; }
  .event-detail-featured .eventDetailTitle {
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 768px) {
      .event-detail-featured .eventDetailTitle {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 1000px) {
      .event-detail-featured .eventDetailTitle {
        font-size: 23.5px;
        font-size: 1.46875rem; } }

/**Mobile**/
@media screen and (max-width: 768px) {
  .event-detail {
    padding-left: 15px;
    padding-right: 15px; }

  .event-detail .eventDetailImageSection {
    width: 100%; }

  .event-detail .eventDetailTitle {
    text-align: center; }

  .event-detail .eventDetailLinkSection, .event-detail .eventDetailActionSection {
    padding-left: 0px;
    padding-right: 0px; }

  .event-detail .eventDetailActionSection .border-left {
    border-left: 0px solid #ffffff; }

  .event-detail .eventDetailActionSection .border-top {
    border-top: 1px solid #ddd; } }
/**Tablet**/
@media screen and (max-width: 1000px) {
  .title-center {
    text-align: center; }

  .center-column .event-tiles .event-tile {
    float: left;
    margin-bottom: 20px; }

  .left-column {
    margin: 0 auto;
    max-width: 870px; } }
/**Desktop Only**/
@media screen and (min-width: 1000px) {
  .featured-events-calendar .right-column .event-tile {
    margin-left: 0px;
    margin-right: 0px; } }
/**Laptop and Desktop**/
@media screen and (min-width: 1000px) {
  .featured-events-calendar .right-column .event-tile {
    margin-left: 0px;
    margin-right: 0px; } }
/**Laptop and Desktop**/
@media screen and (min-width: 1200px) {
  .event-detail .eventDetailActionSection {
    padding-left: 35px;
    padding-right: 35px; } }
/*Fancybox Custom Style */
.fancybox-caption .h1, .fancybox-caption h1, .fancybox-caption .h2, .fancybox-caption h2, .fancybox-caption .h3, .fancybox-caption h3, .fancybox-caption .h4, .fancybox-caption h4, .fancybox-caption .h5, .fancybox-caption h5 {
  color: #000;
  font-size: 1.25rem;
  margin: 0 0 5px 0; }

.fancybox-custom-layout .fancybox-caption {
  background: #f3f3f3;
  color: #333333; }

.fancybox-custom-layout .fancybox-bg {
  background: #fcfaf9; }

.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
  opacity: .9; }

@media all and (min-width: 600px) {
  /* Change color for backdrop */
  .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
    opacity: 1; }

  /* Move caption area to the right side */
  .fancybox-custom-layout .fancybox-caption {
    padding: 15px 30px;
    width: 100%;
    height: 20%;
    font-size: 0.9rem; }

  .fancybox-custom-layout .fancybox-caption__body {
    max-height: 100%;
    background: #f3f3f3;
    color: #000;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto; }

  .fancybox-custom-layout .fancybox-caption h3, .fancybox-custom-layout .fancybox-caption p.h3 {
    color: #000;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px; }

  .fancybox-custom-layout .fancybox-caption a {
    color: #444; }

  /* Remove gradient from caption*/
  .fancybox-custom-layout .fancybox-caption::before {
    display: none; }

  /* Adjust content area position */
  .fancybox-custom-layout .fancybox-stage {
    height: 80%; }

  /* Align buttons at the right side  */
  .fancybox-custom-layout .fancybox-toolbar {
    left: auto;
    right: 0;
    top: 0; } }
/* Remove background from all buttons */
.fancybox-custom-layout .fancybox-button {
  background: transparent; }

/* Navigation arrows */
.fancybox-custom-layout .fancybox-navigation .fancybox-button div {
  padding: 6px;
  background: #fcfaf9;
  border-radius: 50%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  opacity: .7; }

.fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
  color: #333; }

.fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
  color: #333; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #000; }

/* Custom button design */
.fancybox-button {
  background: transparent;
  color: #333; }

.fancybox-toolbar .fancybox-button:hover {
  background: rgba(223, 223, 223, 0.5);
  color: #71a000; }

/* Make close button a bit bigger */
.fancybox-button--close {
  padding: 7px; }

.icon.button.outline.blue {
  width: 100%;
  max-width: 300px;
  text-align: left;
  font-size: 21px;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-bottom: 8px; */
  }
  .icon.button.outline.blue p {
    display: inline;
    vertical-align: top;
    line-height: 1.85;
    padding-right: 20px; }
  .icon.button.outline.blue:hover {
    color: #ffffff;
    background-color: #004785;
    }
  .icon.button.outline.blue:before {
    font-size: 38px;
    margin-right: 12px;
    margin-left: 12px; }

.iconbuttons-dropdown [class*="icon-"]:before {
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem; }
.iconbuttons-dropdown .custom-select {
  border: 1px solid #004785;
  color: #004785;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'rig-sans', arial; }
.iconbuttons-dropdown .dropdown-menu ul li a {
  color: #004785;
  font-size: 20px;
  font-size: 1.25rem; }
.iconbuttons-dropdown .dropdown-menu.open {
  border: 1px solid #004785; }
.icon-buffer:before {
  content: '\002F'; }

@media only screen and (min-width: 768px) {
  .showonmobile {
    display: none; } }

/* Smart Media-Query */
@media only screen and (max-width: 499px) {
  .hideonmobile {
    display: none; } }
@media only screen and (min-width: 500px) and (max-width: 991px)  {
  .hideontablet {
    display: none; } }
@media only screen and (min-width: 992px)  {
  .hideondesktop {
    display: none; } }

/* Begin Blogs */
.blogpost .col-md-6 {
  width: 100%; }
  @media (min-width: 992px) {
    .blogpost .col-md-6 {
      width: 25%; } }

.blogfooter div#disqus_thread {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 2px dotted #dedede; }

.blogsearch {
  text-align: right; }
  .blogsearch input#blogsearch {
    width: 330px;
    padding: 4px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0px 1px 4px #0000001a;
            box-shadow: inset 0px 1px 4px #0000001a; }
  .blogsearch label {
    display: none; }

.blogfilters {
  margin-top: 0px;
  text-align: right; }

.blogpostitem:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), color-stop(45%), to(#f7f7f7));
  background-image: linear-gradient(to bottom right, #ffffff, 45%, #f7f7f7);
  cursor: pointer; }

.blogpostitem {
  margin-bottom: 15px;
  border: #e6e7e9 solid 1px;
  }
  @media screen and (min-width: 768px) {
    .blogpostitem {
      max-height: 180px; } }
  @media screen and (max-width: 415px) {
    .blogpostitem .col-sm-15 {
      padding-right: 15px;
      padding-left: 15px; } }
  .blogpostitem p {
    color: #333333;
    font-family: 'rig-sans', arial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 7px; }
    .blogpostitem p:nth-child(3) {
      border-top: 1px solid #e6e7e9;
      padding-top: 10px;
      }
  .blogpostitem p.h6 {
    font-family: 'rig-sans', arial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: unset; }
  .blogpostitem p.dateauthortags {
    -webkit-line-clamp: 1;
    margin-bottom: 0px; }
  .blogpostitem:not(.col-sm-8) img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (min-width: 768px) {
      .blogpostitem:not(.col-sm-8) img {
        padding-right: 15px; } }
.blog-share p {
    border-bottom: 2px dotted #dedede;
    margin-bottom: 0px;
}
.blogpostrightcol .h6 {
  text-transform: initial;
  font-family: 'rig-sans', arial;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px dotted #dedede;
  margin-bottom: 0px;
  padding-left: 5px; }
.blogpostrightcol a.button.outline {
  padding: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'rig-sans', arial;
  text-transform: none;
  margin: 2px; }
  @media screen and (min-width: 768px) {
    .blogpostrightcol a.button.outline {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 1000px) {
    .blogpostrightcol a.button.outline {
      font-size: 14px;
      font-size: 0.875rem; } }
  .blogpostrightcol a.button.outline.red {
    border: 1px solid #00794c; }
.blogpostrightcol hr {
  height: 1px; }
.blogpostrightcol .panel {
  border-radius: 0px;
  margin-bottom: 25px;
  border: none;
  -webkit-box-shadow: 0px 1px 5px #0000001a;
          box-shadow: 0px 1px 5px #0000001a; }
.blogpostrightcol .panel-heading {
  padding: 8px;
  padding-left: 12px;
  background-color: #fff0;
  font-size: 18px;
  font-size: 1.125rem;
  background-image: -webkit-gradient(linear, left top, right bottom, from(white), color-stop(66%), to(#f7f7f7));
  background-image: linear-gradient(to bottom right, white, 66%, #f7f7f7); }
.blogpostrightcol .panel-body {
  padding: 12px; }
  .blogpostrightcol .panel-body ul {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 0px; }
    .blogpostrightcol .panel-body ul li {
      list-style: none;
      border-bottom: 2px dotted #dedede;
      padding-bottom: 5px; }
      .blogpostrightcol .panel-body ul li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px; }

.blogpostrightcol .fsBody.fsEmbed {
    padding: 0px;
}
.blogpostrightcol .fsBody .fsForm {
    margin: 0px;
}		
.blogpostrightcol .fsForm .fsSubmit {
    margin-top: 0px;
    padding: 0px;
}		
.blogpostrightcol .fsNextButton, .blogpostrightcol .fsPreviousButton, .blogpostrightcol .fsSubmitButton {
    background-color: #fff !important;
    border: 1px solid #00794c;
    color: #00794c !important;
	width: 100%;
}
.blogpostrightcol .fsNextButton:hover, .blogpostrightcol .fsPreviousButton:hover, .blogpostrightcol .fsSubmitButton:hover {
    background-color: #00794c !important;
    color: #fff !important;
}		
.blogpostrightcol  .fsForm select, .blogpostrightcol  .fsForm textarea, .blogpostrightcol  .fsRowBody input[type=email], .blogpostrightcol  .fsRowBody input[type=number], .blogpostrightcol  .fsRowBody input[type=tel], .blogpostrightcol  .fsRowBody input[type=text] {
    height: 32px;
}		
.blogpostrightcol .fsBody .fsForm {
    padding: 5px;
}
.blogpostrightcol .fsBody .fsFieldRow {
    margin-bottom: 5px!important;
}	
.blogpostrightcol .fsBody .fsRowBody {
    margin-bottom: 5px!important;
}
.blogpostrightcol .fsBody .fieldset-content .fsOptionLabel.horizontal {
    margin-right: 8px;
}

div#none-show-content {
  display: none; }

.blogpostleftcol p.h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: unset; }
.blogpostleftcol > p:nth-child(2) {
  border-bottom: 2px dotted #dedede;
  padding-bottom: 12px; }
.blogpostleftcol hr {
  border-top: 2px dotted #dedede;
  margin-left: 0px;
  margin-right: 0px; }
.blogpostleftcol p.text-caption > em {
  color: #4d4d4d; }
@media screen and (min-width: 768px) {
  .blogpostleftcol {
    padding-right: 45px; } }
.blogpostleftcol blockquote p, .blogpostleftcol blockquote ul {
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 768px) {
    .blogpostleftcol blockquote p, .blogpostleftcol blockquote ul {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media screen and (min-width: 1000px) {
    .blogpostleftcol blockquote p, .blogpostleftcol blockquote ul {
      font-size: 28.5px;
      font-size: 1.78125rem; } }
@media (min-width: 500px) and (max-width: 768px){
.blogpostitem .col-sm-8 {
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
}}

@media (max-width: 768px){
.blogpostitem .col-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.blogpostitem p.dateauthortags{
    margin-top: 0px;
}
}
/* End Blogs */
/* Begin Blogs - 3 Column */
	.threecolumnblog  .blogpostitem.col-sm-8 {
		max-height: 375px;
		height: 375px;
		width: 31%;
		margin: 1%;
	}
		
		.threecolumnblog  .blogpostthumb {
			padding: 0px;
		}
		
		.threecolumnblog  .blogpostitem img {
    		height: 210px;
		}
		
		.threecolumnblog  .blogpostitem p.h6{
    		line-height: 24px;
			font-size: 20px;
		}
		
	.threecolumnblog  .blogpostitem p {
			-webkit-line-clamp: 2;
			}
		

		
		.threecolumnblog  .blogpostitem .blogpostfootnote {
			border-top: 2px dotted #e8e8e8;
			padding: 0px;
			padding-top: 10px;
			position: absolute;
			bottom: 0;
			left: 0;
		    left: 4%;
   			width: 93%;
		}
		
		.threecolumnblog  .tags img, .threecolumnblog  .date img {
			width: 18px;
			height: 17.5px;
			float: left;
			margin-right: 3px;
		}
		
		.threecolumnblog  .blogpostitem .date, .threecolumnblog  .blogpostitem .tags {
			-webkit-line-clamp: 1;
			margin: 0px;
		}
		
		.threecolumnblog  .blogpostitem .author {
			margin-bottom: 10px;
			margin-top: 0px;
			padding: 0px;
			float: right;
		}
		
		.threecolumnblog  .blogpostdescription {
	padding-left: 18px;
    padding-right: 18px;
    position: relative;
    min-height: 150px;
}
		
		.threecolumnblog .blogpostitem img {
    padding-right: 0px;
}
		
		@media (max-width: 1200px){
.threecolumnblog .blogpostdate {width: 50%;}
.threecolumnblog .blogposttag {width: 50%;}
}
		@media (max-width: 850px){
		.threecolumnblog  .blogpostitem.col-sm-8{width: 48%;  display: inline-flex;}
		.threecolumnblog  .blogpostitem .blogpostfootnote{display: inline-flex; padding-bottom: 6px;}
		.threecolumnblog  .blogpostitem.col-sm-8 {padding-bottom: 10px;}
		}
		
			@media (max-width: 620px){
		.threecolumnblog  .blogpostitem p.text-caption {
			font-size: 11px;
			font-size: .9rem;
		}
		
		.threecolumnblog  .blogpostitem.col-sm-8{width: 100%;}
		
		.threecolumnblog  .blogpostitem.col-sm-8 {
			max-height: fit-content;
			height: fit-content;
			padding-bottom: 10px;
			margin-bottom: 30px;
		}
		
		.threecolumnblog  .blogpostitem img {height: auto;}
		
		.blogpostdate, .blogposttag{float: left;}
		}
		
		.threecolumnblog  .blogpostitem .blogpostfootnote p {
			color: #757575;
		}
		
		.threecolumnblog .blogpostrightcol .panel, .threecolumnblog .blogpostrightcol .blog-share {
			width: 100%;
		}
		
		.threecolumnblog .blogpostrightcol {
			border-top: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		
		.threecolumnblog .pagination {
			width: 100%;
		}
		
.threecolumnblog .blogpostrightcol {
    border-top: 2px dotted #dedede;
    margin-top: 15px;
}

.threecolumnblog .blogpostrightcol .blog-share {
    border-radius: 0px;
    margin-bottom: 25px;
    border: none;
    -webkit-box-shadow: 0px 1px 5px #0000001a;
    box-shadow: 0px 1px 5px #0000001a;
}

.threecolumnblog .blogpostrightcol .blog-share p {
    padding: 8px;
    padding-left: 12px;
    background-color: #fff0;
    font-size: 18px;
    font-size: 1.125rem;
    background-image: -webkit-gradient(linear, left top, right bottom, from(white), color-stop(66%), to(#f7f7f7));
    background-image: linear-gradient(to bottom right, white, 66%, #f7f7f7);
    margin-top: 0px;
    border-bottom: none;
}

.threecolumnblog .blogpostrightcol .blog-share .share-this {
    margin: 10px;
}
/*END blogs 3 column */
/* BEGIN Ask bot Ocelot */
html.translated-ltr .MaxAI .fatv10 {height: calc(100% - 40px) !important; margin-top: 40px !important;}
/* END Ask bot Ocelot */
body .userway {
  width: 35px !important; }

section.text-container.blue {
  background: #FAFBFD;
  /* color: #333; */
  padding-top: 15px;
  padding-bottom: 15px;
  }
  section.text-container.blue a {
    /* color: #77bfea; */
    }
    section.text-container.blue a :hover {
      color: #bae5ff; }
  section.text-container.blue h2, section.text-container.blue h3, section.text-container.blue .h2, section.text-container.blue .h3 {
    /* color: #333; */
    }

section.text-container.gray {
  background-color: #f6f7f8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  align-items: center;
  }

section.two-thirds-container.gray {
	 background-color: #f6f7f8;
}

section.text-container.gray > .container-flex, section.text-container.lightblue > .container-flex  {
    margin-bottom: 0px;
}

section.text-container.lightblue {
    background-color: #f6f7f8;
    padding-top: 15px;
    padding-bottom: 15px;
}

article > section:last-child, article > section.gray:last-child {
    margin-bottom: 0px;
}

.serifa-font {
  font-family: 'rig-sans', arial;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    .serifa-font {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1000px) {
    .serifa-font {
      font-size: 23.5px;
      font-size: 1.46875rem; } }



.circle-image, .circle-image > img {
  border-radius: 50%; }

a.button.full, input[type="submit"].button.full {
  max-width: none; }

/* Visit Days */
.vm-button {
  right: 60px !important;
  bottom: 10px !important; }

.icon-tourbus:before {
  content: '\0030'; }

/* Event List Snippet */
.eventslist .eventlistitem {
  margin-bottom: 15px; }
  .eventslist .eventlistitem p {
    font-family: 'rig-sans', arial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 7px;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 5px; }
    .eventslist .eventlistitem p .h3 {
      font-family: 'rig-sans', arial;
      font-size: 20px;
      margin-bottom: 0px;
      margin-top: 0px; }
    .eventslist .eventlistitem p .dateauthortags {
      -webkit-line-clamp: 1;
      margin-bottom: 0;
      font-family: 'rig-sans', arial;
      font-size: 18px;
      font-size: 1.125rem;
      color: #000;
      text-transform: uppercase; }
  .eventslist .eventlistitem:hover {
    background-color: #f3f3f3;
    cursor: pointer; }
  .eventslist .eventlistitem .text-caption {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #333;
    }
    .eventslist .eventlistitem .text-caption span {
        line-height: 0px;
    }
    @media screen and (min-width: 768px) {
      .eventslist .eventlistitem .text-caption {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 7px;
        } }
    @media screen and (min-width: 1000px) {
      .eventslist .eventlistitem .text-caption {
        font-size: 14px;
        font-size: 0.875rem; } }
  .eventslist .eventlistitem img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
    padding-right: 0; }
  .eventslist .eventlistitem a.button {
    float: right; }
  @media screen and (min-width: 769px) {
    .eventslist .eventlistitem .col-md-18 {
      padding-left: 15px; } }

@media screen and (max-width: 1000px) {
  .eventslist .eventlistitem .col-md-18 {
    height: 110px; } }
/* Overlay Textures */
.overlay-texture {
  background-color: #f6f7f8; }

.lineicon.overlay-texture  .col-sm p {
  color: #fff !important;
}

/* Promo Billboard */
.promo-billboard {
  background-image: url(/_resources/images/gradient-campus-bg-1900x622.jpg);
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px; }
  .promo-billboard .col-sm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff; }
    .promo-billboard .col-sm:last-child {
      border-bottom: none; }
    .promo-billboard .col-sm h2 {
      color: #ffffff;
      font-size: 24.5px;
      font-size: 1.53125rem;
      margin-top: 12px;
      margin-bottom: 16px;
      font-family: 'rig-sans', arial; }
    .promo-billboard .col-sm p {
      margin-top: 10px;
      margin-bottom: 10px; }

/* In the news Snippet */
.inthenews .col-sm-6 img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  }
.inthenews .col-sm-6 .secondRow {
  padding-top: 9px; }
.inthenews .col-sm-6 .newsitem {
  position: relative; }
.inthenews .col-sm-6 .description {
  position: absolute;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
  /* padding-left: 2px; */
  /* padding-right: 2px; */
  }
  .inthenews .col-sm-6 .description p {
    margin: 5px;
    font-size: 16px;
    /* font-size: 1.125rem; */
    line-height: 18px;
    color: #ffffff;
    padding: 3px;
    font-family: 'rig-sans', arial;
    background-color: rgb(0 0 0 / 70%);
    margin: 0px;
    padding: 6px;
    }
.inthenews .col-sm-6 a:hover .description {
  /* background: rgba(0, 0, 0, 0.8); */
  }
.inthenews a:hover .category {
  background: #004785;
  /* -webkit-transition: color .3s,background .3s; */
  /* transition: color .3s,background .3s; */
  }
.inthenews .col-sm-12 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 410px;
  }
.inthenews .col-sm-12 .newsitem {
  position: relative;
  }
.inthenews .col-sm-12 .description {
  position: absolute;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 450px;
  }
  .inthenews .col-sm-12 .description p {
    margin: 5px;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding: 3px;
    font-family: 'rig-sans', arial;
    background-color: rgb(0 0 0 / 70%);
    margin: 0px;
    padding: 6px;
    }
.inthenews .col-sm-12 a:hover .description {
  /* background: rgba(0, 0, 0, 0.8); */
  }
.inthenews a.button, .inthenews a.link-arrow, .eventslist a.link-arrow {
  float: right;
  margin-top: 10px;
  right: 0px;
  position: relative;
  }
.inthenews h3, .eventslist h3 {
  margin-top: -2px;
}

.newsitem .description .category {
  position: absolute;
  background: #00794c;
  -webkit-transition: color .3s,background .3s;
  /* transition: color .3s,background .3s; */
  color: #ffffff;
  top: -27px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  left: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'rig-sans', arial;
  width: fit-content;
  }

@media (max-width: 1000px) {
  .inthenews .description {
    padding-left: 0px;
    padding-right: 0px; }
    .inthenews .description .category {
      position: relative;
      top: 0px;
      }
  .inthenews .col-sm-6 .description {
    padding-left: 0px;
    padding-right: 0px; }
    .inthenews .col-sm-6 .description p {
      font-size: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding-bottom: 0px;
      }
  .inthenews .col-sm-12 .description {
    padding-left: 0px;
    padding-right: 0px;
    }
    .inthenews .col-sm-12 .description p {
      font-size: 16px; } }
@media (max-width: 415px) {
  .inthenews .col-sm-12 {
/*     margin-bottom: 10px;
    width: 100%; */
  }
    .inthenews .col-sm-12 img {
      /*       width: 125px;
      position: relative;
      height: 125px; */
      }
  .inthenews .col-sm-6 {
    /* display: flex; */
    }
    .inthenews .col-sm-6 a:hover .description {
      /* background: #fff; */
      }
    .inthenews .col-sm-6 .newsitem {
      /* margin-bottom: 10px; */
      /* padding-top: 0px; */
      /* margin-top: 0px; */
      /* box-shadow: 0 0 5px #0000001f; */
      }
      .inthenews .col-sm-6 .newsitem .description .category {
        /* width: 100%; */
        /* padding-left: 139px; */
        /* padding-top: 9px; */
        /* padding-bottom: 5px; */
        /* font-size: 14px; */
        /* top: auto; */
        /* position: initial; */
        /* font-weight: bold; */
        /* border-bottom: 2px dotted #e8e8e8; */
        /* background: #fff; */
        /* color: #00794c; */
        }
    .inthenews .col-sm-6 img {
/*       width: 125px;
      position: relative;
      height: 125px;  */
    }
    .inthenews .col-sm-6 .description {
      /* background: #fff; */
      /* height: 125px; */
      }
      .inthenews .col-sm-6 .description p {
/*         margin-left: 138px;
        color: #000;
        font-size: 15px; */
        }
.inthenews .col-sm-12 .newsitem {
/*     margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px; */
    /* box-shadow: 0 0 5px #0000001f; */
}
    
.inthenews .col-sm-12 .description {
    /* padding-left: 0px; */
    /* padding-right: 0px; */
    /* background-color: #fff; */
    /* height: 125px; */
}

.newsitem .description .category{
   /* background: #ffffff !important; */
   /* color: #00794c; */
   /* width: 100%; */
   /* padding-left: 139px; */
   /* padding-top: 9px; */
   /* padding-bottom: 5px; */
   /* font-size: 14px; */
   /* top: auto; */
   /* position: initial; */
   /* font-weight: bold; */
   /* border-bottom: 2px dotted #e8e8e8; */
}

.inthenews .col-sm-12 .description p {
    /* font-size: 16px; */
    /* font-size: 16px; */
    /* margin-left: 136px; */
    /* color: #000; */
    /* font-size: 15px; */
}
}

.inthenews .container-flex {display: flex;flex-direction: row;align-items: stretch;}

@media (max-width: 768px){
.inthenews .container-flex {
    flex-direction: column;
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
}
    .inthenews .container-flex .col-sm-6 {
    display: inline-grid;
    align-items: end;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    grid-column-gap: 10px;
}

    .inthenews .col-sm-12 img {
      max-height: 250px;
      }



.inthenews .col-sm-24 {
    width: 100%;
}
}
/* Video Panel Snippet */
.videopanel.overlay-texture.green:before {
  /* background-image: linear-gradient(-225deg, rgba(0, 84, 160, 0.8) 0%, rgba(0, 74, 140, 0.8) 100%); */
  }

section.video-box {
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    section.video-box.horizontalvideo .videopanel {
      max-height: 337.5px !important;
      margin-bottom: 0px; } }
  @media (max-width: 1200px) {
    section.video-box {
      display: block !important;
      max-width: 600px; }
      section.video-box.horizontalvideo .col-md-12 {
        width: 100%; }
        section.video-box.horizontalvideo .col-md-12 .featured-video {
          top: 1px; } }
  section.video-box .featured-video-wrapper {
    width: 100%;
    margin: 0 auto; }
  section.video-box .col-md-24 section.videopanel.overlay-texture {
    padding-top: 15px;
    top: -1px;
    max-width: 780px;
    margin: 0 auto; }
    section.video-box .col-md-24 section.videopanel.overlay-texture p:not(.statement-text) {
      font-size: 16px;
      margin-top: 8px; }
    section.video-box .col-md-24 section.videopanel.overlay-texture p.statement-text, section.video-box .col-md-24 section.videopanel.overlay-texture p.h3, section.video-box .col-md-24 section.videopanel.overlay-texture p.h4, section.video-box .col-md-24 section.videopanel.overlay-texture p.h5, section.video-box .col-md-24 section.videopanel.overlay-texture p.h6, section.video-box .col-md-24 section.videopanel.overlay-texture h2, section.video-box .col-md-24 section.videopanel.overlay-texture h3, section.video-box .col-md-24 section.videopanel.overlay-texture h4, section.video-box .col-md-24 section.videopanel.overlay-texture h5, section.video-box .col-md-24 section.videopanel.overlay-texture h6 {
      margin: 0px;
      font-size: 21.5px;
      font-family: 'rig-sans', arial; }
      @media (max-width: 768px) {
        section.video-box .col-md-24 section.videopanel.overlay-texture p.statement-text, section.video-box .col-md-24 section.videopanel.overlay-texture p.h3, section.video-box .col-md-24 section.videopanel.overlay-texture p.h4, section.video-box .col-md-24 section.videopanel.overlay-texture p.h5, section.video-box .col-md-24 section.videopanel.overlay-texture p.h6, section.video-box .col-md-24 section.videopanel.overlay-texture h2, section.video-box .col-md-24 section.videopanel.overlay-texture h3, section.video-box .col-md-24 section.videopanel.overlay-texture h4, section.video-box .col-md-24 section.videopanel.overlay-texture h5, section.video-box .col-md-24 section.videopanel.overlay-texture h6 {
          font-size: 19.5px; } }
    section.video-box .col-md-24 section.videopanel.overlay-texture .container {
      padding-left: 30px;
      padding-right: 30px; }

section.videopanel.overlay-texture {
  /*max-height: 337px;*/
  height: 100%; }

.videopanel.overlay-texture {
  /* color: #ffffff; */
  padding-top: 20px;
  padding-bottom: 8px;
  background-size: cover;
  background-position: center center;
  position: relative;
  }
  .videopanel.overlay-texture:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(-225deg, rgba(0, 84, 160, 0.8) 0%, rgba(0, 74, 140, 0.8) 100%); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    }

section.text-container.videopanel.overlay-texture .accordion-wrapper ul li .accordion-title {
    color: #333;
}

section.text-container.videopanel.overlay-texture .accordion-wrapper.plain ul li .toggle-accordion span:before, section.text-container.videopanel.overlay-texture .accordion-wrapper.plain ul li .toggle-accordion-list span:before, section.text-container.videopanel.overlay-texture .accordion-wrapper.plain ul li .toggle-accordion span:after, section.text-container.videopanel.overlay-texture .accordion-wrapper.plain ul li .toggle-accordion-list span:after{
    background-color: #fff;
}

section.videopanel {
  margin-bottom: 25px; }

.videopanel h2 {
  /* color: #ffffff; */
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 6px;
  }
.videopanel .h2 {
  /* color: #ffffff; */
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 6px;
  }
.videopanel h3 {
  /* color: #ffffff; */
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 6px;
  }
.videopanel .h3 {
  /* color: #333; */
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 6px;
  }

@media screen and (min-width: 1200px) {
.video-box .col-md-12 .videopanel .container {
    overflow-y: clip;
    height: 277px;
}}

.video-box .col-md-12 .videopanel .container {
  padding-left: 30px;
  padding-right: 30px; 
}

@media screen and (min-width: 769px) {
  section.video-box.horizontalvideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important; }
    section.video-box.horizontalvideo .col-md-12 {
      padding: 0; } }
/* Quick Facts */
section.text-container.quickfacts a {
  text-decoration: none;
  }
section.text-container.quickfacts a:hover p {
  text-decoration: underline;
  }

section.text-container.quickfacts .container-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  }

.quickfacts .col-sm {
  /* width: 50%; */
  margin: 1%;
  background-color: #fff;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 230px;
  border: 1px solid #e6e7e9;
  }
.text-container .container-flex .quickfacts .col-sm {
    min-width: auto;
}

@media (max-width: 768px){
  .quickfacts .col-sm:nth-child(1) {
    /* border-right: 1px solid #00794c; */
    /* border-bottom: 1px solid #00794c; */
    }
  .quickfacts .col-sm:nth-child(2) {
    /* border-bottom: 1px solid #00794c; */
    }
  
  .quickfacts .col-sm:nth-child(2){/* border-right: none !important; */}
section.text-container.quickfacts > .container-flex > .col-sm {
    /* width: 100% !important; */
}}

.quickfacts h2 {
  font-size: 3.4rem;
  word-break: break-word;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  }
  .quickfacts h2 ~ p {
    margin-top: 0px;
    margin-bottom: 25px;
    font-weight: 400;
    }
.quickfacts p {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 25px;
  color: #00794c;
  }
.quickfacts a:hover p {
  color: #55616d;
}
  .quickfacts p ~ h2 {
    margin-top: 4px;
    margin-bottom: 20px;
    }

.quickfacts a h2 {
    color: #333;
}
.quickfacts a:hover h2 {
    color: #333;
}

:not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm {
  /* border-right: 1px solid #00794c; */
  }
  :not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4), :not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm:last-child {
    /* border-right: none; */
    /* display: none; */
    }

.columns-2 .col-sm > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(1) {
    /* border-right: 1px solid #00794c; */
    /* border-bottom: 1px solid #00794c; */
}
.columns-2 .col-sm > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(2) {
    /* border-bottom: 1px solid #00794c; */
}
.columns-2 .col-sm > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(3) {
    /* border-right: 1px solid #00794c; */
    display: none;
}
.columns-2 .col-sm > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4) {
    /* border-top: 1px solid #00794c; */
    display: none;
}
.columns-2 .col-sm > section.text-container.quickfacts > .container-flex > .col-sm:last-child {
    /* border: none; */
}


@media  {
.col-sm-8 > section.text-container.quickfacts > .container-flex > .col-sm, .col-sm:nth-child(3) > .quickfacts > .container-flex > .col-sm, .col-sm:nth-child(4) > .quickfacts > .container-flex > .col-sm {
  /* width: 90%; */
  max-width: 50%;
  height: 150px;
  /* margin: 0 auto; */
  /* border-right: none; */
  /* border-bottom: 1px solid #00794c; */
  /* border: 1px solid #e6e7e9; */
  padding: 20px;
}
  .col-sm-8 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(3), .col-sm:nth-child(3) > .quickfacts > .container-flex > .col-sm:nth-child(3), .col-sm:nth-child(4) > .quickfacts > .container-flex > .col-sm:nth-child(3) {
    /* border-bottom: 1px solid #00794c !important; */
    display: none;
  }
  .col-sm-8 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4), .col-sm:nth-child(3) > .quickfacts > .container-flex > .col-sm:nth-child(4), .col-sm:nth-child(4) > .quickfacts > .container-flex > .col-sm:nth-child(4) {
    /* border-bottom: none; */
    display: none;
    }
.col-sm-8 > section.text-container.quickfacts h2,   .col-sm-16 > section.text-container.quickfacts h2  {
  margin-top: 15px;
  font-size: 47px;
  }
.col-sm-8 > section.text-container.quickfacts p, .col-sm-16 > section.text-container.quickfacts p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  }
}

.col-sm-6 > section.text-container.quickfacts > .container-flex > .col-sm {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin: 0 auto;
  border-right: none;
  border-bottom: 1px solid #00794c;
  }
  .col-sm-6 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4) {
    border-bottom: none; }
.col-sm-6 > section.text-container.quickfacts h2 {
  margin-top: 15px; }
.col-sm-6 > section.text-container.quickfacts p {
  margin-bottom: 15px; }

.col-sm-16 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(2) {
  /* border-right: none; */
  }

.col-sm-16 > section.text-container.quickfacts > .container-flex > .col-sm {
  min-width: 23%;
  height: 150px;
  /* border: 1px solid #e6e7e9; */
}

.col-sm-16 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4) {
  display: none;
}

.col-sm-16 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(1) {
  /* border-bottom: 1px solid #00794c; */
}

.col-sm-16 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(2) {
  /* border-right: none; */
  /* border-bottom: 1px solid #00794c; */
}

.col-sm-18 > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(2) {
  /* border-right: none; */
}

@media (max-width: 768px) {
  :not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm:nth-child(4), .col-sm:nth-child(3) > .quickfacts > .container-flex > .col-sm:nth-child(4), .col-sm:nth-child(4) > .quickfacts > .container-flex > .col-sm:nth-child(4) {
/*     border-bottom: none;  */
  }

  section.text-container.quickfacts > .container-flex > .col-sm {
    width: 48%; }

  .quickfacts h2 {
    font-size: 2rem;
    margin-top: 10px; }
  .quickfacts p {
    font-size: 1rem; } }
@media (max-width: 767px) {
  :not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm {

    /* border-right: none; */
    /* width: 100%; */
    } }
@media (max-width: 768px) {
  :not(.col-sm) > section.text-container.quickfacts > .container-flex > .col-sm {
    /* width: 100%; */
    }

  section.text-container.quickfacts > .container-flex > .col-sm {
    width: 48%; }

  .quickfacts h2 {
    font-size: 2.25rem;
    margin-top: 10px; }
  .quickfacts p {
    font-size: 1rem;
    line-height: 23px;
    } }
/* Infographics Line Icon */
section.text-container.lineicon.overlay-texture {
  margin-bottom: 15px;
  background-image: none;
  }

.lineicon {
  padding-top: 20px;
  padding-bottom: 18px;
  background-size: cover;
  background-position: center center;
  position: relative; }

  .lineicon .col-sm {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    }
  .lineicon.circle .col-sm {
    padding-top: 50px;
  }

.lineicon .col-sm p {
      color: #333;
}

    .lineicon .col-sm p.line-icon-title {
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 22.5px;
      text-align: center;
      font-weight: 600;
      font-size: 23px;
      margin-bottom: 0px;
    }

    .lineicon.circle .col-sm p.line-icon-title {
      font-weight: 700;
    }

    .lineicon.circle .col-sm p.line-icon-title {
      margin-top: 50px;
    }

    .lineicon .col-sm p:empty {
        display: none;
    }

._imgContr {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.lineicon .col-sm img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
}

.lineicon .col-sm img {
    height: 80px;
    width: 80px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    z-index: 1;
}
.lineicon.circle .col-sm img{
    height: 80px;
    width: 80px;
}
  .lineicon img:nth-child(1) {
  z-index: 2;}
.lineicon a:hover img:nth-child(1) {
  opacity: 0; }
.lineicon .col-sm a {
  position: relative;
  text-decoration: none;
  }
  .lineicon .col-sm a:hover p {
    /* color: #00794c; */
    }

.lineicon.circle a ._imgContr:after {
    content: "";
    /* border: 6px solid #004785; */
    border-radius: 50%;
    width: 200%;
    height: 200%;
    grid-column: 1;
    grid-row: 1;
    background-color: #f6f7f8;
}

.lineicon.circle a:hover ._imgContr:after {
    /* border: 6px solid #00794c; */
}

@media only screen and (max-width: 767px) {
  .lineicon .col-sm p {
    font-size: 16px;
    } 
.lineicon .col-sm img {
    height: 70px;
    width: 70px;
}
  
.lineicon.circle .col-sm img {
    height: 50px;
    width: 50px;
}
.lineicon.circle .col-sm ._imgContr:after, .lineicon.circle a:hover ._imgContr:after {
    border-width: 4px;
}

.lineicon .col-sm p.line-icon-title{
  line-height: 1;
  margin-bottom: 20px;
  font-size: 18px;
}
}

@media only screen and (min-width: 767px) {
  .lineicon.columns-3 .col-sm {
    padding-left: 3%;
    padding-right: 3%;
    }
}

/* Event List */
.eventslist .eventlistitem {
  margin-bottom: 15px; }
  .eventslist .eventlistitem:hover {
    background-color: #F2F6F9;
    /* background-image: linear-gradient(to bottom right, #ffffff, 45%, #f7f7f7); */
    cursor: pointer;
    /* -webkit-box-shadow: 0px 1px 5px #0000001a; */
    /* box-shadow: 0px 1px 5px #0000001a; */
    }
  .eventslist .eventlistitem p.h3 {
    font-size: 18px;
    font-family: 'rig-sans', arial;
    margin-bottom: 0px;
    margin-top: 0px;
    /* padding-top: 8px; */
    color: #00794c;
    }
  .eventslist .eventlistitem p {
    font-family: 'rig-sans', arial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 7px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    }
  .eventslist .eventlistitem p.dateauthortags {
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    font-family: 'rig-sans', arial;
    font-size: 18px;
    /* color: #004785; */
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1px;
    padding-top: 8px;
    }
  .eventslist .eventlistitem img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
    padding-right: 0; }
.eventslist .text-caption {
  font-size: 11px;
  font-size: .6875rem;
  color: #333; }
.eventslist a.button {
  float: right;
  margin-top: -2px;
  }

@media screen and (min-width: 1000px) {
  .eventslist .text-caption {
    font-size: 14px;
    font-size: .875rem; } }
@media screen and (min-width: 768px) {
  .eventslist .text-caption {
    font-size: 13px;
    font-size: .8125rem; } }
@media screen and (min-width: 769px) {
  .eventslist .eventlistitem .col-md-18 {
    padding-left: 15px; } }
@media screen and (max-width: 1000px) {
  .eventslist .eventlistitem .col-md-18 {
    height: 110px; } 

 .eventslist .eventlistitem p.dateauthortags, .eventslist .eventlistitem p.h3 {
    	font-size: 15px;
    }
}
/*Promo-Gradient Snippet*/
.gradientpromo {
  background-image: url(/_resources/images/snippet-gradient.jpg) !important; }
  .gradientpromo p, .gradientpromo a {
    text-align: center;
    color: #fff;
    }
  .gradientpromo a {
    max-width: 600px; }
  .gradientpromo .col-sm:only-child, .gradientpromo .col-sm:last-child {
    border: none !important; }
  .gradientpromo .container-flex .row-alt {
    margin-left: 0px;
    margin-right: 0px; }
  .gradientpromo .container-flex :first-child:nth-last-child(n + 4) {
    padding: 25px;
    padding-bottom: 6px;
    padding-top: 6px; }
    .gradientpromo .container-flex :first-child:nth-last-child(n + 4) ~ .col-sm {
      padding: 30px;
      padding-bottom: 6px;
      padding-top: 6px; }
  .gradientpromo .container-flex .col-sm {
	display: flex;
    flex-direction: column;
    padding: 50px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #ffffff7a; }
    @media screen and (min-width: 768px) {
      .gradientpromo .container-flex .col-sm {
        border-bottom: none;
        border-right: 1px solid #ffffff7a; } }
	.gradientpromo p:nth-child(3) {
		align-self: flex-end;
		width: 100%;
		margin-top: auto;
	}
section.text-container.blue.gradientpromo .container {
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .gradientpromo-footer {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }

/* Infographics Billboard */
.infographics-billboard {
  background-image: url(/_resources/images/gradient-campus-bg-1900x622.jpg);
  background-color: #004785;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 35px;
  -webkit-box-shadow: inset -1px 0px 9px 0px #00000075;
  box-shadow: inset -1px 0px 9px 0px #00000075;
  }
.infographics-billboard.nobackground {
	background-image: inherit;
    background-color: inherit;
    background-size: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
  @media screen and (min-width: 1000px) {
    .infographics-billboard .horizontal.graphics-container {
      margin: 0 auto;
      width: 100%; } }
  @media screen and (min-width: 1000px) {
    .infographics-billboard .graphics-container {
      width: 45%;
      margin: 0 auto;
      padding-bottom: 0px; } }
  @media screen and (min-width: 1000px) {
    .infographics-billboard .graphics-container .col-xs-12.col-sm-6.col-md-6 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1000px) {
    .infographics-billboard .graphics-container .col-md-12 {
      padding-right: 15px; } }
  @media screen and (min-width: 1000px) {
    .infographics-billboard .graphics-container .col-md-12:first-child {
      padding-bottom: 10px; } }
  .infographics-billboard .description-container {
    color: #ffffff;
    padding-right: 30px;
    padding-left: 30px; }
	.infographics-billboard.nobackground .description-container {
		color: inherit;
	}
    .infographics-billboard .description-container h2, .infographics-billboard .description-container .h2, .infographics-billboard .description-container h3, .infographics-billboard .description-container .h3, .infographics-billboard .description-container h4, .infographics-billboard .description-container .h4, .infographics-billboard .description-container h5, .infographics-billboard .description-container .h5, .infographics-billboard .description-container h6, .infographics-billboard .description-container .h6 {
      color: #ffffff;
      margin-bottom: 7px;
      margin-top: 7px;
      }
    .infographics-billboard.nobackground .description-container h2, .infographics-billboard.nobackground .description-container .h2, .infographics-billboard.nobackground .description-container h3, .infographics-billboard.nobackground .description-container .h3, .infographics-billboard.nobackground .description-container h4, .infographics-billboard.nobackground .description-container .h4, .infographics-billboard.nobackground .description-container h5, .infographics-billboard.nobackground .description-container .h5, .infographics-billboard.nobackground .description-container h6, .infographics-billboard.nobackground .description-container .h6 {
      color: inherit;
	}
  .infographics-billboard .graphicsbox-txt > p {
    margin: 0;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 22px; }
  .infographics-billboard .graphicsbox-img {
    width: 100%;
    float: left;
    height: 65px;
    margin-bottom: 10px; }
    .infographics-billboard .graphicsbox-img > img {
      width: 65px;
      height: 65px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .infographics-billboard .graphicsbox {
    border: 2px solid #ffffff47;
    /* box-shadow: 0 0 9px 1px #ffffff29; */
    text-align: center;
    margin: 5px;
    color: #ffffff;
    overflow-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 210px;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    /* background-color: #ffffff05; */
    /* border-radius: 5px; */
    /* box-shadow: 0 0 9px 1px #ffffff29; */
    }
    .infographics-billboard .graphicsbox:hover {
      background-color: rgba(255, 255, 255, 0.35);
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }

.infographics-billboard.nobackground .graphicsbox {
	border: 1px solid #3175a0;
	color: inherit;
}

.infographics-billboard.remove-margin > .lightpaddingcontainer {
  padding: 0px; }

@media only screen and (max-width: 1000px) {
  .infographics-billboard .description-container {
    padding-top: 0px; }
  .infographics-billboard .graphics-container {
    padding-bottom: 10px;
    padding-top: 20px; }
  .infographics-billboard .graphicsbox-img {
    height: 50px;
    margin: 0 auto; }
    .infographics-billboard .graphicsbox-img > img {
      width: 50px;
      height: 50px; }
  .infographics-billboard .graphicsbox-txt {
    font-size: 18px; }
    .infographics-billboard .graphicsbox-txt > p {
      font-size: 18px; }
  .infographics-billboard .graphicsbox {
    min-height: 180px; } }
/* HR Styles */
hr.green-border {
  border-top: 3px dotted #00794c;
  background-color: white;
  max-width: 1200px;
  margin: 0 auto; }

/* Natasha's Event Snippet */
.evnt-main {
  margin: auto;
  margin-top: 0px; }

.evnt-container {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f3f3f3 !important;
  padding-bottom: 0px;
  margin: auto;
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  font-size: 1rem;
  line-height: 1.3;
  height: auto;
  width: 100%; }

.evnt-container:hover {
  -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.3);
          box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.3); }

/* Container needed to position the overlay. Adjust the width as needed */
.evnt-imgcontain {
  position: relative;
  width: 100%;
  margin: auto; }

/* Make the image to responsive */
.evnt-img {
  display: block;
  width: 100%;
  height: auto; }

.evnt-imgcontain img {
  display: block;
  width: 100%;
  height: auto; }

/* The overlay effect - lays on top of the container and over the image */
.evnt-titleoverlay {
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center; }

/* Make Flickr Snippet more Responsive */
iframe.flickrsnippet { min-height: 170px;}

@media only screen and (min-width: 450px) {
iframe.flickrsnippet { min-height: 280px;}
}

@media only screen and (min-width: 600px) {
iframe.flickrsnippet { min-height: 310px;}
}

@media only screen and (min-width: 800px) {
iframe.flickrsnippet { min-height: 400px;}
}

@media only screen and (min-width: 1000px) {
iframe.flickrsnippet { min-height: 365px;}
}

@media only screen and (min-width: 1200px) {
iframe.flickrsnippet { min-height: 455px;}
}

/* When you mouse over the container, fade in the overlay title */
.evnt-desc {
  padding: 15px; }

.evnt-desc p {
  margin: 0px; }

.evnt-desc-more {
  position: absolute;
  opacity: 1;
  z-index: 100;
  margin: auto;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
  padding-bottom: 0px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  width: 97%;
  left: 0;
  right: 0; }

.evnt-showmore {
  display: inline; }

/* Hide pixel image */
img[alt~="pixel"] {
    display: none;
}

/*fgcuteam_Mike and Candace Campaign Template*/
.col-sm-24.simple-footer {
    width: 100%;
    background-color: #004785;
    color: #fff;
    text-align: center;
    min-height: 50px;
	position: absolute;
}
	
@media screen and (min-width: 1000px){
body.campaign-page #masthead {
    height: 70px !important;
}

body.campaign-page main.main-content {
    padding-top: 70px !important;
}
}
