/* ONLY USE THIS FILE FOR ADDING ADDITIONAL PARTIAL SASS FILES, NOT FOR YOUR CUSTOM CSS. INSTEAD,
	 USE THE "_pages.scss" FILE LOCATED IN THE '/sass/theme' FOLDER.
	 
	 THIS THEME WAS BUILT ON THE Zurb Foundation BASE THEME. IT IS VERY POWERFUL AND HAS A LOT OF 
	 GOODIES BUILT IN. YOU CAN SEE WHICH ONES ARE ENABLED, BELOW. IF YOU WANT TO ENABLE THE CSS FOR
	 A DIFFERENT FEATURE, UN-COMMENT. YOU'LL NEED TO MAKE SURE TO ADD ANY JS CALLBACKS IN THE 
	 'All pages javascript (foundation plugins)' BLOCK, LOCATED IN THE 'Body JS' REGION IN THE
	 BLOCKS ADMIN PAGE.
	 
	 THE ZURB FOUNDATION (v5) DOCUMENTS ARE INVALUABLE, PLEASE MAKE SURE YOU REFER TO THEM FOR ALL THE
	 COOL THINGS THAT YOU CAN DO WITHIN THE CONTENT AREA OF YOUR SITE.
	 
	 http://foundation.zurb.com/sites/docs/v/5.5.3/
	 
*/
/* NORMALIZE */
/* GRID */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800|Montserrat:400,700);
meta.foundation-version {
  font-family: "/5.5.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 48em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48.063em) and (max-width:60em)/";
  width: 48.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:60.063em)/";
  width: 60.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:60.063em) and (max-width:75em)/";
  width: 60.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75.063em)/";
  width: 75.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:75.063em) and (max-width:120em)/";
  width: 75.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }
.node-online-program{
    background-color: #f3f3f3;
}
body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 48.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 60.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/*/ DRUPAL */
.admin-menu .fixed {
  top: 1.8125rem; }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

