/*
Theme Name: UNJSPF 10.2021
Theme URI: https://unjspf.org
Description: UNICC
Version: 2.0
Author: josearcos, Pablo Presencia
Author URI: https://unjspf.org
*/
@import 'assets/css/wp.basic.css';
@import 'assets/css/forms_cf7.css';
@import 'assets/css/print.css';
.content,
.onepage {
  min-height: 300px;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}

.alert_container .alert_text a,
.innercontainer section.glossary_overview a:hover,
.qtip-default a {
  text-decoration: underline;
}

.alert_container .flexible,
.leader-stats,
.storymodule .textholder,
section.module-quote .flexible {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.cd-top,
.mobile_expansion {
  visibility: hidden;
}

#footer,
.innercontainer,
.onepage,
.relatedposts {
  clear: both;
}

.content {
  padding-top: 2em;
  padding-bottom: 2em;
}

.content .text,
.white_downstream > div {
  background: #fff;
  padding: 2em;
}

.content.nosidebar {
  float: none;
  width: 100%;
}

.expander_section header a:after {
  content: ' +';
}

.expander_section header a.activated:after {
  content: ' -';
}

h3 {
  font-size: 1.5em;
  color: #404041;
  margin-bottom: 0.75em;
}

p {
  font-size: 0.9em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

.pageinfo h1 {
  margin-bottom: 0.5em;
  font-size: 2em;
}

.text p:last-child {
  margin-bottom: 0;
}

.text a {
  color: #5091cd;
}

.text .button a,
.text a.button {
  color: #fff;
}

b,
strong {
  font-family: FFMarkWebProBold, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.bandwidth h5,
.slidecaption .col.descriptionfields h1,
.slidecaption h3,
section.glossary_overview .onedefinition .slug,
section.mid h1 {
  font-family: FFMarkWebPro, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.socialink-module ul,
.text ul {
  margin-bottom: 1em;
  margin-left: 0;
  line-height: 1.5;
  font-size: 0.9em;
}

.text ul {
  margin-left: 2em;
  list-style-type: disc;
}

.text ul li {
  list-style-type: inherit;
  margin-left: 1em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.content ol,
.content ol li {
  margin-left: 1em;
  font-size: 0.95em;
  line-height: 1.4;
}

.content ol {
  list-style-type: decimal;
}

.content ol li {
  list-style-type: inherit;
}

.qtip-content {
  padding: 1em;
  text-align: left;
  word-wrap: break-word;
  font-size: 1.2em;
  line-height: 1.2;
}

.onepage .definition_link.main {
  border-bottom: 1px dotted #5091cd;
}

.onepage .definition_link:hover {
  background: #5091cd;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  color: #fff;
}

section.glossary_overview {
  background: #5091cd;
  color: #fff;
  padding: 2em 0;
  margin: 2em 0 0;
}

.innercontainer section.glossary_overview a {
  color: #cae3ff;
}

.innercontainer section.glossary_overview a:hover {
  color: #fff;
}

.page-id-290 section.content {
  padding-bottom: 0;
}

section.glossary_overview h2 {
  color: #fff;
  margin-bottom: 2em;
}

section.glossary_overview .onedefinition {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: 1px solid #95b2d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.glossary_overview .onedefinition .slug {
  display: block;
  margin-bottom: 0.7em;
  font-size: 1.6em;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  /*text-transform: capitalize;*/
  min-width: 250px;
}

section.glossary_overview .onedefinition .definition {
  line-height: 1.2;
  margin-bottom: 2em;
  display: block;
}

section.glossary_overview .onedefinition .definition a {
  color: #fff;
  text-decoration: underline;
}

section.glossary_overview .onedefinition .definition:after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 100px;
  display: block;
  margin-top: 2em;
}

section.glossary_overview .onedefinition:last-child .definition:after {
  border: none;
}

.backgrounded_image {
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  width: 100%;
}

.backgrounded_image:before {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.backgrounded_image > div {
  position: relative;
}

.flexible.leanright {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}

#slider {
  width: 300px;
}

.alert_container {
  background: #5091cd;
  color: #fff;
  margin-top: 3em;
}

.alert_container .flexible {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: block;
  margin-top: 15px;
  clear: both;
  position: relative;
}

.alert_container .alert_cap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: -31px;
  z-index: 1;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.alert_container .alert_cap h1 {
  background: #90b1d4;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 11px 7px 0;
  min-height: 34px;
  margin-bottom: 0;
}

.tab,
.tab-content {
  min-height: 11em;
}

.alert_container .alert_text {
  padding: 1em 2em;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.alert_container .alert_text p:last-child {
  margin-bottom: 0;
}

#qtranslate-chooser a:hover,
.alert_container .alert_close a:hover,
.alert_container .alert_text .alert_followup a,
.bandwidth .inner li a:hover,
.logo a:hover,
.topmenu li:hover a,
.topmenu li[class*='current'] a {
  text-decoration: none;
}

.alert_container .alert_close {
  margin-top: 6px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-align: right;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
}

.alert_container .alert_close a {
  color: #fff;
}

.walkthrough_section {
  margin: 2em auto;
  background: #fff;
  padding: 1em;
}

.walkthrough_section .introduction {
  margin: 2em 0;
}

.walkthrough_section .introrow {
  margin: 2em 0;
  border-bottom: 2px solid #c7c7c7;
}

.walkthrough_section .introrow.two-across .introblock {
  width: 46%;
}

.walkthrough_section .introrow.two-across .introblock:first-child {
  border-right: 2px solid #c7c7c7;
  padding-right: 3%;
  width: 50%;
}

.cpanel {
  width: 23%;
}

.tabs-menu-inner a {
  background: #e6e7e8;
  color: #5091cd;
  padding: 0.75em 0.5em 0.5em;
  width: 50%;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.02em;
}

.tab h2,
.tab section .outer {
  padding: 1em;
}

@media (min-width: 768px) and (max-width: 930px) {
  .tabs-menu-inner a {
    font-size: 0.6em;
  }
  .language-fr .tabs-menu-inner a {
    font-size: 8px;
  }
}

@media (min-width: 930px) and (max-width: 1190px) {
  .language-fr .tabs-menu-inner a {
    font-size: 10px;
  }
}

.tabs-menu-inner a .indicator {
  margin-right: 0.25em;
}

.tab h2,
.tab section {
  margin: 0;
}

.tabs-menu-inner a.link_logintab {
  background: #38495a;
  color: #fff;
}

.tabs-menu-inner a.link_settings {
  background: #e6e7e8;
  color: #5091cd;
}

.tabs-menu-inner a:hover .indicator {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

.tab {
  display: none;
  background: #e6e7e8;
  border-bottom: 2px solid #a8aaab;
  color: #fff;
}

.tab h2 {
  font-size: 0.75em;
  color: #fff;
  text-transform: uppercase;
}

.tab section.mostrequested .outer,
.tab section.overview-emergency .outer,
.tab section.quicklinks .outer {
  padding: 0 1em 1em;
}

.tab section.mostrequested,
.tab section.quicklinks {
  background: #acc8df;
}

.tab section.overview-emergency {
  background: #eaeaea;
}

.tab section.overview-emergency h2 {
  color: #38495a;
}

.tab section.overview-emergency ul li a:before {
  content: url(images/button_languages.svg);
  float: left;
  width: 20px;
  margin-top: -1px;
}

.tab section.mostrequested ul.sink_dropdown li,
.tab section.quicklinks ul.sink_dropdown li {
  background: #fff;
  border-radius: 1px;
  margin-bottom: 2px;
  padding: 0;
  margin-left: 15px;
  width: 93% !important;
}

.tab section.mostrequested ul.sink_dropdown li a,
.tab section.quicklinks ul.sink_dropdown li a {
  color: #5091cd;
  text-transform: uppercase;
  font-size: 0.7em !important;
  line-height: 1.2;
  padding: 0.5em 0.5em 0.3em;
}

.tab section.overvewemergency {
  background: #e6e7e8;
}

.tab section.overvewemergency h2 {
  color: #e77431;
}

.tab#login {
  background: #38495a;
}

.tab#login .sink_dropdown_container .dropdown_triangle {
  right: 6px;
  top: 46%;
}

.tab#login ul.sink_dropdown li {
  list-style: none;
  width: 95%;
  display: block;
}

.tab#login ul.sink_dropdown li a {
  font-size: 0.8em;
}

.tab#login ul#menu-login-urgent-assistance.sink_dropdown li a {
  padding: 7px 5px;
  line-height: 1;
  background: 0 0;
}

.tab#login ul.sink_dropdown li.hover ul {
  position: relative;
}

