@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-300-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-300-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-400-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-500-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-500-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

html, body {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
  color: #7a7b7f;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 18px;
  }
}

blockquote,
blockquote.pull-right {
  border-color: #999999;
  float: none !important;
  max-width: 100% !important;
}

blockquote p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

blockquote small {
  font-style: normal;
  color: #666666;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #2559a7;
}

h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}

.ws-header h1 {
  color: white;
}

h2, .h2 {
  font-size: 2em;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}

h2 small, .h2 small {
  display: block;
}

.block-h2 h2 {
  background-color: #2559a7;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
}

h3, .h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

h6, .h6 {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

p, ul, ol {
  margin-bottom: 20px;
}

small {
  font-size: .9em;
}

address {
  margin: 1em 0;
  font-style: italic;
}

a {
  color: #2559a7;
}

a:hover, a:focus {
  color: #2559a7;
}

.button-link, button-link:hover, button-link:focus {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: white;
}

.button-link.button-link-orange, button-link:hover.button-link-orange, button-link:focus.button-link-orange {
  background-color: #feb571;
  color: white !important;
}

.button-link.button-link-teal, button-link:hover.button-link-teal, button-link:focus.button-link-teal {
  background-color: #72c8d5;
  color: white !important;
}

.button-link.button-link-blue, button-link:hover.button-link-blue, button-link:focus.button-link-blue {
  background-color: #2559a7;
  color: white !important;
}

.button-link.button-link-gray, button-link:hover.button-link-gray, button-link:focus.button-link-gray {
  background-color: #a5a4a8;
  color: white !important;
}

.block-link, .block-link:hover, .block-link:focus {
  display: block;
  background-color: #2559a7;
  color: white !important;
  text-transform: uppercase;
  font-weight: 500;
  height: 180px;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .block-link, .block-link:hover, .block-link:focus {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .block-link, .block-link:hover, .block-link:focus {
    height: 210px;
  }
}

.block-link.block-link-orange, .block-link:hover.block-link-orange, .block-link:focus.block-link-orange {
  background-color: #feb571;
}

.block-link.block-link-teal, .block-link:hover.block-link-teal, .block-link:focus.block-link-teal {
  background-color: #72c8d5;
}

.block-link.block-link-gray, .block-link:hover.block-link-gray, .block-link:focus.block-link-gray {
  background-color: #7a7b7f;
}

.block-link.block-link-white, .block-link:hover.block-link-white, .block-link:focus.block-link-white {
  background-color: white;
}

@media (min-width: 768px) {
  .left-to-center {
    text-align: center;
  }
  .left-to-center .button-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.center-to-left {
  text-align: center;
}

.center-to-left .button-link {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .center-to-left {
    text-align: left;
  }
  .center-to-left .button-link {
    margin-left: 0;
    margin-right: 0;
  }
}

.center {
  text-align: center;
}

.center .button-link {
  margin-left: auto;
  margin-right: auto;
}

.lead {
  font-size: 1.5em;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.fat-footer-content > .mauticform_wrapper {
  background-color: transparent;
  color: #fff;
}

.fat-footer .mauticform-checkboxgrp-label,
.fat-footer .mauticform-radiogrp-label {
  color: #fff;
}

form#oci-registration-form .btn.btn-success {
  text-transform: uppercase;
  background-color: #2559a7;
  padding: 10px 25px;
  font-size: 14px;
}

.top {
  padding-top: 25px;
}

table.sett {
  border-collapse: collapse;
}

table.sett table,
table.sett th,
table.sett td {
  border: 1px solid #d4d4d4;
}

table.sett th {
  padding: 15px;
  text-align: center;
}

table.sett td {
  padding: 6px 4px 6px 6px;
  vertical-align: top;
}

table.sett tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

dd {
  padding: 8px 0px 15px 25px;
}

.references {
  list-style: none;
}

.top-caption {
  padding-top: 15px;
  font-size: 95%;
  font-weight: bold;
  margin-bottom: 0px;
}

.bottom-caption {
  margin-top: 0px;
  font-size: 95%;
  font-weight: bold;
  padding-bottom: 15px;
}

img.svg {
  width: 100%;
  height: auto;
}

.utility-nav {
  background-color: #2559a7;
  margin-bottom: 10px;
  position: relative;
}

.utility-nav ul {
  margin: 0 1px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

.utility-nav ul li {
  display: inline-block;
}

.utility-nav ul li a {
  display: block;
  padding: 10px;
  margin-left: 20px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.utility-nav ul li#site-search-field {
  display: none;
}

.utility-nav ul li#site-search-field:target {
  display: block;
}

.utility-nav #search-field {
  display: block;
  position: absolute;
  right: 50px;
  top: 20px;
  background-color: white;
  z-index: 5000;
}

.utility-nav #search-field:target {
  display: block;
}

@media (min-width: 768px) {
  .utility-nav {
    background-color: white;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .utility-nav ul li a {
    color: #7a7b7f;
  }
}

.navbar {
  z-index: 1010;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.navbar a {
  color: white;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar .icon-bar {
  background-color: #2559a7;
}

.navbar .navbar-header {
  position: relative;
}

.navbar .navbar-brand {
  padding: 0;
  height: auto;
  float: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 10px auto 50px;
}

.navbar .navbar-brand img {
  height: 55px;
}

@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 0 !important;
  }
  .navbar .navbar-brand img {
    height: 65px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-brand {
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-brand img {
    height: 75px;
  }
}

.navbar .navbar-toggle {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 11px);
}

@media (min-width: 768px) {
  .navbar .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
}

.navbar .navbar-collapse {
  background-color: #2559a7;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    width: 750px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    background-color: transparent;
    padding: 0;
  }
}

.navbar .navbar-collapse .navbar-core {
  margin-top: 17px;
}

.navbar .navbar-collapse .navbar-core > li > a {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-core > li > a {
    text-align: right;
    padding-right: 27px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-core > li > a {
    padding: 10px 10px 50px;
    color: #7a7b7f;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse .navbar-core > li > a {
    padding: 16px 10px 50px;
  }
}

.navbar .navbar-collapse .navbar-core > li > a:hover, .navbar .navbar-collapse .navbar-core > li > a:focus {
  background-color: transparent !important;
}

.navbar .navbar-collapse .navbar-core > li:hover > a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-core > li:hover > a {
    color: #2559a7;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-core > li.nav-path-selected > a {
    color: #2559a7 !important;
  }
}

.navbar .navbar-collapse .navbar-core .dropdown {
  position: static;
}

.navbar .navbar-collapse .dropdown-menu {
  border: none;
  left: 0;
  -webkit-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 0;
  background-color: #2559a7;
}

.navbar .navbar-collapse .dropdown-menu > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  padding: 4px 10px;
}

.navbar .navbar-collapse .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}

