@charset "UTF-8";
/*
SASS Framework
**************************************
More information on SASS framework file structure:
 - http://www.sitepoint.com/architecture-sass-project/
 - http://thesassway.com/beginner/how-to-structure-a-sass-project
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?ueff2j");
  src: url("../fonts/icomoon/icomoon.eot?#iefixueff2j") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?ueff2j") format("truetype"), url("../fonts/icomoon/icomoon.woff?ueff2j") format("woff"), url("../fonts/icomoon/icomoon.svg?ueff2j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

/* villanova fonts */
/* header, nav, button fonts - sans serif */
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat/Montserrat-Regular.eot?55281426");
  src: url("../fonts/montserrat/Montserrat-Regular.eot?55281426#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff?55281426") format("woff"), url("../fonts/montserrat/Montserrat-Regular.otf?55281426") format("truetype"), url("../fonts/montserrat/Montserrat-Regular.svg?55281426#montserrrat") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat-light';
  src: url("../fonts/montserrat/Montserrat-Light.eot?55281426");
  src: url("../fonts/montserrat/Montserrat-Light.eot?55281426#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Light.otf?55281426") format("truetype"), url("../fonts/montserrat/Montserrat-Light.svg?55281426#montserrrat") format("svg");
  font-weight: normal;
  font-style: normal; }
/* body font  - serif */
@font-face {
  font-family: "sortsmillgoudy";
  src: url("../fonts/sortsmillgoudy/SortsMillGoudy-Regular.eot?ueff2j");
  src: url("../fonts/sortsmillgoudy/SortsMillGoudy-Regular.eot?#iefixueff2j") format("embedded-opentype"), url("../fonts/sortsmillgoudy/SortsMillGoudy-Regular.ttf?ueff2j") format("truetype"), url("../fonts/sortsmillgoudy/SortsMillGoudy-Regular.woff?ueff2j") format("woff"), url("../fonts/sortsmillgoudy/SortsMillGoudy-Regular.svg?ueff2j#sortsmillgoudy") format("svg");
  font-weight: normal;
  font-style: normal; }
@media print {
  #menu,
  #searchform,
  #marquee,
  div.breadcrumb,
  #sidebar,
  #calltoaction_wrapper,
  #respond_toggle,
  #respond,
  #footer {
    display: none; }

  #content {
    width: 100%; } }
@media screen {
  body {
    background-color: #00c; } }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " "; }
.dl-horizontal dd:after {
  clear: both;
  display: table; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " "; }
  .container:after {
    clear: both;
    display: table; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1030px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " "; }
  .container-fluid:after {
    clear: both;
    display: table; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " "; }
  .row:after {
    clear: both;
    display: table; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both;
    display: table; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " "; }
  .modal-footer:after {
    clear: both;
    display: table; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after {
  content: " "; }
.clearfix:after {
  clear: both;
  display: table; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
body {
  background-color: #eee;
  font-size: 16px;
  font-family: montserrat-light, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: bold; }

h1 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 20px; } }
  @media only screen and (max-width: 399px) {
    h1 {
      font-size: 16px; } }

h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 899px) {
    h2 {
      font-size: 35px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 399px) {
    h2 {
      font-size: 16px; } }

h3 {
  font-size: 20px; }

li {
  list-style: none; }

p {
  color: #000000;
  line-height: 1.8;
  font-family: sortsmillgoudy, Times, serif; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #4184d2; }
  a:hover {
    color: #679ddb; }

@media only screen {
  * {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }

  .caretLink, .intro_nav .heading-3 a, .intro_nav h3 a, .intro_nav li a, .faculty_wrapper .filter li a {
    display: block;
    color: #ffffff;
    text-decoration: none; }
    .caretLink:after, .intro_nav .heading-3 a:after, .intro_nav h3 a:after, .intro_nav li a:after, .faculty_wrapper .filter li a:after {
      content: "\e208";
      font-family: icomoon;
      font-size: 26px;
      float: right;
      padding: 0 10px 0 0; }

  .header_icon:before, .darkblue_bg h3:before, .blue_bg h3.icon:before {
    content: " ";
    width: 70px;
    height: 60px;
    margin-top: -10px;
    float: left;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_sm.png");
    background-position: -256px -281px; }

  .list_dot li, .blue_drop_sm .drop_sm li, .programdetails_wrapper ul li, .faq_wrapper li {
    text-align: left; }
    .list_dot li:before, .blue_drop_sm .drop_sm li:before, .programdetails_wrapper ul li:before, .faq_wrapper li:before {
      content: "\2022";
      font-size: 20px;
      float: left;
      padding: 0 10px 0 20px;
      line-height: 40px; }

  .text_dot li, .blue_drop_sm .drop_sm li, .programdetails_wrapper ul li, .faq_wrapper li {
    padding-left: 30px;
    position: relative; }
    .text_dot li:before, .blue_drop_sm .drop_sm li:before, .programdetails_wrapper ul li:before, .faq_wrapper li:before {
      padding: 0;
      font-size: 20px;
      float: none;
      position: absolute;
      top: -10px;
      left: 0;
      color: #fed141; }

  .white_dot li:before {
    color: #ffffff;
    font-size: 18px; }

  .col_list li {
    margin: 4px 0; }

  .no_list_padding ul {
    padding-left: 0; }
  .no_list_padding li {
    padding-left: 25px; }

  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff; }

  .container {
    padding-top: 60px;
    padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .xs_no_gutter {
    padding: 0; } }

@media only screen {
  .no_gutter {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .desktop_text {
    display: none; } }

@media only screen {
  .mobile_text {
    display: none; } }
  @media only screen and (max-width: 767px) {
    .mobile_text {
      display: block;
      padding: 0 20px; } }
  @media only screen and (max-width: 549px) {
    .mobile_text {
      padding: 0; } }
@media only screen {
    .mobile_text p {
      line-height: 1.4; }

  .source {
    clear: both;
    font-size: 12px;
    color: #9a9289; }
    .source.blue {
      color: #001F5B; }

  .no_section_padding_top {
    padding-top: 0; }

  .no_section_padding_bottom {
    padding-bottom: 0; }

  .no_section_padding {
    padding-top: 0;
    padding-bottom: 0; }

  .small_padding {
    padding-top: 20px;
    padding-bottom: 20px; }

  .small_padding_bottom {
    padding-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .small_padding_bottom_sm {
    padding-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .fullwidth_sm {
    padding-left: 0;
    padding-right: 0; } }
@media only screen {
  .fullwidth_sm .row {
    margin: 0; }
  .fullwidth_sm .col {
    padding: 0; }

  .centered_text {
    text-align: center; }
    .centered_text.white_bg p {
      text-align: center; }

  .title_left h2 {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  .title_center_sm h2 {
    text-align: center; }
  .title_center_sm .mobile_text p {
    text-align: center; } }

@media only screen {
  .btn {
    display: block;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #acb521;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7); }
    .btn:hover {
      background-color: #679ddb; }
    .btn.slashes:before, .btn.slashes:after {
      content: "//";
      letter-spacing: -1px;
      font-size: 16px;
      color: #001f5b;
      margin: 0 12px; }

  .form_mobile {
    display: none; } }
  @media only screen and (max-width: 549px) {
    .form_mobile {
      display: block;
      height: 300px;
      background-color: #d6d6d6;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMDkxNTA2IiB5MT0iMC44NDE1MDYiIHgyPSItMC4wOTE1MDYiIHkyPSIwLjE1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmNiY2JjIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -moz-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
      background-image: -webkit-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
      background-image: -o-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
      background-image: linear-gradient(-60deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%); } }

@media only screen {
  #lp-106 .blue_two_col h4 {
    text-align: left; }

  /*#lp-108 header .program_title {
      width: 598px;
  }*/
  #lp-110 header .program_title {
    width: 486px; }

  #lp-114 #section03 .title_left h2 {
    text-align: center; } }
body.lp-programdetails ul {
  list-style-type: disc; }

body.lp-programdetails li {
  /*list-style: inherit;*/
  padding-left: 12px; }

body.lp-programdetails footer li {
  padding-left: 0; }

body.lp-programdetails footer li {
  list-style: none; }
  @media only screen and (max-width: 549px) {
    body.lp-programdetails footer li:nth-child(-n+5) {
      width: 100%; } }

.more_faculty_details ul {
  padding-left: 0px; }

.more_faculty_details h3, .more_faculty_details h4, .more_faculty_details h5 {
  color: #001F5B !important;
  margin-top: 18px !important;
  margin-bottom: 18px !important; }

.faculty_wrapper .faculty_degree .more_faculty_details {
  font-family: sortsmillgoudy, Times, serif !important; }

.more_faculty_details br {
  display: none; }

#lp-114 .text_over_image p {
  top: 80px; }

.vide-div {
  z-index: 0 !important; }

.desktop-only {
  border-top: 1px dotted #ffffff;
  max-width: 858px;
  clear: both;
  display: block;
  margin-top: 18px;
  margin-left: 78px; }
  @media screen and (max-width: 1199px) {
    .desktop-only {
      display: none; } }

#lp-108 #section07 .col-md-8 p {
  font-size: 14px; }

.lp-faculty .profile.TAX .more_faculty {
  display: inherit; }

.lp-faculty .profile.TAX:first-child .more_faculty {
  display: inherit; }

.lp-faculty .more_faculty_details {
  font-size: 16px; }

.lp-business #section07 .list_dot ul li, .lp-business #section07 .blue_drop_sm .drop_sm ul li, .blue_drop_sm .lp-business #section07 .drop_sm ul li, .lp-business #section07 .programdetails_wrapper ul ul li, .programdetails_wrapper .lp-business #section07 ul ul li, .lp-business #section07 .faq_wrapper ul li {
  list-style-type: disc;
  padding-left: 0px; }

.logo a {
  outline: none !important; }

.logo a img {
  border: 0px !important; }

#lp-108 #section07 h3 {
  max-width: 614px;
  margin-left: auto;
  margin-right: auto; }

#lp-104 .program_title h2 {
  font-size: 34px; }

#lp-106 .program_title h2 {
  font-size: 34px; }

#lp-108 #section10 .desktop_text p {
  font-size: 16px; }

#lp-110 #section01 .accredlinkbox1 {
  background-color: #001F5B;
  padding: 15px 0; }
  #lp-110 #section01 .accredlinkbox1 img {
    margin: auto;
    display: block; }

@media screen and (min-width: 768px) {
  #lp-104 .accreditation .acc .text p {
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    color: #001f5b;
    max-width: 399px;
    font-size: 15px; } }

@media screen and (min-width: 768px) {
  #lp-106 .accreditation .acc .text p {
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    color: #001f5b;
    max-width: 399px;
    font-size: 15px;
    position: relative;
    bottom: 24px; } }

@media screen and (min-width: 768px) {
  #lp-108 .accreditation .acc {
    width: 83.33333%;
    float: none;
    clear: both;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  #lp-108 .accreditation .acc .text p {
    max-width: 424px; } }

@media screen and (min-width: 768px) {
  #lp-110 .accreditation .acc {
    width: 83.33333%;
    float: none;
    clear: both;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  #lp-110 .accreditation .acc .text p {
    max-width: 526px; } }

@media screen and (min-width: 768px) {
  #lp-110 .accreditation .acc.col2 .text p {
    max-width: 526px; } }

@media screen and (min-width: 768px) {
  #lp-112 #section02 .acc {
    border-top: 0px;
    border-right: 1px dotted #ffffff;
    min-height: 375px; } }

@media screen and (min-width: 768px) {
  #lp-112 #section02 .acc.col4 {
    border-right: 0px; } }

@media screen and (min-width: 768px) {
  #lp-112 #section02 .acc .text {
    width: 100%; } }

@media screen and (min-width: 768px) {
  #lp-112 #section02 .acc .img {
    float: none;
    margin: 0 auto; } }

#lp-112 #section02 .acc .text p {
  text-align: center; }

@media screen and (min-width: 768px) {
  #lp-112 #section02 .acc .img {
    width: 55%; } }

@media screen and (min-width: 768px) {
  #lp-114 #section02 .acc {
    border-top: 0px;
    border-right: 1px dotted #ffffff;
    min-height: 360px; } }

@media screen and (min-width: 768px) {
  #lp-114 #section02 .acc.col4 {
    border-right: 0px; } }

@media screen and (min-width: 768px) {
  #lp-114 #section02 .acc .text {
    width: 100%; } }

@media screen and (min-width: 768px) {
  #lp-114 #section02 .acc .img {
    float: none;
    margin: 0 auto;
    max-width: initial;
    width: 70%; }
    #lp-114 #section02 .acc .img img {
      max-width: initial; } }
  @media screen and (min-width: 768px) and (max-width: 930px) {
    #lp-114 #section02 .acc .img {
      width: 75%; } }

#lp-114 #section02 .acc .text p {
  text-align: center; }

.lp-home #section04 .acc2 img {
  float: none;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .lp-home #section04 .acc2 .img {
    float: none;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .lp-home #section04 .acc2 .text {
    width: 100%; } }

.lp-home #section04 .acc2 .text p {
  text-align: center;
  font-size: 12px; }

.lp-home #section04 .acc2.col2 .text p,
.lp-home #section04 .acc2.col3 .text p {
  margin-top: 12px; }

@media screen and (min-width: 1200px) {
  .rankings-mt .acc_row .acc, .rankings-mlt .acc_row .acc {
    border-top: 0px; }
  .rankings-mt .rank-row, .rankings-mlt .rank-row {
    float: left;
    width: 50%;
    border-right: 1px dotted #ffffff;
    display: block;
    margin-bottom: 18px; }
  .rankings-mt .rank-bot-row, .rankings-mlt .rank-bot-row {
    width: 39% !important;
    min-height: 251px; }
  .rankings-mt .rank-4, .rankings-mlt .rank-4 {
    width: 22% !important;
    padding-top: 28px; }
    .rankings-mt .rank-4 .img, .rankings-mlt .rank-4 .img {
      margin-bottom: 24px; }
  .rankings-mt .rank-2, .rankings-mt .rank-5, .rankings-mlt .rank-2, .rankings-mlt .rank-5 {
    border-right: 0px; }
  .rankings-mt .rank-3 .img, .rankings-mlt .rank-3 .img {
    max-height: 81px; }
  .rankings-mt .rank-top-row img, .rankings-mlt .rank-top-row img {
    position: relative;
    top: 18px; }
  .rankings-mt .acc .text, .rankings-mlt .acc .text {
    font-size: 14px !important; }
  .rankings-mt .rank-bot-row .img, .rankings-mlt .rank-bot-row .img {
    display: block;
    width: 100% !important;
    float: none; }
    .rankings-mt .rank-bot-row .img img, .rankings-mlt .rank-bot-row .img img {
      display: block;
      margin: 0 auto; }
  .rankings-mt .rank-bot-row .text, .rankings-mlt .rank-bot-row .text {
    width: 100% !important;
    float: none;
    text-align: center !important; }
    .rankings-mt .rank-bot-row .text p, .rankings-mlt .rank-bot-row .text p {
      text-align: center !important; } }

body.ap-style #content hr {
  width: 100px;
  border-top: 11px solid #ff8200; }
body.ap-style #content .white_bg h2 {
  text-align: center; }
body.ap-style #content .white_bg p iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
body.ap-style #content #section01 p {
  color: #001F5B; }
body.ap-style #content .accred .blue-bar {
  text-align: center;
  padding: 20px 20px 5px; }
  body.ap-style #content .accred .blue-bar h2 {
    margin-bottom: -38px;
    font-size: 110px;
    font-weight: 700;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
    line-height: 1.1; }
    @media only screen and (max-width: 1199px) {
      body.ap-style #content .accred .blue-bar h2 {
        margin-bottom: -34px;
        font-size: 60px;
        font-size: 8.2vw; } }
    @media only screen and (max-width: 767px) {
      body.ap-style #content .accred .blue-bar h2 {
        margin-bottom: -30px;
        font-size: 26px;
        font-size: 8.2vw; } }
    body.ap-style #content .accred .blue-bar h2 span {
      color: #ff8200; }
  body.ap-style #content .accred .blue-bar p {
    font-size: 21px;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: 700;
    font-family: 'montserrat', Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 767px) {
      body.ap-style #content .accred .blue-bar p {
        font-size: 18px; } }
