@charset "UTF-8";
/*
Theme Name: Blueprints Theme
Description: Blueprints Theme
Author:
Author URI:
Template: twentysixteen
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@import url("/wp-content/themes/blueprints/assets/fonts/calluna/calluna.css");
/*!

Theme Name: Blueprints 2019
Theme URI: https://www.blueprintsprograms.org/
Description: Custom style treatments for Blueprints Program as a child theme of TwentySixteen
Version: 1.0.0
Author: Trio Solutions
Author URI: https://trio-solutions.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TwentySixteen
Text Domain: blueprints
Template: twentysixteen
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "callunasemibold";
  font-weight: normal !important;
}

p.is-pre span {
  display: block;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
.main p {
  font-size: 16px;
  margin-bottom: 20px;
}
.main ul {
  list-style: none;
  padding: 30px 0 15px 30px;
}
.main ul > li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
  font-size: 16px;
}
.main ul > li:before {
  content: "•";
  padding-right: 5px;
  position: relative;
  font-size: 16px;
  line-height: 1em;
}

ul.nav {
  padding: 0;
}
ul.nav > li::before {
  display: none;
  padding: 0;
}

.pages {
  text-align: center;
}
.pages ul.pagination {
  padding: 0;
  display: inline-block;
  margin: auto;
}
.pages ul.pagination > li {
  text-indent: 0;
  padding: 0;
}
.pages ul.pagination > li::before {
  display: none;
  padding: 0;
}
.pages ul.pagination > li > span,
.pages ul.pagination > li > a {
  border: none;
  border-radius: 0;
  background: transparent;
  color: #666666;
  padding: 0 5px;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}
.pages ul.pagination > li.active a,
.pages ul.pagination > li.active span {
  color: #666666;
  background: transparent !important;
  text-decoration: underline;
}

.panel-group.panel-group-faq .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: solid 2px #CACACA;
}
.panel-group.panel-group-faq .panel:last-child {
  border: none;
}
.panel-group.panel-group-faq .panel-heading {
  border: none;
  background: transparent;
  padding: 15px 10px;
}
.panel-group.panel-group-faq .panel-heading h4 a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #394861;
  font-size: 22px;
  position: relative;
  padding-left: 0;
}
.panel-group.panel-group-faq .panel-heading h4 a i {
  display: block;
  position: absolute;
  background: #94B7D7;
  color: white;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: -2px;
  left: 0;
}
.panel-group.panel-group-faq .panel-body {
  padding-left: 56px;
}
.panel-group.panel-group-faq .panel-body ul li {
  color: #666666;
  width: auto;
}
.panel-group.panel-group-faq .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.btn.btn-center {
  display: block;
  margin: auto;
  max-width: 180px;
}
.btn.btn-gold {
  text-decoration: none;
  border: none;
  background: #AF9439;
  color: white;
  font-family: "callunasemibold";
  font-size: 19px;
  padding: 11px 40px 9px;
  border-radius: 2px;
}
.btn.btn-blue {
  text-decoration: none;
  border: none;
  background: #94B7D7;
  color: white;
  font-family: "callunasemibold";
  font-size: 19px;
  padding: 9px 40px 6px;
  border-radius: 2px;
}
.btn.btn-blue:hover {
  background: #5c86af;
}
.btn.btn-blue-light {
  text-decoration: none;
  border: none;
  background: #94B7D7;
  color: #333;
  font-family: "callunasemibold";
  font-size: 19px;
}

blockquote {
  display: inline-block;
  border: none;
  font-size: 24px;
  position: relative;
  padding: 15px 50px;
}
blockquote p {
  font-size: 36px !important;
  color: #406B8C;
}
blockquote:before {
  content: "“";
  position: absolute;
  font-size: 90px !important;
  left: -10px;
  top: -20px;
  color: #406B8C;
}
blockquote:after {
  content: "”";
  position: absolute;
  font-size: 90px !important;
  right: 10px;
  bottom: -65px;
  color: #406B8C;
}

body.tabbing a:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #AF9439;
}

.topBar {
  background: #394861;
  padding: 5px 0 7px 0;
  color: #CCC;
  font-size: 15px;
  font-family: "callunasemibold";
  text-align: right;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.topBar span {
  position: relative;
  top: 5px;
}
.topBar .textwidget {
  display: inline-block;
  padding: 2px 0 0 0;
  vertical-align: middle;
  font-size: 16px;
}
.topBar .textwidget p {
  margin: 0;
  color: #CCC;
}
.topBar .textwidget p a {
  color: #CCC;
  text-decoration: none;
}
.topBar .textwidget p a:hover {
  color: #c7ad54;
}
.topBar .zoom-social-icons-list {
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}
.topBar .zoom-social-icons-list--with-canvas .socicon,
.topBar .zoom-social-icons-list--with-canvas .dashicons,
.topBar .zoom-social-icons-list--with-canvas .genericon,
.topBar .zoom-social-icons-list--with-canvas .fa {
  color: #394861;
}
.topBar .zoom-social-icons-list--with-canvas .socicon:hover,
.topBar .zoom-social-icons-list--with-canvas .dashicons:hover,
.topBar .zoom-social-icons-list--with-canvas .genericon:hover,
.topBar .zoom-social-icons-list--with-canvas .fa:hover {
  color: #FFF;
}
.topBar form {
  vertical-align: middle;
  margin: 0 0 5px 15px;
  padding: 0;
  display: inline-block;
  width: 330px;
}
.topBar form .mc4wp-form-fields {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.topBar form input[type=submit], .topBar form button,
.topBar form input[type=email], .topBar form input[type=text] {
  height: 30px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
}
.topBar form input[type=submit], .topBar form button {
  min-width: 100px;
  float: left;
  color: #fff;
  border: none;
  background: #406B8C;
  margin: 0;
}
.topBar form input[type=email] {
  width: 200px;
  margin: 0 10px 0 0;
  float: left;
  line-height: 45px;
  padding: 10px 11px;
  background: #616E81;
  border: none;
  color: #F1F1F1;
}
.topBar form input[type=email]::placeholder {
  color: #CCC;
  font-style: italic;
  font-family: sans-serif;
}

@media (max-width: 990px) {
  .topBar {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .topBar {
    padding-bottom: 10px;
    text-align: center;
  }
  .topBar .text-widget {
    display: block;
    width: 100%;
  }
  .topBar .textwidget span, .topBar .zoom-social-icons-list {
    display: none;
  }
}
.navbar {
  padding: 0 0 30px;
  margin: 0;
}
.navbar.navbar-stacked {
  background: #fff;
}
.navbar.navbar-stacked .navbar-content-holder {
  display: flex;
  align-items: center;
}
.navbar.navbar-stacked .navbar-content-holder .navbar-collapse {
  flex: 1;
  top: 120px;
  z-index: 10;
}
.navbar.navbar-stacked .navbar-content-holder .custom-nav-links {
  display: flex;
  flex-direction: column;
}
.navbar.navbar-stacked .navbar-header .navbar-brand {
  padding: 0;
  height: 90px;
  margin-top: 30px;
}
.navbar.navbar-stacked .navbar-header .navbar-brand img {
  height: 90px;
  width: auto;
}
.navbar.navbar-stacked .nav.navbar-nav {
  text-align: right;
}
.navbar.navbar-stacked .nav.navbar-nav > li {
  display: inline-block;
  float: none;
  clear: both;
  margin-right: -5px;
}
.navbar.navbar-stacked .nav.navbar-nav > li > a {
  padding: 5px 15px;
  background-color: transparent;
  font-size: 16px;
  border-bottom: solid 2px transparent;
}
.navbar.navbar-stacked .nav.navbar-nav > li > a .caret {
  display: none;
}
.navbar.navbar-stacked .nav.navbar-nav > li > a:hover {
  background-color: transparent;
  color: #AF9439 !important;
  border-bottom-color: #AF9439;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .navbar.navbar-stacked .nav.navbar-nav:first-child {
    display: none;
  }
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li a {
  color: #394861;
  border-bottom: none;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li a:hover {
  color: #AF9439;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li:not(:first-child) a span {
  color: #394861;
  font-family: "callunasemibold";
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li:not(:first-child) a i {
  font-size: 16px;
  margin: 0;
  background: #394861;
  color: white;
  border-radius: 50%;
  padding: 0;
  margin: -2px 5px 0;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li:not(:first-child) a:hover span {
  color: #AF9439;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li:not(:first-child) a:hover i {
  background: #AF9439;
}
.navbar.navbar-stacked .nav.navbar-nav:first-child > li:first-child a {
  margin-right: 15px;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li.divider {
  display: none;
}
@media (min-width: 768px) {
  .navbar.navbar-stacked .nav.navbar-nav:last-child > li.divider ~ li {
    display: none;
  }
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li > a {
  color: #406B8C;
  padding: 0;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .navbar.navbar-stacked .nav.navbar-nav:last-child > li > a {
    margin: 0 5px;
  }
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li > a i {
  display: none;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li:last-child > a {
  margin-right: 5px;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li.mhover {
  border: solid 1px #AF9439;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li.mhover > ul {
  display: block;
  border: solid 1px #AF9439;
  box-shadow: none;
  right: -1px;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li.mhover > ul li.active a {
  color: white;
}
.navbar.navbar-stacked .nav.navbar-nav:last-child > li.mhover a.focus {
  color: #AF9439;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-stacked .nav.navbar-nav {
    text-align: left;
    margin: 0;
  }
  .navbar.navbar-stacked .nav.navbar-nav > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar.navbar-stacked .nav.navbar-nav > li > a {
    font-size: 24px;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    color: #406B8C !important;
    width: 100% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    text-align: left !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar.navbar-stacked .navbar-header {
    flex: 1;
  }
  .navbar.navbar-stacked .navbar-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 30px;
    background: #fff;
  }
}
.navbar.navbar-stacked .navbar-toggle {
  padding: 0;
  font-size: 40px;
  margin: 40px 5px 0 0;
  color: #406B8C;
}
.navbar ul.dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar ul.dropdown-menu a {
  color: #406B8C;
}
.navbar ul.dropdown-menu li.active a {
  color: white;
}
.navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media screen and (min-width: 767px) {
  .navbar.navbar-stacked .nav.navbar-nav:first-child {
    display: none;
  }
}
.split {
  overflow: hidden;
}
.split .row > div[class^=col-]:first-child:before,
.split .row > div[class*=" col-"]:first-child:before {
  left: -999em;
  content: "";
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.split .row > div[class^=col-]:last-child:before,
.split .row > div[class*=" col-"]:last-child:before {
  right: -999em;
  content: "";
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.split.split .row > div[class^=col-]:first-child,
.split.split .row > div[class*=" col-"]:first-child {
  background: red;
}
.split.split .row > div[class^=col-]:first-child:before,
.split.split .row > div[class*=" col-"]:first-child:before {
  background: red;
}
@media (max-width: 991px) {
  .split.split .row > div[class^=col-]:first-child:before,
.split.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.split.split .row > div[class^=col-]:last-child,
.split.split .row > div[class*=" col-"]:last-child {
  background: blue;
}
.split.split .row > div[class^=col-]:last-child:before,
.split.split .row > div[class*=" col-"]:last-child:before {
  background: blue;
}
@media (max-width: 991px) {
  .split.split .row > div[class^=col-]:last-child:before,
.split.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}

/* COLORING */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #666666;
}