@media (min-width: 992px) {
  html.no-touch ul.nav li.dropdown:hover > ul.dropdown-menu {
    /* Dropdown on Hover */
    display: block;
  }
}

.ws-header {
  background-color: #2559a7;
  background-size: cover;
  background-position: 20% 50%;
  color: white;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  min-height: 20vw;
}

.ws-header .nav > li > a {
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.ws-header .nav > li > a:hover, .ws-header .nav > li > a:focus {
  color: #2559a7;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .ws-header #child-nav {
    display: none;
  }
  .ws-header .show-subnav #child-nav {
    display: block;
  }
  .ws-header .nav {
    display: table-cell;
    padding-right: 20px;
  }
}

.ws-pathnav {
  background-color: white;
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.ws-pathnav .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 20px 0 30px;
}

.ws-pathnav .breadcrumb > li {
  display: inline;
}

.ws-pathnav .breadcrumb > li + li:before {
  content: ">";
}

.ws-pathnav.blue {
  background-color: #2559a7;
}

.ws-pathnav.blue .breadcrumb {
  color: white;
}

.ws-pathnav.blue .breadcrumb a {
  color: white;
}

.ws-pathnav.gray {
  background-color: whitesmoke;
}

.ws-pathnav.orange {
  background-color: #feb571;
}