body.ap-style #content .accred .grey-bar {
  text-align: center;
  background-color: #dadada;
  padding: 7px 20px 5px; }
  @media only screen and (max-width: 767px) {
    body.ap-style #content .accred .grey-bar {
      padding: 10px 20px 8px; } }
  body.ap-style #content .accred .grey-bar p {
    color: #001F5B;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      body.ap-style #content .accred .grey-bar p {
        font-size: 20px;
        font-size: 2.55vw; } }
    @media only screen and (max-width: 767px) {
      body.ap-style #content .accred .grey-bar p {
        font-size: 21px; } }
body.ap-style #content .accred .accreditation {
  padding-top: 20px;
  padding-bottom: 30px; }
body.ap-style #content .counter .counter_numbers a:hover, body.ap-style #content .counter .counter_numbers a.active {
  background-color: #ff8200;
  color: #fff; }
body.ap-style #content .counter li .hash, body.ap-style #content .counter li .num {
  color: #ff8200; }
body.ap-style #content .slider_more .sm_col .btn {
  background-color: #ff8200; }
body.ap-style #content .slider_more .sm_col .btn.slashes:before, body.ap-style #content .slider_more .sm_col .btn.slashes:after {
  content: "";
  color: #ff8200; }

header, #header-ap-style {
  height: 705px;
  -webkit-box-shadow: inset 0px 50px 100px 0px rgba(0, 0, 0, 0.75), inset 0px -200px 200px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 50px 100px 0px rgba(0, 0, 0, 0.75), inset 0px -200px 200px 0px rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-repeat: no-repeat; }
  header *, #header-ap-style * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  header .container, #header-ap-style .container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    header, #header-ap-style {
      height: 360px;
      background-position: 0 130px;
      background-size: 100%;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (max-width: 549px) {
    header, #header-ap-style {
      height: 300px; } }
  @media only screen and (max-width: 767px) {
    header .menu_title_row, #header-ap-style .menu_title_row {
      display: none; } }
  @media only screen and (max-width: 767px) {
    header .menu_title, #header-ap-style .menu_title {
      xfloat: right; } }
  @media only screen and (max-width: 767px) {
    header .menu_title, #header-ap-style .menu_title {
      float: none;
      background-color: #001F5B;
      border-bottom: 1px solid #ffffff;
      margin: 0;
      height: 42px; } }
  header .title_row, #header-ap-style .title_row {
    height: 424px; }
  header .logo_form, #header-ap-style .logo_form {
    width: 300px; }
    @media only screen and (max-width: 767px) {
      header .logo_form, #header-ap-style .logo_form {
        xfloat: left; } }
    @media only screen and (max-width: 767px) {
      header .logo_form, #header-ap-style .logo_form {
        height: 108px;
        width: 100%;
        background-color: #001F5B; }
        header .logo_form .logo, #header-ap-style .logo_form .logo {
          margin: 0 auto;
          width: 300px; } }
    @media only screen and (max-width: 399px) {
      header .logo_form, #header-ap-style .logo_form {
        width: 100%; }
        header .logo_form .logo, #header-ap-style .logo_form .logo {
          width: 100%; }
        header .logo_form img, #header-ap-style .logo_form img {
          width: 100%; } }
  header .lead-form, #header-ap-style .lead-form {
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/form_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 86%;
    margin: -30px auto 0;
    padding-bottom: 2px; }
  header .nav-menu, #header-ap-style .nav-menu {
    display: none;
    text-align: center;
    z-index: 10000;
    cursor: pointer; }
    header .nav-menu:before, #header-ap-style .nav-menu:before {
      font-family: 'icomoon';
      content: "\e900";
      color: #fff;
      font-size: 2em; }
    @media only screen and (max-width: 767px) {
      header .nav-menu, #header-ap-style .nav-menu {
        display: block; } }
  header .site-menu ul#menu-header-menu, #header-ap-style .site-menu ul#menu-header-menu {
    list-style: none;
    float: right;
    margin-top: 40px;
    padding: 0;
    font-size: 14px; }
    header .site-menu ul#menu-header-menu li, #header-ap-style .site-menu ul#menu-header-menu li {
      float: left;
      margin-left: 15px;
      position: relative;
      padding-bottom: 10px;
      padding-left: 0; }
      header .site-menu ul#menu-header-menu li a, #header-ap-style .site-menu ul#menu-header-menu li a {
        border-bottom: 3px solid #679ddb; }
      header .site-menu ul#menu-header-menu li.menu-item-has-children:hover .sub-menu, #header-ap-style .site-menu ul#menu-header-menu li.menu-item-has-children:hover .sub-menu {
        display: block;
        /*@media only screen and (max-width : 767px) {
        		display:block;
        	}	*/ }
      header .site-menu ul#menu-header-menu li:first-child, #header-ap-style .site-menu ul#menu-header-menu li:first-child {
        margin-left: 0; }
      header .site-menu ul#menu-header-menu li a, #header-ap-style .site-menu ul#menu-header-menu li a {
        color: #ffffff;
        text-decoration: none;
        padding: 5px;
        /*@media only screen and (max-width : 767px) {
        	font-size:15px;
        	padding:0;
        	.sub-menu ul li a{
        		font-size: 13px;
        	}
        }*/ }
        header .site-menu ul#menu-header-menu li a:hover, #header-ap-style .site-menu ul#menu-header-menu li a:hover {
          background-color: #679ddb;
          /*@media only screen and (max-width : 767px) {
          	background-color:cv(white);
          }	*/ }
      header .site-menu ul#menu-header-menu li .sub-menu, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        float: none;
        background-color: rgba(0, 31, 91, 0.7);
        margin-top: 25px;
        z-index: 100;
        padding: 0;
        /*&:hover {
        	display:block;
        }	*/ }
        @media only screen and (max-width: 992px) {
          header .site-menu ul#menu-header-menu li .sub-menu, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu {
            left: auto;
            right: 0; } }
        header .site-menu ul#menu-header-menu li .sub-menu li, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li {
          float: none;
          padding: 0;
          margin-left: 0; }
          header .site-menu ul#menu-header-menu li .sub-menu li a, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li a {
            padding: 6px 18px;
            width: 178px;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-bottom: 0; }
            header .site-menu ul#menu-header-menu li .sub-menu li a:hover, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li a:hover {
              background-color: #001f5b; }
  @media only screen and (max-width: 767px) {
    header .site-menu, #header-ap-style .site-menu {
      position: relative;
      width: 80%;
      min-width: 300px;
      margin: 0 auto; }
      header .site-menu ul#menu-header-menu, #header-ap-style .site-menu ul#menu-header-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        float: none;
        background-color: #ffffff;
        border: 1px solid #001F5B;
        padding-bottom: 5px; }
        header .site-menu ul#menu-header-menu li, #header-ap-style .site-menu ul#menu-header-menu li {
          float: none;
          text-align: left;
          padding: 10px;
          margin: 0;
          width: 100%;
          padding-bottom: 0; }
          header .site-menu ul#menu-header-menu li a, #header-ap-style .site-menu ul#menu-header-menu li a {
            color: #001F5B;
            display: block;
            font-size: 15px;
            font-weight: 700; }
            header .site-menu ul#menu-header-menu li a:hover, #header-ap-style .site-menu ul#menu-header-menu li a:hover {
              background-color: transparent; }
          header .site-menu ul#menu-header-menu li .sub-menu, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu {
            display: block;
            position: static;
            width: 100%;
            margin-top: 0;
            background-color: transparent;
            padding-left: 10px;
            padding-right: 10px; }
            header .site-menu ul#menu-header-menu li .sub-menu li, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li {
              width: 100%;
              border-bottom: 1px solid #001F5B; }
              header .site-menu ul#menu-header-menu li .sub-menu li a, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li a {
                width: 100%;
                font-size: 13px;
                font-weight: 400; }
                header .site-menu ul#menu-header-menu li .sub-menu li a:hover, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li a:hover {
                  background-color: rgba(0, 31, 91, 0.2); }
              header .site-menu ul#menu-header-menu li .sub-menu li.current-menu-item, #header-ap-style .site-menu ul#menu-header-menu li .sub-menu li.current-menu-item {
                background-color: #cde4ff; }
          header .site-menu ul#menu-header-menu li:last-child .sub-menu li:last-child, #header-ap-style .site-menu ul#menu-header-menu li:last-child .sub-menu li:last-child {
            border-bottom: 0; } }
  header .program_title, #header-ap-style .program_title {
    position: absolute;
    bottom: 0;
    right: 16px;
    width: 460px;
    color: #ffffff; }
    @media only screen and (max-width: 992px) {
      header .program_title, #header-ap-style .program_title {
        width: 440px; } }
    @media only screen and (max-width: 899px) {
      header .program_title, #header-ap-style .program_title {
        width: 400px; } }
    header .program_title h2, header .program_title .heading-2, #header-ap-style .program_title h2, #header-ap-style .program_title .heading-2 {
      line-height: 1.3em;
      text-align: right;
      display: block;
      font-size: 42px;
      font-weight: bold;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        header .program_title h2, header .program_title .heading-2, #header-ap-style .program_title h2, #header-ap-style .program_title .heading-2 {
          font-size: 32px; } }
    header .program_title p, #header-ap-style .program_title p {
      color: #ffffff;
      font-size: 18px;
      line-height: 1.6;
      text-align: right;
      margin-top: 20px; }
  header .get_more_info, #header-ap-style .get_more_info {
    display: none;
    float: right;
    background-color: #ff8200;
    color: #ffffff;
    height: 90px;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 10px 10px 0 60px;
    border: 0;
    cursor: pointer;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_sm.png");
    background-position: -253px -1px;
    background-repeat: no-repeat; }
    header .get_more_info:hover, #header-ap-style .get_more_info:hover {
      background-color: #f3983a; }
  header .stick, header .static, #header-ap-style .stick, #header-ap-style .static {
    position: relative; }
    header .stick .sticky_row, header .static .sticky_row, #header-ap-style .stick .sticky_row, #header-ap-style .static .sticky_row {
      height: 84px;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      background-color: #001F5B;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000; }
      @media only screen and (max-width: 767px) {
        header .stick .sticky_row, header .static .sticky_row, #header-ap-style .stick .sticky_row, #header-ap-style .static .sticky_row {
          height: 50px; } }
      header .stick .sticky_row .logo_col, header .static .sticky_row .logo_col, #header-ap-style .stick .sticky_row .logo_col, #header-ap-style .static .sticky_row .logo_col {
        position: absolute;
        left: 11%;
        top: -8px;
        height: 84px;
        overflow: hidden; }
        @media only screen and (max-width: 899px) {
          header .stick .sticky_row .logo_col, header .static .sticky_row .logo_col, #header-ap-style .stick .sticky_row .logo_col, #header-ap-style .static .sticky_row .logo_col {
            left: 0; } }
        @media only screen and (max-width: 767px) {
          header .stick .sticky_row .logo_col, header .static .sticky_row .logo_col, #header-ap-style .stick .sticky_row .logo_col, #header-ap-style .static .sticky_row .logo_col {
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 50px; } }
      header .stick .sticky_row .logo, header .static .sticky_row .logo, #header-ap-style .stick .sticky_row .logo, #header-ap-style .static .sticky_row .logo {
        width: 250px; }
        @media only screen and (max-width: 767px) {
          header .stick .sticky_row .logo, header .static .sticky_row .logo, #header-ap-style .stick .sticky_row .logo, #header-ap-style .static .sticky_row .logo {
            width: 160px;
            margin: 0 auto; } }
      header .stick .sticky_row .menu_title, header .static .sticky_row .menu_title, #header-ap-style .stick .sticky_row .menu_title, #header-ap-style .static .sticky_row .menu_title {
        position: absolute;
        right: 0;
        top: -6px;
        left: 0;
        width: 100%;
        z-index: 20; }
        @media only screen and (max-width: 767px) {
          header .stick .sticky_row .menu_title, header .static .sticky_row .menu_title, #header-ap-style .stick .sticky_row .menu_title, #header-ap-style .static .sticky_row .menu_title {
            left: auto;
            width: 80px;
            border-width: 0;
            padding-top: 0;
            top: 0; } }
      header .stick .sticky_row .site-menu, header .static .sticky_row .site-menu, #header-ap-style .stick .sticky_row .site-menu, #header-ap-style .static .sticky_row .site-menu {
        padding-right: 10%; }
        @media only screen and (max-width: 992px) {
          header .stick .sticky_row .site-menu, header .static .sticky_row .site-menu, #header-ap-style .stick .sticky_row .site-menu, #header-ap-style .static .sticky_row .site-menu {
            padding-right: 5%; } }
        header .stick .sticky_row .site-menu a, header .static .sticky_row .site-menu a, #header-ap-style .stick .sticky_row .site-menu a, #header-ap-style .static .sticky_row .site-menu a {
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            header .stick .sticky_row .site-menu a, header .static .sticky_row .site-menu a, #header-ap-style .stick .sticky_row .site-menu a, #header-ap-style .static .sticky_row .site-menu a {
              font-weight: normal; } }
        header .stick .sticky_row .site-menu li, header .static .sticky_row .site-menu li, #header-ap-style .stick .sticky_row .site-menu li, #header-ap-style .static .sticky_row .site-menu li {
          margin-left: 12px; }
          @media only screen and (max-width: 992px) {
            header .stick .sticky_row .site-menu li, header .static .sticky_row .site-menu li, #header-ap-style .stick .sticky_row .site-menu li, #header-ap-style .static .sticky_row .site-menu li {
              margin-left: 5px; } }
          @media only screen and (max-width: 767px) {
            header .stick .sticky_row .site-menu li, header .static .sticky_row .site-menu li, #header-ap-style .stick .sticky_row .site-menu li, #header-ap-style .static .sticky_row .site-menu li {
              margin-left: 0; } }
        @media only screen and (max-width: 899px) {
          header .stick .sticky_row .site-menu, header .static .sticky_row .site-menu, #header-ap-style .stick .sticky_row .site-menu, #header-ap-style .static .sticky_row .site-menu {
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          header .stick .sticky_row .site-menu, header .static .sticky_row .site-menu, #header-ap-style .stick .sticky_row .site-menu, #header-ap-style .static .sticky_row .site-menu {
            width: 50px;
            height: 50px;
            float: right;
            padding-top: 5px; }
            header .stick .sticky_row .site-menu ul, header .static .sticky_row .site-menu ul, #header-ap-style .stick .sticky_row .site-menu ul, #header-ap-style .static .sticky_row .site-menu ul {
              left: -100px; } }
      header .stick .sticky_row .get_more_info, header .static .sticky_row .get_more_info, #header-ap-style .stick .sticky_row .get_more_info, #header-ap-style .static .sticky_row .get_more_info {
        display: block; }
        @media only screen and (max-width: 767px) {
          header .stick .sticky_row .get_more_info, header .static .sticky_row .get_more_info, #header-ap-style .stick .sticky_row .get_more_info, #header-ap-style .static .sticky_row .get_more_info {
            display: none; } }
  header .static.container, #header-ap-style .static.container {
    background-color: #001F5B;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
    header .static.container .logo, #header-ap-style .static.container .logo {
      z-index: 30; }
    header .static.container .sticky_row, #header-ap-style .static.container .sticky_row {
      position: static; }
      @media only screen and (max-width: 767px) {
        header .static.container .sticky_row .menu_title, #header-ap-style .static.container .sticky_row .menu_title {
          width: 100%; } }
    header .static.container #site-menu ul#menu-header-menu li .sub-menu, #header-ap-style .static.container #site-menu ul#menu-header-menu li .sub-menu {
      left: 0;
      right: auto; }
    header .static.container #site-menu ul li a, #header-ap-style .static.container #site-menu ul li a {
      border: 0; }
      @media only screen and (max-width: 767px) {
        header .static.container #site-menu ul li a, #header-ap-style .static.container #site-menu ul li a {
          border-bottom: 3px solid #679ddb; } }
    @media only screen and (max-width: 767px) {
      header .static.container #site-menu, #header-ap-style .static.container #site-menu {
        width: 100%; }
        header .static.container #site-menu .nav-menu, #header-ap-style .static.container #site-menu .nav-menu {
          position: absolute;
          right: 0; }
        header .static.container #site-menu ul#menu-header-menu, #header-ap-style .static.container #site-menu ul#menu-header-menu {
          margin-top: 42px; } }
  header .sticky_hook_pos, #header-ap-style .sticky_hook_pos {
    margin-top: 140px; }