.valign {
  display: table;
  height: 200px;
}

.valign .content {
  display: table-cell;
  vertical-align: middle;
}

p {
  color: #666666;
}
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #406B8C;
  font-weight: bold;
}

.plus {
  display: block;
  float: left;
  overflow: hidden;
  background-image: url("/wp-content/themes/blueprints/assets/img/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #95B8D9;
  width: 32px;
  height: 32px;
  margin: -3px 18px 0 -10px;
}
.plus.plus-summary {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}

.minus {
  display: block;
  float: left;
  overflow: hidden;
  background-image: url("/wp-content/themes/blueprints/assets/img/minus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #95B8D9;
  width: 32px;
  height: 32px;
  margin: -3px 18px 0 -10px;
}

.base-page {
  padding: 50px 0;
}
.base-page h2,
.base-page h3,
.base-page h4,
.base-page h5,
.base-page h6 {
  color: #394861;
}
.base-page a {
  text-decoration: none;
  font-style: italic;
  color: #406B8C;
  font-weight: bold;
}
.base-page a:hover {
  text-decoration: underline;
}
.base-page img {
  width: 100%;
  height: auto;
}

.push-top-5 {
  margin-top: 5px;
}

.push-top-10 {
  margin-top: 10px;
}

.push-top-15 {
  margin-top: 15px;
}

.push-top-20 {
  margin-top: 20px;
}

.push-top-25 {
  margin-top: 25px;
}

.push-top-30 {
  margin-top: 30px;
}

.push-top-35 {
  margin-top: 35px;
}

.push-top-40 {
  margin-top: 40px;
}

.push-top-45 {
  margin-top: 45px;
}

.push-top-50 {
  margin-top: 50px;
}

.push-top-55 {
  margin-top: 55px;
}

.push-top-60 {
  margin-top: 60px;
}

.criteria-seal {
  width: 75% !important;
  display: block;
  margin: auto;
}

.quote {
  font-size: 32px !important;
  line-height: 20px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #406B8C;
}

.quote:before {
  content: "“";
  font-size: 62px;
  padding-right: 15px;
  top: 16px;
}

.quote:after {
  content: "”";
  font-size: 62px;
  padding-left: 15px;
  position: relative;
  top: 10px;
}

.quote span {
  line-height: 49px;
}

.quote-author {
  font-size: 32px !important;
  color: #406B8C;
  font-style: italic;
}

.colored-block {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  left: 50%;
  background-color: #dbe6f3;
}

.colored-block-padding {
  padding: 40px 29px;
}

.block-padding {
  padding: 40px 0;
}

.doc-square {
  margin-bottom: 2rem;
  background: #dbe6f3;
  max-width: 340px;
  height: 360px;
  text-align: center;
  padding: 3rem;
  margin: 1rem 2rem 3rem;
}

@media screen and (max-width: 991px) {
  .doc-square {
    margin: 2rem auto;
  }

  .page-id-100 h1:first-child {
    text-align: center;
  }
}
.advisory-deets {
  display: flex;
  justify-content: center;
  font-size: 1.1em;
}

.advisory-email:after {
  content: " | ";
}

.advisory-web:before {
  content: " ";
}

/* according FAQ styles */
#faq-page .plus,
#faq-page .minus {
  margin: 17px 18px 0 -10px;
}

#faq-page .panel-heading {
  padding: 0px 10px !important;
}

#faq-page li,
#faq-page p {
  font-size: 14px !important;
  line-height: 1.42857143;
}

/* removes header images from single page templates */
.single-post .banner {
  display: none;
}

.single-post .content-area {
  min-height: 52vh;
}

/*staff page styles */
.staff {
  margin: 2rem auto;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .staff {
    text-align: left;
    border-bottom: 2px solid #EFEFEF;
    width: 350px;
    margin: 6rem auto 2rem;
  }
}
/* adjusts seal spacing on blueprints criteria page */
@media screen and (min-width: 992px) {
  .model-plus-programs {
    margin-top: 8rem;
  }

  .model-plus-programs-seal {
    margin-top: 8rem;
  }
}
/* shrinks newsletter elements that were large based on MailChimp embedded code */
.category-newsletter img[src*="https://gallery.mailchimp.com/ea5711659747ecf04e7e258e5/images/098bbfae-d54b-4cb9-9be0-cc9a4a048950.jpg"],
.category-newsletter img[src*="https://gallery.mailchimp.com/ea5711659747ecf04e7e258e5/images/4d61499f-7f46-455b-a65d-e839aeed9f3e.png"],
.category-newsletter img[src*="https://gallery.mailchimp.com/ea5711659747ecf04e7e258e5/images/c086d49c-b532-4b29-908c-facbd1500596.png"] {
  max-width: 200px !important;
}