.tab#login ul.sink_dropdown li ul li {
  background: #f2f2f2;
  z-index: 1000;
  margin-left: 0;
}

.tab#login ul.sink_dropdown li ul li:hover {
  background: #333;
}

.tab#login ul.sink_dropdown li ul li:hover a {
  color: #fff;
}

.tab#login ul.sink_dropdown li ul li a {
  color: #5091cd;
}

ul#menu-login-portals > li {
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  padding: 0;
}

.tab#login ul.sink_dropdown#menu-login-portals li a {
  color: #333;
  padding-right: 20px;
}

.tab#login ul.sink_dropdown#menu-login-portals li li {
  width: 100%;
}

.tab#login ul.sink_dropdown#menu-login-portals li li:hover a {
  color: #fff;
}

.tab select {
  max-width: 100%;
}

.tab.active {
  display: block;
}

.bandwidth .inner {
  width: 46px;
}

.bandwidth h5 {
  color: #38495a;
  text-transform: uppercase;
  font-size: 0.75em;
}

.bandwidth .inner li {
  margin: 0;
}

.bandwidth .inner .upper_row {
  background: #38495a;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0.25em;
  font-size: 0.7em;
  min-width: 50px;
}

.bandwidth .inner .upper_row li a .indicator {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: transparent;
}

.bandwidth .inner li a {
  display: inline-block;
  color: #38495a;
}

.bandwidth .inner .upper_row li.current a .indicator {
  background-color: #fff;
  border-radius: 100em;
}

.bandwidth .inner .lower_row li a:hover .label,
.bandwidth .inner .upper_row li a:hover .indicator {
  background-color: #5091cd;
  border-radius: 100em;
}

.bandwidth .inner .lower_row {
  padding: 0 0.25em;
  min-width: 60px;
}

.bandwidth .icon-unjspf-star:before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 100em;
}

.bandwidth .inner .lower_row li a .label {
  display: block;
  text-transform: uppercase;
  font-size: 0.6em;
  color: #333;
  padding: 0;
}

.language-fr .bandwidth .inner .lower_row li a .label {
  font-size: 0.4em;
}

.bandwidth .inner .lower_row li a .label:hover {
  background: 0 0;
  color: #222;
}

#header .bandwidth {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 12px;
  min-width: 170px;
  flex-wrap: wrap;
  max-width: 200px;
  margin-left: 30px;
}

#header .bandwidth .display_size {
  flex-basis: 100%;
  margin-top: 10px;
  display: flex;
}

#header .bandwidth h5 {
  margin-right: 1em;
  margin-bottom: 0;
}

.bandwidth_alert {
  background: #acc8df;
  border: 1px solid #f0f8ff;
  padding: 1em;
}

.tabs-menu-wrap {
  max-width: 1180px;
  margin: auto;
}

.cpanel.compressed {
  background: inherit;
  margin-bottom: 2em;
  float: right;
}

.cpanel.compressed .tab-content {
  display: none;
}

input[type='text'] {
  padding: 0.5em;
}

