html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
    min-height: 1px;
    padding-right: 20px;
    /* column-space */
}

[class*='col-'] [class*='col-']:last-child {
    padding-right: 0;
}

.grid {
    width: 100%;
    margin: 0 auto;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 0;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
    float: right;
}

/* Content Columns */

.col-1-1 {
    width: 100%;
}

.col-2-3,
.col-8-12 {
    width: 66.66%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-1-3,
.col-4-12 {
    width: 33.33%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6,
.col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%
}

/* Layout Columns */

.col-11-12 {
    width: 91.66%
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%
}

/* Pushing blocks */

.push-2-3,
.push-8-12 {
    margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
    margin-left: 50%;
}

.push-1-3,
.push-4-12 {
    margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6,
.push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%
}

@media handheld,
only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        /* grid-space to left */
        padding-right: 10px;
        /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }
    [class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px;
        /* column-space */
    }
    [class*='col-'] [class*='col-'] {
        padding-right: 0;
    }
    /* Mobile Layout */
    [class*='mobile-col-'] {
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 10px;
        /* column-space */
        padding-bottom: 0;
    }
    .mobile-col-1-1 {
        width: 100%;
    }
    .mobile-col-2-3,
    .mobile-col-8-12 {
        width: 66.66%;
    }
    .mobile-col-1-2,
    .mobile-col-6-12 {
        width: 50%;
    }
    .mobile-col-1-3,
    .mobile-col-4-12 {
        width: 33.33%;
    }
    .mobile-col-1-4,
    .mobile-col-3-12 {
        width: 25%;
    }
    .mobile-col-1-5 {
        width: 20%;
    }
    .mobile-col-1-6,
    .mobile-col-2-12 {
        width: 16.667%;
    }
    .mobile-col-1-7 {
        width: 14.28%;
    }
    .mobile-col-1-8 {
        width: 12.5%;
    }
    .mobile-col-1-9 {
        width: 11.1%;
    }
    .mobile-col-1-10 {
        width: 10%;
    }
    .mobile-col-1-11 {
        width: 9.09%;
    }
    .mobile-col-1-12 {
        width: 8.33%
    }
    /* Layout Columns */
    .mobile-col-11-12 {
        width: 91.66%
    }
    .mobile-col-10-12 {
        width: 83.333%;
    }
    .mobile-col-9-12 {
        width: 75%;
    }
    .mobile-col-5-12 {
        width: 41.66%;
    }
    .mobile-col-7-12 {
        width: 58.33%
    }
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
}

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

.accordion-content {
    background-color: #E8E8E8;
}

.accordion-content hr {
    display: none;
}

.accordion-content #Content {
    margin: 20px;
}

.accordion dl,
.accordion-list {}

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
}

.accordion dd,
.accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
}

.accordion #content {
    padding: 0 20px;
}

.accordion {
    position: relative;
}

.accordion .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

/* Legal Career: */

.accordionTitle,
.accordion__Heading {
    background-color: #f1f1f1;
    text-align: center;
    font-weight: 700;
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.64px;
    line-height: 27px;
    transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 27px;
    padding: 3px 0 3px 7px;
    font-weight: normal !important;
    color: #ffffff;
    border-radius: 50%;
    background-color: #3F6EA5;
    font-weight: lighter;
    float: right;
    transition: transform 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: #f1f1f1;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    /* Rectangle: */
    background: rgba(63, 63, 63, 0.07);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.32);
    /* UPC | THE ULTRASOUND: */
    font-size: 23px;
    color: #3F6EA5;
    letter-spacing: 0.38px;
    /* Oval: */
    /* Line: */
    border: 1px solid #FFFFFF;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

html {
    font-family: 'Source Sans Pro', sans-serif;
}

.img-left {
    float: left;
    margin: 0 30px 30px 0;
}

/* Header */

/*.top-header {
    background-color: #3F3F3F;
}

.top-header .grid-pad {
    padding-top: 0;
}

.top-header .phone {
    width: 135px;
    float: left;
    margin-top: 10px;
}

.top-header .phone a {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.24px;
    text-decoration: none;
}

.top-header .phone a img {
    margin-right: 3px;
}

.top-header .gme {
    float: right;
    width: 161px;
    background-color: #3F6EA5;
    padding: 10px 0;
}

.top-header .gme a {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.38px;
    text-align: center;
    display: block;
}

.top-header .cart-icon {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}

.top-header .cart-icon a {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
}

.top-header .cart-icon a img {
    margin-right: 3px;
}

header {
    background: #FFFFFF;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

header .grid {
    position: relative;
    overflow: visible;
}*/