/* Recently Acquired Programs Styles */
.category-programs .news .news-item,
.category-news .newsletter {
  margin: 6px;
  padding: 10px;
  border-bottom: 2px solid #EFEFEF;
  /* float: left; */
  display: block;
  /* height: 290px; */
  /* background: #e5e5e5; */
}

.news-item h3 {
  margin: 0;
}

.news-item p {
  margin-top: -10px;
}

.home_page_table {
  width: 100%;
}
.home_page_table .home_table_banner {
  background-color: #406B8C;
  color: white;
}
.home_page_table .table_title {
  text-align: center;
  padding: 15px;
}
.home_page_table .table_content {
  text-align: center;
  padding: 20px;
}
.home_page_table .row_light_blue {
  background-color: #DEE6F2;
  font-size: 15px;
  padding: 10px;
}
.home_page_table .row_white {
  background-color: #fff;
  padding: 10px;
}

/* Smartphones (landscape) Table two column mobile styling ----------- */
@media (max-width: 980px) {
  .twoX2 .et_pb_column {
    max-width: 50% !important;
  }

  .twoX2 .et_pb_column.et_pb_column_1_3:nth-of-type(3) {
    margin: 0 25%;
  }
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row.twoX2 div.et_pb_column.et_pb_column_1_4 {
    width: 47.25% !important;
  }
}
.home_btns {
  font-family: "callunasemibold";
}