@media only screen and (min-width: 90.063em) {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-1::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-1 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-1 > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-1::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-1 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-1 > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-2::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-2 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-2 > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-2::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-2 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-2 > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-3::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-3 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-3 > li {
      width: 33.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-3::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-3 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-3 > li {
      width: 33.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-4::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-4 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-4 > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-4::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-4 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-4 > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-5::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-5 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-5 > li {
      width: 20%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-5::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-5 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-5 > li {
      width: 20%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-6::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-6 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-6 > li {
      width: 16.66667%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-6::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-6 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-6 > li {
      width: 16.66667%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-7::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-7 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-7 > li {
      width: 14.28571%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-7::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-7 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-7 > li {
      width: 14.28571%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-8::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-8 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-8 > li {
      width: 12.5%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-8::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-8 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-8 > li {
      width: 12.5%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-9::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-9 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-9 > li {
      width: 11.11111%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-9::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-9 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-9 > li {
      width: 11.11111%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-10::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-10 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-10 > li {
      width: 10%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-10::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-10 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-10 > li {
      width: 10%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-11::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-11 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-11 > li {
      width: 9.09091%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-11::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-11 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-11 > li {
      width: 9.09091%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-12::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-12 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-12 > li {
      width: 8.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-12::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-12 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-12 > li {
      width: 8.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

html {
  font-size: 100%; }

body {
  color: #333333;
  font-family: "Open Sans", Verdana, sans-serif; }
  @media only screen and (max-width: 979px) {
    body {
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    body {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    body {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem; } }

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

h1, h2, h3 {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1em; }

h4, h5, h6 {
  font-family: "Open Sans", Verdana, sans-serif;
  line-height: 1.25em; }

h6 {
  line-height: 1.5em; }

@media only screen and (max-width: 979px) {
  h1 {
    font-size: 44px;
    font-size: 2.75em;
    font-size: 2.75rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    font-size: 3.125em;
    font-size: 3.125rem; } }

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 56px;
    font-size: 3.5em;
    font-size: 3.5rem; } }

h1#page-title {
  margin: 0 0 .5em 0; }
  h1#page-title.hide {
    display: none; }
  h1#page-title.adjust {
    margin: 10px;
    padding: 0 10px; }
    @media only screen and (max-width: 769px) {
      h1#page-title.adjust {
        margin: 5px;
        padding: 0 5px; } }
    @media only screen and (min-width: 770px) and (max-width: 979px) {
      h1#page-title.adjust {
        width: 740px;
        margin: 50px auto 0 auto; } }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      h1#page-title.adjust {
        width: 960px;
        margin: 50px auto 0 auto; } }
    @media only screen and (min-width: 1200px) {
      h1#page-title.adjust {
        width: 1180px;
        margin: 50px auto 0 auto; } }

h2 {
  margin-top: 1em; }
  @media only screen and (max-width: 979px) {
    h2 {
      font-size: 36px;
      font-size: 2.25em;
      font-size: 2.25rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h2 {
      font-size: 42px;
      font-size: 2.625em;
      font-size: 2.625rem; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 46px;
      font-size: 2.875em;
      font-size: 2.875rem; } }
h2.top-heading{
      margin-top:0;
  }
  
h3 {
  margin-top: 1em;
  margin-bottom: .75em; }
  @media only screen and (max-width: 979px) {
    h3 {
      font-size: 26px;
      font-size: 1.625em;
      font-size: 1.625rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h3 {
      font-size: 32px;
      font-size: 2em;
      font-size: 2rem; } }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 38px;
      font-size: 2.375em;
      font-size: 2.375rem; } }
  h3.solo {
    margin-bottom: .15em; }
  h3.paired {
    margin-bottom: .5em; }

@media only screen and (max-width: 979px) {
  h4 {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h4 {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem; } }

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem; } }

@media only screen and (max-width: 979px) {
  h5 {
    font-size: 15px;
    font-size: 0.9375em;
    font-size: 0.9375rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h5 {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem; } }

@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem; } }

h6 {
  text-transform: uppercase; }
  @media only screen and (max-width: 979px) {
    h6 {
      font-size: 13px;
      font-size: 0.8125em;
      font-size: 0.8125rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h6 {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    h6 {
      font-size: 17px;
      font-size: 1.0625em;
      font-size: 1.0625rem; } }

a, a:link, a:active, a:visited {
  color: #00853e; }
  
a:hover, a:link:hover, a:active:hover, a:visited:hover {
    color: #111111; }

.action-links a, a:link, a:active, a:visited {
  color: #00853e; }
  
.action-links a:hover, a:link:hover, a:active:hover, a:visited:hover {
    color: #00853e; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #00853e;
  text-decoration: none; }

a:hover {
  color: #111111; }
  a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    text-decoration: underline; }
/***********BUTTONS*************************/
.button:not(.action-links) {
    color:#ffffff!important;
}
/*******************************************/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #00853e;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #111111;
    text-decoration: underline; }

p, li, blockquote {
  font-family: "Open Sans", Verdana, sans-serif; }
  @media only screen and (max-width: 979px) {
    p, li, blockquote {
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    p, li, blockquote {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    p, li, blockquote {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem; } }
  p a, li a, blockquote a {
    color: #00853e;
    text-decoration: underline; }
    p a:hover, li a:hover, blockquote a:hover {
      color: #111111;
      text-decoration: underline; }

p {
  line-height: 1.75em;
  font-family: "Open Sans", Verdana, sans-serif; }

ul, ol {
  margin: .75em 0 1.5rem 1.5em;
  margin: .75rem 0 1.5rem 1.5rem; }
  ul li, ol li {
    line-height: 1.5em;
    margin-bottom: .75em; }
  @media only screen and (max-width: 979px) {
    ul.partial-list, ol.partial-list {
      margin-top: -1.15em; } }

.notes {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
  line-height: 1.35em; }
  @media only screen and (max-width: 769px) {
    .notes {
      font-size: 9px;
      font-size: 0.5625em;
      font-size: 0.5625rem; } }

.title {
  margin-top: 0; }

.alert-box ul {
  font-size: 1em;
  margin-bottom: 0; }

div#programStats {
  background-color: #2B2B2B; }

div#programBody {
  background-color: #F3F3F3; }

div#programBody .body.field {
  margin-top: 40px; }



div#programHeader {
  background-color: green; }


.card-title {
  padding: 5px;
  position: relative;
  bottom: 26px;
  background-color: #006a31;
  max-width: 350px;
  font-size: 15px;
  color: white;
  border-radius: 0px 0px 15px 15px;
  padding-left: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.unt-online-programs .views-row {
  margin-left: -16px; }

.card-title a :active {
  color: #ffffff; }

.card-title a:visited {
  color: #ffffff; }

.body .field a:visited {
  color: #00853e; }
  
.body .field a:active{
  color: #00853e; }

.field-name-field-section-panel p a {
    color:#00853e!important;
    text-decoration: underline;
}
.field-name-field-section-panel p a :active {
    color:#00853e!important;
    text-decoration: underline;
}
.field-name-field-section-panel p a :hover {
    color: #111111!important;
    text-decoration: underline;
}
.field-name-field-section-panel p a :visited {
    color: #00853e!important;
    text-decoration: underline;
}

.card-title a :hover {
  color: white !important;
  border-radius: 0px 0px 15px 15px; }

.info-degree {
  position: absolute;
  font-size: 12px;
  top: 164px;
  right: 10px;
  background-color: #343434;
  text-align: right;
  float: right;
  border-radius: 15px 0px 0px 0px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  color: white; }

a:active {
  color: white; }

.card-title a:link {
  text-decoration: none;
  font-weight: 600;
  color: white; }

.card-title a:hover {
  color: white;
  text-decoration: underline; }


.image-card img {
  opacity: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.image-card img:hover {
  opacity: 0.5;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35); }

h2.program-title {
  font-family: Montserrat;
  font-weight: 400;
  margin-top: 20px;
  font-size: 3em; }

p.program-subtitle {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 2em; }

div#program-header {
  padding: 0;
  background-color: #00853e; }

div#program-stats {
  padding: 0;
  background-color: #2B2B2B; }

.program-stat {
  margin: 0 auto;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; }

.stat-offset {
  margin-left: 5.8%; }

.stat-1 {
  background-color: #497E70; }

.stat-2 {
  background-color: #976E1A; }

.stat-3 {
  background-color: #B14D18; }

.stat-4 {
  background-color: #35596f; }

.stat-5 {
  background-color: #4D821B; }

.program-stat-value {
  padding: 36% 0;
  font-size: 30px;
  font-weight: 600;

  display:inline-block;
    line-height: 1em;
    justify-content: center;
}

.program-stat-value div{
    display:inherit;
}

.program-stat-value-comment{
	font-size: .6em;
}
.program-stat-value-comment div{
    display: inherit;
}

.program-stat-value .taxonomy-term-reference-0 {
  padding: 32% 0;
  font-size: 30px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
}
.program-stat-value ul.links li{
  padding-right: 0em;
}
.field-name-field-tuition-custom-label {
  line-height: 1.5rem;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

.program-stat-label {
  line-height: 1.5rem;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }
select#edit-field-program-type-tid {
  height: auto;
  font-size: 0.8em;
  font-family: "Montserrat";
  border-radius: 5px; }

select#edit-field-degree-type-tid {
  height: auto;
  font-size: 0.8em;
  font-family: "Montserrat";
  border-radius: 5px; }

select#edit-field-interest-category-tid {
  height: auto;
  font-size: 1em;
  font-family: "Montserrat";
  border-radius: 5px; }

input#edit-combine {
  height: auto;
  font-size: 0.8em;
  font-family: "Montserrat";
  border-radius: 5px;
  width: 185px; }

button#edit-submit-programs-page-view,
button#edit-reset {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  border-radius: 5px; }
  
button#edit-submit-programs-block-view {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  border-radius: 5px
}

@media only screen and (max-width: 980px) and (min-width: 770px) {
  .program-stat {
    margin-left: 10%; }
  .program-stat-label {
    margin-left: 10%; } }

@media only screen and (max-width: 769px) {
  .program-stat {
    margin-left: 1%; }
  .program-stat-label {
    margin-left: 1%; } }

@media only screen and (max-width: 613px) {
  .card-title {
    width: 260px; }
  .image-card img {
    width: 260px; }
  .info-degree {
    top: 113px; } 
  .col{
      padding-bottom:1px;
  }
  .mix_item.mix{
      height:170px!important;
  }
  .applynow-box .mix_item.mix{
      height:200px!important;
  }
}

.aop-icon::before {
  content: "\f0e7";
  font-family: "FontAwesome";
  color: #fff; }

.aop-icon-dark::before {
  content: "\f0e7";
  font-family: "FontAwesome";
  color: #000; }

  .aop{
      width:21px;
      height: 25px;
  }
  .aop .option-icon{
      height: .955em;
      box-shadow: none;
      border-radius: 0;
      margin-bottom: .07em;
  }
  .aop .option-icon:hover{
      opacity:1;
      box-shadow: none;
      border-radius: 0;
  }
select#edit-field-college-tid {
  height: auto;
  font-size: 0.8em;
  font-family: "Montserrat";
  border-radius: 5px; }

.unt-online-programs .view-header {
  background-color: #006a31;
  padding: 1em;
  color: white;
  /* width: 100%; */
  /* padding-left: 15px; */
  border-radius: 5px;
  -webkit-box-shadow: 6 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset; }

.unt-online-programs .view-filters {
  background-color: #343434;
  padding: 0.2em;
  margin-left: 0em;
  border-radius: 5px;
  -webkit-box-shadow: 6 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-top-left-radius: unset;
  border-top-right-radius: unset; }

.unt-online-programs .view-content {
  margin-left: 2em; }

.unt-online-programs .view-filters form {
  margin-left: 1em; }

@media only screen and (max-width: 321px) {
  .unt-online-programs .view-content {
    margin-left: 1em; } }

.views-view-filters {
  /*   position: -webkit-sticky; Safari*/
  position: fixed;
  margin-left: auto;
  padding-left: 0;
  padding-top: 0;
  margin-right: auto;
  padding-bottom: 0;
  /* max-width: 1100px; */
  /* width: 100%; */
  z-index: 1;
  border-radius: 5px;
  text-align: center; }

.program-footnote {
  font-style: italic;
  font-size: 13px; }

main.row {
  padding-top: 50px; }

#mobile-app {
  display: none; }

.section-panel {
  padding: 1em 0em 0em 0em;
background-color:#f3f3f3;}
  @media only screen and (max-width: 769px) {
    .section-panel {
      padding: 2em 0; } }

.section-last {
  padding: 0 0 3em 0; }
  @media only screen and (max-width: 769px) {
    .section-last {
      padding: 0 0 2em 0; } }

.insetBorder {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px; }
  .insetBorder.white {
    outline-color: rgba(255, 255, 255, 0.5); }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-container .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block;
    margin: 0 0 0 1px; }

.alert-box a {
  color: #fff;
  text-decoration: none; }

.reveal-modal-bg {
  height: 100%; }

.reveal-modal, dialog {
  z-index: 1005; }

ul.accordion {
  margin-left: 0px; }


/*UNT STATS SECTION*/

.key-numbers {
  position: relative;
  border-radius:5px;
  display: grid;
  grid-gap: 1rem;
  background-image: url("/sites/default/files/trianglepattern_no4.png");
  background-color:#006a31;
}
@media only screen and (max-width: 599px) {
  .key-numbers {
    -ms-grid-columns: calc(75%);
    grid-template-columns: calc(75%);
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 600px) {
  .key-numbers {
    -ms-grid-columns: calc(75%);
    grid-template-columns: calc(75%);

  }
}
@media only screen and (min-width: 600px) {
  .key-numbers {
    -ms-grid-columns: calc(33% - 1rem) 1rem calc(33% - 1rem) 1rem calc(33% - 1rem);
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
.key-numbers .key-number {
  text-align: center;
  color: #fff;
}
.key-numbers .key-number .key-number-label {
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}
@media only screen and (max-width: 599px) {
  .key-numbers .key-number {
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .key-numbers .key-number {
    margin-bottom: 0rem;
  }
}
.key-numbers .key-number p {
  color: #002a14;
  display: block;
}
@media only screen and (max-width: 599px) {
  .key-numbers .key-number p {
    font-size: 1.5em;
    margin: 0 0 1.5rem;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 600px) {
  .key-numbers .key-number p {
    font-size: 1.5em;
    margin: 0 0 1.5rem;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 900px) {
  .key-numbers .key-number p {
    font-size: 2em;
    margin: 0 0 2rem;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .key-numbers .key-number p {
    font-size: 2.2em;
    margin: 0 0 2rem;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
.key-numbers .key-number .number {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.65);
}
.key-numbers .key-number .number span {
  font-weight: 600;
  color: #9cce7a;
}
@media only screen and (max-width: 599px) {
  .key-numbers .key-number .number {
    font-size: 1.5em;
    line-height: .5em;
    letter-spacing: -0.1rem;
    margin-bottom: 0rem;
  }
  .key-numbers .key-number .number span {
    font-size: 1.5em;
    margin: 0 3px;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 600px) {
  .key-numbers .key-number .number {
    font-size: 1.6em;
    line-height: .5em;
    letter-spacing: -0.1rem;
    margin-bottom: 0rem;
  }
  .key-numbers .key-number .number span {
    font-size: 1.55em;
    margin: 0 3px;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 900px) {
  .key-numbers .key-number .number {
    font-size: 1.7em;
    line-height: .6em;
    letter-spacing: -0.1rem;
  }
  .key-numbers .key-number .number span {
    font-size: 1.25em;
    margin: 0 3px;
  }
  .ol-stat {
    font-size: 1.5em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .key-numbers .key-number .number {
    font-size: 2.1em;
    line-height: .5em;
    letter-spacing: -0.2rem;
  }
  .key-numbers .key-number .number span {
    font-size: 1.25em;
    margin: 0 3px;
  }
  .ol-stat {
    font-size: 1.5em;
    font-weight: 500;
  }
}
.key-numbers .key-number .number-label {
  color: #ddd;
  font-size: 1em;
  font-weight: 400;
  line-height: .1em;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding: 0 1rem;
}
@media only screen and (max-width: 599px) {
  .key-numbers .key-number .number-label {
    font-size: 1em;
    letter-spacing: 0.06rem;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 600px) {
  .key-numbers .key-number .number-label {
    font-size: 1em;
    letter-spacing: 0.075rem;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 900px) {
  .key-numbers .key-number .number-label {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    margin-bottom: 1em;
  }
  .ol-stat {
    font-size: 1.5em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .key-numbers .key-number .number-label {
    font-size: 1.2em;
    letter-spacing: 0.15rem;
    margin-bottom: 1em;
  }
  .ol-stat {
    font-size: 2em;
    font-weight: 700;
  }
}
.ol-enrollments-icon-dark::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #000;
  font-size: 6em;
  line-height: 1.3em;
}
.ol-courses-icon-dark::before {
  content: "\f109";
  font-family: "FontAwesome";
  color: #000;
  font-size: 6em;
  line-height: 1.3em;
}
.ol-programs-icon-dark::before {
  content: "\f19c";
  font-family: "FontAwesome";
  color: #000;
  font-size: 6em;
  line-height: 1.3em;
}
.ol-enrollments-icon-light::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 4em;
  line-height: 1.3em;
}
.ol-courses-icon-light::before {
  content: "\f109";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 4em;
  line-height: 1.3em;
}
.ol-programs-icon-light::before {
  content: "\f19c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 4em;
  line-height: 1.3em;
}
.bg-trianglify-green-1 {
  background-image: image("/sites/default/files/trianglepattern_no3.png");
}
#node-99 .node-title{
	display:none;
}
	
#node-99 .posted{
	display:none;
}




.tabs .online_programs_tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #00853e;
      color: #fff;
      padding: .3rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      border: solid;
      border-radius: 10px 10px 0px 0px;
      border-bottom: 0px;
      text-decoration: none; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #006a31;
        color: #ffffff;}
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #f3f3f3;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }
  
  
  
  .tabs-content .col{
      padding: 0px 10px 10px 10px;
  }
    .tabs-content .section-panel{
      padding: 15px 10px 0px 10px;
  }
  .tab-content .section-panel .box .row .large-8 .body-field h2{
      padding-top: 0!important;
      margin-top:0!important;
      margin-block-start: 0em!important;
  }
  .tabs-content div#programBody .body.field {
  margin-top: 0px!important; }
  
  .tabs-contentdiv#programBody .body.field h2{
  margin-top: 0px!important; }
  
  .tabs-content .content.active .section-panel .box .row .col.large-8 .body.field h2{
      margin-top: 0px!important;
  }
   .tabs-content .content.active .section-panel .box .row .col.large-8 h2{
      margin-top: 0px!important;
  }
  
  
  
  
  
  
.iframe_title{
      font-size: 1.5em;
      margin: 0 .32em 0 .35em;
      background-color:#00853a;
      color:#fff;
      padding:.4em .5em;
	  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.4);
  }
  
  .inline_radios{
      display: flex;
  }
  
  .inline_radios .form-type-radio{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .inline_radios input{
      margin: 0;
  }
  .rfi-response .title{
      font-size: 1.4em;
      color:#00853a;
  }
  .rfi-response-page{
      background-color: #F3F3F3;
      height: 100%;
  }
  .rfi-response-main{
      padding:0 8px 0 8px!important;
  }
  .rfi-response-main-colums{
    text-align: center;
      display: block;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.4);
  }
      div#hover-icon-display {
          display: none;
      }
    div#hover-icon{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    div#hover-icon:hover div#hover-icon-display {
        display: inline;
        background-color: #00853a;
        color: #ffffff;
        font-size: .8em;
        font-style: italic;
        font-weight: 500;
        width:fit-content;
        padding: 0 .3em 0 .3em;
        text-align: inherit;
    }
    @media only screen and (max-width: 770px) {
        div#hover-icon-display {
          display: inline;
          background-color: #2b2b2b;
          color: #ffffff;
          font-size: .8em;
          font-style: italic;
          font-weight: 500;
        } 
    }
    
    
@media only screen and (max-width: 599px) { 
    .row.medium-uncollapse.large-collapse{
        display: flex;
    }
    .row .split-parent {
        flex-direction: column;
    }
    .small-6.split-section{
        width: 100%;
    }
    .split-image{
        order:1;
    }
    .split-text{
        order:2;
    }
}


@media only screen and (min-width: 600px) { 
     .row.medium-uncollapse.large-collapse{
        display: flex;
    }
    .row .split-parent {
        flex-direction: column;
    }
    .small-6.split-section{
        width: 100%;
    }
    .split-text {
        order:1;
    }
    .split-text{
        order:2;
    }
}


@media only screen and (min-width: 900px) { 
    .row.medium-uncollapse.large-collapse{
        display: flex;
    }
    .row .split-parent {
        flex-direction: row;
    }
        .split-text {
        order:0;
    }
    .split-text{
        order:0;
    }
}


@media only screen and (min-width: 1200px) { 
    .row.medium-uncollapse.large-collapse{
        display: flex;
    }
    .row .split-parent {
        flex-direction: row;
    }
        .split-text {
        order:0;
    }
    .split-text{
        order:0;
    }
}


@media only screen and (min-width: 1800px) { 
    .row.medium-uncollapse.large-collapse{
        display: flex;
    }
    .row .split-parent {
        flex-direction: row;
    }
        .split-text {
        order:0;
    }
    .split-text{
        order:0;
    }
} 


.accordion-image{
    
}
  
@media only screen and (max-width: 599px) { 
	.accordion-image{
		width:100%;
	}
}


@media only screen and (min-width: 600px) { 
	.accordion-image{
		float:right;
		width:300px;
	}

}


@media only screen and (min-width: 900px) { 
	.accordion-image{
		float:right;
		width:300px;
	}

}


@media only screen and (min-width: 1200px) { 
	.accordion-image{
		float:right;
		width:300px;
	}

}


@media only screen and (min-width: 1800px) { 
	.accordion-image{
		float:right;
		width:300px;
	}

}    
/* JPM Support Section */
.jpm-college-assistance-program #support-at-unt {
  background: url("/sites/default/files/mutedhurley.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.jpm-college-assistance-program #support-at-unt h2.title {
  margin-bottom: 4rem;
}
.jpm-college-assistance-program #support-at-unt .icon-wrapper {
  text-align: center;
  background: #00853e;
  margin: auto;
  padding: 2rem 0;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}
.jpm-college-assistance-program #support-at-unt .icon-wrapper:hover {
  background: #72b844;
}
.jpm-college-assistance-program #support-at-unt .icon-wrapper i {
  font-size: 5rem;
  color: #fff;
}
.jpm-college-assistance-program #support-at-unt .text-wrapper {
  width: 75%;
  margin: auto;
}
@media only screen and (min-width: 770px) and (max-width: 979px) {
  .jpm-college-assistance-program #support-at-unt .text-wrapper {
    height: 250px;
  }
}
.jpm-college-assistance-program #support-at-unt .text-wrapper h4 {
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .jpm-college-assistance-program #support-at-unt .text-wrapper h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.jpm-college-assistance-program #support-at-unt .text-wrapper h4 a {
  color: #fff;
}
.jpm-college-assistance-program #support-at-unt .owl-nav {
  text-align: center;
}
.jpm-college-assistance-program #support-at-unt .owl-nav button {
  font: 2.5rem "FontAwesome";
  margin: 0 6px;
}

.views-page .programs #breadcrumbs{
    display:none;
}
body #breadcrumbs{
    display:none!important;
}

/**************************************/
.MBA-HERO-Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  height: 570px;
  background-color: #f3f3f3;
}
.MBA-HERO-Image {
  order: 1;
  background-image: url('/sites/default/files/mba_landing_hero_groupbusinessprofs_597pxh.png');
  background-repeat: no-repeat;
  background-size:cover;
  height: 550px;
  border: 2px;
  border-color: #ff0000;
  width: 60%;
}
.MBA-HERO-RFI {
  order: 1;
  height: 500px;
  width: 40%;
}
.MBA-HERO-FormTitle {
  background-color: #00853e;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  padding: .2em;
}
.MBA-HERO-RFIFrame {}
@media only screen and (max-width: 599px) {
  .MBA-HERO-Container {
    height: 320px;
  }
  .MBA-HERO-Image {
    width: 100%;
    height: 300px;
  }
  .MBA-HERO-RFI {
    display: none;
  }
  .MBA-RFI-Only {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .MBA-HERO-Container {
    height: 320px;
  }
  .MBA-HERO-Image {
    width: 100%;
    height: 300px;
  }
  .MBA-HERO-RFI {
    display: none;
  }
  .MBA-RFI-Only {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .MBA-HERO-Container {
    height: 570px;
  }
  .MBA-HERO-Image {
    width: 50%;
    height: 550px;
  }
  .MBA-HERO-RFI {
    width: 50%;
    display: block;
  }
  .MBA-RFI-Only {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .MBA-HERO-Container {
    height: 570px;
  }
  .MBA-HERO-Image {
    width: 60%;
    height: 550px;
  }
  .MBA-HERO-RFI {
    width: 40%;
    display: block;
  }
  .MBA-RFI-Only {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .MBA-HERO-Container {
    height: 570px;
  }
  .MBA-HERO-Image {
    width: 60%;
    height: 550px;
  }
  .MBA-HERO-RFI {
    width: 40%;
    display: block;
  }
  .MBA-RFI-Only {
    display: none;
  }
}

/* program views accessibility  */
.unt-online-programs .view-filters .description{
    display: none;
}
.unt-online-programs .view-filters label{
    color:#ffffff;
    font-size: 0.7em;
    font-weight: 700;
}
.unt-online-programs .view-filters .views-submit-button{
    margin-top:1em;
}
.unt-online-programs .view-filters .views-reset-button {
    margin-top:1em;
}
.block-views-programs-block-view-block-1 .view-filters .description{
    display: none;
}
.block-views-programs-block-view-block-1 .view-filters label{
    color:#ffffff;
    font-size: 0.7em;
    font-weight: 700;
}
.block-views-programs-block-view-block-1 .view-filters .views-submit-button{
    margin-top:1em;
}
.block-views-programs-block-view-block-1 .view-filters .views-reset-button {
    margin-top:1em;
}

/************************/
.card-apply {
  padding: 5px;
  position: relative;
  bottom: 26px;
  background-color: #00853e;
  max-width: 350px;
  font-size: 1em;
  color: white;
  border-radius: 0px 0px 15px 15px;
  padding-left: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.card-apply a:link {
  text-decoration: none;
  font-weight: 600;
  color: white;
  font-size: 0.8em;}
  
  .card-apply a:active {
  color: #ffffff; }

.card-apply a:visited {
  color: #ffffff; }
  
.card-apply a:hover {
  color: white !important;
  text-decoration: underline!important;
  font-weight:700;
}
  

  
@media only screen and (max-width: 613px) {
  .card-apply {
    width: 260px; }
}  

/***************************/
.card-title-apply {
  padding: 5px;
  position: relative;
  bottom: 26px;
  background-color: #006a31;
  max-width: 350px;
  font-size: 15px;
  color: white;
  border-radius: 0px;
  padding-left: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;}


.card-title-apply a :active {
  color: #ffffff; }

.card-title-apply a:visited {
  color: #ffffff; }
  
.card-title-apply a :hover {
  color: white !important;
  border-radius: 0px 0px 15px 15px; }

  
.card-title-apply a:link {
  text-decoration: none;
  font-weight: 600;
  color: white; }

.card-title-apply a:hover {
  color: white;
  text-decoration: underline; 
  }  
  
@media only screen and (max-width: 613px) {
  .card-title-apply {
    width: 260px; }
}
/*****************************/