/*header .brand {
    float: left;
}

.mobile-open,
.nav-mobile {
    display: none;
}

header ul {
    float: right;
    margin-top: 20px;
}

header ul li {
    float: left;
    list-style-type: none;
}

header ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1.24px;
    text-decoration: none;
    padding: 0 15px;
}

header ul li:last-child a {
    padding-right: 0;
}*/

.btn:hover {
    background-color: #f1f1f1;
}

.sign-up {
    width: 179px;
    background-color: #3F6EA5;
    position: absolute;
    right: 0;
    padding: 15px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    z-index: 10;
}

.sign-up:hover {
    background-color: #20528d;
}

.sign-up p {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2.01px;
    text-transform: uppercase;
    font-weight: bold;
}

.sign-up p span {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.29px;
    font-weight: normal;
}

/* Home Section1 */

.home-section1 {
    position: relative;
    z-index: 1;
}

.home-section1 .unslider-wrap {
    height: 700px;
}

.home-section1 .unslider-wrap.unslider-carousel>li {
    display: block;
    position: relative;
    height: 700px;
}

.home-section1 .slide-content {
    margin-top: 175px;
    max-width: 720px;
}

.home-section1 .slide1 {
    background-image: url('../img/home-slide1.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

.home-section1 .slide2 {
    background-image: url('../img/home-slide2.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

.home-section1 p:first-child {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 29px;
    color: #FFFFFF;
    letter-spacing: 1.49px;
    background-color: #3F6EA5;
    text-align: center;
    padding: 8px 41px;
}

.home-section1 h2 {
    font-size: 80px;
    font-weight: 300;
    color: #3F3F3F;
    letter-spacing: 0.75px;
    line-height: 106px;
}

.home-section1 .slide1 ul li,
.home-section1 .slide2 ul li {
    color: #3F6EA5;
    list-style-type: disc;
    margin-left: 20px;
}

.home-section1 .slide1 ul li span,
.home-section1 .slide2 ul li span {
    color: #4a4a4a;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: .41px;
}

.home-section1 .slide1 a,
.home-section1 .slide2 a {
    background: #3F6EA5;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.41px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    float: right;
    margin-top: 60px;
}

.home-section1 .unslider {
    position: relative;
}

.home-section1 .unslider-nav {
    bottom: 25px;
    z-index: 3;
    position: absolute;
    right: 35px;
}

.home-section1 .unslider-nav ol li {
    width: 22px;
    height: 22px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.home-section1 .unslider-nav ol li.unslider-active {
    background: #3F6EA5;
    cursor: default;
}

.home-section2 {
    background-color: #F7F7F7;
    padding-bottom: 10px;
}

.course-slider .single-course {
    margin-bottom: 10px;
    margin-right: 30px;
    position: relative;
}

.course-slider .single-course:hover {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.course-slider .single-course img {
    float: left;
    max-width: 24%;
    height: auto;
    margin-right: 5%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.course-slider .single-course .course-details {
    float: left;
    width: 53%;
    height: auto;
    max-width: 245px;
}

.course-slider .single-course p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #3F6EA5;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.course-slider .single-course p:nth-child(2) {
    font-size: 21px;
    color: #3F6EA5;
    letter-spacing: 0.43px;
    margin-bottom: 3px;
}

.course-slider .single-course p:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    color: #3F3F3F;
    letter-spacing: 0.36px;
}

.course-slider .single-course .course-register {
    display: none;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    line-height: 1em;
    font-size: 0.9em;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: right top 0px;
    background: #3F6EA5;
    margin-top: 0;
    width: 116px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    transform: rotate(270deg);
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2.22px;
    box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.50);
    padding: 4px 0;
}

.course-slider .single-course .course-register:after {
    content: ">";
}

.course-slider .single-course .course-register {
    text-decoration: none;
}

.home-section3 .grid {
    margin-top: 50px;
    background-image: url('../img/home-section3-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.home-section3 p:first-child {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 29px;
    color: #FFFFFF;
    letter-spacing: 1.49px;
    background-color: #3F6EA5;
    text-align: center;
    padding: 8px 41px;
    margin-bottom: 40px;
}

.home-section3 p:nth-child(2) {
    font-family: SourceSansPro-Regular;
    font-size: 19px;
    color: #3F3F3F;
    letter-spacing: 0.78px;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 815px;
    width: 58%;
}

.home-section3 a {
    background: #3F6EA5;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.41px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 25px;
}

.home-section4 {
    background-image: url(../img/home-section4-bg.jpg);
    background-size: cover;
}

.home-section4 .grid-pad {
    padding-top: 30px;
    padding-bottom: 30px
}

.home-section4 .col-1-3 {
    min-height: 280px;
}

.home-section4 .col-1-3:first-child,
.home-section4 .col-1-3:nth-child(2) {
    border-right: 1px solid #979797;
}

.home-section4 .content-block {
    padding: 60px 80px;
}

.home-section4 h3 {
    font-weight: 600;
    font-size: 20px;
    color: #3F6EA5;
    letter-spacing: 0.45px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.home-section4 h3:after {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 1px;
    background-color: #979797;
    width: 55px;
    left: 0;
}

.home-section4 .content-block p {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.36px;
}

.home-section4 .content-block a {
    background: #3F6EA5;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.27px;
    text-transform: uppercase;
    padding: 8px 0;
    margin-top: 30px;
    display: block;
    width: 141px;
    text-align: center;
}

.newsletter-signup {
    background-color: #3F6EA5;
    padding-bottom: 20px;
    padding-top: 10px;
}

.newsletter-signup p {
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1.64px;
    text-transform: uppercase;
}

.newsletter-signup form {
    float: right;
    margin-top: -28px;
}

.newsletter-signup form input[type="text"] {
    background-color: #3F6EA5;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 0;
    padding: 10px;
    width: 271px;
    color: #ffffff;
    letter-spacing: 0.36px;
}

.newsletter-signup form input[type="submit"] {
    background: #3F3F3F;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1.49px;
    text-transform: uppercase;
    padding: 6px 30px;
    text-align: center;
    border: none;
    float: right;
}

.newsletter-signup form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.53;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.newsletter-signup form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.53;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.newsletter-signup form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.53;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.newsletter-signup form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.53;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

/* About */

.about-section1 {
    height: 250px;
    background-image: url(../img/about-header.jpg);
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .about-section1 {
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .about-section1 {
        height: 545px;
    }
}

.about-nav {
    max-width: 1245px;
    margin: -40px auto 45px auto;
    position: relative;
    z-index: 5;
}

.about-nav ul {
    background: #FFFFFF;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.20);
    overflow: auto;
}

.about-nav ul li {
    border-left: 1px solid #979797;
    /*width: 20%;*/
    /*box-sizing: border-box;*/
    /*float: left;*/
}

.about-nav ul li:hover {
    background-color: #D8D8D8;
}

.about-nav ul li:hover a {
    color: #3F6EA5;
}

.about-nav ul li:first-child {
    border-left: none;
}

.about-nav ul li a {
    font-size: 18px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.68px;
    line-height: 73px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.about-nav .active {
    background-color: #D8D8D8;
}

.about-nav .active a {
    color: #3F6EA5;
}

.about-content,
.about-falculty {
    max-width: 1100px;
    margin: 0 auto;
}

.about-content .col-1-1 {
    margin-bottom: 40px;
}

.about-content .grid-pad {
    padding-top: 0;
}

.about-content h1 {
    font-size: 30px;
    color: #3F6EA5;
    letter-spacing: 1.13px;
    line-height: 73px;
    text-transform: uppercase;
}

.about-content p {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    line-height: 20px;
}

.about-content form {
    background: #FFFFFF;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.20);
    padding: 60px;
    overflow: auto;
}

.about-content form h2 {
    font-size: 25px;
    color: #3F6EA5;
    letter-spacing: 0.94px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-content form input[type="text"] {
    float: left;
    box-sizing: border-box;
    opacity: 0.51;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.50);
    font-size: 16px;
    color: rgba(63, 63, 63, 1);
    letter-spacing: 0.34px;
    padding: 8px 10px;
}

.about-content form input[type="text"]:nth-child(2) {
    width: 24%;
    margin-right: 1%;
}

.about-content form input[type="text"]:nth-child(3) {
    width: 49%;
    margin-right: 1%;
}

.about-content form input[type="text"]:nth-child(4) {
    width: 25%;
}

.about-content textarea {
    width: 100%;
    opacity: 0.51;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-sizing: border-box;
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
    color: rgba(63, 63, 63, 1);
    letter-spacing: 0.34px;
}

.about-content input[type="submit"] {
    background: #3F6EA5;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.27px;
    border: none;
    text-transform: uppercase;
    padding: 10px 39px;
    margin-top: 15px;
    float: right;
}

.about-section4 {
    background-color: #F7F7F7;
    padding-bottom: 10px;
}

.page-consulting {
    background-color: #F0F0F0;
}

.about-content .col-1-4 {
    padding-right: 45px;
}

.about-content .col-1-4:last-child {
    padding-right: 20px;
}

.person-block {
    padding: 10px;
    /*background-color: #ffffff;*/
    margin-bottom: 40px;
}

.person-block .block-wrapper {
    position: relative;
    cursor: pointer;
}

.person-block a {
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.person-block img {
    max-width: 100%;
    max-height: auto;
    margin-bottom: 15px;
}

.about-content .person-block p {
    margin-bottom: 15px;
}

.person-block p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    color: #3F6EA5;
    letter-spacing: 0.29px;
    text-align: center;
}

.person-block p:nth-child(3) {
    font-size: 12px;
    line-height: 15px;
    color: #3F3F3F;
    letter-spacing: 0.2px;
    text-align: center;
    font-weight: 400;
}

.person-block p:nth-child(4),
.person-block p:nth-child(5) {
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #3F3F3F;
    letter-spacing: 0.2px;
}

.about-falculty {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #979797;
}

.about-falculty .col-1-2:first-child {
    padding-right: 60px;
}

.about-falculty .col-1-2:first-child p {
    font-size: 18px;
    color: #3F3F3F;
    letter-spacing: 0.3px;
    line-height: 28px;
}

.about-falculty .col-1-2:last-child>p {
    font-weight: 600;
    font-size: 20px;
    color: #3F6EA5;
    line-height: 25px;
    letter-spacing: 0.33px;
}

.about-falculty .consulting-work {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 40px;
    margin-left: 11px;
}

.about-falculty .consulting-work p {
    font-size: 15px;
    color: #3F3F3F;
    letter-spacing: 0.25px;
    line-height: 28px;
    position: relative;
}

.about-falculty .consulting-work p:before {
    content: "";
    width: 6px;
    height: 15px;
    background-color: #3F6EA5;
    left: -11px;
    top: 6px;
    position: absolute;
}

.about-falculty .col-1-2:last-child span {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.26px;
    line-height: 25px;
    margin-top: 30px;
    display: block;
}

.page-board {
    background-color: #ffffff;
}

.page-board .person-block {
    background-color: #f1f1f1;
}

/* Course Calendar */

.cc-section1 {
    height: 250px;
    background-image: url(../img/course-calendar.png);
    background-size: cover;
    background-position: bottom center;
}

@media (min-width: 768px) {
    .cc-section1 {
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .cc-section1 {
        height: 545px;
    }
    #cc-section-head {
        height: 345px;
    }
}

.cc-section1 h1 {
    background-color: #3F6EA5;
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 400px;
    padding: 8px 39px;
}

.cc-section2 .col-2-3 {
    padding-right: 50px;
}

.rwd-table {
    margin: 1em 0;
    width: 100%;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table tr:first-child {
    border-top: none;
}

.rwd-table th {
    display: none;
    font-size: 22px;
    color: #4A4A4A;
    letter-spacing: 0.41px;
    line-height: 23px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.rwd-table td {
    display: block;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0.34px;
    line-height: 25px;
    position: relative;
    width: 20%;
}

.rwd-table td img {
    margin-right: 10px;
    vertical-align: middle;
}

.rwd-table td:last-child a {
    font-size: 16px;
    background-color: #3F6EA5;
    padding: 5px 15px;
    color: #FFFFFF;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 15px;
}

.rwd-table td:first-child {
    padding: 19px 0px;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table td:last-child:before {
    content: "";
}

.rwd-table td:nth-child(3) {
    font-weight: bold;
    color: #3F6EA5;
}

.rwd-table td:nth-child(4) img {
    margin-left: 10px;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0 0 10px 0;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .rwd-table td {
        width: auto;
    }
}

.cc-section2 .col-1-3 {
    padding-right: 0;
}

.cc-section2 .course-types {
    background-color: #f1f1f1;
    margin-top: 18px;
}

.cc-section2 .course-types h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0.45px;
    line-height: 23px;
    padding-top: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
}

.cc-section2 ul {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.cc-section2 ul li {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0.26px;
    line-height: 29px;
}

body .course-info-remodal,
body .course-register-remodal {
    padding: 0;
}

body .course-info-remodal .remodal-close,
body .course-register-remodal .remodal-close {
    right: 0;
    left: inherit;
}

.course-info-remodal .course-info-modal-top,
.course-register-remodal .course-register-modal-top {
    padding: 15px 15px 25px 15px;
    overflow: auto;
    text-align: left;
}

.course-info-remodal .course-info-modal-top-line,
.course-register-remodal .course-register-modal-top-line {
    height: 1px;
    background-color: #979797;
    width: 100%;
}

.course-info-remodal .course-info-modal-top img {
    float: left;
    max-width: 204px;
    height: auto;
    margin-right: 10px;
}

.course-register-remodal .course-register-modal-top img {
    float: left;
    max-width: 276px;
    height: auto;
    margin-right: 20px;
}

.course-info-remodal .course-info-modal-top p:nth-child(2),
.course-register-remodal .course-register-modal-top p:nth-child(2) {
    font-weight: bold;
    font-size: 16px;
    color: #3F6EA5;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}

.course-info-remodal .course-info-modal-top p:nth-child(3),
.course-register-remodal .course-register-modal-top p:nth-child(3) {
    font-size: 21px;
    color: #3F6EA5;
    letter-spacing: 0.43px;
    line-height: 27px;
    margin-bottom: 5px;
}

.course-info-remodal .course-info-modal-top p:nth-child(4),
.course-register-remodal .course-register-modal-top p:nth-child(4) {
    font-weight: 600;
    font-size: 18px;
    color: #3F3F3F;
    letter-spacing: 0.36px;
}

.course-info-remodal .course-info-modal-top p:nth-child(5),
.course-register-remodal .course-register-modal-top p:nth-child(5) {
    font-size: 16px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.32px;
    margin-top: 25px;
}

.course-info-remodal .course-info-agenda>p {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f1f1f1;
    text-align: left;
    padding: 20px 30px;
    font-size: 16px;
    color: #3F6EA5;
    letter-spacing: 0.32px;
}

.course-info-remodal .course-info-agenda ul {
    padding-bottom: 20px;
}

.course-info-remodal .course-info-agenda ul li {
    border-bottom: 1px solid #E6E7E7;
    padding-left: 30px;
}

.course-info-remodal .course-info-agenda ul li:last-child {
    border-bottom: none;
}

.course-info-remodal .course-info-agenda li div {
    display: table-cell;
    padding: 20px 20px 20px 0;
    text-align: left;
}

.course-info-remodal .course-info-agenda li div:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #3F6EA5;
    letter-spacing: 0.25px;
    line-height: 21px;
}

.course-info-remodal .course-info-agenda div:last-child p:first-child {
    font-weight: 600;
    font-size: 18px;
    color: #3F3F3F;
    letter-spacing: 0.36px;
}

.course-info-remodal .course-info-agenda div:last-child p:last-child {
    margin-top: 6px;
    font-size: 16px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.32px;
}

.course-register-remodal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.32px;
    border-radius: 0;
    padding: 2px 5px;
    margin-top: 35px;
    width: 224px;
    background-image: url(../img/dropdown.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #979797;
}

.course-register-remodal input[type="submit"] {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2.22px;
    background-color: #3F6EA5;
    padding: 3px 14px;
    border: none;
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
}

.course-register-remodal input[type="text"] {
    display: block;
    border: 1px solid #979797;
    font-size: 16px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.32px;
    border-radius: 0;
    padding: 2px 5px;
    margin-top: 15px;
}

.course-register-remodal .discount {
    overflow: auto;
}

.course-register-remodal .discount input,
.course-register-remodal .discount button {
    float: left;
}

.course-register-remodal .discount input {
    width: 148px;
}

.course-register-remodal .discount button {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.92px;
    background-color: #3F6EA5;
    border: none;
    text-transform: uppercase;
    padding: 4px 6px 3px 6px;
    margin-top: 15px;
}

.course-register-remodal .course-register-modal-bottom>p {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f1f1f1;
    text-align: left;
    padding: 20px 30px;
    font-size: 16px;
    color: #3F6EA5;
    letter-spacing: 0.32px;
}

.course-register-remodal .course-register-modal-bottom>p span {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.32px;
    padding: 0;
    text-transform: initial;
    font-weight: normal;
}

.course-register-remodal .course-register-modal-bottom ul {
    padding-left: 20px;
}

.course-register-remodal .course-register-modal-bottom ul li {
    border-bottom: 1px solid #E6E7E7;
    padding: 25px 10px;
}

.course-register-remodal .course-register-modal-bottom ul li div {
    text-align: left;
    display: table-cell;
}

.course-register-remodal .course-register-modal-bottom ul li div:first-child {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.32px;
}

.course-register-remodal .course-register-modal-bottom ul li div:nth-child(2) {
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
    color: #3F6EA5;
    letter-spacing: 0.25px;
    line-height: 21px;
}

.course-register-remodal .course-register-modal-bottom ul li div:nth-child(3) a {
    background: #3F6EA5;
    font-family: SourceSansPro-Bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    padding: 5px 27px;
}

/* Contact */

.contact-section1 {
    height: 100px;
}

.contact-section2 {
    margin-bottom: 100px;
}

.contact-section2 .grid {
    max-width: 890px;
    padding-left: 0;
}

.contact-section2 h3 {
    font-weight: normal;
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-section2 .col-2-3 {
    background-color: #3F6EA5;
    padding: 25px 35px;
}

.contact-section2 .col-1-3 {
    background-color: #3F3F3F;
    padding: 25px;
}

.contact-section2 input {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 1.2px;
    background: #FBFBFB;
    border: 1px solid rgba(63, 63, 63, 0.45);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.50);
    padding: 8px;
    box-sizing: border-box;
}

.contact-section2 input:nth-child(1) {
    width: 48%;
    float: left;
}

.contact-section2 input:nth-child(2) {
    width: 48%;
    float: right;
    margin-bottom: 15px;
}

.contact-section2 input:nth-child(3) {
    width: 100%;
    margin-bottom: 15px;
}

.contact-section2 textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
}

.contact-section2 input[type="submit"] {
    /* submit: */
    font-family: SourceSansPro-Regular;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 1.27px;
    /* Rectangle 14: */
    background: #3F3F3F;
    border: none;
    text-align: center;
    float: right;
    padding: 5px 15px;
    text-transform: uppercase;
}

.contact-section2 .contact-right {
    margin-top: 60px;
}

.contact-section2 .contact-right p:first-child {
    /* 803-917-2495: */
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.26px;
}

.contact-section2 .contact-right p:not(:first-child) {
    /* 3rd Rock Ultrasound: */
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-section2 .social-links {
    margin-top: 60px;
}

.contact-section2 .social-links a {
    float: right;
    margin-left: 10px;
}

/* Course Info */

.info-section1 {
    height: 250px;
    background-image: url(../img/info-header.jpg);
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .info-section1 {
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .info-section1 {
        height: 545px;
    }
}

.info-nav {
    max-width: 1150px;
    margin: -40px auto 45px auto;
    position: relative;
    z-index: 5;
}

.info-nav ul {
    background: #FFFFFF;
    /*box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.20);*/
    /*overflow: auto;*/
}

.info-nav ul li {
    border-left: 1px solid #979797;
    /*width: 25%;*/
    /*box-sizing: border-box;*/
    /*float: left;*/
}

.info-nav ul li:hover {
    background-color: #D8D8D8;
}

.info-nav ul li:hover a {
    color: #3F6EA5;
}

.info-nav ul li:first-child {
    border-left: none;
}

.info-nav ul li a {
    font-size: 18px;
    color: rgba(63, 63, 63, 0.45);
    letter-spacing: 0.68px;
    /*line-height: 73px;*/
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.info-nav .active {
    background-color: #D8D8D8;
}

.info-nav .active a {
    color: #3F6EA5;
}

.info-content .grid {
    max-width: 1325px;
}

.info-content>.grid>.col-1-1>h3 {
    font-size: 23px;
    color: #3F6EA5;
    margin-bottom: 10px;
    letter-spacing: 0.38px;
}

.info-content>.grid>.col-1-1>p {
    font-size: 18px;
    color: #3F3F3F;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.info-content .accordion-title {
    font-size: 23px;
    color: #3F3F3F;
    letter-spacing: 0.38px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.info-content dl>.is-expanded {
    margin-top: -20px;
    margin-bottom: 20px;
}

.info-content .accordion-title span {
    /* CUC | CRITICAL CARE: */
    font-weight: bold;
    font-size: 23px;
    color: #3F6EA5;
    letter-spacing: 0.38px;
}

.info-content .accordion-title:hover {
    text-decoration: none;
}

.info-content .course-info-left {
    float: left;
    padding-right: 25px;
    width: 60%;
    box-sizing: border-box;
}

.info-content .course-info-right {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-left: 25px;
}

.info-content .course-info-right .course-info-title {
    font-size: 20px;
}

.info-content .course-info-right img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.info-content .course-info-title {
    font-weight: bold;
    font-size: 23px;
    color: #3F6EA5;
    letter-spacing: 0.38px;
}

.info-content .course-info-subtitle {
    font-size: 20px;
    color: #3F6EA5;
    letter-spacing: 0.33px;
}

.info-content .course-info-cost {
    font-weight: bold;
    margin-top: 30px;
    font-size: 23px;
    color: #3F6EA5;
    letter-spacing: 0.38px;
}

.info-content .course-info-description p {
    font-size: 18px;
    color: #3F3F3F;
    margin-top: 15px;
    letter-spacing: 0.3px;
}

.cost-info-modal {
    overflow: auto;
}

.course-info-modal,
.cred-info-modal,
.cancel-info-modal,
.import-info-modal,
.cost-info-modal {
    padding: 25px 0;
    display: none;
    text-align: left;
}

.course-info-modal .remodal-close,
.cred-info-modal .remodal-close,
.cancel-info-modal .remodal-close {
    left: initial;
    right: 0;
}

.course-info-modal h3,
.cred-info-modal h3,
.cancel-info-modal h3,
.import-info-modal h3,
.cost-info-modal h3 {
    font-size: 22px;
    color: #3F6EA5;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.course-info-modal p,
.cred-info-modal p,
.cancel-info-modal p,
.import-info-modal p,
.cost-info-modal p,
.cost-info-modal table {
    /*font-size: 14px;*/
    color: #3F3F3F;
    /*letter-spacing: 0.23px;*/
    /*margin-bottom: 15px;*/
    font-family: 'Source Sans Pro', sans-serif;
}

.cost-info-modal .tdHeadSuper {
    background-color: #3F3F3F;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
}

.cost-info-modal .tdHead {
    background-color: #3F6EA5;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
}

.cost-info-modal tr td {
    padding: 3px 0;
}

.bio-box {
    position: absolute;
    background: #ffffff;
    width: 600px;
    padding: 20px;
    border: 5px solid #3F6EA5;
}

.bio-box p {
    line-height: 1.5em;
}

.online-section1 {
    height: 250px;
    background-image: url(../img/online-course-header.jpg);
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .online-section1 {
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .online-section1 {
        height: 545px;
    }
}

.online-section1 h1 {
    font-weight: 600;
    position: absolute;
    font-size: 50px;
    padding: 10px 15px;
    background-color: #3F6EA5;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    bottom: 70px;
}

.online-section2 {
    background-color: #f1f1f1;
    padding: 20px 0 40px 0;
}

.online-section2 p {
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.34px;
}

.online-section2 .col-1-3 a {
    float: right;
    display: block;
    padding: 10px 13px;
}

.online-section2 .col-1-3 a:first-child {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: #3F3F3F;
}

.online-section2 .col-1-3 a:last-child {
    transform: rotate(-360deg);
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    background-color: #3F6EA5;
    padding: 7px 12px;
}

.online-content h3 {
    font-weight: 600;
    font-size: 30px;
    color: #3F6EA5;
    letter-spacing: 0.65px;
}

.info-content>.grid .col-1-1>h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #3F6EA5;
    letter-spacing: 0.65px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Footer */

footer {
    background-color: #3F3F3F;
    padding: 30px 0 50px 0;
}

footer .col-1-3 {
    padding-top: 20px;
}

footer .col-1-3:first-child,
footer .col-1-3:nth-child(2) {
    border-right: 1px solid #979797;
}

footer .col-1-3:first-child img {
    max-width: 300px;
    height: auto;
}

footer .col-1-3:first-child p {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 1.27px;
    margin-top: 15px;
    line-height: 19px;
}

footer .col-1-3:nth-child(2) ul {
    float: left;
    padding-left: 50px;
}

footer ul li a {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 1.27px;
    line-height: 37px;
    text-transform: uppercase;
}

.ft-social {
    float: right;
}

.ft-social p {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1.27px;
    line-height: 37px;
}

.ft-social ul li {
    float: left;
    margin-right: 10px;
}

/* Responsive Styles */

@media only screen and (max-width: 768px) {
    header ul {
        float: none;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    header ul li {
        display: inline;
        float: none;
    }
    header ul li a {
        padding: 0 5px;
        display: inline-block;
    }
    header .brand {
        float: none;
        display: block;
        margin: 0 auto;
        width: 279px;
        height: auto;
    }
    header .sign-up {
        top: 144px;
    }
    .home-section1 .slide-content {
        margin-top: 175px;
        max-width: 720px;
        background-color: rgba(255, 255, 255, .8);
        padding-bottom: 10px;
    }
    .home-section3 .grid {
        background-image: none;
    }
    .home-section3 p:nth-child(2) {
        width: 100%;
    }
    .home-section4 .col-1-3 {
        width: 100%;
    }
    .home-section4 .content-block {
        padding: 20px;
    }
    .home-section4 .col-1-3 {
        min-height: 150px;
    }
    .newsletter-signup form {
        float: left;
        margin-top: 20px;
    }
    footer .col-1-3:first-child img {
        max-width: 100%;
    }
    .about-nav ul li a,
    .info-nav ul li a {
        font-size: 15px;
    }
    .about-falculty .col-1-2:first-child p {
        font-size: 15px;
        color: #3F3F3F;
        letter-spacing: 0.3px;
        line-height: 22px;
        padding-left: 20px;
    }
    .about-falculty .col-1-2:first-child {
        padding-right: 20px;
    }
    .about-falculty .consulting-work p {
        line-height: 22px;
    }
    .about-falculty .col-1-2:last-child span {
        font-size: 15px;
        line-height: 22px;
    }
    .about-content .col-1-4 {
        padding-right: 20px;
    }
    .cc-section2 .col-2-3 {
        padding-right: 20px;
        width: 100%;
    }
    .cc-section2 .col-1-3 {
        padding-right: 0;
        width: 60%;
    }
    .course-info-modal p,
    .cred-info-modal p,
    .cancel-info-modal p {
        font-size: 16px;
        color: #3F3F3F;
        letter-spacing: 0.23px;
        margin-bottom: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 425px) {
    .top-header .col-1-1 {
        margin-top: 0;
    }
    .nav-primary {
        display: none;
    }
    .mobile-open {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0px;
        background: #3F6EA5;
        left: 0;
        right: 0;
        color: #ffffff;
        padding: 6px 0;
        text-align: center;
        border-top: 2px solid #fff;
    }
    header .brand {
        margin-top: 25px;
    }
    .nav-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
    }
    .nav-mobile li {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .nav-mobile li a {
        color: #3F6EA5;
    }
    .mobile-close {
        text-align: right;
        font-size: 28px;
        color: #3F6EA5;
        padding: 10px;
        font-weight: lighter;
    }
    .home-section1 h2 {
        font-size: 64px;
        font-weight: 300;
        color: #3F3F3F;
        letter-spacing: 0.75px;
        line-height: 62px;
    }
    .home-section1 .slide-content {
        margin-top: 105px;
    }
    .newsletter-signup form input[type="submit"] {
        float: left;
    }
    .newsletter-signup form input[type="text"] {
        width: 100%;
        border-right: 1px solid #ffffff;
    }
    footer .col-1-3:first-child,
    footer .col-1-3:nth-child(2) {
        border: none;
    }
    footer .col-1-3:nth-child(2) ul {
        float: none;
        padding-left: 0;
    }
    .ft-social {
        float: left;
    }
    /*.about-section1 {
        background-position: -300px;
    }
    .about-nav ul li {
        width: 50%;
        border: none;
    }*/
    .about-content img {
        max-width: 100%;
        height: auto;
    }
    .about-content form input,
    .about-content form input[type="text"]:nth-child(2),
    .about-content form input[type="text"]:nth-child(3) {
        margin-bottom: 15px;
        width: 100%;
    }
    .about-content form input[type="text"]:nth-child(4) {
        width: 100%;
        margin-bottom: 0;
    }
    .about-content .col-1-4 {
        padding-right: 10px;
    }
    .contact-section2 .grid {
        padding: 0;
    }
    .contact-section2 .col-2-3 {
        overflow: auto;
    }
    .info-nav ul li {
        /*width: 50%;*/
        border: 1px solid #979797;
    }
    body .info-nav ul li:first-child {
        border-left: 1px solid #979797;
    }
    .info-content .course-info-left,
    .info-content .course-info-right {
        width: 100%;
        padding: 0;
        float: none;
    }
    .rwd-table td:last-child a {
        position: initial;
    }
    .rwd-table td:last-child {
        margin: 10px 0;
    }
    .contact-section1 {
        height: 150px;
    }
}

#forgot__password__form {
    display: none;
}

.fgt-error {
    background: red;
    color: #fff;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.fgt-msg {
    background: green;
    color: #fff;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.disabled-bg {
    background: #ccc !important;
}

.disabled-bg:hover {
    cursor: default !important;
}

.remove-after:after {
	content: none !important;
}

.hide-step-1 {
	display: none !important;
}

.show-step-2 {
	display: block !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.courseCalendar__course {
	display: block;
}
.courseCalendar__course__details {
    margin-bottom: 12px;
    display: block;
}
	}

.ie .courseCalendar__course {
	display: block;
}
.ie .courseCalendar__course__details {
    margin-bottom: 12px;
    display: block;
}

@media only screen and (max-width: 425px) {
    .newsletter-signup form input[type="text"] {
        width: 250px;
    }
    .course-register-remodal .course-register-modal-bottom ul li div {
        display: block;
    }
    .course-register-remodal .course-register-modal-bottom ul li div:nth-child(2) {
        padding: 15px 0;
    }
}

#main {
	background: #f7f7f7;
}
.slick-initialized .slick-slide {
	outline: none;
}