.intro.split .row > div[class^=col-]:first-child,
.intro.split .row > div[class*=" col-"]:first-child {
  background: white;
}
.intro.split .row > div[class^=col-]:first-child:before,
.intro.split .row > div[class*=" col-"]:first-child:before {
  background: white;
}
@media (max-width: 991px) {
  .intro.split .row > div[class^=col-]:first-child:before,
.intro.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.intro.split .row > div[class^=col-]:last-child,
.intro.split .row > div[class*=" col-"]:last-child {
  background: #406B8C;
}
.intro.split .row > div[class^=col-]:last-child:before,
.intro.split .row > div[class*=" col-"]:last-child:before {
  background: #406B8C;
}
@media (max-width: 991px) {
  .intro.split .row > div[class^=col-]:last-child:before,
.intro.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}
.intro .side {
  padding: 60px 15px;
}
.intro .side.side-left p {
  color: #666666;
}
.intro .side.side-left p a {
  color: #406B8C;
}
.intro .side.side-right {
  padding: 60px 30px;
}
.intro .side.side-right h1,
.intro .side.side-right h2,
.intro .side.side-right h3,
.intro .side.side-right h4,
.intro .side.side-right h5,
.intro .side.side-right h6 {
  color: black;
  margin: 0 0 15px !important;
  font-family: "Source Sans Pro", sans-serif;
}
.intro .side.side-right p {
  color: white;
}

.programs-faqs.split .row > div[class^=col-]:first-child,
.programs-faqs.split .row > div[class*=" col-"]:first-child {
  background: #E0EAF3;
}
.programs-faqs.split .row > div[class^=col-]:first-child:before,
.programs-faqs.split .row > div[class*=" col-"]:first-child:before {
  background: #E0EAF3;
}
@media (max-width: 991px) {
  .programs-faqs.split .row > div[class^=col-]:first-child:before,
.programs-faqs.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.programs-faqs.split .row > div[class^=col-]:last-child,
.programs-faqs.split .row > div[class*=" col-"]:last-child {
  background: white;
}
.programs-faqs.split .row > div[class^=col-]:last-child:before,
.programs-faqs.split .row > div[class*=" col-"]:last-child:before {
  background: white;
}
@media (max-width: 991px) {
  .programs-faqs.split .row > div[class^=col-]:last-child:before,
.programs-faqs.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}
.programs-faqs h2 {
  font-size: 42px;
}
.programs-faqs img {
  display: block;
  margin: 0 auto 15px;
}
.programs-faqs.split {
  background: #E0EAF3 !important;
}
.programs-faqs.split:after {
  background: white !important;
}
.programs-faqs .side {
  padding: 50px 0;
}
.programs-faqs .side.side-left ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.programs-faqs .side.side-left ul > li {
  display: block;
  min-height: 100px;
  padding: 30px 30px;
  text-indent: 0;
  position: relative;
}
.programs-faqs .side.side-left ul > li:before {
  content: "";
  display: none;
}
.programs-faqs .side.side-left ul > li h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #394861;
  font-weight: 700 !important;
  margin-top: 0;
}
.programs-faqs .side.side-left ul > li .rating {
  border-right: solid 1px #666666;
  padding-right: 10px;
  margin-right: 15px;
}
.programs-faqs .side.side-left ul > li .date {
  text-transform: uppercase;
  font-weight: bold;
}
.programs-faqs .side.side-left ul > li:nth-child(even) {
  background: #C3D6E7;
}
.programs-faqs .side.side-left ul > li:nth-child(even):before {
  content: "";
  position: absolute;
  left: -2000px;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  background: #C3D6E7;
}
.programs-faqs .side.side-right {
  padding: 50px 30px;
}
.programs-faqs .row.row-flush > div[class^=col-]:first-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:first-child {
  padding: 0 0 0 15px;
}
@media (max-width: 991px) {
  .programs-faqs .row.row-flush > div[class^=col-]:first-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:first-child {
    padding: 0 15px;
  }
}
.programs-faqs .row.row-flush > div[class^=col-]:last-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:last-child {
  padding: 0 15px;
}

.intro.split .row > div[class^=col-]:first-child,
.intro.split .row > div[class*=" col-"]:first-child {
  background: white;
}
.intro.split .row > div[class^=col-]:first-child:before,
.intro.split .row > div[class*=" col-"]:first-child:before {
  background: white;
}
@media (max-width: 991px) {
  .intro.split .row > div[class^=col-]:first-child:before,
.intro.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.intro.split .row > div[class^=col-]:last-child,
.intro.split .row > div[class*=" col-"]:last-child {
  background: #406B8C;
}
.intro.split .row > div[class^=col-]:last-child:before,
.intro.split .row > div[class*=" col-"]:last-child:before {
  background: #406B8C;
}
@media (max-width: 991px) {
  .intro.split .row > div[class^=col-]:last-child:before,
.intro.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}
.intro .side {
  padding: 60px 15px;
}
.intro .side.side-left p {
  color: #666666;
}
.intro .side.side-left p a {
  color: #406B8C;
}
.intro .side.side-right {
  padding: 60px 30px;
}
.intro .side.side-right h1,
.intro .side.side-right h2,
.intro .side.side-right h3,
.intro .side.side-right h4,
.intro .side.side-right h5,
.intro .side.side-right h6 {
  color: black;
  margin: 0 0 15px !important;
  font-family: "Source Sans Pro", sans-serif;
}
.intro .side.side-right p {
  color: white;
}

.programs-faqs.split .row > div[class^=col-]:first-child,
.programs-faqs.split .row > div[class*=" col-"]:first-child {
  background: #E0EAF3;
}
.programs-faqs.split .row > div[class^=col-]:first-child:before,
.programs-faqs.split .row > div[class*=" col-"]:first-child:before {
  background: #E0EAF3;
}
@media (max-width: 991px) {
  .programs-faqs.split .row > div[class^=col-]:first-child:before,
.programs-faqs.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.programs-faqs.split .row > div[class^=col-]:last-child,
.programs-faqs.split .row > div[class*=" col-"]:last-child {
  background: white;
}
.programs-faqs.split .row > div[class^=col-]:last-child:before,
.programs-faqs.split .row > div[class*=" col-"]:last-child:before {
  background: white;
}
@media (max-width: 991px) {
  .programs-faqs.split .row > div[class^=col-]:last-child:before,
.programs-faqs.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}
.programs-faqs h2 {
  font-size: 42px;
}
.programs-faqs img {
  display: block;
  margin: 0 auto 15px;
}
.programs-faqs.split {
  background: #E0EAF3 !important;
}
.programs-faqs.split:after {
  background: white !important;
}
.programs-faqs .side {
  padding: 50px 0;
}
.programs-faqs .side.side-left ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.programs-faqs .side.side-left ul > li {
  display: block;
  min-height: 100px;
  padding: 30px 30px;
  text-indent: 0;
  position: relative;
}
.programs-faqs .side.side-left ul > li:before {
  content: "";
  display: none;
}
.programs-faqs .side.side-left ul > li h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #394861;
  font-weight: 700 !important;
  margin-top: 0;
}
.programs-faqs .side.side-left ul > li .rating {
  border-right: solid 1px #666666;
  padding-right: 10px;
  margin-right: 15px;
}
.programs-faqs .side.side-left ul > li .date {
  text-transform: uppercase;
  font-weight: bold;
}
.programs-faqs .side.side-left ul > li:nth-child(even) {
  background: #C3D6E7;
}
.programs-faqs .side.side-left ul > li:nth-child(even):before {
  content: "";
  position: absolute;
  left: -2000px;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  background: #C3D6E7;
}
.programs-faqs .side.side-right {
  padding: 50px 30px;
}
.programs-faqs .row.row-flush > div[class^=col-]:first-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:first-child {
  padding: 0 0 0 15px;
}
@media (max-width: 991px) {
  .programs-faqs .row.row-flush > div[class^=col-]:first-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:first-child {
    padding: 0 15px;
  }
}
.programs-faqs .row.row-flush > div[class^=col-]:last-child,
.programs-faqs .row.row-flush > div[class*=" col-"]:last-child {
  padding: 0 15px;
}

.news {
  padding: 50px 0;
}
.news .news-item {
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: solid 2px #CACACA;
}
.news .news-item:last-child {
  border: none;
}
.news .news-item .date {
  display: inline-block;
  color: white;
  border-radius: 0;
  background: #406B8C;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 15px;
}
.news .news-item h3 a {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #394861;
  font-weight: 700;
}
.news .news-item p a {
  color: #406B8C;
}
.news .news-item p a:hover {
  color: #394861;
}

.newsletter {
  padding: 50px 0;
}
.newsletter .cards {
  width: 100%;
  margin: 5px -5px;
}
.newsletter .cards .card {
  position: relative;
  margin: 5px -5px;
  width: 100%;
  height: 70px;
  background: white;
  transition: 0.25s;
  border-bottom: 2px solid #CACACA;
}
@media (max-width: 767px) {
  .newsletter .cards .card {
    display: block;
    float: none;
    margin: 15px auto;
    max-width: 320px;
    width: 100%;
  }
}
.newsletter .cards .card:hover {
  background: #406B8C;
}
.newsletter .cards .card:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.newsletter .cards .card a.body {
  text-decoration: none;
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}
.newsletter .cards .card a.body h3,
.newsletter .cards .card a.body p.date {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #666666;
  font-weight: 300;
  margin: 0;
  width: 100%;
}
.newsletter .cards .card a.body h3 {
  font-size: 24px;
  font-weight: 700;
  color: #394861;
}
.newsletter .lazy-pager {
  margin-top: 30px;
}

.no-program {
  display: flex;
  height: 350px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.programs .badge-section.split .row > div[class^=col-]:first-child,
.programs .badge-section.split .row > div[class*=" col-"]:first-child {
  background: #394861;
}
.programs .badge-section.split .row > div[class^=col-]:first-child:before,
.programs .badge-section.split .row > div[class*=" col-"]:first-child:before {
  background: #394861;
}
@media (max-width: 991px) {
  .programs .badge-section.split .row > div[class^=col-]:first-child:before,
.programs .badge-section.split .row > div[class*=" col-"]:first-child:before {
    background: transparent;
  }
}
.programs .badge-section.split .row > div[class^=col-]:last-child,
.programs .badge-section.split .row > div[class*=" col-"]:last-child {
  background: #406B8C;
}
.programs .badge-section.split .row > div[class^=col-]:last-child:before,
.programs .badge-section.split .row > div[class*=" col-"]:last-child:before {
  background: #406B8C;
}
@media (max-width: 991px) {
  .programs .badge-section.split .row > div[class^=col-]:last-child:before,
.programs .badge-section.split .row > div[class*=" col-"]:last-child:before {
    background: transparent;
  }
}
.programs .badge-section .left {
  padding: 30px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programs .badge-section .left h1 {
  color: white;
  font-size: 42px;
  text-align: center;
  max-width: 490px;
}
.programs .badge-section .right {
  height: 360px;
  padding: 30px;
}
.programs .badge-section .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .programs .badge-section .right img {
    height: 80%;
    width: auto;
    margin: auto;
    display: block;
  }
}
.programs .program-section .program-header {
  display: flex;
  min-height: 130px;
  align-items: center;
  padding: 15px 0;
  margin: 0 15px;
}
.programs .program-section .program-header .goal {
  flex: 1 auto;
}
.programs .program-section .program-header .goal p {
  margin: 0;
}
.programs .program-section .program-header .cta {
  flex: 1 0 25%;
}
.programs .program-section .program-header .cta .btn-group {
  margin: 0;
}
.programs .program-section .program-header .cta .btn-group .btn:first-child {
  border-right: solid 2px white;
}
.programs .program-section .program-header .cta .btn-group .btn:last-child {
  border-left: solid 2px white;
}
.programs .program-section .program-header .cta .btn-video {
  margin-top: 15px;
}
.programs .program-section .program-header .cta .btn.btn-blue {
  background: #7293C6;
}
.programs .program-section .program-header .cta .btn.btn-blue-light {
  border-radius: 0;
}
.programs .program-section .program-header .cta .btn.btn-gold,
.programs .program-section .program-header .cta .btn.btn-blue {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.programs .program-section .support {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  margin-top: 10px;
}
.programs .program-section .support h3 {
  color: #666666;
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
}
.programs .program-section .tabs {
  padding: 30px 0;
}
.programs .program-section .tabs .nav-tabs.nav-justified > li {
  padding: 0 2px;
}
.programs .program-section .tabs .nav-tabs.nav-justified > li:first-child {
  padding-left: 0;
}
.programs .program-section .tabs .nav-tabs.nav-justified > li:last-child {
  padding-right: 0;
}
.programs .program-section .tabs .nav-tabs.nav-justified > li > a {
  border-radius: 0px;
  border: none;
  background: #7293C6;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.programs .program-section .tabs .tab-content {
  padding: 15px;
}
.programs .program-section .tabs .tab-content h1,
.programs .program-section .tabs .tab-content h2,
.programs .program-section .tabs .tab-content h4,
.programs .program-section .tabs .tab-content h5,
.programs .program-section .tabs .tab-content h6 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 15px;
  font-weight: bold !important;
}
.programs .program-section .tabs .tab-content h3 {
  color: #394861;
}
.programs .program-section .tabs .tab-content .columns ul {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.programs .program-section .tabs .tab-content .columns ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.programs .program-section .tabs .tab-content .columns ul li:before {
  content: none;
}
.programs .program-section .tabs .tab-content ul {
  padding: 0 0 0 10px;
}
.programs .program-section .tabs .tab-content a {
  color: #406B8C;
  transition: 0.25s;
}
.programs .program-section .tabs .tab-content a:hover {
  color: #394861;
}
.programs .program-section .tabs .tab-content .table.table-loop tbody tr:last-child td {
  color: #406B8C;
  font-weight: bold !important;
}
.programs .program-section .tabs .tab-content .table.table-loop tbody tr td:last-child {
  text-align: center;
}

.panel-group.panel-group-details .panel {
  border-radius: 0;
  border: none;
}
.panel-group.panel-group-details .panel .panel-heading {
  background: #95B8D9;
  border: none;
  border-radius: 0 !important;
  padding: 20px;
  padding-bottom: 20px;
}
.panel-group.panel-group-details .panel .panel-heading .panel-title a {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.panel-group.panel-group-details .panel .panel-heading .panel-title a i {
  float: right;
  position: relative;
  top: 4px;
}
.panel-group.panel-group-details .panel .panel-body {
  background: #dbe6f3;
  padding-bottom: 30px;
}
.panel-group.panel-group-details .panel .panel-body h5 {
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
}
.panel-group.panel-group-details .panel .panel-body p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}
.panel-group.panel-group-details .panel .panel-body p strong {
  font-weight: bold;
  color: #666666;
}
.panel-group.panel-group-details .panel .panel-body p em {
  color: #333;
}
.panel-group.panel-group-details .panel .panel-body ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.panel-group.panel-group-details .panel .panel-body ul li {
  font-size: 14px;
}
.panel-group.panel-group-details .panel .panel-body ul li::before {
  content: "";
  padding: 0;
}

.asterisk {
  color: #406B8C;
}

.preFooter, footer {
  padding: 35px 0;
  line-height: 1.6;
}
.preFooter form .mc4wp-form-fields:after, .preFooter .topBar form:after, .topBar .preFooter form:after, footer .topBar form:after, .topBar footer form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.preFooter {
  background: #DEE6F2;
  font-size: 16px;
}
.preFooter a {
  color: #333;
  text-decoration: none;
}
.preFooter b, .preFooter strong {
  color: #406B8C;
}
.preFooter h3, .preFooter h4 {
  color: #394861;
  font-size: 24px;
  font-family: calluna, serif;
  font-weight: bold;
}
.preFooter .col-md-4 {
  border-left: 2px solid #C3D6E7;
  padding-left: 25px;
  padding-right: 25px;
}
.preFooter .col-md-4:first-of-type {
  border: none;
}
.preFooter form {
  margin: 15px 0 5px 0;
  padding: 0;
}
.preFooter form input[type=submit], .preFooter form button,
.preFooter form input[type=email], .preFooter form input[type=text] {
  height: 45px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
}
.preFooter form input[type=submit], .preFooter form button {
  min-width: 50%;
  float: left;
  color: #fff;
  border: none;
  background: #406B8C;
  font-family: "callunasemibold";
}
.preFooter form input[type=submit]:hover, .preFooter form button:hover {
  background: #394861;
}
.preFooter form input[type=email] {
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  line-height: 45px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.preFooter form input[type=email]::placeholder {
  color: #CCC;
  font-style: italic;
}
.preFooter form input[type=text] {
  width: 100%;
  margin: 0 0 15px 0 0;
  float: left;
  line-height: 45px;
  padding: 10px 11px;
  background: #fff;
  border: none;
}
.preFooter form .mc4wp-response {
  margin-top: 15px;
}
.preFooter form .mc4wp-response p {
  color: green;
}

footer {
  background: #406B8C;
  color: #E0EAF3;
  font-size: 15px;
  text-align: center;
  padding-bottom: 45px;
}
footer hr {
  height: 1px;
  background-color: #DEE6F2;
}
footer a {
  color: #E0EAF3;
}
footer a:hover {
  color: #FFF;
}
footer ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: inline;
  border-left: 1px solid #E0EAF3;
}
footer ul li a {
  padding: 0 4px 0 5px;
}
footer ul li:first-of-type {
  border: none;
}
footer ul li:first-of-type a {
  padding-left: 0;
}
footer .footer_policy_txt {
  text-align: center;
}
footer .footer_policy_txt p {
  color: #DEE6F2;
}

@media screen and (max-width: 990px) {
  .preFooter .col-md-4 {
    border: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .preFooter .widget {
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 460px) {
  .preFooter form input[type=submit], .preFooter form button {
    min-width: 100%;
  }
}
.banner {
  display: block;
  height: 400px;
  background: #CCC;
  background-position: top;
  background-size: cover;
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    height: 150px;
    background-position: center;
  }
}
.banner .valign {
  height: 400px;
}
@media (max-width: 991px) {
  .banner .valign {
    height: 150px;
  }
}
.banner h1 {
  font-size: 65px;
  font-weight: normal;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

#non-certs,
.program-search {
  padding: 60px 0;
}
#non-certs .form-group.form-group-display,
.program-search .form-group.form-group-display {
  padding: 25px 0;
  margin: 0;
  text-align: right;
}
#non-certs .form-group.form-group-display label,
.program-search .form-group.form-group-display label {
  margin: 5px 15px;
  display: inline-block;
}
#non-certs .form-group.form-group-display label + select,
.program-search .form-group.form-group-display label + select {
  display: inline-block;
  width: 100px;
}
#non-certs .form-group.form-group-display .btn-print,
.program-search .form-group.form-group-display .btn-print {
  position: relative;
  top: -1px;
}
#non-certs .results,
.program-search .results {
  position: relative;
  min-height: 300px;
  padding-bottom: 50px;
}
#non-certs .results #total_programs,
.program-search .results #total_programs {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal !important;
  margin: 24px 0;
  font-size: 30px;
}
#non-certs .results .loading,
.program-search .results .loading {
  display: none;
  width: 55px;
  margin: 10px auto;
}
#non-certs .results .pages,
.program-search .results .pages {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
#non-certs .results #results-table,
.program-search .results #results-table {
  border-spacing: 0;
  border-collapse: inherit !important;
}
@media (max-width: 767px) {
  #non-certs .results #results-table,
.program-search .results #results-table {
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #non-certs .results #results-table tr,
.program-search .results #results-table tr {
    display: block !important;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 767px) {
  #non-certs .results #results-table thead,
.program-search .results #results-table thead {
    display: block !important;
    width: 100%;
  }
}
#non-certs .results #results-table thead tr th,
.program-search .results #results-table thead tr th {
  font-family: "Source Sans Pro", sans-serif;
  background: #406B8C;
  border: solid 3px #fff;
  border-bottom-width: 6px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
#non-certs .results #results-table thead tr th:first-child,
.program-search .results #results-table thead tr th:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  #non-certs .results #results-table thead tr th:first-child,
.program-search .results #results-table thead tr th:first-child {
    width: 210px;
  }
}
@media (min-width: 768px) {
  #non-certs .results #results-table thead tr th:nth-child(2),
.program-search .results #results-table thead tr th:nth-child(2) {
    width: 145px;
  }
}
#non-certs .results #results-table thead tr th:last-child,
.program-search .results #results-table thead tr th:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  #non-certs .results #results-table thead tr th:nth-child(2),
.program-search .results #results-table thead tr th:nth-child(2) {
    border-right: none;
  }
}
#non-certs .results #results-table thead tr th .sort,
.program-search .results #results-table thead tr th .sort {
  color: #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  font-style: normal;
}
#non-certs .results #results-table thead tr th .sort img,
.program-search .results #results-table thead tr th .sort img {
  margin-top: -3px;
  width: 24px;
  height: 24px;
}
#non-certs .results #results-table thead tr th .sort.desc img,
.program-search .results #results-table thead tr th .sort.desc img {
  transform: rotate(-90deg);
}
#non-certs .results #results-table thead tr th .sort.asc img,
.program-search .results #results-table thead tr th .sort.asc img {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #non-certs .results #results-table thead tr th:nth-child(1), #non-certs .results #results-table thead tr th:nth-child(2),
.program-search .results #results-table thead tr th:nth-child(1),
.program-search .results #results-table thead tr th:nth-child(2) {
    display: block;
    float: left;
    width: 50%;
  }
  #non-certs .results #results-table thead tr th:nth-child(3),