.ws-pathnav.orange .breadcrumb {
  color: white;
}

.ws-pathnav.orange .breadcrumb > li + li:before {
  color: white;
}

.ws-pathnav.orange .breadcrumb a {
  color: white;
}

.ws-pathnav.teal {
  background-color: #72c8d5;
}

.ws-pathnav.teal .breadcrumb {
  color: white;
}

.ws-pathnav.teal .breadcrumb a {
  color: white;
}

main {
  padding-bottom: 60px;
}

main.page-home {
  padding-bottom: 0;
}

main.page-banded {
  padding-bottom: 0;
}

main.orange h2, main.orange .h2, main.orange h3, main.orange .h3, main.orange h4, main.orange .h4, main.orange h5, main.orange .h5, main.orange h6, main.orange .h6,
main.orange a:hover, main.orange a:focus {
  color: #feb571;
}

main.orange .table > thead > tr > th,
main.orange .block-h2 h2 {
  background-color: #feb571 !important;
}

main.teal h2, main.teal .h2, main.teal h3, main.teal .h3, main.teal h4, main.teal .h4, main.teal h5, main.teal .h5, main.teal h6, main.teal .h6,
main.teal a:hover, main.teal a:focus {
  color: #72c8d5;
}

main.teal .table > thead > tr > th,
main.teal .block-h2 h2 {
  background-color: #72c8d5 !important;
}

@media (max-width: 767px) {
  main.container,
  main .container {
    padding-right: 45px !important;
  }
}

main li {
  margin-bottom: 1em;
}

main li ul, main li ol {
  margin-top: 1em;
}

.flush-top > *:first-child,
.flush-top > div > *:first-child,
.flush-top > div > div > *:first-child,
.flush-top > div > div > div > *:first-child {
  margin-top: 0 !important;
}

.pull-right {
  max-width: 50%;
  margin-left: 1em;
  margin-bottom: 1em;
}