.button,
.wpcf7 input[type='submit'],
input[type='submit'] {
  background: #5091cd;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}

.button.button_white {
  background: #fff;
  color: #5091cd;
}

.button.button_grey,
.greybuttons .button {
  background: #838383;
  border-radius: 2px;
  font-size: 0.75em;
}

.button.smaller {
  font-size: 0.8em;
}

.button:hover,
input[type='submit']:hover {
  box-shadow: 0 0 1px #111;
  text-decoration: none;
}

.button:active,
input[type='submit']:active {
  box-shadow: inset 0 0 1px #222;
  outline: 0;
}

.button:focus,
input[type='submit']:focus {
  outline: 0;
}

.mobile_expansion + label {
  font-size: 2.4em;
  color: #fff;
  cursor: pointer;
  content: '';
  display: inline-block;
  width: 1em;
  height: 0.82em;
  margin-top: 0.2em;
  border-top: 0.5em double;
  border-bottom: 0.15em solid;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_expansion + label.mobile_expand_search {
  border: none;
}

.mobile_expansion:checked + label {
  border: 0.2em solid;
  height: 0.78em;
  width: 0.78em;
  border-radius: 100%;
}

.mobile_expansion + label.icon-search {
  border: 0 !important;
  margin-top: -5px;
}

.menu_horizontal li {
  display: inline-block;
  list-style: none;
}

.topbar {
  background: #38495a;
  color: #fff;
  padding: 0.25em;
}

.oiom-link {
  position: absolute;
  left: 3.5%;
  top: 7px;
  color: white;
  padding: 5px;
  background: #647fc5;
  font-size: 10px;
  display: none;
}

#qtranslate-chooser li {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: -5px 0 -4px;
  background: #1a2b3a;
  padding: 9px;
  display: block;
}

#qtranslate-chooser li.active,
.investments_field .label_image {
  display: none;
}

#qtranslate-chooser a:hover {
  color: #5091cd;
}

#header {
  margin-top: 1em;
  width: 100%;
}

.header_inner .centering_box.flexible {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.header_inner .mss-login .button {
  width: 360px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
}

@media (max-width: 1170px) {
  .header_inner .mss-login {
    margin-right: -400px;
  }
}

@media (max-width: 1000px) {
  .header_inner .mss-login {
    margin-right: -200px;
  }
}

.investments_field .label {
  padding-right: 0.25em;
}

.investments_field .value,
.people_field .value {
  color: #5091cd;
}

.investments_field .label:after,
.people_field .label:after {
  color: #404041;
  content: ': ';
}

.people_field .label:after {
  margin-right: 3px;
}

.leader-stats {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: left;
  min-width: 269px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.investments_field .label,
.people_field .label {
  color: #999;
  text-transform: uppercase;
  padding: 0.25em;
  min-width: 123px;
}

.logo {
  width: auto;
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
}

.logo a h6 {
  text-transform: uppercase;
  letter-spacing: 0.64em;
  color: #5091cd;
  margin-left: 5.3em;
}

.logo img {
  max-width: 250px;
}

.topmenu {
  border-top: 1px solid #c7c7c7;
  margin-top: 1em;
}

.footer_inner .sink_dropdown > li .footer_inner .sink_dropdown > li a,
.tabcontainer .sink_dropdown > li,
.tabcontainer .sink_dropdown > li a {
  height: auto;
}

.topmenu .sink_dropdown > li,
.topmenu .sink_dropdown > li a {
  height: 36px;
}

.language-fr .topmenu .sink_dropdown > li,
.language-fr .topmenu .sink_dropdown > li a {
  height: 27px;
}

.language-fr .topmenu .sink_dropdown > li li,
.language-fr .topmenu .sink_dropdown > li li a,
.topmenu .sink_dropdown > li li,
.topmenu .sink_dropdown > li li a {
  height: auto;
}

.topmenu .sink_dropdown > li li a {
  padding: 10px;
}

.topmenu .sink_dropdown > li.hover > ul {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
}

.language-fr .topmenu .sink_dropdown > li.hover > ul {
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
}

#menu-login-portals.sink_dropdown > li.hover > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.topmenu li.menu-item-2421.hover ul.sub-menu {
  left: -96px;
}

ul:not(.select2-results__options) li.menu-item-has-children li {
  padding-right: 0;
}

.topmenu .sink_dropdown_container .dropdown_triangle {
  margin-left: 3px;
  position: absolute;
  top: 14px;
}

.socialink-module,
section.module-slideshow .module_inner {
  position: relative;
}

.topmenu .sink_dropdown_container li li .dropdown_triangle {
  border: none;
}

.topmenu .sink_dropdown_container li li.menu-item-has-children > a:after {
  content: ' ▼';
  font-size: 9px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 5px;
  display: inline-block;
  padding-top: 3px;
}

.topmenu li.menu-item-692.sink_dropdown_top > a {
  color: #e77431;
}

.topmenu > .flexible {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: block;
}

.topmenu ul.sink_dropdown > li > a {
  text-transform: uppercase;
  color: #5091cd;
  border: 1px solid #c7c7c7;
  border-top: 0;
  padding-top: 9px;
  margin: 0 2px;
}

.language-fr .topmenu ul.sink_dropdown > li > a {
  padding: 5px;
  font-size: 0.6em;
}

.topmenu ul.sink_dropdown > li.menu-item-has-children > a:after {
  content: ' ▼';
  font-size: 7px;
  margin-top: 3px;
  display: inline;
  margin-left: 2px;
}

.topmenu li.sink_dropdown_top > a {
  color: #5091cd;
  text-transform: uppercase;
  padding-right: 1em;
}

.topmenu li.sink_dropdown_top.current-menu-item,
.topmenu li.sink_dropdown_top.current_page_ancestor {
  background: #f4f9ff;
}

.topmenu li.sink_dropdown_top.current-menu-item a,
.topmenu li.sink_dropdown_top.current_page_ancestor a {
  color: #3174b7;
}

.topmenu li.sink_dropdown_top.current-menu-item li a,
.topmenu li.sink_dropdown_top.current_page_ancestor li a {
  color: #fff;
}

.topmenu li.sink_dropdown_top li.current-menu-item a {
  background: #38495a;
}

.topmenu li.sink_dropdown_top > a .dropdown_triangle {
  border-top: 4px solid #5091cd;
  display: none;
}

.topmenu ul.sink_dropdown {
  -ms-flex-pack: justify;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 0.6em;
  z-index: 10000;
}

.topmenu .sink_dropdown li ul.sub-menu {
  min-width: 180px;
  background: #5091cd;
  color: #c7c7c7;
}

.topmenu .sink_dropdown li ul.sub-menu ul {
  background: #38495a;
}

.topmenu .sink_dropdown li ul.sub-menu ul li a:hover {
  background: #283747;
}

.topmenu .sink_dropdown li ul li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #c7c7c7;
}