.program-search .results #results-table thead tr th:nth-child(3) {
    display: none;
    width: 0;
  }
}
@media (max-width: 767px) {
  #non-certs .results #results-table tbody,
.program-search .results #results-table tbody {
    display: block !important;
    width: 100%;
  }
}
/*#non-certs .results #results-table tbody tr:nth-child(6n+1),*/
.table-row-even,
.program-search .results #results-table tbody tr:nth-child(6n+1) {
  background: #DEE6F2;
}
@media (max-width: 767px) {
  #non-certs .results #results-table tbody tr,
.program-search .results #results-table tbody tr {
    display: block;
    width: 100% !important;
  }
}
#non-certs .results #results-table tbody tr td,
.program-search .results #results-table tbody tr td {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  border: none;
  vertical-align: top;
}
#non-certs .results #results-table tbody tr td:nth-child(2),
.program-search .results #results-table tbody tr td:nth-child(2) {
  vertical-align: middle;
}
@media (max-width: 767px) {
  #non-certs .results #results-table tbody tr td:nth-child(1), #non-certs .results #results-table tbody tr td:nth-child(2),
.program-search .results #results-table tbody tr td:nth-child(1),
.program-search .results #results-table tbody tr td:nth-child(2) {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #non-certs .results #results-table tbody tr td:nth-child(1), #non-certs .results #results-table tbody tr td:nth-child(2),
.program-search .results #results-table tbody tr td:nth-child(1),
.program-search .results #results-table tbody tr td:nth-child(2) {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  #non-certs .results #results-table tbody tr td:nth-child(3),
.program-search .results #results-table tbody tr td:nth-child(3) {
    display: block;
    clear: both;
    width: 100%;
    column-span: 2;
  }
}
@media (max-width: 767px) {
  #non-certs .results #results-table tbody tr td .summary,
.program-search .results #results-table tbody tr td .summary {
    padding: 10px;
    border-top: solid 2px #95B8D9;
    border-bottom: solid 2px #95B8D9;
    margin-bottom: 5px;
  }
}
#non-certs .results #results-table tbody tr td .summary p,
.program-search .results #results-table tbody tr td .summary p {
  font-size: 14px;
}
#non-certs .results #results-table tbody tr td .summary a,
.program-search .results #results-table tbody tr td .summary a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  height: 24px;
  font-size: 14px;
}
#non-certs .results #results-table tbody tr td .summary .collapsing,
#non-certs .results #results-table tbody tr td .summary .collapse,
.program-search .results #results-table tbody tr td .summary .collapsing,
.program-search .results #results-table tbody tr td .summary .collapse {
  overflow: hidden;
  padding-left: 30px;
}
@media (min-width: 768px) {
  #non-certs .results #results-table tbody tr td .summary .collapsing,
#non-certs .results #results-table tbody tr td .summary .collapse,
.program-search .results #results-table tbody tr td .summary .collapsing,
.program-search .results #results-table tbody tr td .summary .collapse {
    display: block;
  }
}
#non-certs .results #results-table tbody tr td .summary .collapsing > p,
#non-certs .results #results-table tbody tr td .summary .collapse > p,
.program-search .results #results-table tbody tr td .summary .collapsing > p,
.program-search .results #results-table tbody tr td .summary .collapse > p {
  margin-top: 5px;
}
#non-certs .results #results-table tbody tr td h5,
.program-search .results #results-table tbody tr td h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: bold !important;
  padding: 0 10px;
}
#non-certs .results #results-table tbody tr td h5 a,
.program-search .results #results-table tbody tr td h5 a {
  color: #4d4d4d;
}
#non-certs .results #results-table tbody tr td .btn.btn-blue-light,
.program-search .results #results-table tbody tr td .btn.btn-blue-light {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
#non-certs .results #results-table tbody tr:nth-child(6n+1) + .extra + .extra td,
#non-certs .results #results-table tbody tr:nth-child(6n+1) + .extra td,
.program-search .results #results-table tbody tr:nth-child(6n+1) + .extra + .extra td,
.program-search .results #results-table tbody tr:nth-child(6n+1) + .extra td {
  background: #DEE6F2;
}
#non-certs .results #results-table tbody tr.extra h5,
.program-search .results #results-table tbody tr.extra h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: bold !important;
  padding: 0 10px;
  margin: 0 0 5px;
}
#non-certs .results #results-table tbody tr.extra p,
.program-search .results #results-table tbody tr.extra p {
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
}
#non-certs .results #results-table tbody tr.extra p strong,
.program-search .results #results-table tbody tr.extra p strong {
  font-weight: normal;
  color: #406B8C;
}
#non-certs .results #results-table tbody tr.extra ul,
.program-search .results #results-table tbody tr.extra ul {
  padding: 0 0 0 10px;
}
#non-certs .results #results-table tbody tr.extra ul li,
.program-search .results #results-table tbody tr.extra ul li {
  text-transform: capitalize;
  font-size: 14px;
  color: #4d4d4d;
}
#non-certs .results #results-table tbody tr.extra td,
.program-search .results #results-table tbody tr.extra td {
  border-top: solid 3px white;
}
/*#non-certs .results #results-table.table-standard tbody tr:nth-child(odd),*/
.table-row-even,
.program-search .results #results-table.table-standard tbody tr:nth-child(odd) {
  background: #DEE6F2;
}
#non-certs .extra-info.citations > td {
  border-top: solid 3px white !important;
}
#non-certs .panel-group,
.program-search .panel-group {
  margin-bottom: 3px;
}
#non-certs .panel-group .panel.panel-search,
.program-search .panel-group .panel.panel-search {
  border: none;
  box-shadow: none !important;
  margin-top: 3px !important;
}
#non-certs .panel-group .panel.panel-search .panel-heading,
.program-search .panel-group .panel.panel-search .panel-heading {
  background: #394861;
  border: none;
  border-radius: 0;
  padding: 25px 13px;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4,
.program-search .panel-group .panel.panel-search .panel-heading h4 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: bold !important;
  color: #fff;
  margin: 0;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a,
.program-search .panel-group .panel.panel-search .panel-heading h4 a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  position: relative;
  height: 14px;
  line-height: 18px;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a > .infobox,
.program-search .panel-group .panel.panel-search .panel-heading h4 a > .infobox {
  position: absolute;
  display: none;
  z-index: 100;
  background: white;
  left: calc(100% + 15px);
  top: -26px;
  width: 320px;
  padding: 10px 10px 0;
  border: solid 1px #666666;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a > .infobox > p,
.program-search .panel-group .panel.panel-search .panel-heading h4 a > .infobox > p {
  text-transform: none !important;
  font-size: 12px !important;
  font-weight: normal !important;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a > .infobox > p > strong,
.program-search .panel-group .panel.panel-search .panel-heading h4 a > .infobox > p > strong {
  font-weight: bold !important;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a:hover .infobox,
.program-search .panel-group .panel.panel-search .panel-heading h4 a:hover .infobox {
  display: block;
}
@media (max-width: 1199px) {
  #non-certs .panel-group .panel.panel-search .panel-heading h4 a,
.program-search .panel-group .panel.panel-search .panel-heading h4 a {
    font-size: 16px;
  }
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a i.info-ico,
.program-search .panel-group .panel.panel-search .panel-heading h4 a i.info-ico {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
}
#non-certs .panel-group .panel.panel-search .panel-heading h4 a i.fa:last-child,
.program-search .panel-group .panel.panel-search .panel-heading h4 a i.fa:last-child {
  float: right;
  background-color: transparent;
  margin: 0;
  width: 20px;
  height: 20px;
  background-size: 28px;
  overflow: auto;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body {
  background: #EFEFEF;
  border: none !important;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree {
  list-style: none;
  padding: 0;
  margin: 0;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree li,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree li:before,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree li:before {
  content: none;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li {
  padding: 10px 0;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5 a,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5 a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  outline: none;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5 a i,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5 a i {
  color: #406B8C;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5.factor,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li h5.factor {
  font-weight: bold !important;
  margin: 10px 0 5px 0px;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label {
  display: block;
  margin: 10px 0;
  font-weight: normal;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label input,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label input {
  float: left;
}
#non-certs .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label span,
.program-search .panel-group .panel.panel-search .panel-collapse .panel-body ul.tree > li label span {
  display: block;
  float: left;
  max-width: 285px;
  font-size: 14px;
  margin: 0 0 0 5px;
}
#non-certs .panel-group .panel.panel-search:nth-child(2) .panel-heading,
.program-search .panel-group .panel.panel-search:nth-child(2) .panel-heading {
  background: #406B8C;
}
#non-certs .panel-group .panel.panel-search:nth-child(3) .panel-heading,
.program-search .panel-group .panel.panel-search:nth-child(3) .panel-heading {
  background: #95B8D9;
}
#non-certs .panel-group .panel.panel-search:nth-child(3) .panel-heading h4,
.program-search .panel-group .panel.panel-search:nth-child(3) .panel-heading h4 {
  color: #333;
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading {
  position: relative;
  background: #AF9439;
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading h4,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading h4 {
  color: #333;
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop-button,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop-button {
  display: inline-block;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop {
  display: none;
  width: 320px;
  position: absolute;
  right: -325px;
  top: 0;
  background: #EFEFEF;
  padding: 20px 15px;
  z-index: 99999999999;
  font-size: 12px;
  border: solid 1px #666666;
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop p,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop p {
  font-size: 12px;
}
#non-certs .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop .info-pop-close,
.program-search .panel-group .panel.panel-search:nth-child(4) .panel-heading .info-pop .info-pop-close {
  text-decoration: none;
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  color: #333;
  background: #EFEFEF;
  font-size: 24px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#non-certs #clear-search,
.program-search #clear-search {
  display: block;
  width: 100%;
  overflow: hidden;
  float: none;
  height: 0;
  background: #DEE6F2;
  margin: 0;
  border-radius: 0;
  border-bottom: none !important;
  transition: 0.25s;
  padding: 0;
  box-shadow: none;
  opacity: 0 !important;
}
#non-certs #clear-search.isOpen,
.program-search #clear-search.isOpen {
  height: 40px;
  padding: 5px;
  color: white;
  font-weight: bold;
  background: rgba(64, 107, 140, 0.8);
  box-shadow: inset 0 -2px 8px -3px rgba(57, 72, 97, 0.6);
  border-bottom: solid 1px rgba(0, 0, 0, 0.01) !important;
  opacity: 1 !important;
}
#non-certs .search-box,
.program-search .search-box {
  background: #DEE6F2;
  padding: 25px 25px 25px 15px;
  display: flex;
  font-size: 16px;
  font-weight: normal !important;
  margin-bottom: 30px;
  margin-top: 25px;
}
#non-certs .search-box div,
.program-search .search-box div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#non-certs .search-box div:nth-child(1),
.program-search .search-box div:nth-child(1) {
  flex: 0 1 130px;
}
#non-certs .search-box div:nth-child(2),
.program-search .search-box div:nth-child(2) {
  flex: 1 1 auto;
}
#non-certs .search-box div:nth-child(2) input,
.program-search .search-box div:nth-child(2) input {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
}
#non-certs .search-box div:nth-child(3),
.program-search .search-box div:nth-child(3) {
  flex: 0 1 40px;
}
#non-certs .search-box div:nth-child(3) .btn,
.program-search .search-box div:nth-child(3) .btn {
  border: none;
  border-radius: 0;
  background: #406B8C;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  height: 34px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#non-certs h3.rating > span {
  font-size: 14px;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
#non-certs ul {
  padding: 0 0 15px;
}
#non-certs p:empty {
  display: none;
}
#non-certs .letters-nav {
  display: flex;
  padding: 20px;
  background: #E0EAF3;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #non-certs .letters-nav {
    display: block;
    text-align: center;
  }
}
#non-certs .letters-nav .per_page {
  display: block;
  flex: 0 250px;
  text-align: right;
}
#non-certs .letters-nav .per_page label {
  display: inline-block;
}
#non-certs .letters-nav .per_page select {
  display: inline-block;
  width: 100px;
}
#non-certs .letters-nav .search {
  flex: 1 auto;
}
#non-certs .letters-nav .search .form-group label {
  font-weight: normal;
  font-size: 18px;
  margin: 0 10px 0;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}
#non-certs .letters-nav .search .form-group .input-group input {
  height: 36px;
  box-shadow: none;
  border-radius: 0;
}
#non-certs .letters-nav .search .form-group .input-group .btn {
  border-radius: 0;
  padding: 1px 12px 0;
  width: auto;
  height: 36px;
  line-height: 36px;
}
#non-certs .letters-nav .search .form-group .input-group .btn i.fa {
  font-size: 16px;
}
#non-certs #results .table td * {
  font-size: 14px;
}
#non-certs #results .table strong {
  color: #4d4d4d;
}
#non-certs #results .table strong > a {
  font-style: normal;
  color: #4d4d4d;
}
#non-certs #results .table .btn.btn-blue {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding: 7px;
  display: block;
  max-width: 120px;
  margin: 10px auto;
}
#non-certs #results .table .btn.btn-blue:hover {
  text-decoration: none;
}