/* ul.sub-menu li ul.sub-menu {
    background:transparent !important;
    position:relative;
    padding:0;
    margin:2% 0;
}

ul.sub-menu li ul.sub-menu li {
    padding-left:0;
} */
.dropdown-submenu {
  position: relative !important; }

.dropdown-submenu > .sub-menu {
  display: none !important;
  top: 0 !important;
  left: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important; }

.dropdown-submenu:hover > .sub-menu {
  display: block !important; }

@media only screen and (max-width: 1023px) {
  .dropdown-submenu > .sub-menu {
    left: -100% !important; } }
@media only screen and (max-width: 767px) {
  .dropdown-submenu ul.sub-menu, .dropdown-submenu > .sub-menu, .dropdown-submenu:hover > .sub-menu {
    visibility: hidden !important;
    border: none !important; } }
.lp-mba header .program_title h2, .lp-mba header .program_title .heading-2 {
  max-width: 500px;
  font-size: 35px;
  float: right;
  display: block; }

.lp-mba header .program_title h1 {
  max-width: 500px;
  font-size: 35px;
  float: right; }

header .program_title h1 {
  line-height: 1.3em;
  text-align: right;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

#header-ap-style {
  background-color: #001F5B;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 40px 0 30px;
  width: 100%; }
  #header-ap-style .row {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%; }
  #header-ap-style .logo {
    padding-right: 0; }
  #header-ap-style .site-menu ul#menu-header-menu li a {
    border-bottom: 3px solid #ff8200; }
    @media only screen and (max-width: 767px) {
      #header-ap-style .site-menu ul#menu-header-menu li a {
        border-bottom: 3px solid #679ddb; } }
  #header-ap-style .logo_form {
    width: auto; }
  #header-ap-style .site-menu ul#menu-header-menu li .sub-menu {
    right: -20px;
    left: auto; }
  #header-ap-style .btn_wrap {
    float: right;
    margin-top: 31px;
    margin-left: 15px; }
    #header-ap-style .btn_wrap .button.apply-btn {
      width: auto;
      padding: 8px 13px;
      font-size: .9em;
      background-color: #ff8200; }
  @media only screen and (max-width: 992px) {
    #header-ap-style .site-menu ul#menu-header-menu {
      margin-top: 26px; }
    #header-ap-style .btn_wrap {
      margin-top: 17px; } }
  @media only screen and (max-width: 899px) {
    #header-ap-style .site-menu ul#menu-header-menu {
      margin-top: 15px; }
    #header-ap-style .btn_wrap {
      margin-top: 8px; } }
  @media only screen and (max-width: 767px) {
    #header-ap-style {
      padding: 30px 0 14px; }
      #header-ap-style .logo {
        padding-right: 15px; }
      #header-ap-style .site-menu ul#menu-header-menu {
        margin-top: 0;
        top: 41px; }
      #header-ap-style .site-menu {
        width: 100%;
        margin: 7px auto 0;
        float: left;
        min-width: 0; }
      #header-ap-style .btn_wrap {
        float: left;
        margin-top: 5px;
        margin-left: 28%;
        margin-right: 0; }
      #header-ap-style .nav-menu {
        float: left; }
      #header-ap-style .nav-menu:before {
        float: left;
        color: #ff8200; } }

header#header.ap-style {
  height: auto;
  min-height: 550px;
  background-position: center 85%;
  padding-bottom: 40px;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    header#header.ap-style {
      min-height: 360px; } }
  header#header.ap-style #mba-form-top {
    max-width: 300px;
    width: 100%;
    height: 69px;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat; }
  header#header.ap-style .logo_form {
    width: 100%;
    max-width: 300px;
    float: right; }
  header#header.ap-style .lead-form {
    margin: -28px auto 0; }
  header#header.ap-style .program_title {
    width: auto;
    left: 15px;
    right: 0;
    max-width: 530px; }
    header#header.ap-style .program_title h1 {
      text-align: left;
      max-width: none;
      width: auto;
      float: none;
      font-weight: 400; }
      @media only screen and (max-width: 992px) {
        header#header.ap-style .program_title h1 {
          font-size: 29px; } }