.topmenu .sink_dropdown li li a,
.topmenu li.sink_dropdown_mid a {
  color: #fff;
}

.topmenu ul.sub-menu li a:hover {
  background: #38495a;
}

.topmenu li,
.topmenu li.last_item {
  margin-right: 0;
}

.sinc_enc_msg {
  padding: 1em;
  margin: 1em 0;
  border: 3px solid #f2f2ed;
}

.sinc_enc_msg.msg_success {
  background: #ecfbde;
  line-height: 1.2;
}

.col.contacting,
.col.locations {
  width: 45%;
}

.contacting .note a {
  color: #f18047;
  font-size: 0.8em;
  text-decoration: underline;
}

.col.locations {
  background: #acc8df;
}

.col.locations .tab {
  padding: 0;
  background: #acc8df;
  font-size: 0.8em;
}

.col.locations .details {
  padding: 1em;
}

.col.locations .tabs-menu-inner a {
  background: #e5e5e5;
  color: #000;
  font-family: FFMarkWebProBold, Helvetica, Arial, sans-serif;
  padding-left: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1em;
}

.col.locations .tabs-menu-inner a.active,
.col.locations .tabs-menu-inner a:hover {
  background: #acc8df;
}

.blk {
  margin-bottom: 1em;
  color: #404041;
}

.blk h3 {
  font-size: 1em;
  margin-bottom: 0.25em;
  color: #5091cd;
}

.mappingdetails {
  margin-bottom: -5px;
}

.mappingdetails iframe {
  width: 100%;
  min-height: 400px;
}

.col.contacting h2 {
  font-size: 1em;
  margin-bottom: 0.25em;
  color: #000;
}

.selectdefinition a {
  text-decoration: underline;
  color: #5091cd;
}

.socialink-module {
  max-width: 1180px;
  margin: 0 auto;
}

.socialink-module.module-heroimage {
  margin-bottom: 1em;
}

header.modheader {
  background: #fff;
}

header.modheader h2 {
  padding: 0 1em 1em;
  font-family: inherit;
  color: #333;
}

aside.module_footer {
  font-size: 1.2em;
  border-top: 3px solid #f2f2f2;
}

.module-expandable header.modheader h2,
.module-faqs header.modheader h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1em;
  color: #38495a;
  font-size: 1.5em;
  margin-left: 0.3em;
}

.module-heroimage header.modheader h2 {
  margin-bottom: 0;
  margin-top: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-left: 0.3em;
}

.module-basic-text header.modheader h2 {
  padding-left: 0;
  padding-bottom: 0;
}

.module_footer .centering_box {
  background: #fff;
  padding: 1em 2em;
  font-size: 0.8em;
}

.socialink-module.module-basic-text {
  background: #fff;
  padding: 1.5em 2em;
  font-size: 0.9em;
}

.socialink-module.module-basic-text:last-child {
  margin-bottom: 0;
}

.socialink-module.module-expandable .module_inner,
.socialink-module.module-faqs .module_inner {
  background: #fff;
  padding: 1.5em 2em;
}

.module-expandable .answer,
.module-faqs .answer {
  color: #404041;
}

.module-expandable .question,
.module-faqs .question {
  margin-bottom: 2em;
  border-bottom: 1px solid #838383;
  padding-bottom: 1em;
}

.module-expandable h3,
.module-faqs h3 {
  font-size: 1em;
}

p.assist a {
  text-transform: uppercase;
  color: #838383;
  font-size: 0.8em;
}

.socialink-module p:last-child {
  margin-bottom: 0;
}

section.module-keystat {
  background: #5091cd;
  padding: 3em;
}

section.module-quote {
  background: #fff;
  padding: 2em 0;
}

section.module-quote .flexible {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

h1.quote_title {
  font-size: 1em;
  color: #43494e;
  margin: 0.5em;
}

h2.quote_subtitle {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}

.quote_text {
  background: #dadada;
  color: #43494e;
  font-family: FFMarkWebProItalic, Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 2em;
  border-radius: 10px;
  width: 65%;
}

.quote_tr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #dadada;
}

.related_list_inner .mainpost h3 {
  margin-bottom: 0.1em;
  font-size: 1em;
}

.related_list_inner .text p:last-of-type {
  margin-bottom: 0;
}

.related_list_inner .readmore a {
  font-size: 0.76em;
  padding: 5px 10px;
}

section.module-relatedcontent.list {
  background: #acc8df;
  padding-bottom: 1em;
}

section.module-relatedcontent.list header.modheader {
  background: #acc8df;
  margin-bottom: 1em;
}