p.other-reasons {
  margin: 0;
}

p.other-reasons + ul.other-reasons-list {
  padding: 0 0 0 15px;
  margin: 0;
}

.home {
  background-color: white;
}

.model-plus-container {
  margin-top: 7rem;
}

@media screen and (min-width: 768px) {
  .model-container .criteria-seal.model {
    position: relative;
    bottom: 2rem;
  }
}
.number-circle {
  float: left;
  padding: 2px 10px 0;
  background: #406B8C;
  color: white;
  border-radius: 50%;
  height: 26px;
  margin: 0 6px 0 0;
}

td.mcnDividerBlockInner {
  display: none;
}

td.mcnTextBlockInner {
  padding: 0 !important;
}

article td {
  padding: 0 10px !important;
}

td.mcnFollowIconContent {
  padding: 8px !important;
  width: 45px !important;
}

.panel-group.panel-group-details .panel .panel-body p {
  font-size: 16px;
}

.home .side-right ul li {
  text-align: left !important;
  width: 250px;
  margin: auto;
  color: white;
}

/* 08/16/18 CSS Updates written in Wordpress */
/*removes banner from search example pages */
.page-id-1094 .banner, .page-id-1115 .banner {
  display: none;
}

/*search sample page styles */
.page-id-1094 h1, .page-id-1094 h2, .page-id-1115 h1, .page-id-1115 h2 {
  text-align: center;
}