.pull-left {
  max-width: 50%;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sidebar {
  font-size: .85rem;
  padding-top: 2em;
  border-top: 5px solid #f2f2f2;
}

@media (min-width: 992px) {
  /* remove top space and border at multi-colum break point */
  .page-three-col .sidebar {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  /* remove top space and border at multi-colum break point */
  .page-sidebar .sidebar {
    padding-top: 0;
    border: none;
  }
}

.social-media {
  background-color: #72c8d5;
  color: white;
  padding: 25px 0 30px;
}

.social-media p {
  margin-bottom: 15px;
  text-align: center;
}

.social-media .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
}

.social-media .social-media-icons li {
  display: block;
}

.social-media .social-media-icons li a {
  display: block;
}

.social-media .social-media-icons li a img {
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .social-media .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-media p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .social-media .social-media-icons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .social-media .social-media-icons li {
    margin-left: 25px;
  }
  .social-media .social-media-icons li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .social-media p {
    font-size: 33px;
  }
  .social-media .social-media-icons li a img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .social-media p {
    font-size: 37px;
  }
  .social-media .social-media-icons li a img {
    width: 45px;
    height: 45px;
  }
}

.fat-footer {
  background-color: #2559a7;
  color: white;
  padding-top: 25px;
}

.fat-footer a {
  color: white;
}

.fat-footer a.button-link-white {
  color: #2559a7;
}

.fat-footer > div > div > div {
  padding-left: 0;
}

@media (min-width: 768px) {
  .fat-footer {
    padding-top: 0;
  }
}

.fat-footer-content {
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.fat-footer-content > li {
  display: block;
  margin-bottom: 7px;
}

.fat-footer-content > li:last-of-type {
  border-bottom: none;
}

.fat-footer-content > li > label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
  margin: 0;
}

.fat-footer-content > li > label::after {
  content: "˅";
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}

.fat-footer-content > li > input {
  display: none;
}

.fat-footer-content > li > input:checked ~ div {
  display: block;
}

.fat-footer-content > li > div {
  display: none;
  font-size: 12px;
  padding-top: 15px;
}

.fat-footer-content > li > div ul {
  padding: 0;
}

.fat-footer-content > li > div ul li {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fat-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .fat-footer-content > li {
    width: 25%;
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .fat-footer-content > li > label {
    font-size: 14px;
    cursor: auto;
  }
  .fat-footer-content > li > label::after {
    display: none;
  }
  .fat-footer-content > li > div {
    display: block;
  }
  .fat-footer-content > li.footer-connect {
    background-color: #72c8d5;
  }
}

.footer-news label a,
.footer-events label a {
  display: none;
}

@media (min-width: 768px) {
  .footer-news label a,
  .footer-events label a {
    display: block;
  }
  .footer-news label span,
  .footer-events label span {
    display: none;
  }
}

.footer-events table th {
  white-space: nowrap;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.footer-events table td {
  padding-bottom: 10px;
  vertical-align: top;
}

@media (min-width: 768px) {
  #back-to-top {
    right: calc(50% - 360px) !important;
  }
}

@media (min-width: 992px) {
  #back-to-top {
    right: calc(50% - 470px) !important;
  }
}

@media (min-width: 1200px) {
  #back-to-top {
    right: calc(50% - 570px) !important;
  }
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contact-info img {
  margin-right: 15px;
  width: 15px;
  height: 20px;
}

.contact-info div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-info div p {
  margin: 0;
}

.sub-footer {
  font-size: 10px;
  padding: 18px 0 8px;
}

.sub-footer .sub-footer-right {
  text-align: right;
  padding-right: 90px;
}

.table caption,
.table-striped caption,
.table-condensed caption {
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 2em 0 1em;
}

.table > thead > tr > th {
  border-bottom: none;
  background-color: #2559a7;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}

th[align="center"] {
  text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f2f2f2;
}

.ccm-image-block {
  max-width: 100%;
  height: auto;
}

.ws_data_table th, ws_data_table td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ws_youtube_thumbnail a {
  background: url(/themes/objectcomputing/images/play-button.svg) no-repeat center center;
  background-size: 15%;
}

.ws-grid-wrapper.gray {
  background-color: whitesmoke;
}

.ws-grid-wrapper.teal {
  background-color: #72c8d5;
  color: white;
}

.ws-grid-wrapper.teal a {
  color: white;
}

.ws-grid-wrapper.teal a.button-link-white, .ws-grid-wrapper.teal a.block-link-white {
  color: #72c8d5 !important;
}

.ws-grid-wrapper.teal .callout {
  color: white;
}

.ws-grid-wrapper.teal .callout h3 {
  color: white;
}

.ws-grid-wrapper.orange {
  background-color: #feb571;
  color: white;
}

.ws-grid-wrapper.orange a {
  color: white;
}

.ws-grid-wrapper.orange a.button-link-white, .ws-grid-wrapper.orange a.block-link-white {
  color: #feb571 !important;
}

.ws-grid-wrapper.orange .callout {
  color: white;
}

.ws-grid-wrapper.orange .callout h3 {
  color: white;
}

.ws-grid-wrapper.blue {
  background-color: #2559a7;
  color: white;
}

.ws-grid-wrapper.blue a {
  color: white;
}

.ws-grid-wrapper.blue a.button-link-white, .ws-grid-wrapper.blue a.block-link-white {
  color: #2559a7 !important;
}

.ws-grid-wrapper.blue .callout {
  color: white;
}

.ws-grid-wrapper.blue .callout h3 {
  color: white;
}

.callout {
  text-align: center;
  font-size: 14px;
  margin-bottom: 60px;
  display: block;
}

.callout div {
  overflow: hidden;
}

.callout > img {
  max-width: 65px;
  max-height: 65px;
  display: block;
  margin: 0 auto;
}

.callout h3 {
  text-transform: uppercase;
  color: #2559a7;
  font-weight: 300;
  font-size: 18px;
}

a.callout:hover {
  text-decoration: none;
}

a.callout:hover h3 {
  text-decoration: underline;
}

.media-object-callout {
  color: #7a7b7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-object-callout:hover {
  text-decoration: none;
}

.media-object-callout:hover h3 {
  text-decoration: underline;
}

.media-object-callout > img {
  width: 60px;
  height: auto;
  margin-right: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media-object-callout > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.media-object-callout h3 {
  text-transform: uppercase;
  color: #2559a7;
  font-weight: 300;
}

.ws-posts-post-card {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid whitesmoke;
}

.ws-posts-post-card > img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.ws-posts-post-card > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}

.ws-posts-post-card .post-meta {
  text-transform: uppercase;
}

.ws-posts-post-card h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.ws-posts-post-card h2 a {
  text-decoration: none;
}

.ws-posts-post-card h2 a:hover, .ws-posts-post-card h2 a:focus {
  text-decoration: underline;
}

.ws-posts-post-card .post-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ws-posts-post-card .post-share img {
  width: 30px;
  height: auto;
}

@media (min-width: 768px) {
  .ws-posts-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ws-posts-post-card > img {
    width: 200px;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.ws-posts-post-detail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid whitesmoke;
}

.ws-posts-post-detail .post-meta {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}

ul.tag-cloud {
  overflow: hidden;
}

ul.tag-cloud li {
  display: block;
  float: left;
  margin: 0 3px 3px 0 !important;
}

ul.tag-cloud a {
  padding: 2px 5px;
}

ul.tag-cloud a.very-unpopular {
  color: white;
  background-color: #abc5ed;
  font-size: 14px;
}

ul.tag-cloud a.unpopular {
  color: white;
  background-color: #82a9e3;
  font-size: 14px;
}

ul.tag-cloud a.somewhat-popular {
  color: white;
  background-color: #588cda;
  font-size: 14px;
}

ul.tag-cloud a.popular {
  color: white;
  background-color: #2e6fd1;
  font-size: 14px;
}

ul.tag-cloud a.very-popular {
  color: white;
  background-color: #2559a7;
  font-size: 14px;
}

.news-sidebar h2 {
  background-color: #2559a7;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.posts-categories ul {
  padding: 0;
}

.posts-categories li {
  display: block;
}

.four-callouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.four-callouts .callout {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ebebeb));
  background-image: linear-gradient(white, #ebebeb);
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 10px 20px;
}

.four-callouts .callout:nth-child(odd) {
  margin-right: 30px;
}

.four-callouts .callout img {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 15px;
}

.four-callouts .callout p {
  color: #2559a7;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.four-callouts .callout .callout-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #2559a7;
  color: white;
}

.four-callouts .callout:hover {
  text-decoration: none;
}

.four-callouts .callout:hover .callout-button {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .four-callouts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .four-callouts .callout {
    width: 25%;
    margin-right: 30px;
  }
  .four-callouts .callout:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .four-callouts .callout {
    padding: 30px 20px 30px;
  }
  .four-callouts .callout p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .four-callouts {
    width: 80%;
    margin: 0 auto;
  }
  .four-callouts .callout {
    padding: 30px;
  }
  .four-callouts .callout img {
    height: 50px;
  }
  .four-callouts .callout p {
    font-size: 18px;
  }
}

.split-image > .image {
  height: 75vw;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.split-image > .content {
  background-color: #2559a7;
  color: white;
  text-align: center;
}

.split-image > .content > div {
  padding: 30px;
}

.split-image > .content > div .button-link {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .split-image {
    background-color: #2559a7;
    display: table;
    width: 100%;
  }
  .split-image > .image {
    width: 50%;
    height: 100%;
    display: table-cell;
  }
  .split-image > .content {
    display: table-cell;
    width: 50%;
    text-align: left;
  }
  .split-image > .content > div {
    width: 345px;
  }
  .split-image > .content > div .button-link {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .split-image > .content > div {
    padding: 70px 70px 70px 70px;
    width: 455px;
  }
}

@media (min-width: 1200px) {
  .split-image > .content > div {
    padding: 74px 120px 126px 80px;
    width: 555px;
  }
}

.logo-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-array > div {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}

@media (min-width: 500px) {
  .logo-array > div {
    width: calc(33% - 30px);
  }
}

@media (min-width: 768px) {
  .logo-array {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo-array > div {
    width: calc(16.66% - 30px);
  }
}

.ccm-syntax-highlighter ol div {
  border-left: 1px solid silver;
  padding-left: 5px !important;
}

.enroll-now {
  padding-bottom: 1em;
  text-transform: uppercase;
}

.inline-p p {
  display: inline;
}

.filters {
  margin: 20px 0;
}

.filters select {
  max-width: 200px;
}

.offerings {
  border-collapse: separate;
  border-spacing: 0 2px;
}

.offerings td {
  color: #2559a7;
}

.offerings > tbody > tr:hover > td {
  background-color: whitesmoke;
  cursor: pointer;
}

.offerings td.course-name,
.offerings td.course-dates {
  text-transform: uppercase;
  font-weight: 400;
}

.offerings td.more-info {
  background-color: whitesmoke;
  text-align: center;
}

@media (max-width: 767px) {
  .offerings thead {
    display: none;
  }
  .offerings tr {
    display: block;
    margin: 1em 0;
    padding: 10px 0;
    background: whitesmoke;
  }
  .offerings td {
    display: table-row;
    border: none !important;
  }
  .offerings td::before {
    content: attr(data-label) ":";
    font-weight: 400;
    display: table-cell;
    padding: 0 5px 0 20px;
    white-space: nowrap;
    width: 1px;
  }
  .offerings td.course-name, .offerings td.course-dates {
    display: block;
    padding: 0 20px 10px !important;
    font-weight: 700;
    text-decoration: underline;
  }
  .offerings td.course-name::before, .offerings td.course-dates::before {
    display: none;
  }
  .offerings td.more-info {
    display: none;
  }
  .offerings td.more-info::before {
    display: none;
  }
  .offerings td span {
    display: table-cell;
    padding: 0 20px 0 5px;
  }
  .offerings td[data-label="Course"] span {
    text-decoration: underline;
  }
}

main.orange .offerings td {
  color: #feb571;
}

main.teal .offerings td {
  color: #72c8d5;
}

@media (min-width: 768px) {
  .ws-grid-wrapper.gray .offerings > tbody > tr:hover > td {
    background-color: white;
  }
  .ws-grid-wrapper.gray .offerings td.more-info {
    background-color: white;
  }
}

.ws-modal {
  display: none;
}

.ws-modal:target {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  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: rgba(0, 0, 0, 0.6);
}

.ws-modal .ws-modal-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  padding: .5em;
}

.ws-modal .ws-modal-close::before {
  content: "×";
  font: 700 32px/1 Arial, sans-serif;
  color: white;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ws-modal .ws-modal-dialog {
  position: relative;
  z-index: 1200;
  background: whitesmoke;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  margin: 45px 20px 15px;
  max-height: calc(100% - 60px);
  max-width: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
}

.ws-modal .ws-modal-dialog > *:first-child {
  margin-top: 0 !important;
}

.ws-modal .ws-modal-dialog .h6 {
  color: #7a7b7f;
}

.home-hero {
  color: white;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 650px;
  text-shadow: 1px 1px 2px black;
}

.home-hero h2 {
  color: white;
  font-size: 46px;
  margin-top: 175px;
  text-shadow: none;
}

.home-hero h2 small {
  display: block;
  color: white;
  font-size: 46px;
  font-weight: 300;
}

.home-hero a.button {
  background-color: #6cb13e;
  color: white;
  display: table;
  margin: 1em auto;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 30px;
  font-family: 'Roboto Condensed';
  text-shadow: none;
}

@media (min-width: 768px) {
  .home-hero {
    font-size: 20px;
  }
  .home-hero h2 {
    font-size: 46px;
  }
}

.gsc-control-cse * {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  line-height: normal !important;
}

.btn {
  border-radius: 0;
  border: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #2559a7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #1c437d;
}