section.module-relatedcontent.list article.archive_post {
  background: #fff;
  padding: 1em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

section.module-keystat .textholder {
  max-width: 45%;
  line-height: 1.2;
}

section.module-keystat .textholder .bottom_label {
  font-size: 0.7em;
  margin-top: 2em;
}

section.module-keystat h1,
section.module-keystat h2,
section.module-keystat h3 {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

section.module-keystat h1 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0;
}

section.module-keystat h2 {
  font-size: 5em;
  margin-bottom: 0;
}

section.module-keystat h3 {
  font-weight: 400;
  font-size: 2em;
  width: 95%;
  text-transform: none;
}

section.module-keystat .module_inner {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

aside.post_slideshow {
  font-size: 1.2em;
  text-align: center;
}

aside.post_slideshow p {
  margin: auto;
  max-width: 740px;
}

section.module-relatedcontent,
section.module-tutorial {
  background: #fff;
  padding: 2em 0;
}

.storymodule {
  padding: 0 1em;
}

.storymodule .animated.in-view svg {
  margin: auto;
  display: block;
}

.storymodule .animated.in-view svg path {
  fill-opacity: 0;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 650px;
  stroke-dashoffset: 650px;
  -webkit-animation-name: draw, FillIn, StrokeOut;
  animation-name: draw, FillIn, StrokeOut;
  -webkit-animation-duration: 1s, 2s, 2s;
  animation-duration: 1s, 2s, 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /* Stay on the last frame */
  animation-iteration-count: 1; /* Run only once */
  animation-timing-function: linear;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes FillIn {
  0%,
  50% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@keyframes FillIn {
  0%,
  50% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@-webkit-keyframes StrokeOut {
  0%,
  100% {
    stroke-opacity: 0;
  }
  50% {
    stroke-opacity: 1;
  }
}

@keyframes StrokeOut {
  0%,
  100% {
    stroke-opacity: 0;
  }
  50% {
    stroke-opacity: 1;
  }
}

h2.animated .normal_word {
  opacity: 0;
}

h2.animated.in-view .normal_word {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.storymodule:nth-child(even) svg#connector-left,
.storymodule:nth-child(odd) svg#connector-right {
  display: none;
}

.storymodule .flexible {
  z-index: 4;
  position: relative;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.storymodule .textholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.storymodule:nth-child(even) .flexible {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.storymodule:nth-child(even) .textholder {
  padding-left: 2em;
}

.storymodule h2 {
  color: #5091cd;
  font-size: 2em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  font-weight: 400;
}

.storymodule h2 .highlight_word {
  color: #019f4a;
}

.storymodule ul {
  margin: 0;
}

.storymodule ul li {
  list-style: none;
  margin: 0;
}

.storymodule ul li a {
  color: #58595b;
  font-size: 1.3em;
  text-transform: uppercase;
}

.storymodule-connect {
  background-image: url(images/connector_left.svg);
  background-repeat: no-repeat;
  background-size: 550px;
  height: 160px;
  margin: 1em auto 2em;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  background-position: center center;
}

.storymodule:nth-child(even) .storymodule-connect {
  background-image: url(images/connector_right.svg);
}

.storymodule:last-child .storymodule-connect {
  display: none;
}

.storymodule-connect .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.related_grid_inner {
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.related_grid_inner article.archive_post {
  margin: 1em;
}

.related_grid_inner .readmore a {
  text-transform: uppercase;
  color: #590041;
  font-family: FFMarkWebProBold, Helvetica, Arial, sans-serif;
}

.innercontainer a {
  color: #5091cd;
}

.innercontainer .button a,
.innercontainer a.button {
  color: #fff;
}

.has_sidebar .innercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
}

.has_sidebar .innercontainer section.content {
  width: 70%;
  padding: 2em;
  margin-bottom: 2em;
}

.sidebar {
  width: 26%;
  padding: 0 0 0 1em;
}

.logged-in .pageindex.is_stuck {
  margin-top: 32px;
}

.logged-in .sidebar.is_stuck + div {
  right: 0;
}

.sidebar_module {
  background: #5091cd;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
}

.sidebar_module.module_blueback {
  background: #38495a;
  color: #fff;
}

.sidebar_module .expander_header h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  padding: 1em 1.25em;
  font-weight: 400;
  margin-bottom: 0.25em;
}

.sidebar_module .expander_header span {
  margin-right: 0.25em;
}

.sidebar_module .expander_header h2 a:hover {
  text-decoration: none;
}

.sidebar_module .module_content {
  padding: 0 1.25em;
}

.sidebar_module ul li {
  list-style: none;
  margin: 0 0 1.25em;
  font-size: 0.8em;
  line-height: 1.2;
}

.sidebar_module ul li a {
  color: #fff;
  display: block;
}

.sidebar_module ul li a:focus {
  border-left: 5px solid #fff;
  padding-left: 15px;
  margin-left: -22px;
}

.sidebar_module.linkmodule li a {
  color: #00a4e6;
  display: block;
  background: #fff;
  font-family: FFMarkWebProBold, Helvetica, Arial, sans-serif;
  padding: 0.5em;
}

.sidebar_module.linkmodule li a:hover {
  background: #00a4e6;
  color: #fff;
  text-decoration: none;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(images/icon-top-arrow.svg) center 50% no-repeat
    rgba(102, 128, 195, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bottomfooter,
.slidecaption .col.descriptionfields {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

.herospot,
.slideshow_area div.slide {
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: rgba(102, 128, 195, 0.5);
  opacity: 1;
}

.herospot {
  height: 400px;
  height: calc(100vw / 3);
  overflow: hidden;
}

.home .herospot {
  height: 600px;
}

.herospot .cappy {
  text-align: center;
  width: 100%;
}

.herospot .cappy h4 {
  text-shadow: 2px 2px 5px rgba(10, 10, 10, 1);
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
}

.slides li {
  margin: 0;
  list-style: none;
}

.slideshow_area div.slide {
  height: 600px;
}

.slidecaption {
  position: absolute;
  bottom: 0;
  text-align: left;
  background: #dddfe2;
  width: 100%;
  padding: 0.75em;
}

#container,
.bottomfooter {
  background: #fff;
}

.slidecaption .col.descriptionfields {
  font-size: 0.6em;
  width: 68%;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slidecaption .col.descriptionfields h1 {
  font-size: 2.2em;
  margin-bottom: 0;
}

.slidecaption .col.actionfields {
  width: 30%;
  text-align: right;
}

section.socialink-module .slidecaption h2 {
  color: #333;
}

section.socialink-module .slidecaption h2 a {
  color: #5091cd;
}

section.socialink-module .slidecaption h2 a:hover {
  color: #3f5281;
}

@media (max-width: 1600px) {
  section.socialink-module .slidecaption h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  section.socialink-module .slidecaption h2 {
    font-weight: 100;
    font-size: 0.9em;
  }
}

.slidecaption h2 {
  font-weight: 100;
  padding: 0;
  margin: 0;
  color: #333;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

section.bottom h2,
section.mid h1 {
  text-transform: uppercase;
  font-weight: 400;
}

.slide_nav,
.slide_nav a {
  color: #fff;
}

.slidecaption h3 {
  margin-bottom: 0;
}

.slide_nav {
  font-size: 2em;
  left: 2%;
  position: absolute;
  z-index: 300;
  top: 250px;
}

.slide_nav a:before {
  text-shadow: 1px 1px 3px #111;
}

.slide_nav a:active,
.slide_nav a:focus,
.slide_nav a:hover {
  text-decoration: none;
  color: #5091cd;
}

.slide_nav.right {
  left: auto;
  right: 2%;
}

.home section.mid,
.home section.top {
  margin-bottom: 2em;
}

section.top .featurearea {
  position: relative;
  width: 100%;
}

section.mid h1 {
  font-size: 1.25em;
  display: block;
  border-top: 1px solid #a8bfd3;
  border-bottom: 1px solid #a8bfd3;
  padding: 0.5em 0;
}

.col_contents .archive_post h3 {
  margin-bottom: 0.2em;
  font-size: 1.1em;
}

section.bottom h2 {
  text-align: center;
  color: #38495a;
}

section.bottom h3 {
  color: #838383;
  font-size: 0.9em;
  text-align: center;
}

.morehelp > a.button {
  display: block;
  text-align: center;
  font-family: FFMarkWebProBold, Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 2em 0;
  padding: 1em;
}

.subfooter {
  padding: 2em;
}

.subfooter_images a {
  font-size: 1em;
  display: block;
  width: 100%;
  height: 100%;
}

.subfooter_images a:hover {
  text-decoration: none;
  font-size: 1.5em;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}

.bottomfooter,
.footercards .card h5 {
  font-size: 0.7em;
}

.fixed {
  position: fixed;
}

.bottomfooter {
  bottom: 0;
  width: 100%;
  height: 25px;
  padding: 0.5em;
  border-top: 1px solid #ccc;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bottomfooter .test-notification a {
  color: #ff7d1b;
}

.bottomfooter a {
  color: #5091cd;
}

.subfooter_images .herospot {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subfooter_images .herospot:first-child {
  z-index: -1;
}

.subfooter_images .herospot:last-child {
  z-index: -2;
}

.solutionfinder {
  color: #5091cd;
  background: #dddfe2;
}

.home .footercards {
  display: block;
}

.footercards {
  display: none;
  background: #e6e7e8;
  border-top: 5px solid #fff;
}

.footercards > .centering_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footercards .card {
  background: #fff;
  max-width: 270px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 25%;
  margin-bottom: 2em;
  height: 420px;
}

.footercards .card .cardinner {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 216px;
  max-width: 270px;
}

.footercards .card .cardinner .cardtitles {
  max-width: 270px;
  padding: 0 1em;
}

.cardbuttons {
  width: 100%;
}

.cardbuttons .onebutton a {
  width: 100%;
  display: block;
}

.footercards .card h4 {
  color: #5091cd;
  margin-bottom: 0.2em;
}

.footercards .card .button {
  margin-bottom: 0.5em;
  font-size: 0.8em;
  display: block;
  text-align: center;
}

.footercards .card .button:hover {
  color: #fff;
}

.footercards .card .onebutton:nth-child(even) .button {
  background: #38495a;
}

.solutionfinder > .flexible {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.solutionfinder h3 {
  text-align: center;
  color: #fff;
}

.solutionfinder .selectbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solutionfinder .selectbox select {
  width: 550px;
  font-size: 0.9em;
}

.loading_indicator {
  display: none;
  margin: 0 auto 1em;
  text-align: center;
}

.loading_indicator p {
  background: url(images/ajax-loader.gif) center left no-repeat;
  margin: 0;
  padding: 0.25em 66px;
  display: inline-block;
}

.solutionfinder .selectbox.person_follow {
  display: none;
}

.solutionfinder label {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}

.solutionfinder label .indicator {
  margin-right: 1em;
}

#footer {
  padding: 2em;
  background: #fff;
}

.footer_inner .menu-blockified li.menu-item-217 {
  display: none;
}

.footer_inner .menu-blockified li {
  -ms-flex-preferred-size: 0%;
  flex-basis: 18%;
  font-size: 14px;
}

@media (min-width: 1130px) {
  .footer_inner .menu-blockified li:hover {
    -ms-flex-preferred-size: 0%;
    flex-basis: 18%;
    background: #f2f2f2;
    padding: 0px;
    margin: 0px;
  }
}

.footer_inner ul.sub-menu ul.sub-menu {
  border-left: 5px solid #f2f2f2;
  padding-left: 0.85em;
  margin-top: 0.85em;
}

.footer_inner ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.footermenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footermenu ul li {
  margin-left: 0;
  margin-right: 1em;
  font-size: 0.9em;
  color: #6d6e70;
}

.sinkcredits {
  text-align: right;
  font-size: 0.8em;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 0.5em;
  visibility: hidden;
}

.archive_post .featimg,
.content .grid .flexible article.archive_post .metadata_inpost,
.helpitem header.postinfo h3,
.ios .slidecaption .col.actionfields .button,
.related_content {
  text-align: center;
}

.sinkcredits p {
  margin-bottom: 0;
}

.related_content {
  margin: 2em 0;
}

.related_content .field_divlist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 2em 0;
}

.related_content .field_divlist > div {
  background: #ccc;
  border-right: 1px solid #fff;
  height: 250px;
  min-width: 25%;
  padding: 1em 2%;
}

.metadatum {
  margin-bottom: 2em;
}

.metadatum.metacontainer-bottom {
  margin-top: 2em;
  padding: 2em;
  background: #f2f2f2;
}

.metadatum .meta_item {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 0.8em;
  color: #555;
}

.metadatum .meta_item.obj-terms_and_acronyms,
.metadatum .meta_item.obj-rolemap {
  display: none;
}

.metadatum .meta_item .lbl {
  font-family: FFMarkWebProBold, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.meta_item.tax_item.obj-translation_priority {
  display: none;
}

.helpitem header.postinfo h3 a,
.statistical_view h4 {
  line-height: 1.2;
  font-family: FFMarkWebPro, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.metadatum.metacontainer-bottom .meta_item .lbl {
  display: block;
}

.has_sidebar section.content {
  background: #e6e7e8;
}

@media (min-width: 1230px) {
  section.content {
    background: #e6e7e8;
  }
}

section.content .centering_box > article.copy {
  background: #fff;
}

.contact-page section.content.main {
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 0;
}

.archive section.content {
  background: #e6e7e8;
}

.archive section.content .inner {
  background: #e8e8e8;
  padding: 1.5em;
}

.col article.archive_post,
.content article.archive_post {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.25em;
  background: #fff;
  padding: 1em;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content .flexible article.archive_post {
  padding: 0;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: flex-start;
  max-width: 300px;
  border: 2px solid #e6e7e8;
}

.content .grid .flexible article.archive_post {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 30%;
}

.content article.archive_post .text {
  padding: 0;
}

aside.readmore {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0.5em 0 0;
}

.content article.archive_post.archivepost_last {
  border-bottom: 0;
  margin-bottom: 0;
}

.archive_post .featimg {
  margin-right: 2em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.noimages .archive_post .featimg {
  display: none;
}

.content .flexible article.archive_post .text {
  margin: 0;
}

.content .flexible article.archive_post h3 {
  font-size: 1em;
  text-align: center;
  margin: 1em;
}

.content .flexible article.archive_post h3 a {
  color: #5091cd;
  text-transform: uppercase;
}

.content .flexible article.archive_post .metadata_inpost {
  text-transform: uppercase;
  color: #5091cd;
  margin-bottom: 1em;
  font-size: 0.8em;
}

.content article.archive_post h2,
p.readmore {
  margin-bottom: 0;
}

.content .flexible article.archive_post .featimg {
  margin: 0;
}

.content .grid .flexible article.archive_post .featimg {
  padding: 0;
}

.content .grid .flexible article.archive_post .featimg img {
  height: auto !important;
}

.page-id-1256 .content .grid .flexible article.archive_post .featimg,
.page-id-248 .content .grid .flexible article.archive_post .featimg {
  padding: 3em;
}

.archive_post.thumb_exists .mainpost {
  max-width: 100%;
}

.mainpost .text {
  font-size: 0.85em;
  line-height: 1.2;
  color: #595959;
}

.content article.archive_post p.post_header_meta {
  font-size: 90%;
}

.content article.archive_post .post_meta {
  border-top: 1px solid #eaeaea;
  padding-top: 5px;
  font-size: 90%;
}

.content article.archive_post a.readmore {
  font-size: 90%;
  text-transform: uppercase;
}

.content article.archive_post a.readmore:after {
  content: '>';
  padding-left: 2px;
}

.content .relatedposts li {
  list-style: none !important;
  margin: 0;
}

.prev {
  float: left;
}

.next {
  float: right;
}

.statistical_view h2 {
  font-size: 1.1em;
}

.statistical_view h4 {
  text-transform: none;
}

.newsitem {
  width: 32%;
  padding: 10px;
  /*text-align: center;*/
  /*display: inline-block;*/
}

.newsmenuitem {
  font-size: 1.1em;
  margin-top: 7px;
  color: #3174b7;
}

.newsbox {
  border: 1px solid #5091cd;
}

.newstitle {
  padding: 15px 10px 0px 10px;
}

.newsdate {
  color: #38495a;
  font-size: 0.8em;
  margin-bottom: 0px;
}

.newsarchivedate {
  color: #38495a;
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: -1em;
  display: inline-block;
}

/* Vikee - More News css*/
.newsandannouncements .newsbox .centering_box .col.actionfields {
  width: 100%;
  text-align: right;
}

.newsandannouncements .newsbox .centering_box .col.actionfields .button {
  margin: 0 0.75em 0.75em 0;
}

.newsandannouncements .newsbox .news_and_announcements {
  color: #5091cd !important;
  display: inline-block;
}
/* Vikee - More News css - End*/

.socialmediaclassout {
  width: 100%;
  text-align: center;
}

.socialmediaclass {
  display: inline-block;
}

a.fill-div-slideshow {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.helpitem {
  width: 15%;
}

.helpitem header.postinfo {
  border: 2px solid #5091cd;
  border-top: 0;
}

.helpitem header.postinfo h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1em;
}

.helpitem header.postinfo h3 a {
  font-size: 0.8em;
  min-height: 75px;
  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;
  padding: 1em;
}

.helpitem header.postinfo h3 a:hover {
  text-decoration: none;
  background: #5091cd;
  color: #fff;
}

.helpmenu .featimg {
  min-width: inherit;
  min-height: inherit;
  padding: 0;
  height: 120px;
  margin: 0;
  overflow: hidden;
}

.helpmenuitems {
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.helpitem:hover > .helpmenuitems {
  z-index: 1000;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  max-width: 177px;
  opacity: 1;
}

@-webkit-keyframes fade-grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes fade-grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0) translateY(-220px);
    transform: scale(0) translateY(-220px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.helpmenuitems header.expander_header {
  display: none;
}

.helpmenuitems .sidebar_module .module_content {
  padding: 0.75em;
  background: #90b1d4;
  border: 2px solid #5091cd;
  border-top: 0;
}

.helpmenuitems .sidebar_module .module_content ul {
  margin-left: 0;
}

.helpmenuitems .sidebar_module ul li {
  display: block;
}

.bandwidth-low p.assist,
.footer_inner li.menu-item-3602 {
  display: none;
}

.error404 section.content {
  margin-top: 3em;
}

.sink_eti_container .col.flexible {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sink_eti_container .col.flexible label {
  padding: 0 0.25em;
}

.select2-container--default .select2-selection--single {
  min-width: 200px;
}

.bandwidth-low .alert_container {
  margin-top: 2em;
}

.bandwidth-low .helpitem header.postinfo {
  border-top: 2px solid #5091cd;
}

@media (min-width: 768px) and (max-width: 1220px) {
  .home .onepage .top {
    padding: 0.7em;
  }
}

@media (min-width: 768px) and (max-width: 1130px) {
  .topmenu ul.sink_dropdown > li > a {
    font-size: 0.8em;
    padding: 5px;
  }
  .topmenu .sink_dropdown > li,
  .topmenu .sink_dropdown > li a {
    height: 27px;
  }
  .topmenu .sink_dropdown > li.hover > ul {
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
  }
  .footer_inner .menu-blockified ul.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_inner .menu-blockified > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_inner .menu-blockified > ul > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 2em;
  }
  .footercards .card {
    background: #fff;
    max-width: 270px;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    width: 32%;
    height: 420px;
    margin: 5px;
  }
}

.ios #header .bandwidth,
.ios .content .flexible article.archive_post,
.ios .footer_inner .menu-blockified ul.sub-menu,
.ios .footer_inner .menu-blockified > ul,
.ios .footer_inner .menu_horizontal li,
.ios .footercards .card .cardinner,
.ios .footercards > .centering_box.flexible,
.ios .investments_field.flexible.cent,
.ios .leader-stats,
.ios .people_field.flexible.cent,
.ios .related_grid_inner,
.ios .solutionfinder .selectbox.flexible,
.ios .solutionfinder label {
  display: block;
}

@media (min-width: 768px) and (max-width: 960px) {
  .footercards .card {
    background: #fff;
    max-width: 270px;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    height: 420px;
    margin: 0 0 1em;
  }
}

.ios .footercards .card,
.ios .related_grid_inner article {
  float: left;
  width: 30%;
  margin: 1%;
}

.ios .footercards .card {
  height: 380px;
}

.ios .footercards .card .cardimg {
  height: 150px;
}

.ios .footercards .card .cardinner .cardtitles {
  padding: 0;
  margin-bottom: 1em;
  min-height: 60px;
}

.ios .footer_inner .menu-blockified > ul > li {
  width: 100%;
}

.ios .topmenu li {
  font-size: 0.84em;
}

.ios .content .flexible article.archive_post {
  min-height: 300px;
  font-size: 0.8em;
}

.ios .subfooter_images .herospot {
  background-attachment: initial;
}

.ios .investments_field .label,
.ios .people_field .label,
.ios .related_grid_inner article {
  float: left;
}

.ios .logo a h6 {
  letter-spacing: 0.3em;
}

.ios .topmenu .sink_dropdown > li,
.ios .topmenu .sink_dropdown > li a {
  height: 24px;
}

.ios .topmenu .sink_dropdown > li li,
.ios .topmenu .sink_dropdown > li li a {
  height: auto;
}

.ios .topmenu .sink_dropdown > li.hover > ul {
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
}

.ios .tab section.mostrequested ul.sink_dropdown li,
.ios .tab section.quicklinks ul.sink_dropdown li {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.ios .tab section .outer {
  padding: 10px;
  width: 100%;
  max-width: 100%;
}

.ios section.top .featurearea {
  width: 70%;
}

.ios .cpanel {
  width: 29%;
}

.ios .slideshow_area div.slide {
  height: 600px;
  /*background-size: contain;*/
  background-repeat: no-repeat;
}

.ios .homepage .top .centering_box.flexible {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ios .flexible.caption_inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ios nav.helpmenu.flexible {
  padding: 1em;
}

.ios .helpmenu .featimg {
  height: 80px;
}

.ios .helpitem header.postinfo h3 {
  font-size: 0.8em;
}

.ios .bottomfooter {
  font-size: 0.6em;
}

.investments_field,
.ios .investments_field {
  display: inline-block;
}
.fieldleft {
  width: 40%;
  float: left;
}
.fieldright {
  width: 40%;
  float: right;
}

.rt-detail h2 {
  margin: 0 0 14px;
  padding: 0px;
  font-size: 8em;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail h2 {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  font-family: FFMarkWebPro, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.rt-detail {
  text-align: center;
  display: flex;
  min-height: 60px;
  box-sizing: content-box;
  border: 2px solid #5091cd;
  border-top: 0;
  align-items: center;
}

.rt-tpg-container * {
  justify-content: center;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail:hover {
  text-decoration: none;
  background: #5091cd;
  color: #fff;
}

.smallnote {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 1em;
}

.selectdefinition {
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0 0.25em;
}

.select-container-large {
  min-width: 400px;
}
/* additional logo css*/
.logo img.additional_logo {
  max-width: 70px;
  padding-bottom: 8px;
}

.related_list_inner .archive_post .mainpost p {
  margin-bottom: 0.5em;
}

/*added by developer for responsive handling of class */

@media only screen and (max-width: 800px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr td:nth-child(1) {
    padding-left: 0% !important;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
    padding-left: 30%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    content: attr(data-title);
  }
}
#no-more-tables td {
  border-bottom: 1px solid #c7c7c7;
}

/*@media only screen and (max-width: 600px) {
	.wahout.aicon_link {
    position: absolute;
    left: 278px;
    top: -12px;
}
} */

/* Increase font size in GF fields Lucia */

#gform_page_127_1 .gfield_radio li label {
  font-size: 1.1em;
}
@media only screen and (max-width: 767px){
    .ios #header{
        margin-top: 6em;
    }
}


@media only screen and (max-width: 800px){
    #toll-free #no-more-tables table, #toll-free #no-more-tables thead, #toll-free #no-more-tables tbody, #toll-free #no-more-tables th, #toll-free #no-more-tables td, #toll-free #no-more-tables tr {
        display: inline-table !important;
        height: auto !important;
        border: 1px !important;
		font-size: 11px;
        width: 100% !important;
		margin-top: 5px;
    }
    #toll-free #no-more-tables table tr td:first-child {
        width: 10% !important;
    }
    #toll-free #no-more-tables table tr td:nth-child(2) {
        width: 40% !important;
    }
    #toll-free #no-more-tables table tr td:nth-child(3) {
        width: 30% !important;
    }
    #toll-free #no-more-tables table tr td:last-child {
        width: 20% !important;
    }
}