.search-sample-section {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 12rem;
}

.search-sample-section img {
  -webkit-box-shadow: 0px 0px 33px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 33px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 33px -6px rgba(0, 0, 0, 0.75);
  -webkit-clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
  clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
}

.search-sample-section .sample-section-number {
  text-align: center;
  background: #394861;
  color: white;
  display: flex;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  max-width: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-right: 0;
  margin-left: auto;
}

.search-sample-section span.highlight, .page-id-1115 .highlight, .page-id-1094 .highlight {
  color: #394861;
  font-weight: 500;
}

.image-example-container {
  height: 375px;
  max-width: 420px;
}

p.example-program-amount {
  font-size: 1.8em;
  text-align: center;
  margin: 1rem 0;
  color: #394861;
  font-weight: 700;
}

p.example-program-amount:before {
  content: "= ";
}

/* 08/17/18 CSS Updates written in Wordpress */
/* FAQ Addition */
.panel-group.panel-group-faq .panel-heading h4 a {
  font-style: inherit;
}

/* Additional Home page styles */
.home .side-right ul li {
  margin-left: 0;
}

/* Program Search Fact Sheet Styles */
.programs .program-section .tabs .tab-content {
  padding: 15px 0;
}

/*-------- panel 1 ---------1*/
.programs .program-section .tabs .nav-tabs.nav-justified > li > a {
  background: #394861;
}