.lead-form {
  padding: 44px 15px 60px;
  position: relative; }
  .lead-form p {
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .lead-form h2 {
    color: #001f5b;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 60px;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/download.png");
    background-repeat: no-repeat;
    background-position: 50% 0; }
  .lead-form h3 {
    clear: both;
    color: #9a9289;
    margin-bottom: 10px;
    color: #333333; }
  .lead-form h3, .lead-form label {
    font-size: 12px;
    color: #9a9289;
    color: #333333; }
  .lead-form .ty {
    color: #9a9289;
    color: #333333;
    text-align: center; }
    .lead-form .ty h3 {
      font-size: 16px;
      margin-top: 60px; }
    .lead-form .ty p {
      padding: 0 20px;
      color: #9a9289;
      color: #333333; }
  .lead-form .btn {
    border: 0;
    width: auto;
    padding: 0px 12px;
    display: block;
    margin: 18px auto;
    position: relative;
    font-size: 14px;
    bottom: 10px;
    z-index: 5;
    color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='35px' width='20px'><text x='0' y='27' fill='white' font-size='31'>›</text></svg>");
    background-repeat: no-repeat;
    background-position: 95% 0;
    background-color: #001f5b;
    min-width: 180px; }
    @media only screen and (max-width: 767px) {
      .lead-form .btn {
        min-width: 200px;
        -webkit-appearance: none;
        border-radius: 4px;
        font-size: 14px;
        font-family: montserrat-light, Helvetica, Arial, sans-serif;
        font-weight: 600;
        background-color: #001f5b; } }
  .lead-form .no_bkg {
    background-image: none; }
  .lead-form ul.stage_count {
    height: 28px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    position: relative;
    list-style: none;
    padding: 0 8px; }
    .lead-form ul.stage_count:before {
      left: 0; }
    .lead-form ul.stage_count:after {
      right: 0; }
    .lead-form ul.stage_count li {
      position: relative;
      display: inline-block;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      background-color: transparent;
      border: 1px solid #4184d2;
      color: #9a9289;
      color: #333333;
      xheight: 24px;
      xline-height: 22px;
      xwidth: 24px;
      min-width: 24px;
      padding: 4px 8px 4px;
      background-clip: padding-box;
      margin: 0 0 0 26px;
      font-size: 10px; }
      .lead-form ul.stage_count li.current {
        color: #ffffff;
        background-color: #4184d2; }
      .lead-form ul.stage_count li:first-child {
        margin-left: 0; }
      .lead-form ul.stage_count li:before {
        content: "step";
        font-size: 12px;
        text-transform: uppercase;
        position: absolute;
        color: #4184d2;
        top: -22px;
        left: -4px; }
  .lead-form form fieldset {
    display: none; }
    .lead-form form fieldset:first-child {
      display: block; }
  .lead-form form .error {
    font-size: 11px;
    color: #4184d2;
    margin: 0 0 0 10px; }
    .lead-form form .error[for="program"], .lead-form form .error[for="specialization"] {
      margin-bottom: 10px; }
  .lead-form form label {
    display: block;
    margin-bottom: 10px;
    color: #9a9289;
    color: #333333; }
  .lead-form form input[type=text] {
    font-size: 12px;
    padding: 2px 2px 2px 6px;
    width: 100%;
    margin: 0 0 8px; }
    .lead-form form input[type=text].error {
      background-color: #001f5b;
      color: #ffffff; }
  .lead-form form input[type=radio] {
    margin: 1px 7px 10px 10px;
    margin: 2px 7px 0px 10px\9;
    position: relative;
    bottom: 2px\9;
    float: left;
    clear: left; }
  .lead-form form input[type=submit],
  .lead-form form button {
    cursor: pointer; }
  .lead-form form label[for^="radio"] {
    cursor: pointer; }

#lead-form-modal .modal-dialog {
  width: 320px;
  padding: 0 20px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #lead-form-modal .modal-dialog {
      margin: 30px auto; } }
  #lead-form-modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 30px 30px 70px; }
    @media only screen and (max-width: 767px) {
      #lead-form-modal .modal-dialog .modal-content form {
        width: 100%;
        margin: 0 auto; } }
  #lead-form-modal .modal-dialog input[type=submit] {
    margin-bottom: 10px; }
  #lead-form-modal .modal-dialog h2 {
    background-position: -177px -111px; }
    @media only screen and (max-width: 767px) {
      #lead-form-modal .modal-dialog h2 {
        padding-top: 10px; } }
  #lead-form-modal .modal-dialog .close.button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    padding: 4px 8px;
    color: #9a9289;
    color: #333333;
    font-size: 20px; }

.stage_header.top_margin {
  margin-top: 34px; }

.intro_nav {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -44px; }
  @media only screen and (max-width: 549px) {
    .intro_nav {
      margin-top: 0; } }
  .intro_nav .heading-3 {
    border-bottom: 1px solid #ffffff;
    position: relative;
    display: block;
    background-color: #4184d2;
    min-height: 45px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .intro_nav .heading-3 {
        padding-left: 20px; } }
    @media only screen and (max-width: 549px) {
      .intro_nav .heading-3 {
        padding-left: 0; } }
    .intro_nav .heading-3:xxhover {
      background-color: rgba(10, 23, 90, 0.7); }
      @media only screen and (max-width: 767px) {
        .intro_nav .heading-3:xxhover {
          background-color: cb(mediumblue); } }
    .intro_nav .heading-3 a {
      color: #ffffff;
      font-size: 15px; }
      @media only screen and (max-width: 549px) {
        .intro_nav .heading-3 a {
          font-size: 14px; } }
    .intro_nav .heading-3:hover {
      background-color: lightblue; }
    .intro_nav .heading-3 a {
      line-height: 44px;
      padding-left: 20px;
      vertical-align: middle; }
      @media only screen and (max-width: 399px) {
        .intro_nav .heading-3 a {
          padding-left: 10px; } }
      @media only screen and (max-width: 399px) {
        .intro_nav .heading-3 a:after {
          padding-right: 0; } }
    .intro_nav .heading-3.has_submenu a:after {
      content: "\e208"; }
      @media only screen and (max-width: 767px) {
        .intro_nav .heading-3.has_submenu a:after {
          content: "\e20b"; } }
  .intro_nav h3, .intro_nav li {
    border-bottom: 1px solid #ffffff;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .intro_nav h3, .intro_nav li {
        padding-left: 20px; } }
    @media only screen and (max-width: 549px) {
      .intro_nav h3, .intro_nav li {
        padding-left: 0; } }
    .intro_nav h3:xxhover, .intro_nav li:xxhover {
      background-color: rgba(10, 23, 90, 0.7); }
      @media only screen and (max-width: 767px) {
        .intro_nav h3:xxhover, .intro_nav li:xxhover {
          background-color: cb(mediumblue); } }
    .intro_nav h3 a, .intro_nav li a {
      color: #ffffff;
      font-size: 15px; }
      @media only screen and (max-width: 549px) {
        .intro_nav h3 a, .intro_nav li a {
          font-size: 14px; } }
  .intro_nav h3 {
    background-color: #4184d2;
    min-height: 45px;
    font-weight: normal; }
    .intro_nav h3:hover {
      background-color: lightblue; }
    .intro_nav h3 a {
      line-height: 44px;
      padding-left: 20px;
      vertical-align: middle; }
      @media only screen and (max-width: 399px) {
        .intro_nav h3 a {
          padding-left: 10px; } }
      @media only screen and (max-width: 399px) {
        .intro_nav h3 a:after {
          padding-right: 0; } }
    .intro_nav h3.has_submenu a:after {
      content: "\e208"; }
      @media only screen and (max-width: 767px) {
        .intro_nav h3.has_submenu a:after {
          content: "\e20b"; } }
  .intro_nav ul {
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .intro_nav ul {
        display: none; } }
  .intro_nav li {
    background-color: #679ddb;
    border-bottom: 1px solid #ffffff; }
    .intro_nav li:before {
      color: #ffffff; }
    .intro_nav li a {
      line-height: 44px; }
      @media only screen and (max-width: 992px) {
        .intro_nav li a {
          padding-left: 0; } }
      .intro_nav li a:hover {
        background-color: lightblue; }
  @media only screen and (max-width: 767px) {
    .intro_nav .col-sm-6 h3 {
      margin-top: 0; } }
  @media only screen and (min-width: 767px) {
    .intro_nav .bus_nav .col h3 {
      height: 80px;
      margin-top: -36px;
      padding-top: 10px;
      border-bottom: none; }
      .intro_nav .bus_nav .col h3 a {
        padding-left: 20px;
        line-height: 1.4;
        height: 80px; }
        .intro_nav .bus_nav .col h3 a:after {
          padding-top: 10px;
          padding-right: 10px; }
      .intro_nav .bus_nav .col h3 span {
        max-width: 150px;
        float: left; } }
  @media only screen and (min-width: 992px) {
    .intro_nav .bus_nav .col:last-child span {
      xpadding-top: 10px; }
    .intro_nav .bus_nav .col h3 {
      height: 60px;
      margin-top: -16px;
      padding-top: 10px;
      border-bottom: none; }
      .intro_nav .bus_nav .col h3 a {
        padding-left: 20px;
        line-height: 1.4;
        height: 60px; }
        .intro_nav .bus_nav .col h3 a:after {
          padding-top: 3px;
          padding-right: 0; }
      .intro_nav .bus_nav .col h3 span {
        max-width: 180px;
        float: left; } }

.intro h1, .intro h2 {
  color: #9a9289;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
.intro .section_text {
  text-align: center; }

.sm_lead_form {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sm_lead_form {
      display: block; } }
  .sm_lead_form .lead-form {
    background-color: #ffffff;
    margin: 15px 0;
    min-height: 300px;
    padding-top: 20px; }
    .sm_lead_form .lead-form h2 {
      background-image: url("/wp-content/themes/ckg-blank-child/assets/img/download.png");
      background-position: center 0; }
    .sm_lead_form .lead-form h3 {
      color: #414042; }
    .sm_lead_form .lead-form .stage_header h3 {
      text-align: left;
      color: #414042; }
  @media only screen and (max-width: 767px) {
    .sm_lead_form form {
      width: 60%;
      margin: 0 auto; } }
  @media only screen and (max-width: 399px) {
    .sm_lead_form form {
      width: 100%; } }

.stick .site-menu ul li a {
  border-bottom: 0px; }

#lp-108 #section07 h2 {
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  margin-bottom: 30px;
  padding: 0 30px;
  text-align: center;
  display: block; }

.lp-msa .blue_bg h2 {
  font-size: 25px;
  margin-bottom: 30px;
  padding: 0 30px;
  text-align: center;
  display: block; }

#lp-106 .blue_two_col h3 {
  text-align: left;
  font-size: 25px;
  line-height: 1.3;
  display: block;
  max-width: 300px;
  margin: 0 auto 30px auto;
  padding-left: 0px;
  padding-right: 0px; }

.degrees {
  padding-bottom: 30px;
  text-align: center; }
  .degrees * {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  @media only screen and (max-width: 767px) {
    .degrees {
      padding-bottom: 0; } }
  .degrees .row {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .degrees .row {
        margin-bottom: 0; } }
  .degrees h3, .degrees h2 {
    clear: both;
    font-size: 20px;
    font-weight: normal;
    color: #001f5b; }
    .degrees h3.top_margin, .degrees h2.top_margin {
      margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .degrees h3, .degrees h2 {
        font-size: 16px;
        margin-bottom: 10px; } }
  .degrees h4, .degrees .degree-header {
    margin: 240px 0 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
    position: relative; }
    .degrees h4.business_degrees, .degrees .degree-header.business_degrees {
      margin-top: 260px; }
    .degrees h4:before, .degrees .degree-header:before {
      content: ' ';
      width: 100px;
      height: 100px;
      display: block;
      position: absolute;
      top: -130px;
      left: 10px;
      right: 0;
      margin: 0 auto;
      background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_sm.png");
      background-position: 2px -5px;
      background-repeat: no-repeat; }
      .degrees h4:before.business_degrees, .degrees .degree-header:before.business_degrees {
        top: -160px; }
    @media only screen and (max-width: 899px) {
      .degrees h4, .degrees .degree-header {
        margin: 190px 0 30px; }
        .degrees h4:before, .degrees .degree-header:before {
          top: -145px; } }
    @media only screen and (max-width: 767px) {
      .degrees h4:before, .degrees .degree-header:before {
        top: -118px; } }
  .degrees p {
    font-size: 15px; }
  .degrees .degree {
    position: relative;
    xoverflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .degrees .degree {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .degrees .degree {
        width: 100%;
        margin-top: 0;
        padding: 0;
        height: auto;
        border-top: 1px solid #ffffff; } }
    .degrees .degree.open {
      display: block;
      padding: 0 20px 60px; }
      .degrees .degree.open .initial_view, .degrees .degree.open .rollover_view, .degrees .degree.open h4, .degrees .degree.open .degree-header {
        display: block; }
      .degrees .degree.open .mobile {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        border-bottom: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  .degrees .btn {
    width: 190px;
    bottom: 20px;
    background-color: #001f5b;
    color: #ffffff; }
  .degrees .mobile_view {
    display: none; }
    @media only screen and (max-width: 767px) {
      .degrees .mobile_view {
        display: block; } }
    .degrees .mobile_view h4, .degrees .mobile_view .degree-header {
      margin-top: 150px; }
    .degrees .mobile_view p {
      margin-bottom: 0; }
    .degrees .mobile_view .mobile_more {
      display: none;
      padding-bottom: 75px; }
  .degrees .open .mobile:after {
    content: "\e20a"; }
  .degrees .open .mobile_more {
    display: block; }
  .degrees .degree, .degrees .initial_view, .degrees .rollover_view {
    min-height: 470px; }
    @media only screen and (max-width: 767px) {
      .degrees .degree, .degrees .initial_view, .degrees .rollover_view {
        min-height: 0; } }
  .degrees .initial_view, .degrees .rollover_view {
    width: 100%;
    padding: 0 40px; }
    @media only screen and (max-width: 992px) {
      .degrees .initial_view, .degrees .rollover_view {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .degrees .initial_view, .degrees .rollover_view {
        display: none; } }
  .degrees .initial_view, .degrees .mobile_view {
    color: #ffffff;
    text-align: center; }
    .degrees .initial_view h4, .degrees .initial_view .degree-header, .degrees .mobile_view h4, .degrees .mobile_view .degree-header {
      line-height: 1.4; }
    .degrees .initial_view p, .degrees .mobile_view p {
      color: #ffffff;
      font-size: 15px;
      line-height: 1.7;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .degrees .initial_view p, .degrees .mobile_view p {
          padding: 0 60px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 549px) {
        .degrees .initial_view p, .degrees .mobile_view p {
          padding: 0 10px; } }
  .degrees .rollover_view {
    background-color: #ffffff; }
    .degrees .rollover_view h4, .degrees .rollover_view .degree-header {
      color: #4184d2;
      margin: 43px 0 38px;
      font-size: 22px; }
      .degrees .rollover_view h4:before, .degrees .rollover_view .degree-header:before {
        display: none; }
    .degrees .rollover_view ul {
      padding: 0 0 0 20px;
      font-size: 12px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .degrees .rollover_view ul {
          padding-bottom: 20px; } }
    .degrees .rollover_view li {
      margin: 10px 0; }
      @media only screen and (max-width: 767px) {
        .degrees .rollover_view li {
          color: #ffffff; } }
    .degrees .rollover_view p {
      text-align: left;
      line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .degrees .rollover_view {
        display: block;
        background-color: transparent; }
        .degrees .rollover_view p {
          display: none; } }
  .degrees .tablet {
    display: none;
    width: 27px;
    margin: 0 auto;
    font-size: 19px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media only screen and (max-width: 899px) {
      .degrees .tablet {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .degrees .tablet {
        display: none; } }
  .degrees .mobile {
    display: block;
    line-height: 40px;
    vertical-align: middle;
    background-color: #4184d2;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .degrees .mobile:after {
        content: "\e20b";
        font-family: icomoon;
        font-size: 26px;
        float: right; } }
    @media only screen and (max-width: 549px) {
      .degrees .mobile {
        xfont-size: 13px; } }
  .degrees .col1 {
    margin-left: -10px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .degrees .col1 {
        margin: 0; } }
  .degrees .mba .img_bg {
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/mba_bg.jpg"); }
  .degrees .msa .img_bg {
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/msa_bg.jpg"); }
    .degrees .msa .img_bg h4:before, .degrees .msa .img_bg .degree-header:before {
      xxbackground-position: -140px -5px;
      background-position: -110px -5px; }
  .degrees .mlt .img_bg {
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/mlt_bg.jpg"); }
    .degrees .mlt .img_bg h4:before, .degrees .mlt .img_bg .degree-header:before {
      xxbackground-position: -10px -140px;
      background-position: 2px -110px; }
  .degrees .mt .img_bg {
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/mt_bg.jpg"); }
    .degrees .mt .img_bg h4:before, .degrees .mt .img_bg .degree-header:before {
      xxbackground-position: -140px -140px;
      background-position: -110px -110px; }
  .degrees .degree .rollover_view {
    background-image: none; }
  @media only screen and (max-width: 767px) {
    .degrees {
      background-color: #ffffff;
      background-image: none; } }

.business_degrees .initial_view, .business_degrees .rollover_view {
  padding: 0 10px;
  min-height: 430px; }
.business_degrees .col {
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 992px) {
    .business_degrees .col {
      padding-left: 15px;
      padding-right: 15px;
      width: 48%; } }
  @media only screen and (max-width: 767px) {
    .business_degrees .col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
.business_degrees .tablet {
  font-size: 17px; }
  @media only screen and (max-width: 992px) {
    .business_degrees .tablet {
      display: block; } }
.business_degrees .rollover_view h4, .business_degrees .rollover_view .degree-header {
  margin: 30px 0 20px; }
.business_degrees .rollover_view li {
  list-style: disc;
  margin: 5px 0; }
  @media only screen and (max-width: 767px) {
    .business_degrees .rollover_view li {
      margin: 10px 0; } }
.business_degrees .degree {
  min-height: 430px; }
  @media only screen and (max-width: 767px) {
    .business_degrees .degree {
      min-height: 0; } }

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  -ms-perspective: 1000; }

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -ms-transform: rotatey(180deg);
  /* IE 9 */ }
  @media screen\0 {
    .flip-container:hover .flipper .initial_view, .flip-container.hover .flipper .initial_view {
      display: none; } }
  @media screen\0 {
    .flip-container:hover .flipper .rollover_view, .flip-container.hover .flipper .rollover_view {
      -webkit-backface-visibility: visible;
      backface-visibility: visible; } }

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .flipper {
      display: none; } }

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.overlay_text h3 {
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 26px; }

.lp-msa .top_industries h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
  display: block; }

.mt_why h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  display: block; }

.lp-mlt .degree_highlights h2 {
  margin-bottom: 48px;
  text-align: center;
  font-size: 25px; }

.lp-mlt .degree_highlights .accordion h3 {
  margin-bottom: inherit;
  text-align: inherit;
  font-size: inherit;
  display: inherit;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px; }

@media only screen and (max-width: 767px) {
  .hide_sm {
    display: none; } }

.gray_gradient {
  background-color: #d6d6d6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMDkxNTA2IiB5MT0iMC44NDE1MDYiIHgyPSItMC4wOTE1MDYiIHkyPSIwLjE1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmNiY2JjIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
  background-image: -webkit-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
  background-image: -o-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
  background-image: linear-gradient(-60deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%); }
  .gray_gradient h3 {
    color: #001F5B;
    text-align: center; }
  .gray_gradient .source {
    color: #ffffff; }

.blue_gradient {
  background-color: #001F5B;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMDkxNTA2IiB5MT0iMC44NDE1MDYiIHgyPSItMC4wOTE1MDYiIHkyPSIwLjE1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzQ2NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMzNDY3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDFmNWIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFmNWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(150deg, #2c3467 0%, #2c3467 50%, #001f5b 50%, #001f5b 100%);
  background-image: -webkit-linear-gradient(150deg, #2c3467 0%, #2c3467 50%, #001f5b 50%, #001f5b 100%);
  background-image: -o-linear-gradient(150deg, #2c3467 0%, #2c3467 50%, #001f5b 50%, #001f5b 100%);
  background-image: linear-gradient(-60deg, #2c3467 0%, #2c3467 50%, #001f5b 50%, #001f5b 100%);
  color: #ffffff; }
  .blue_gradient h3 {
    font-size: 25px; }
  .blue_gradient p {
    color: #ffffff;
    font-family: montserrat-light, Helvetica, Arial, sans-serif; }
  .blue_gradient .accordion .more {
    color: #ffffff; }

.darkblue_bg {
  background-image: url("/wp-content/themes/ckg-blank-child/assets/img/darkblue_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .darkblue_bg h2 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 36px; }
  .darkblue_bg h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px; }
    .darkblue_bg h3:before {
      height: 64px;
      margin-right: 10px;
      background-position: -240px -217px; }
  .darkblue_bg .two_col h3 {
    line-height: 1.6; }
  .darkblue_bg .two_col p {
    line-height: 1.6; }
    @media only screen and (max-width: 899px) {
      .darkblue_bg .two_col p {
        line-height: 1.4; } }
  .darkblue_bg .two_col .col1 {
    padding-right: 30px; }
  .darkblue_bg .two_col .col2 {
    padding-left: 30px; }
  .darkblue_bg .global h3:before {
    background-position: -151px -217px; }
  .darkblue_bg p {
    color: #ffffff; }
  .darkblue_bg a {
    color: #ffffff;
    text-decoration: underline; }

.blue_bg {
  background-color: #4184d2;
  color: #ffffff; }
  .blue_bg h2 {
    margin-bottom: 30px; }
  .blue_bg .col-sm-5:first-child {
    border-right: 1px solid #ffffff; }
  .blue_bg h3 {
    font-size: 25px;
    margin-bottom: 30px;
    padding: 0 30px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .blue_bg h3 {
        margin-top: 30px; } }
  .blue_bg p {
    color: #ffffff;
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    text-align: center; }
    .blue_bg p strong {
      font-family: montserrat, Helvetica, Arial, sans-serif; }
  .blue_bg ul {
    padding: 0 20px; }
  .blue_bg li {
    margin: 10px 0;
    font-size: 14px; }
  .blue_bg .accordion {
    border-color: #ffffff; }
    .blue_bg .accordion .more {
      font-size: 14px;
      padding-right: 10px;
      color: #ffffff; }
    .blue_bg .accordion .label {
      color: #ffffff; }
      .blue_bg .accordion .label:after {
        border-color: #ffffff;
        color: #ffffff; }

.white_bg h2 {
  margin-bottom: 25px;
  color: #9a9289; }
  @media only screen and (max-width: 767px) {
    .white_bg h2 {
      margin-bottom: 10px; } }
.white_bg h3 {
  font-size: 18px;
  color: #001F5B;
  font-weight: bold;
  margin: 20px 0 15px; }
.white_bg p.mobile_text {
  text-align: center;
  line-height: 1.4; }
.white_bg ul {
  font-family: sortsmillgoudy, Times, serif; }

@media only screen and (max-width: 767px) {
  .darkblue_bg_sm {
    background-color: #001F5B;
    color: #ffffff; }
    .darkblue_bg_sm h2, .darkblue_bg_sm p {
      color: #ffffff;
      text-align: center; } }

@media only screen and (max-width: 767px) {
  .blue_bg_sm {
    background-color: #4184d2;
    color: #ffffff; }
    .blue_bg_sm h2, .blue_bg_sm p {
      color: #ffffff;
      text-align: center; }
    .blue_bg_sm p {
      line-height: 1.4; } }

@media only screen and (max-width: 767px) {
  .white_bg_sm {
    background-image: none;
    background-color: #ffffff; }
    .white_bg_sm h2, .white_bg_sm p, .white_bg_sm a {
      color: #000000;
      text-align: center; }
    .white_bg_sm h2 {
      margin-bottom: 15px; }
    .white_bg_sm h3 {
      font-size: 16px;
      color: #9a9289;
      text-transform: uppercase; }
    .white_bg_sm p {
      font-family: sortsmillgoudy, Times, serif;
      line-height: 1.4; } }

@media only screen and (max-width: 767px) {
  .gray_bg_sm {
    background-color: #d6d6d6;
    text-align: center; }
    .gray_bg_sm .container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .gray_bg_sm h2 {
      color: #001F5B; }
    .gray_bg_sm p {
      text-align: center; } }

@media only screen and (max-width: 767px) {
  .blue_drop_sm {
    background-color: white; } }
@media only screen and (max-width: 767px) {
  .blue_drop_sm .drop_sm h4 {
    font-size: 14px;
    background-color: #001F5B;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-transform: none;
    margin-bottom: 0;
    cursor: pointer; }
    .blue_drop_sm .drop_sm h4:after {
      content: "\e20b";
      font-family: icomoon;
      font-size: 26px;
      float: right;
      margin: -6px 0 0; } }
@media only screen and (max-width: 767px) {
  .blue_drop_sm .drop_sm ul {
    background-color: #2C3467;
    display: none;
    color: #ffffff;
    padding: 10px 0 10px 15px;
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .blue_drop_sm .drop_sm li {
    padding-left: 15px;
    padding-right: 10px; }
    .blue_drop_sm .drop_sm li:before {
      font-size: 20px;
      top: -12px;
      color: #ffffff; } }
.blue_drop_sm .drop_sm .open h4:after {
  content: "\e20a"; }
.blue_drop_sm .drop_sm .open ul {
  display: block; }
@media only screen and (max-width: 399px) {
  .blue_drop_sm .drop_sm h4 {
    position: relative;
    padding-right: 30px; }
    .blue_drop_sm .drop_sm h4:after {
      position: absolute;
      top: 4px;
      right: 10px;
      margin: 0; } }

@media only screen and (max-width: 767px) {
  .light_blue_bg_sm {
    background-color: #679ddb; }
    .light_blue_bg_sm .source {
      color: #ffffff;
      text-align: center;
      padding: 0 0 7px; }
    .light_blue_bg_sm .cycle-circles {
      bottom: 25px; } }

.blue_two_col .col2 {
  border-right: 1px solid rgba(255, 255, 255, 0.7); }
  .blue_two_col .col2 ul {
    padding: 0 40px 10px 0; }
.blue_two_col h4 {
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 30px auto; }
.blue_two_col ul {
  padding: 0 0 10px 40px; }
.blue_two_col li {
  font-size: 17px; }
  .blue_two_col li:before {
    font-size: 20px;
    top: -12px;
    color: #ffffff; }
@media only screen and (max-width: 767px) {
  .blue_two_col h4 {
    max-width: 800px;
    text-align: left; } }

.curriculum h3 {
  color: #001F5B;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
  .curriculum .curr_text {
    display: none; } }
.curriculum .curr_text p {
  font-size: 15px;
  padding-right: 20px;
  line-height: 1.6; }
.curriculum h4 {
  text-transform: uppercase;
  color: #4184d2;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 7px;
  font-weight: bold; }
.curriculum ul {
  list-style: circle;
  color: #9a9289;
  font-family: montserrat-light, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 30px; }
.curriculum li {
  margin: 5px 0; }
.curriculum .curr_courses {
  color: #414042;
  border-left: 1px solid rgba(154, 146, 137, 0.7); }
  .curriculum .curr_courses.no_border {
    border: none; }
  .curriculum .curr_courses ul {
    padding-right: 30px; }
  .curriculum .curr_courses li {
    padding-left: 15px; }

.top_industries h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal; }
.top_industries ul {
  padding: 0; }
.top_industries li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 22%;
  margin: 0 10px;
  color: #001F5B;
  text-transform: uppercase;
  margin-bottom: 50px;
  vertical-align: top; }
  .top_industries li:before {
    content: " ";
    top: -100px;
    left: 0;
    width: 91px;
    height: 91px;
    display: block;
    margin: 15px auto;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_sm.png");
    background-position: -114px -494px; }
  @media only screen and (max-width: 992px) {
    .top_industries li {
      width: 20%; } }
.top_industries li:nth-child(2):before {
  background-position: -12px -405px; }
.top_industries li:nth-child(3):before {
  background-position: -116px -404px; }
.top_industries li:nth-child(4):before {
  background-position: -215px -404px; }
.top_industries li:nth-child(5):before {
  background-position: -214px -312px; }
.top_industries li:nth-child(6):before {
  background-position: -116px -313px; }
.top_industries li:nth-child(7):before {
  background-position: -12px -496px; }
.top_industries li:nth-child(8):before {
  background-position: -218px -495px; }

.understanding h3, .advantage h3 {
  margin: 0 auto 14px;
  line-height: 1.3; }
  .understanding h3.icon:before, .advantage h3.icon:before {
    float: none;
    display: block;
    margin: -18px auto 26px;
    width: 90px;
    height: 90px; }
.understanding div, .advantage div {
  font-size: 17px;
  line-height: 1.7; }

.understanding h3.icon:before {
  background-position: -12px -313px; }

.advantage h3.icon:before {
  background-position: -12px -220px; }

.degree_outcomes p {
  text-align: center; }
.degree_outcomes h2 {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .degree_outcomes h2 {
      text-align: left;
      margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .degree_outcomes p {
    text-align: left;
    font-family: sortsmillgoudy, Times, serif; } }

.degree_outcomes_text .container {
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .degree_outcomes_text .container {
      padding-bottom: 0; } }
.degree_outcomes_text p {
  text-align: center; }
.degree_outcomes_text h2 {
  margin-bottom: 20px; }

.degree_highlights h3 {
  margin-bottom: 48px;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .program_highlights h2 {
    margin: 20px 0 10px; } }

.why {
  color: #9a9289; }
  .why h2 {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .why h2 {
        text-align: center;
        margin-bottom: 10px; } }
  .why p {
    margin: 10px 0 0; }

.mt_why h3 {
  text-align: center;
  margin-bottom: 30px; }

.lp-mba .curr_courses li:before {
  color: #001F5B;
  font-size: 18px; }

.counter h2 {
  font-size: 25px;
  text-align: center;
  margin: 10px 0 50px; }

@media only screen {
  .triangle:before, .slideshow:before, .graph_slider:before, .faculty_more:before {
    xcontent: "\25be";
    content: "\e901";
    font-family: icomoon;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    font-size: 70px;
    width: 50px;
    height: 30px;
    margin: 0 auto;
    color: #ffffff;
    z-index: 300; }

  .slideshow {
    z-index: 1;
    position: relative; } }
  @media only screen and (max-width: 899px) {
    .slideshow .slider {
      display: none; } }
@media only screen {
    .slideshow .fullwidth {
      padding: 0;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .slideshow:before {
      display: none; } }

@media only screen {
  .slider_small_hook {
    display: none; } }
  @media only screen and (max-width: 767px) {
    .slider_small_hook {
      display: block; } }

@media only screen and (max-width: 767px) {
  .slider_large_hook {
    display: none; } }

@media only screen {
  .overlay_text {
    position: absolute;
    top: 50px;
    left: 120px;
    z-index: 200;
    width: 32%; } }
  @media only screen and (max-width: 899px) {
    .overlay_text {
      display: none; } }
@media only screen {
    .overlay_text h2 {
      text-align: left;
      color: #ffffff;
      margin-bottom: 20px;
      text-transform: none;
      font-size: 26px; }
    .overlay_text p {
      color: #ffffff;
      line-height: 1.5;
      font-family: montserrat-light, Helvetica, Arial, sans-serif;
      font-size: 14px; }

  .text_over_image {
    text-align: center;
    height: 300px;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/text_overlay.jpg");
    background-size: cover; } }
  @media only screen and (max-width: 899px) {
    .text_over_image {
      top: 260px; } }
@media only screen {
    .text_over_image ul {
      margin: 0; }
    .text_over_image li {
      display: none;
      width: 100%; } }
    @media only screen and (max-width: 767px) {
      .text_over_image li {
        display: list-item;
        list-style: disc; } }
  @media only screen and (max-width: 767px) {
    .text_over_image img {
      display: none; } }
@media only screen {
    .text_over_image p {
      position: absolute;
      xfont-size: 25px;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.3;
      top: 110px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50%;
      color: #ffffff;
      text-align: center;
      font-family: montserrat-light, Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 899px) {
      .text_over_image p {
        width: 60%; } }
  @media only screen and (max-width: 767px) {
    .text_over_image.show_sm {
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .text_over_image.show_sm p {
      top: 60px;
      font-size: 18px;
      text-align: center; } }
  @media only screen and (max-width: 549px) {
    .text_over_image.show_sm p {
      font-size: 14px;
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .text_over_image.list_sm {
      background-image: none;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .text_over_image.list_sm h2 {
      text-align: left; } }
  @media only screen and (max-width: 899px) {
    .text_over_image.list_sm p {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .text_over_image.list_sm p {
      display: block;
      color: #414042;
      width: 100%;
      position: static;
      font-size: 14px;
      text-align: left;
      font-family: sortsmillgoudy, Times, serif; } }

@media only screen {
  .text_over_image_sm {
    text-align: center;
    height: 200px;
    padding: 0; }
    .text_over_image_sm ul {
      margin: 0; }
    .text_over_image_sm li {
      display: none;
      width: 100%; }
      .text_over_image_sm li p {
        position: absolute;
        font-size: 16px;
        top: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60%;
        color: #ffffff;
        font-family: montserrat-light, Helvetica, Arial, sans-serif; } }
      @media only screen and (max-width: 549px) {
        .text_over_image_sm li p {
          top: 60px; } }

@media only screen {
  .slider_sm {
    position: relative;
    height: 200px;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/text_overlay_small.jpg");
    background-size: cover; } }
@media only screen and (max-width: 767px) {
  .prevnext_sm .prevnext a {
    bottom: 60px;
    font-size: 30px; } }
@media only screen and (max-width: 549px) {
  .prevnext_sm .prevnext a {
    bottom: 80px;
    left: 0;
    right: 0; } }

@media only screen {
  .graph_slider:before {
    display: none; } }
@media only screen and (max-width: 767px) {
  .graph_slider {
    position: relative;
    height: 110px;
    padding-top: 20px;
    background-color: #679ddb;
    margin-top: 20px; }
    .graph_slider:before {
      display: block;
      color: #4184d2;
      width: 30px;
      height: 20px; }
    .graph_slider div {
      background-color: transparent; }
    .graph_slider .salary {
      width: 100% !important; }
      .graph_slider .salary span {
        display: block;
        float: none;
        max-width: 100%;
        text-align: center; }
        .graph_slider .salary span.number:before {
          content: "Average Salary "; }
    .graph_slider .source {
      color: #ffffff; } }

@media only screen {
  .large_centered_text {
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    top: 150px; }
    .large_centered_text p {
      font-size: 20px; }

  .slider {
    z-index: 300;
    width: 100%; }

  .prevnext a {
    position: absolute;
    bottom: 125px;
    left: 30px;
    z-index: 300;
    font-family: icomoon;
    font-size: 50px;
    text-decoration: none;
    color: #ffffff; } }
  @media only screen and (max-width: 899px) {
    .prevnext a {
      bottom: 100px; } }

@media only screen {
  .next_col {
    text-align: right; }
    .next_col a {
      left: auto;
      right: 20px; }

  .cycle-circles {
    position: absolute;
    z-index: 300;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .cycle-circles > * {
      cursor: pointer; }
    .cycle-circles span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border: 1px solid #ffffff;
      color: transparent;
      margin: 5px 3px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .cycle-circles span.cycle-pager-active {
        background-color: #ffffff; }

  .slider {
    position: absolute;
    max-width: 1200px; }

  .slider_more {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
    text-align: center;
    height: 220px;
    width: 100%; } }
  @media only screen and (max-width: 899px) {
    .slider_more {
      display: block; } }
@media only screen {
    .slider_more .sm_col {
      height: 100%; } }
    @media only screen and (max-width: 899px) {
      .slider_more .sm_col {
        padding-top: 40px; } }
@media only screen {
      .slider_more .sm_col .btn {
        bottom: 20px;
        background-color: #001f5b;
        color: #ffffff; }
    .slider_more .circle_caret {
      font-family: icomoon;
      border: 1px solid #ffffff;
      border-radius: 50%;
      font-size: 70px;
      color: #ffffff;
      margin-left: 20px; }
      .slider_more .circle_caret:hover {
        text-decoration: none; }
    .slider_more a {
      width: 280px;
      color: #ffffff; } }
@media only screen and (max-width: 899px) {
  .degree_outcomes .text_over_image p {
    display: block; } }
@media only screen and (max-width: 899px) {
  .degree_outcomes .slider {
    display: block; } }

@media only screen {
  .counter {
    position: relative;
    padding-bottom: 30px; }
    .counter h3 {
      font-size: 25px;
      text-align: center;
      margin: 10px 0 50px; } }
    @media only screen and (max-width: 767px) {
      .counter h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 549px) {
      .counter h3 {
        font-size: 18px;
        margin-bottom: 10px; } }
@media only screen {
    .counter ol, .counter ul {
      padding: 0; }
    .counter li {
      text-align: left;
      list-style: none;
      margin: 0 auto;
      width: 90%;
      max-width: 700px;
      height: 270px;
      display: none; } }
    @media only screen and (max-width: 767px) {
      .counter li {
        width: 100%;
        height: 180px; } }
    @media only screen and (max-width: 549px) {
      .counter li {
        height: 180px; } }
@media only screen {
      .counter li div {
        float: left;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .counter li .text {
        width: 65%;
        font-size: 23px; } }
      @media only screen and (max-width: 767px) {
        .counter li .text {
          font-size: 16px; } }
      @media only screen and (max-width: 549px) {
        .counter li .text {
          font-size: 14px; } }
      @media only screen and (max-width: 399px) {
        .counter li .text {
          xwidth: 65%; } }
@media only screen {
      .counter li:last-child .text {
        width: 50%; } }
      @media only screen and (max-width: 767px) {
        .counter li:last-child .text {
          width: 50%; } }
@media only screen {
      .counter li .num {
        font-size: 197px;
        line-height: 1;
        font-weight: bold;
        margin: 0 20px 0 5px;
        color: #4184d2; } }
      @media only screen and (max-width: 767px) {
        .counter li .num {
          font-size: 100px; } }
      @media only screen and (max-width: 549px) {
        .counter li .num {
          font-size: 80px; } }
      @media only screen and (max-width: 399px) {
        .counter li .num {
          font-size: 58px;
          margin-right: 15px; } }
@media only screen {
      .counter li .hash {
        font-size: 75px;
        padding-bottom: 40px;
        vertical-align: 40px;
        color: #4184d2; } }
      @media only screen and (max-width: 767px) {
        .counter li .hash {
          font-size: 50px; } }
      @media only screen and (max-width: 549px) {
        .counter li .hash {
          font-size: 36px;
          vertical-align: 27px; } }
      @media only screen and (max-width: 399px) {
        .counter li .hash {
          font-size: 26px;
          vertical-align: 15px; } }
@media only screen {
    .counter .slider {
      bottom: 0;
      left: 10px;
      display: none; } }
    @media only screen and (max-width: 767px) {
      .counter .slider {
        display: block; } }
@media only screen {
    .counter .prevnext {
      padding: 0 30px; } }
    @media only screen and (max-width: 399px) {
      .counter .prevnext {
        padding-left: 0;
        padding-right: 0; } }
@media only screen {
      .counter .prevnext a {
        font-size: 30px;
        bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .counter .counter_sm {
      min-height: 250px;
      padding: 0 30px; } }
  @media only screen and (max-width: 549px) {
    .counter .counter_sm {
      min-height: 220px; } }
  @media only screen and (max-width: 399px) {
    .counter .counter_sm {
      min-height: 220px;
      padding: 0 10px; } }
@media only screen {
    .counter .counter_numbers {
      margin-top: 30px;
      text-align: center; } }
    @media only screen and (max-width: 767px) {
      .counter .counter_numbers {
        display: none; } }
@media only screen {
      .counter .counter_numbers a {
        color: #ffffff;
        font-size: 22px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        padding: 12px 20px;
        margin: 0 10px; }
        .counter .counter_numbers a:hover, .counter .counter_numbers a.active {
          background-color: #ffffff;
          color: #001F5B;
          text-decoration: none; }
        .counter .counter_numbers a:first-child {
          padding: 12px 22px; }
        .counter .counter_numbers a.padding10 {
          padding: 12px 15px; } }
      @media only screen and (max-width: 899px) {
        .counter .counter_numbers a {
          margin: 0 5px; } }

@media only screen {
  #slider_counter {
    display: none; } }
  @media only screen and (max-width: 767px) {
    #slider_counter {
      display: block; } }

@media only screen {
  .faculty_more {
    position: relative; }
    .faculty_more .faculty_bg {
      max-height: 372px;
      height: 300px;
      height: 30vw;
      background-size: cover; }
    .faculty_more .slider_more {
      display: block; } }
    @media only screen and (max-width: 899px) {
      .faculty_more .slider_more {
        xheight: 180px; } }

.accreditation {
  color: #9a9289;
  padding-top: 80px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .accreditation {
      background-color: #ffffff;
      padding-top: 30px;
      padding-bottom: 20px; }
      .accreditation .img_bg {
        background-color: #d6d6d6;
        padding: 10px; } }
  .accreditation h2 {
    font-size: 3vw; }
    @media only screen and (max-width: 767px) {
      .accreditation h2 {
        font-size: 18px; } }
  .accreditation.no_section_padding {
    /*padding-top:10px;
    padding-bottom:10px;*/ }
    @media only screen and (max-width: 767px) {
      .accreditation.no_section_padding {
        padding-bottom: 50px; } }
  .accreditation .acc_row {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .accreditation .logos {
      margin-top: 0;
      min-height: 200px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) and (max-width: 549px) {
    .accreditation .logos {
      height: 210px; } }

  .accreditation .text {
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .accreditation .text {
        padding: 0 80px; } }
    @media only screen and (max-width: 549px) {
      .accreditation .text {
        padding: 0 10px;
        line-height: 1.1; } }
  .accreditation .acc2 .img {
    float: left;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc2 .img {
        float: none;
        margin: 0; } }
  .accreditation .acc2 .text {
    text-align: left;
    height: 100px;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc2 .text {
        margin-top: 10px;
        text-align: center;
        float: none;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .accreditation .acc2 .text p {
        line-height: 1.4; } }
  .accreditation .acc2.col1, .accreditation .acc2.col2 {
    border-right: 1px dotted #4184d2;
    min-height: 245px; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc2.col1, .accreditation .acc2.col2 {
        border: none; } }
    .accreditation .acc2.col1 .img, .accreditation .acc2.col2 .img {
      float: right;
      margin: 0 0 0 30px; }
      @media only screen and (max-width: 767px) {
        .accreditation .acc2.col1 .img, .accreditation .acc2.col2 .img {
          float: none;
          margin: 0; } }
    .accreditation .acc2.col1 .text, .accreditation .acc2.col2 .text {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .accreditation .acc2.col1 .text, .accreditation .acc2.col2 .text {
          text-align: center; } }
  .accreditation .col {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .accreditation .col {
        xwidth: 300px;
        xmargin: 0 auto;
        float: none; } }
    .accreditation .col p {
      font-family: montserrat-light, Helvetica, Arial, sans-serif;
      color: #001f5b; }
    @media only screen and (max-width: 767px) {
      .accreditation .col {
        display: none; } }
  .accreditation .acc3 .text p {
    text-align: center;
    padding: 10px 30px;
    font-size: 12px; }
    @media only screen and (max-width: 899px) {
      .accreditation .acc3 .text p {
        padding: 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .accreditation .acc3 .text p {
        line-height: 1.3;
        font-weight: bold; } }
  .accreditation .acc3 .img {
    margin-top: -20px;
    height: 100px; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc3 .img {
        margin-top: 0; } }
  .accreditation .acc3.col2 {
    border: 1px dotted #4184d2;
    border-width: 0px 1px; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc3.col2 {
        border: none; } }
  .accreditation .acc2 {
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .accreditation .acc2 .img {
        margin: 0; } }
  .accreditation .acc {
    border-top: 1px dotted #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden; }
    .accreditation .acc.col1 {
      border: none; }
    .accreditation .acc .img {
      float: left;
      width: 29%;
      text-align: center;
      line-height: 55px;
      xpadding-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .accreditation .acc .img {
          float: none;
          width: auto;
          height: 100px;
          line-height: 100px; } }
    .accreditation .acc .text {
      font-size: 17px;
      float: right;
      width: 70%;
      padding-top: 10px;
      xpadding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .accreditation .acc .text {
          font-size: 15px;
          font-weight: bold;
          float: none;
          width: auto; } }
      @media only screen and (max-width: 549px) {
        .accreditation .acc .text {
          width: 100%; } }
      .accreditation .acc .text p {
        color: #ffffff;
        text-align: left;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          .accreditation .acc .text p {
            color: #9a9289;
            line-height: 1.4;
            text-align: center; } }
        @media only screen and (max-width: 549px) {
          .accreditation .acc .text p {
            font-size: 12px; } }
  .accreditation .prevnext {
    display: none;
    font-family: icomoon; }
    @media only screen and (max-width: 767px) {
      .accreditation .prevnext {
        display: block; } }
    .accreditation .prevnext a {
      color: #9a9289;
      font-size: 30px; }
      .accreditation .prevnext a.prev {
        left: 20px; }
      .accreditation .prevnext a.next {
        right: 20px; }
  .accreditation .cycle-circles {
    display: none;
    bottom: -30px; }
    @media only screen and (max-width: 767px) {
      .accreditation .cycle-circles {
        display: block; } }
    .accreditation .cycle-circles span {
      border: 1px solid #9a9289; }
      .accreditation .cycle-circles span.cycle-pager-active {
        background-color: #9a9289; }

@media only screen and (max-width: 549px) {
  .msa_acc, .mt_acc {
    padding-bottom: 60px; } }
@media only screen and (max-width: 549px) {
  .msa_acc .cycle-circles, .mt_acc .cycle-circles {
    bottom: -50px; } }

.footer_main_wrap {
  float: left;
  width: 100%; }

.sticky_bar_wrap {
  float: left;
  width: 100%;
  margin: 0;
  background: #fff;
  height: auto;
  max-width: 1200px; }

/* Sticky footer */
#sticky_wrapper {
  width: 100%;
  height: auto;
  background-color: #001F5B;
  bottom: 0;
  z-index: 9999999;
  max-width: 1200px;
  border-top: 1px solid #435984; }

.fixed_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  max-width: 1200px; }

#sticky_wrapper.active {
  width: 100%;
  float: left;
  background: #f0f0f0;
  position: fixed;
  display: block;
  bottom: 0; }

.sticky_inner.container, .secondary .sticky_inner.container {
  height: auto;
  padding: 10px 0 10px !important;
  max-width: 960px; }
  @media only screen and (max-width: 767px) {
    .sticky_inner.container, .secondary .sticky_inner.container {
      text-align: center;
      padding: 0px 0 3px !important; } }

.btn_wrapp, .sticky_bar_wrap.ap-style .btn_wrapp {
  float: right;
  max-width: 400px;
  padding: 0 25px 0 0;
  margin: 5px 0 0; }
  @media only screen and (max-width: 992px) {
    .btn_wrapp, .sticky_bar_wrap.ap-style .btn_wrapp {
      padding-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .btn_wrapp, .sticky_bar_wrap.ap-style .btn_wrapp {
      float: none;
      display: inline-block;
      margin: 0 auto 0px;
      padding: 0 0 0 0;
      font-size: 1.5em;
      width: 180px; } }
  @media only screen and (max-width: 399px) {
    .btn_wrapp, .sticky_bar_wrap.ap-style .btn_wrapp {
      width: 47%; } }

#sticky_wrapper p {
  float: left;
  display: block;
  margin: 0 auto 0px;
  text-align: center;
  -webkit-transition: all ease .35s;
  -o-transition: all ease .35s;
  transition: all ease .35s;
  color: #fff;
  padding: 0;
  font-size: 2em;
  font-weight: 600;
  font-family: montserrat-light, Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 992px) {
    #sticky_wrapper p {
      padding: 0 0 0 2%;
      font-size: 1.7em; } }
  @media only screen and (max-width: 767px) {
    #sticky_wrapper p {
      /* display: block;
       font-size: 1.5em;*/
      float: none;
      display: block;
      margin: 0 auto 0px;
      padding: 0 0 0 0;
      font-size: 1.5em; } }
  @media only screen and (max-width: 399px) {
    #sticky_wrapper p {
      font-size: 1.2em; } }

.btn_wrapp a {
  display: block;
  width: 100px;
  height: auto;
  padding: 7px 5px 7px 15px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: montserrat-light, Helvetica, Arial, sans-serif; }

button.cta_btn, .button.apply-btn {
  display: block;
  background-color: #ff8200;
  border: none;
  padding: 10px 5px 10px 35px;
  width: 200px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  font-family: montserrat-light, Helvetica, Arial, sans-serif;
  /*@media screen and (max-width:700px) { 
      padding: 8px 5px 8px 35px;
      font-size: 17px;
      width: 100%;
      max-width: 200px;
      margin: 5px auto;
    }*/ }
  button.cta_btn:hover, .button.apply-btn:hover {
    background-color: #f3983a; }
  button.cta_btn span, .button.apply-btn span {
    background-image: url(/wp-content/themes/ckg-blank-child/assets/img/download-w.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 25px;
    top: 6px; }
  @media only screen and (max-width: 992px) {
    button.cta_btn, .button.apply-btn {
      width: 170px;
      padding-right: 10px; }
      button.cta_btn span, .button.apply-btn span {
        left: 12px; } }
  @media only screen and (max-width: 767px) {
    button.cta_btn, .button.apply-btn {
      margin: 0 auto 10px;
      width: 175px;
      /*padding: 8px 5px 8px 35px;
      font-size: 17px;
      width: 200px;
      max-width: 200px;*/
      /*span{
        width: 32px;
      height: 32px;
      position: absolute;
      left: 25px;
      top: 5px;
      }*/ }
      button.cta_btn span, .button.apply-btn span {
        left: 14px;
        top: 5px; } }
  @media only screen and (max-width: 399px) {
    button.cta_btn, .button.apply-btn {
      width: 97%;
      padding: 8px 5px 8px 5px; }
      button.cta_btn span, .button.apply-btn span {
        display: none; } }
  button.cta_btn.apply-btn, .button.apply-btn.apply-btn {
    background-color: #4890e2; }
    button.cta_btn.apply-btn span, .button.apply-btn.apply-btn span {
      background-image: url(/wp-content/themes/ckg-blank-child/assets/img/icon-outside-link.png); }

footer {
  background-color: #9a9289;
  color: #ffffff;
  vertical-align: middle;
  float: left;
  width: 100%; }
  footer .container {
    padding-top: 30px;
    padding-bottom: 10px; }
  footer p {
    color: #ffffff;
    float: left;
    margin-bottom: 20px;
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    font-size: 14px; }
    footer p.MBA {
      margin-bottom: 0;
      text-align: center;
      line-height: 2;
      float: none; }
    @media only screen and (max-width: 992px) {
      footer p {
        float: none;
        text-align: center;
        margin-top: 20px; } }
    @media only screen and (max-width: 899px) {
      footer p {
        float: none;
        text-align: center;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      footer p {
        float: left;
        width: 100%; } }
  footer ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      footer ul {
        float: none;
        width: 100%;
        margin: 0 auto 60px;
        text-align: center; }
        footer ul.vertical {
          width: 60%; } }
    footer ul.MBA {
      float: none;
      text-align: center; }
      footer ul.MBA li {
        float: none;
        display: inline-block;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          footer ul.MBA li {
            margin-left: 3px;
            margin-right: 3px; } }
        footer ul.MBA li.icon {
          vertical-align: middle;
          margin: 5px 1px; }
          footer ul.MBA li.icon a {
            margin: 0 5px; }
        footer ul.MBA li:first-child:before {
          content: "";
          margin: 0; }
    @media only screen and (max-width: 899px) {
      footer ul {
        float: none;
        width: 100%;
        margin: 0 auto 60px; }
        footer ul.vertical {
          width: 60%; } }
    @media only screen and (max-width: 767px) {
      footer ul {
        float: left;
        width: 100%; } }
  footer li {
    float: left; }
    @media only screen and (max-width: 992px) {
      footer li {
        display: inline-block; } }
    footer li:before {
      content: "//";
      letter-spacing: -1px;
      font-size: 16px;
      color: #ffffff;
      margin: 0 12px; }
    footer li:first-child:before {
      content: " "; }
    @media only screen and (max-width: 767px) {
      footer li {
        float: none;
        text-align: center;
        margin-bottom: 10px; }
        footer li:before {
          content: '';
          margin: 0 4px; } }
  footer li.icon {
    width: 30px;
    height: 30px;
    margin: -3px 5px 0 0; }
    footer li.icon a {
      display: block;
      height: 30px;
      width: 30px;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat; }
  footer li.fb {
    margin: -3px 5px 0 10px; }
  footer li.fb.icon a {
    background-image: url("/wp-content/themes/ckg-blank-child/img/fb.png"); }
  footer li.tw.icon a {
    background-image: url("/wp-content/themes/ckg-blank-child/img/twitter.png"); }
  footer li.ln.icon a {
    background-image: url("/wp-content/themes/ckg-blank-child/img/in.png"); }
  footer li.icon:before {
    display: none; }
  footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px; }
    footer a:hover {
      color: #bcbcbc; }

.sticky_bar_wrap.ap-style .btn_wrapp {
  float: left;
  padding: 0 0 0 25px; }
  @media only screen and (max-width: 992px) {
    .sticky_bar_wrap.ap-style .btn_wrapp {
      padding-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .sticky_bar_wrap.ap-style .btn_wrapp {
      float: none;
      padding: 0; } }

.page-template-page_popup-php {
  min-height: 600px;
  padding-bottom: 20px;
  position: relative; }

.popup-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 84px;
  background-color: #001F5B;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 549px) {
    .popup-header {
      text-align: center; } }
  .popup-header .pagetitle {
    font-size: 32px;
    color: #ffffff;
    margin: 5px 0 95px 0;
    text-align: center; }
    @media only screen and (max-width: 549px) {
      .popup-header .pagetitle {
        font-size: 20px;
        margin-bottom: 40px; } }

.title_wrapper {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover; }
  .title_wrapper .pagetitle {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    height: 100%;
    line-height: 180px;
    vertical-align: middle; }
    @media only screen and (max-width: 549px) {
      .title_wrapper .pagetitle {
        font-size: 20px;
        margin-bottom: 40px; } }

.popup-content {
  padding: 50px 90px 30px; }
  @media only screen and (max-width: 549px) {
    .popup-content {
      padding: 20px; } }

.popup-footer {
  width: 100%; }
  .popup-footer .container {
    padding: 0; }
  .popup-footer .row {
    margin: 0; }
  .popup-footer ul {
    display: none; }
  .popup-footer .copyright {
    padding: 15px 90px 0; }

.page-template-page_popup-php {
  padding-bottom: 0; }

.secondary .container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .secondary .container {
      padding-top: 20px;
      padding-bottom: 20px; } }
.secondary header {
  height: auto;
  background-size: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media only screen and (max-width: 767px) {
    .secondary header {
      min-height: 0; } }
  .secondary header .stick {
    height: 84px; }
    @media only screen and (max-width: 767px) {
      .secondary header .stick {
        height: 50px; } }
.secondary h1.pagetitle {
  color: #ffffff;
  text-align: center;
  height: 247px;
  vertical-align: middle;
  background-position: center center;
  background-size: cover;
  font-size: 44px;
  line-height: 135%;
  padding: 100px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .secondary h1.pagetitle {
      height: 120px;
      line-height: 120px;
      padding-top: 0; } }

.secondary h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #4184d2;
  text-align: left;
  margin-bottom: 10px; }
.secondary h3 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  color: #001F5B;
  text-align: left;
  margin-bottom: 30px; }
.secondary p {
  line-height: 1.7; }
  .secondary p a {
    text-decoration: underline; }

.lead-form_wrapper {
  display: none; }

.lf-secondary {
  padding: 0; }
  .lf-secondary > #lead-form {
    display: none; }

.programdetails_wrapper.content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 549px) {
    .programdetails_wrapper.content {
      padding-top: 0;
      padding-bottom: 0; } }
.programdetails_wrapper h2 {
  margin-top: 30px; }
.programdetails_wrapper h3 {
  margin-bottom: 0; }
.programdetails_wrapper ul {
  padding-left: 0; }
.programdetails_wrapper li {
  font-family: sortsmillgoudy, Times, serif;
  color: #000000;
  margin: 10px 0; }
  .programdetails_wrapper li:before {
    font-size: 30px; }
  .programdetails_wrapper li li:before {
    content: "-";
    color: #fed141; }
.programdetails_wrapper p {
  font-family: inherit;
  line-height: 145%;
  color: #898989; }
  .programdetails_wrapper p strong {
    color: #414042; }
.programdetails_wrapper .no-gutter {
  padding-right: 0;
  padding-left: 0; }
.programdetails_wrapper #section02 {
  background-color: #679ddb;
  border-bottom: 15px solid #001f5b; }
  .programdetails_wrapper #section02 p, .programdetails_wrapper #section02 li {
    font-family: inherit;
    color: #ffffff; }
.programdetails_wrapper #section04 {
  background-color: #001F5B; }
  .programdetails_wrapper #section04 h3 {
    color: #ffffff; }
.programdetails_wrapper .curriculum h2, .programdetails_wrapper .curriculum li {
  clear: both; }
  .programdetails_wrapper .curriculum h2 span:first-child, .programdetails_wrapper .curriculum li span:first-child {
    float: left;
    text-align: left;
    width: 70%;
    display: block; }
  .programdetails_wrapper .curriculum h2 span:last-child, .programdetails_wrapper .curriculum li span:last-child {
    font-weight: bold;
    float: right;
    text-align: center;
    width: 27%;
    text-align: left; }
    @media only screen and (max-width: 549px) {
      .programdetails_wrapper .curriculum h2 span:last-child, .programdetails_wrapper .curriculum li span:last-child {
        text-align: right; } }
.programdetails_wrapper .curriculum h3 {
  font-size: 22px;
  padding: 35px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #001F5B; }
  @media only screen and (max-width: 549px) {
    .programdetails_wrapper .curriculum h3 {
      padding: 12px 15% 25px 0;
      margin: 10px 0;
      line-height: 1.4; } }
  .programdetails_wrapper .curriculum h3:after {
    content: "\e20b";
    font-family: icomoon;
    font-size: 25px;
    position: absolute;
    top: 35px;
    right: 25px;
    padding-right: 0; }
    @media only screen and (max-width: 549px) {
      .programdetails_wrapper .curriculum h3:after {
        top: 12px; } }
.programdetails_wrapper .curriculum h3 + div {
  display: none; }
.programdetails_wrapper .curriculum h3.open + div {
  display: block; }
.programdetails_wrapper .curriculum h3.open {
  border-bottom: none; }
  .programdetails_wrapper .curriculum h3.open:after {
    content: "\e20a"; }
.programdetails_wrapper .curriculum h3 + h2 {
  border-top: 1px solid #4184d2;
  padding-top: 10px; }
.programdetails_wrapper .curriculum .course_list {
  padding: 25px 10%; }
  @media only screen and (max-width: 767px) {
    .programdetails_wrapper .curriculum .course_list {
      margin: 0 -15px; } }
  .programdetails_wrapper .curriculum .course_list.gray {
    background-color: #f6f6f6; }
  .programdetails_wrapper .curriculum .course_list.blue {
    background-color: #001F5B; }
    .programdetails_wrapper .curriculum .course_list.blue p {
      color: #ffffff; }
  .programdetails_wrapper .curriculum .course_list h2 {
    margin-top: 0;
    padding-bottom: 15px; }
  .programdetails_wrapper .curriculum .course_list strong {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 10px;
    display: inline; }
    .programdetails_wrapper .curriculum .course_list strong.blue {
      color: #4184d2;
      text-transform: uppercase; }
    .programdetails_wrapper .curriculum .course_list strong.black {
      color: #414042; }
  .programdetails_wrapper .curriculum .course_list p {
    display: inline; }
  .programdetails_wrapper .curriculum .course_list ol li span:last-child {
    color: #414042; }
.programdetails_wrapper .curriculum h2.no_border {
  padding-top: 10px;
  border-top: none; }
.programdetails_wrapper .curriculum ol {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #4184d2; }
  .programdetails_wrapper .curriculum ol li {
    color: #414042;
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin: 5px 0;
    padding: 0; }
.programdetails_wrapper .curriculum ul, .programdetails_wrapper .curriculum ol {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 15px; }
  .programdetails_wrapper .curriculum ul li, .programdetails_wrapper .curriculum ol li {
    color: #898989;
    font-size: 16px;
    font-family: inherit; }
    .programdetails_wrapper .curriculum ul li:before, .programdetails_wrapper .curriculum ol li:before {
      color: #ffffff; }

.faq_wrapper h2 {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .faq_wrapper h2 {
      padding: 40px 0 10px;
      margin: 0;
      border-top: 1px solid #001F5B; } }
.faq_wrapper h2:first-child {
  border: none; }
.faq_wrapper h2 + h3 {
  margin-top: 20px; }
.faq_wrapper h3 {
  position: relative;
  margin-top: 40px; }
  .faq_wrapper h3:after {
    content: " "; }
    @media only screen and (max-width: 767px) {
      .faq_wrapper h3:after {
        content: "\e20b";
        font-family: icomoon;
        font-size: 25px;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .faq_wrapper h3 {
      font-size: 15px;
      padding: 10px 40px 10px 0;
      margin: 0;
      border-top: 1px solid #001F5B;
      border-width: 1px 0; } }
@media only screen and (max-width: 767px) {
  .faq_wrapper h3.open {
    border-bottom: none; }
    .faq_wrapper h3.open:after {
      content: "\e20a"; } }
.faq_wrapper h3.open + div {
  display: block; }
.faq_wrapper h3 + div {
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    .faq_wrapper h3 + div {
      margin-top: 10px;
      display: none; } }
.faq_wrapper ul {
  padding: 0; }
.faq_wrapper li {
  margin: 7px 0;
  font-family: sortsmillgoudy, Times, serif; }
  @media only screen and (max-width: 767px) {
    .faq_wrapper li {
      padding-left: 15px; } }

.faculty_wrapper {
  font-size: 13px;
  /*h1.pagetitle {
  		color:cv(white);
  		text-align:center;
  		height:247px;
  		line-height:135%;
  		vertical-align:middle;
  		background-position:center center;
  		background-size:cover;
  		@media only screen and (max-width : 767px) {
  			height:120px;
  			line-height:120px;
  		}	
  	}	*/
  /* for mba, msa, mlt, mt faculty pages */ }
  .faculty_wrapper header {
    height: 300px;
    background-size: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper header {
        height: auto;
        min-height: 0; } }
    .faculty_wrapper header .stick {
      height: 84px; }
      @media only screen and (max-width: 767px) {
        .faculty_wrapper header .stick {
          height: 50px; } }
  .faculty_wrapper h2 {
    color: #9a9289;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left; }
  .faculty_wrapper h3 {
    color: #001F5B; }
  .faculty_wrapper .filter {
    margin-top: 30px; }
    .faculty_wrapper .filter p {
      font-width: bold;
      color: #001F5B;
      font-family: montserrat-light, Helvetica, Arial, sans-serif; }
    .faculty_wrapper .filter ul {
      padding: 0;
      list-style: none; }
      .faculty_wrapper .filter ul:hover li {
        display: block; }
    .faculty_wrapper .filter li {
      text-transform: uppercase;
      background-color: #4184d2;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      border-bottom: 1px solid #ffffff; }
      @media only screen and (max-width: 549px) {
        .faculty_wrapper .filter li {
          height: auto;
          line-height: 1;
          min-height: 40px; } }
      .faculty_wrapper .filter li a {
        padding: 0 0 0 20px;
        text-decoration: none;
        color: #ffffff;
        display: block; }
        .faculty_wrapper .filter li a:after {
          content: "\e20b"; }
          @media only screen and (max-width: 549px) {
            .faculty_wrapper .filter li a:after {
              position: absolute;
              top: 8px;
              right: 0; } }
        @media only screen and (max-width: 549px) {
          .faculty_wrapper .filter li a {
            padding: 12px 40px 10px 10px;
            position: relative; } }
      .faculty_wrapper .filter li .show {
        display: block; }
      .faculty_wrapper .filter li .hide {
        display: none; }
      .faculty_wrapper .filter li:first-child {
        display: block; }
  .faculty_wrapper .content {
    margin-bottom: 0;
    padding-bottom: 30px; }
  .faculty_wrapper .profiles {
    margin-top: 40px; }
  .faculty_wrapper .profile {
    clear: both; }
  .faculty_wrapper .profile_image {
    display: none; }
  .faculty_wrapper .summary_info {
    display: none; }
  .faculty_wrapper .name {
    color: #001F5B;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px; }
  .faculty_wrapper .title {
    font-size: 15px;
    color: #4184d2;
    text-transform: uppercase; }
  .faculty_wrapper .label {
    color: #9a9289;
    text-transform: none;
    font-size: 14px; }
    .faculty_wrapper .label:after {
      color: #9a9289;
      border-color: #9a9289;
      xtop: 5px; }
    .faculty_wrapper .label.open {
      font-family: montserrat-light, Helvetica, Arial, sans-serif; }
  .faculty_wrapper .accordion {
    color: #9a9289;
    border-color: #9a9289; }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper .accordion:last-child {
        border: none; } }
    .faculty_wrapper .accordion .more {
      color: #414042;
      font-size: 15px; }
  @media only screen and (max-width: 767px) {
    .faculty_wrapper .collapse_sm h2 {
      color: #001F5B;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    .faculty_wrapper .collapse_sm .name {
      background-color: #4184d2;
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      margin: 0;
      padding: 0 10px;
      border-bottom: 1px solid #ffffff;
      cursor: pointer; }
      .faculty_wrapper .collapse_sm .name:after {
        content: "\e20b";
        font-family: icomoon;
        font-size: 26px;
        float: right; } }
  @media only screen and (max-width: 767px) and (max-width: 549px) {
    .faculty_wrapper .collapse_sm .name {
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .faculty_wrapper .collapse_sm .more_faculty_details {
      display: none;
      margin: 10px 0 20px 0; } }
  .faculty_wrapper .open .name:after {
    content: "\e20a"; }
  .faculty_wrapper .open .more_faculty_details {
    display: block; }
  .faculty_wrapper .faculty_degree .profile {
    margin-bottom: 40px; }
  .faculty_wrapper .faculty_degree .name {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper .faculty_degree .name {
        text-align: center;
        margin: 0 0 10px; } }
  .faculty_wrapper .faculty_degree .profile_image {
    display: block;
    float: left;
    margin: -20px 30px 0 0;
    width: 100px;
    height: 100px; }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper .faculty_degree .profile_image {
        float: none;
        margin: 0 auto; } }
    .faculty_wrapper .faculty_degree .profile_image img {
      border-radius: 50%; }
  .faculty_wrapper .faculty_degree .summary_info {
    display: block;
    margin-left: 130px; }
    .faculty_wrapper .faculty_degree .summary_info p {
      font-size: 15px;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .faculty_wrapper .faculty_degree .summary_info p {
          line-height: 1.5; } }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper .faculty_degree .summary_info {
        clear: left;
        margin-left: 0; } }
  .faculty_wrapper .faculty_degree .more_faculty_details {
    display: none;
    margin-left: 130px; }
    @media only screen and (max-width: 767px) {
      .faculty_wrapper .faculty_degree .more_faculty_details {
        margin-left: 0; } }

.accordion {
  border-bottom: 1px solid #001F5B;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px; }
  .accordion .more {
    display: none;
    clear: both;
    padding: 10px 0 20px;
    font-family: sortsmillgoudy, Times, serif;
    color: #000000; }
  .accordion ul {
    padding: 0 0 0 20px; }

.label {
  padding: 10px 0 0;
  color: #001F5B;
  text-transform: uppercase;
  font-size: 20px; }
  .label:after {
    content: '+';
    position: absolute;
    top: 9px;
    right: 10px;
    border: 1px solid #001F5B;
    color: #001F5B;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    padding: 0 6px; }
  .label.open {
    font-weight: bold;
    xfont-family: montserrat, Helvetica, Arial, sans-serif; }
    .label.open:after {
      content: '-'; }

.blue_gradient .accordion {
  border-color: #ffffff; }
.blue_gradient .label {
  color: #ffffff; }
  .blue_gradient .label:after {
    color: #ffffff;
    border-color: #ffffff;
    right: 5px; }

.salary_row {
  margin-top: 30px; }

.salary {
  background-color: #001f5b;
  padding: 8px 20px;
  margin-bottom: 10px;
  overflow: hidden; }
  .salary:nth-child(even) {
    background-color: #4184d2; }
  .salary span {
    color: #ffffff;
    max-width: 70%; }
  .salary .title {
    float: left; }
  .salary .number {
    float: right; }

.resources .container {
  padding-top: 0px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .resources .container {
      padding-top: 20px;
      padding-bottom: 20px; } }
.resources header {
  height: 705px;
  background-size: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media only screen and (max-width: 549px) {
    .resources header {
      height: 730px; } }
  @media only screen and (max-width: 399px) {
    .resources header {
      height: 760px;
      background-size: 120% !important; } }
  @media only screen and (max-width: 767px) {
    .resources header .menu_title.title_row {
      background-color: #fff; } }
  @media only screen and (max-width: 767px) {
    .resources header .menu_title_row {
      display: block; } }
  .resources header .logo_form_wrapper {
    width: 300px; }
    @media only screen and (max-width: 767px) {
      .resources header .logo_form_wrapper {
        width: 100%;
        height: auto;
        padding: 15px 0 15px;
        background-color: #d6d6d6;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPΓÇªB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
        background-size: 100%;
        background-image: -moz-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
        background-image: -webkit-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
        background-image: -o-linear-gradient(150deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%);
        background-image: linear-gradient(-60deg, #bcbcbc 0%, #bcbcbc 50%, #d6d6d6 50%, #d6d6d6 100%); } }
    .resources header .logo_form_wrapper h2.form_intro {
      margin-top: 0; }
    .resources header .logo_form_wrapper div#lead-form {
      max-width: 300px;
      margin: auto; }
    .resources header .logo_form_wrapper .lead-form h2 {
      background-image: url(/wp-content/themes/ckg-blank-child/assets/img/download.png);
      background-repeat: no-repeat;
      background-position: center top; }
    @media only screen and (max-width: 767px) {
      .resources header .logo_form_wrapper .lead-form {
        margin: 0 auto 0;
        background: #fff;
        padding: 20px 15px 20px; } }
    @media only screen and (max-width: 767px) {
      .resources header .logo_form_wrapper {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .resources header .form_wrapper {
      min-height: 400px;
      padding: 200px 0 0; } }
  @media only screen and (max-width: 549px) {
    .resources header .form_wrapper {
      padding: 160px 0 0; } }
  @media only screen and (max-width: 767px) {
    .resources header .col-md-1.mobile {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .resources header {
      height: 750px;
      background-position: 0 130px;
      background-size: 100%;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .resources header h1 {
    color: #ffffff;
    text-align: center;
    height: 247px;
    line-height: 230px;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
    font-size: 44px; }
    @media only screen and (max-width: 767px) {
      .resources header h1 {
        padding: 0 20px; } }
  .resources header .stick {
    height: 84px; }
    @media only screen and (max-width: 767px) {
      .resources header .stick {
        height: 50px; } }
.resources .container.white_bg {
  padding-bottom: 10px; }
  .resources .container.white_bg h2 {
    margin: 20px 0; }
    @media only screen and (max-width: 767px) {
      .resources .container.white_bg h2 {
        margin-top: 20px; } }
    @media only screen and (max-width: 549px) {
      .resources .container.white_bg h2 {
        margin-top: 0px; } }
  @media only screen and (max-width: 549px) {
    .resources .container.white_bg {
      margin-top: 0px;
      padding-top: 20px; } }
  @media only screen and (max-width: 399px) {
    .resources .container.white_bg {
      padding-top: 20px; } }
.resources h2 {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .resources h2 {
      margin-top: 0; } }
.resources p {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .resources p {
      line-height: 1.4; } }
.resources .container.no_section_padding_bottom {
  padding-bottom: 0; }
.resources .slideshow {
  background-color: #d6d6d6;
  padding: 50px 0 70px; }
  .resources .slideshow:before {
    top: -43px; }
  .resources .slideshow .row {
    margin: 0; }
  @media only screen and (max-width: 899px) {
    .resources .slideshow .slider {
      display: block; } }
.resources .inner_slide {
  width: 200px;
  width: 19vw;
  max-width: 230px; }
  @media only screen and (max-width: 899px) {
    .resources .inner_slide {
      width: 24vw; } }
  @media only screen and (max-width: 767px) {
    .resources .inner_slide {
      width: 38vw;
      max-width: 340px; } }
  @media only screen and (max-width: 549px) {
    .resources .inner_slide {
      max-width: 408px;
      width: 77vw; } }
.resources .slide {
  margin-right: 20px; }
  .resources .slide .img {
    background-color: #001F5B;
    position: relative;
    min-height: 180px;
    z-index: 1000; }
    @media only screen and (max-width: 899px) {
      .resources .slide .img {
        min-height: 24vw; } }
    @media only screen and (max-width: 767px) {
      .resources .slide .img {
        min-height: 33vw; } }
  .resources .slide img {
    display: block;
    opacity: .2;
    width: 100%; }
  .resources .slide .title {
    position: absolute;
    top: 55px;
    left: 0;
    padding: 0 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    white-space: normal;
    width: 100%; }
    @media only screen and (max-width: 899px) {
      .resources .slide .title {
        top: 40px; } }
  .resources .slide .date {
    font-size: 12px;
    margin: 10px 0; }
  .resources .slide .excerpt {
    height: 73px;
    font-size: 15px;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 10px; }
  .resources .slide p {
    font-size: 13px;
    line-height: 1.4; }
  .resources .slide .btn {
    width: 130px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0;
    z-index: 1000; }
    @media only screen and (max-width: 549px) {
      .resources .slide .btn {
        margin: 0 auto; } }
.resources .video .title {
  width: 100%;
  margin-top: 20px; }
  .resources .video .title:before {
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e208";
    font-family: icomoon;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 28px;
    color: #ffffff;
    width: 30px;
    height: 32px;
    line-height: 30px; }
.resources .slider {
  height: 100%;
  top: 0; }
.resources .col {
  height: 100%; }
.resources .cycle-slide-active img {
  opacity: 1;
  border: 3px solid #001F5B; }
.resources .cycle-slide-active .title {
  background-color: rgba(0, 31, 91, 0.9);
  padding: 8px 15px; }
@media only screen and (max-width: 549px) {
  .resources .cycle-slide-active img {
    opacity: .2; }
  .resources .cycle-slide-active .title {
    background-color: transparent; } }
.resources .prevnext a {
  bottom: auto;
  top: 200px;
  font-size: 60px;
  font-weight: bold; }
  @media only screen and (max-width: 549px) {
    .resources .prevnext a {
      top: 100px;
      font-size: 40px; } }
  .resources .prevnext a.prev {
    left: 40px; }
    @media only screen and (max-width: 899px) {
      .resources .prevnext a.prev {
        left: 0; } }
  .resources .prevnext a.next {
    right: 40px; }
    @media only screen and (max-width: 899px) {
      .resources .prevnext a.next {
        right: 0; } }
@media only screen and (max-width: 399px) {
  .resources .mobile .col.col-xs-8 {
    width: 80%; } }
@media only screen and (max-width: 399px) {
  .resources .mobile .col.col-xs-2.prevnext {
    width: 10%; } }
@media only screen and (max-width: 549px) {
  .resources .mobile .cycle-circles {
    bottom: 10px; } }
@media only screen and (max-width: 399px) {
  .resources .mobile .cycle-circles {
    bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .resources .mobile .cycle-circles span {
    border-width: 1px;
    width: 7px;
    height: 7px;
    margin: 0px 2px; } }
.resources .cycle-circles {
  bottom: 0; }
  .resources .cycle-circles span {
    border-width: 2px; }
.resources footer#menu-footer .container {
  padding-top: 30px;
  padding-bottom: 10px; }

@media only screen and (min-width: 1199px) {
  .article_wrapper .container {
    width: 1200px; } }
@media only screen and (max-width: 767px) {
  .article_wrapper .article_content {
    padding-bottom: 0; } }
.article_wrapper .article_content .entry {
  font-family: sortsmillgoudy, Times, serif;
  line-height: 1.8;
  color: #000; }
  .article_wrapper .article_content .entry h2 {
    margin-top: 30px; }
.article_wrapper header {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
.article_wrapper .breadcrumbs {
  text-transform: uppercase;
  padding-bottom: 0; }
.article_wrapper .post, .article_wrapper .sidebar {
  border-top: 1px solid #4184d2;
  padding-top: 40px; }
.article_wrapper .post {
  border-bottom: 1px solid #4184d2; }
  @media only screen and (max-width: 767px) {
    .article_wrapper .post {
      padding-top: 20px; } }
  .article_wrapper .post .entry p {
    word-wrap: break-word; }
.article_wrapper h1 {
  font-size: 30px;
  text-transform: none;
  color: #9a9289;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .article_wrapper h1 {
      font-size: 20px;
      margin-bottom: 10px; } }
.article_wrapper h3 {
  font-size: 18px;
  font-family: sortsmillgoudy, Times, serif; }
  @media only screen and (max-width: 767px) {
    .article_wrapper h3 {
      font-size: 17px; } }
.article_wrapper h2 {
  font-size: 22px;
  margin: 15px 0 0 0;
  text-align: left;
  text-transform: none;
  font-family: sortsmillgoudy, Times, serif; }
  @media only screen and (max-width: 767px) {
    .article_wrapper h2 {
      font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .article_wrapper .sidebar_wrapper {
    padding: 40px 0 0; } }
@media only screen and (max-width: 767px) {
  .article_wrapper .sidebar {
    background-color: #d6d6d6;
    border: none;
    padding: 40px 20px; } }
.article_wrapper .sidebar h2 {
  margin: 40px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #4184d2;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .article_wrapper .sidebar h2 {
      color: #001F5B;
      margin: 0 0 20px; } }
.article_wrapper .sidebar ul {
  padding-left: 0; }
.article_wrapper .sidebar li {
  margin: 10px 0; }
  .article_wrapper .sidebar li a {
    color: #9a9289;
    text-decoration: underline;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .article_wrapper .sidebar li a {
        color: #414042; } }
@media only screen and (max-width: 767px) {
  .article_wrapper .sidebar .social_media {
    display: none; } }
.article_wrapper .sidebar .social_media a {
  height: 60px;
  width: 60px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_social_media.png"); }
.article_wrapper .sidebar .social_media .facebook {
  background-position: -15px -18px; }
.article_wrapper .sidebar .social_media .twitter {
  background-position: -95px -18px; }
.article_wrapper .sidebar .social_media .googleplus {
  background-position: -173px -18px; }
.article_wrapper .sidebar .social_media .pinterest {
  background-position: -250px -18px; }
.article_wrapper .social_media_sm {
  text-align: center;
  display: none;
  border-top: 1px solid #4184d2;
  padding: 10px 0 6px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .article_wrapper .social_media_sm {
      display: block; } }
  .article_wrapper .social_media_sm .social_media a {
    height: 60px;
    width: 60px;
    display: inline-block;
    text-indent: -9999px;
    background-image: url("/wp-content/themes/ckg-blank-child/assets/img/icons_social_media.png"); }
  .article_wrapper .social_media_sm .social_media .facebook {
    background-position: -15px -18px; }
  .article_wrapper .social_media_sm .social_media .twitter {
    background-position: -95px -18px; }
  .article_wrapper .social_media_sm .social_media .googleplus {
    background-position: -173px -18px; }
  .article_wrapper .social_media_sm .social_media .pinterest {
    background-position: -250px -18px; }
.article_wrapper .date {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .article_wrapper .date {
      margin-bottom: 20px;
      font-size: 14px; } }
.article_wrapper .entry img {
  margin: 20px 10px 20px 0px;
  display: block; }
.article_wrapper .entry .student {
  float: left; }
.article_wrapper .entry ul {
  list-style-type: circle;
  margin: 15px auto; }
  .article_wrapper .entry ul li {
    font-family: sortsmillgoudy, Times, serif;
    list-style: initial; }
.article_wrapper .prev_next {
  margin-top: 20px;
  padding-bottom: 20px; }
.article_wrapper .next_post {
  float: left; }
.article_wrapper .next_post {
  float: right; }
.article_wrapper footer ul {
  display: none; }

body.lp-faculty .profile {
  margin-bottom: 0 !important;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none; }
  @media only screen and (max-width: 767px) {
    body.lp-faculty .profile {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    body.lp-faculty .profile .content_wrapper {
      max-width: 300px;
      float: left;
      padding: 0 5px 0 15px; } }
  @media only screen and (max-width: 549px) {
    body.lp-faculty .profile .content_wrapper {
      max-width: 70%; } }
  @media only screen and (max-width: 399px) {
    body.lp-faculty .profile .content_wrapper {
      max-width: 100%;
      width: 100%; } }
  body.lp-faculty .profile .profile_intro_wrapper {
    padding: 5% 5% 0 137px; }
    @media screen and (max-width: 800px) {
      body.lp-faculty .profile .profile_intro_wrapper {
        padding: 5% 10% 0 10%; } }
    @media only screen and (max-width: 767px) {
      body.lp-faculty .profile .profile_intro_wrapper {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      body.lp-faculty .profile .profile_intro_wrapper {
        padding: 5% 10% 0 10%; } }
    @media screen and (max-width: 480px) {
      body.lp-faculty .profile .profile_intro_wrapper {
        padding: 5% 5% 0 5%; } }
    body.lp-faculty .profile .profile_intro_wrapper .title {
      font-size: 12px;
      color: #6d6e71;
      text-transform: capitalize; }
      @media screen and (max-width: 400px) {
        body.lp-faculty .profile .profile_intro_wrapper .title {
          text-align: center; } }
    body.lp-faculty .profile .profile_intro_wrapper .name {
      color: #001F5B;
      font-weight: bold;
      font-size: 20px;
      margin: 0 0 5px 120px; }
      @media only screen and (max-width: 767px) {
        body.lp-faculty .profile .profile_intro_wrapper .name {
          margin: 0 0 5px 0;
          text-align: left;
          clear: none; } }
      @media screen and (max-width: 400px) {
        body.lp-faculty .profile .profile_intro_wrapper .name {
          text-align: center; } }
    body.lp-faculty .profile .profile_intro_wrapper .summary_info {
      display: block;
      margin-left: 120px; }
      @media only screen and (max-width: 767px) {
        body.lp-faculty .profile .profile_intro_wrapper .summary_info {
          margin-left: 0;
          text-align: left;
          clear: none; } }
      @media only screen and (max-width: 399px) {
        body.lp-faculty .profile .profile_intro_wrapper .summary_info p {
          text-align: center; } }
    body.lp-faculty .profile .profile_intro_wrapper .summary p a {
      font-family: montserrat-light, Helvetica, Arial, sans-serif; }
  body.lp-faculty .profile .profile_image {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      body.lp-faculty .profile .profile_image {
        float: left; } }
    @media only screen and (max-width: 399px) {
      body.lp-faculty .profile .profile_image {
        float: none;
        margin: auto; } }
    body.lp-faculty .profile .profile_image img {
      border-radius: 0; }
body.lp-faculty .profile.open:nth-of-type(even) .profile_intro_wrapper.next {
  padding: 5% 5% 0 137px; }
body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper.next.next_no_open {
  padding: 5% 25% 0 5%; }
body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper.next {
  padding: 5% 5% 0 137px; }
  @media screen and (max-width: 800px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper.next {
      padding: 5% 10% 0 10%; } }
  @media screen and (max-width: 600px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper.next {
      padding: 5% 10% 0 10%; } }
  @media screen and (max-width: 480px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper.next {
      padding: 5% 5% 0 5%; } }
body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper {
  padding: 5% 25% 0 5%; }
  @media screen and (max-width: 800px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper {
      padding: 5% 10% 0 10%; } }
  @media only screen and (max-width: 767px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper {
      padding: 5% 10% 0 10%; } }
  @media screen and (max-width: 600px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper {
      padding: 5% 10% 0 10%; } }
  @media screen and (max-width: 480px) {
    body.lp-faculty .profile:nth-of-type(even) .profile_intro_wrapper {
      padding: 5% 5% 0 5%; } }
body.lp-faculty .profile.open {
  background: #679ddb;
  margin: 0;
  width: 100%;
  float: left;
  font-family: montserrat-light, Helvetica, Arial, sans-serif; }
  body.lp-faculty .profile.open .name {
    margin-top: 0;
    margin-bottom: 5px; }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .name {
        text-align: center; } }
  body.lp-faculty .profile.open .name:after {
    display: none; }
  body.lp-faculty .profile.open .profile_image {
    margin: 0 30px 0 0; }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .profile_image {
        float: none;
        margin: auto; } }
    body.lp-faculty .profile.open .profile_image img {
      border-radius: 0; }
  body.lp-faculty .profile.open .more_faculty_details {
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    margin-left: 0;
    color: #fff; }
    body.lp-faculty .profile.open .more_faculty_details p {
      color: #fff;
      font-family: montserrat-light, Helvetica, Arial, sans-serif;
      line-height: 1; }
    body.lp-faculty .profile.open .more_faculty_details p.space {
      margin: 10px 0;
      display: block;
      padding: 6px 0; }
    body.lp-faculty .profile.open .more_faculty_details br {
      display: block; }
  body.lp-faculty .profile.open .more .section_wrap {
    width: 100%;
    float: left;
    padding: 0 0 50px; }
  body.lp-faculty .profile.open .more .section_wrap.first {
    border-bottom: 13px solid #001F5B; }
  body.lp-faculty .profile.open .more .section_wrap.second {
    background: #fff; }
    body.lp-faculty .profile.open .more .section_wrap.second p {
      color: #333; }
    body.lp-faculty .profile.open .more .section_wrap.second ul {
      padding-left: 0px;
      color: #898989;
      max-width: 300px;
      float: left;
      margin: 10px 40px 0 0; }
      @media only screen and (max-width: 899px) {
        body.lp-faculty .profile.open .more .section_wrap.second ul {
          max-width: 100%;
          float: left;
          margin: 10px 0 0 0; } }
      @media only screen and (max-width: 549px) {
        body.lp-faculty .profile.open .more .section_wrap.second ul {
          padding-left: 0px;
          color: #898989;
          max-width: 100%;
          float: left;
          margin: 30px 0 0 0;
          padding: 0 5% 0; } }
      body.lp-faculty .profile.open .more .section_wrap.second ul > br {
        display: none; }
      body.lp-faculty .profile.open .more .section_wrap.second ul li {
        list-style: none;
        line-height: 150%;
        margin: 0 0 5px; }
    body.lp-faculty .profile.open .more .section_wrap.second h5 {
      color: #679ddb !important;
      font-size: 19px;
      margin: 0 !important; }
      @media only screen and (max-width: 549px) {
        body.lp-faculty .profile.open .more .section_wrap.second h5 {
          margin: 0 0 0 5% !important; } }
  body.lp-faculty .profile.open .more .section_wrap.third h5.yellow {
    color: #fed141 !important;
    font-size: 19px;
    margin: 0 0 10px !important; }
  body.lp-faculty .profile.open .more .section_wrap.last {
    background: #fff; }
    body.lp-faculty .profile.open .more .section_wrap.last h5 {
      color: #679ddb !important;
      font-size: 15px;
      margin: 0 0 10px !important; }
    body.lp-faculty .profile.open .more .section_wrap.last ul {
      padding-left: 0px; }
      body.lp-faculty .profile.open .more .section_wrap.last ul > br {
        display: none; }
      body.lp-faculty .profile.open .more .section_wrap.last ul li {
        padding: 20px 25px 15px; }
        body.lp-faculty .profile.open .more .section_wrap.last ul li p {
          color: #898989;
          line-height: 1.5; }
      body.lp-faculty .profile.open .more .section_wrap.last ul li:nth-child(odd) {
        background: #f8f8f8; }
  body.lp-faculty .profile.open .more .wrapper {
    padding: 3% 26% 0 22%;
    background: transparent;
    font-family: montserrat-light, Helvetica, Arial, sans-serif;
    font-size: 12px; }
    @media only screen and (max-width: 899px) {
      body.lp-faculty .profile.open .more .wrapper {
        max-width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 3% 15% 0 15%; } }
    @media screen and (max-width: 800px) {
      body.lp-faculty .profile.open .more .wrapper {
        padding: 3% 5% 0 5%; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .more .wrapper {
        padding: 0 8% 0;
        text-align: left; } }
    body.lp-faculty .profile.open .more .wrapper > br {
      display: none; }
    body.lp-faculty .profile.open .more .wrapper a {
      color: #fff; }
    body.lp-faculty .profile.open .more .wrapper strong.yellow {
      color: #fed141; }
    body.lp-faculty .profile.open .more .wrapper p {
      line-height: 1.5; }
  body.lp-faculty .profile.open .more .publications_wrapper.wrapper {
    padding: 3% 0 0 22%; }
    @media only screen and (max-width: 899px) {
      body.lp-faculty .profile.open .more .publications_wrapper.wrapper {
        padding: 3% 0 0 15%; } }
    @media screen and (max-width: 800px) {
      body.lp-faculty .profile.open .more .publications_wrapper.wrapper {
        padding: 3% 5% 0 5%; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .more .publications_wrapper.wrapper {
        padding: 3% 3% 0 3%; } }
  body.lp-faculty .profile.open .more .intro.wrapper {
    padding: 0 5% 0 260px; }
    @media only screen and (max-width: 767px) {
      body.lp-faculty .profile.open .more .intro.wrapper {
        padding: 0 5% 0 210px; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .more .intro.wrapper {
        padding: 5% 5% 0;
        text-align: center; } }
  body.lp-faculty .profile.open .profile_intro_wrapper {
    padding: 3% 0 0 130px; }
    @media only screen and (max-width: 767px) {
      body.lp-faculty .profile.open .profile_intro_wrapper {
        padding: 5% 0 0 80px; } }
    @media only screen and (max-width: 767px) {
      body.lp-faculty .profile.open .profile_intro_wrapper .content_wrapper {
        padding: 0 5px 0 0; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .profile_intro_wrapper .content_wrapper {
        max-width: 100%;
        text-align: center;
        float: left;
        width: 100%; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .profile_intro_wrapper {
        padding: 5% 0 0 0; } }
    body.lp-faculty .profile.open .profile_intro_wrapper > br {
      display: none; }
    body.lp-faculty .profile.open .profile_intro_wrapper .title {
      font-size: 12px;
      color: #fff; }
      @media only screen and (max-width: 549px) {
        body.lp-faculty .profile.open .profile_intro_wrapper .title {
          text-align: center; } }
    @media only screen and (max-width: 549px) {
      body.lp-faculty .profile.open .profile_intro_wrapper .summary {
        text-align: center; } }
    body.lp-faculty .profile.open .profile_intro_wrapper .summary p a {
      color: #fff; }
body.lp-faculty .no-gutter {
  padding-right: 0;
  padding-left: 0; }
body.lp-faculty .faculty_wrapper header {
  height: auto; }
  body.lp-faculty .faculty_wrapper header h1.pagetitle {
    margin: 0; }
body.lp-faculty .faculty_wrapper .profiles {
  margin-top: 0; }