@media screen and (min-width: 768px) {
  .programs .program-section .tabs .nav-tabs.nav-justified > li.active > a:after {
    content: "▼";
    color: #394861;
    position: absolute;
    left: 52%;
    top: 37px;
  }
}
.program-section .tabs .tab-pane:nth-child(1) {
  background: rgba(57, 72, 97, 0.1);
  padding: 15px;
}

/*----------------------------*/
/*-------- panel 2 ----------*/
.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(2) > a {
  background: #406B8C;
}

.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(2).active > a:after {
  color: #406B8C;
}

.program-section .tabs .tab-pane:nth-child(2) {
  background: rgba(103, 153, 200, 0.1);
  padding: 15px;
}

/*----------------------------*/
/*-------- panel 3 ----------*/
.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(3) > a {
  background: #95B8D9;
}

.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(3).active > a:after {
  color: #95B8D9;
}

.program-section .tabs .tab-pane:nth-child(3) {
  background: rgba(149, 184, 217, 0.1);
  padding: 15px;
}

/*----------------------------*/
/*-------- panel 4 ----------*/
.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(4) > a {
  background: #AF9439;
}

.programs .program-section .tabs .nav-tabs.nav-justified > li:nth-child(4).active > a:after {
  color: #AF9439;
}

.program-section .tab-pane:nth-child(4) a {
  color: #394861 !important;
}

.program-section .tabs .tab-pane:nth-child(4) {
  background: rgba(175, 148, 57, 0.1);
  padding: 15px;
}

@page {
  size: auto;
  margin: 10pt 15pt;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    font-family: sans-serif !important;
    -webkit-transition: none !important;
    transition: none !important;
    text-align: left !important;
  }

  .text-center {
    text-align: left !important;
  }

  body {
    overflow: visible !important;
  }
  body div[aria-expanded=false],
body a[aria-expanded=false],
body .badge-section,
body footer,
body .collapse,
body .banner {
    display: none !important;
    height: 0 !important;
  }
  body div[aria-expanded=true],
body .collapse.in {
    display: block !important;
    height: auto !important;
  }
  body .container {
    width: 100% !important;
    display: block !important;
  }
  body table {
    overflow: visible !important;
  }
  body table thead tr th {
    padding: 0 !important;
    text-align: left !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 12px !important;
  }
  body table thead tr th span {
    padding: 0 !important;
  }
  body table tbody tr {
    border: solid 1px #555 !important;
  }
  body table tbody tr td {
    vertical-align: top !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 12px !important;
  }
  body table tbody tr td h5 {
    margin: 0 !important;
    padding: 7px 0 !important;
    font-size: 12px !important;
  }
  body table tbody tr td h5 a {
    font-size: 12px !important;
    padding: 0 !important;
  }
  body table tbody tr td .summary {
    padding: 0 !important;
    margin: 0 !important;
  }
  body table tbody tr td .summary div {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
  }
  body table tbody tr td p {
    padding: 5px 0 !important;
    font-size: 12px !important;
  }
  body .full-print {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  body .hidden-print {
    width: 0 !important;
    visibility: hidden !important;
    display: none !important;
    float: none !important;
  }
  body .hidden-print * {
    width: 0 !important;
    visibility: hidden !important;
    display: none !important;
    float: none !important;
  }
}
.page-404 {
  padding: 100px 0;
}

/***************TRIO style Adjustments*******************/
/* hiding the Google ReCaptcha badge */
.grecaptcha-badge {
  visibility: collapse !important;
}

/*Top bar styling*/
.topBar {
  background: #394861;
  padding: 5px 0 7px 0;
  color: #CCC;
  font-size: 15px;
  font-family: "callunasemibold";
  text-align: right;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.topBar span {
  position: relative;
  top: 5px;
}

.topBar .textwidget {
  display: inline-block;
  padding: 2px 0 0 0;
  vertical-align: middle;
  font-size: 16px;
}

.topBar .textwidget p {
  margin: 0;
  color: #CCC;
}

.topBar .textwidget p a {
  color: #CCC;
  text-decoration: none;
}

.topBar .textwidget p a:hover {
  color: #c7ad54;
}

.topBar .zoom-social-icons-list {
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}

.topBar .zoom-social-icons-list--with-canvas .socicon,
.topBar .zoom-social-icons-list--with-canvas .dashicons,
.topBar .zoom-social-icons-list--with-canvas .genericon,
.topBar .zoom-social-icons-list--with-canvas .fa {
  color: #394861;
}

.topBar .zoom-social-icons-list--with-canvas .socicon:hover,
.topBar .zoom-social-icons-list--with-canvas .dashicons:hover,
.topBar .zoom-social-icons-list--with-canvas .genericon:hover,
.topBar .zoom-social-icons-list--with-canvas .fa:hover {
  color: #FFF;
}

.topBar form {
  vertical-align: middle;
  margin: 0 0 5px 15px;
  padding: 0;
  display: inline-block;
  width: 330px;
}

.topBar form .mc4wp-form-fields {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.topBar form input[type=submit], .topBar form button,
.topBar form input[type=email], .topBar form input[type=text] {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
}

.topBar form input[type=submit], .topBar form button {
  min-width: 100px;
  float: left;
  color: #fff;
  border: none;
  background: #406B8C;
  margin: 0;
}

.topBar form input[type=email] {
  width: 200px;
  margin: 0 10px 0 0;
  float: left;
  line-height: 45px;
  padding: 10px 11px;
  background: #616E81;
  border: none;
  color: #F1F1F1;
}

.topBar form input[type=email]::-webkit-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-family: sans-serif;
}

.topBar form input[type=email]:-ms-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-family: sans-serif;
}

.topBar form input[type=email]::-ms-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-family: sans-serif;
}

.topBar form input[type=email]::placeholder {
  color: #CCC;
  font-style: italic;
  font-family: sans-serif;
}

@media (max-width: 990px) {
  .topBar {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .topBar {
    padding-bottom: 10px;
    text-align: center;
  }

  .topBar .text-widget {
    display: block;
    width: 100%;
  }

  .topBar .textwidget span, .topBar .zoom-social-icons-list {
    display: none;
  }
}
/*END Top bar styling*/
/*Home page banner styling*/
.banner h1 {
  font-size: 65px;
  font-weight: normal;
  color: #fff;
  font-family: "callunasemibold";
}

.home_page_topbanner_blue_txt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: -50px;
}

@media (max-width: 991px) {
  .banner h1 {
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    font-family: "callunasemibold";
  }

  .home_page_topbanner_blue_txt {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #406B8C;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -50px;
  }
}
@media (max-width: 600px) {
  .banner h1 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    font-family: "callunasemibold";
  }

  .home_page_topbanner_blue_txt {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #406B8C;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -20px;
  }
}
/*END Home page banner styling*/
/*home page to paragraph image styling*/
.home_top_para_img {
  position: relative;
  float: left;
  padding-right: 20px !important;
}

/*END home page to paragraph image styling*/
/*news and newsletter post styling*/
.single-post .content-area {
  margin-left: 370px;
  margin-right: 370px;
  min-height: 52vh;
}

@media screen and (max-width: 1349px) {
  .single-post .content-area {
    margin-left: 150px;
    margin-right: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .single-post .content-area {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.entry-footer {
  display: none !important;
}

.nav-links {
  display: none;
}

/*END news and newsletter post styling*/

/** Styles for non certified citations */
.citations-data > p {
  margin-bottom: 10px;
}
#non-certs .citations-data ul {
  padding-bottom: 0;
}
.citations-data ul div,
.citations-data ul p {
  display: inline;
}
.citations-data div p {
  padding: 0;
  margin: 0;
}
/** Simple animation that rotates. */
@keyframes theme-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* A circle with a border that rotates like a spinner animation. */
.theme-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #406B8C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: theme-rotate 2s linear infinite;
  margin: 0 auto;
  margin-top: 20px;
}
/***************END TRIO style Adjustments*******************/

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