@font-face {font-family: 'Roboto-Black';src: url('fonts/Roboto-Black.ttf');}
@font-face {font-family: 'Roboto-Bold';src: url('fonts/Roboto-Bold.ttf');}
@font-face {font-family: 'Roboto-Light';src: url('fonts/Roboto-Light.ttf');}
@font-face {font-family: 'Roboto-Regular';src: url('fonts/Roboto-Regular.ttf');}
@font-face {font-family: 'MinionPro-Regular';src: url('fonts/MinionPro-Regular.otf');}
@font-face {font-family: 'WINGDNG3';src: url('fonts/WINGDNG3.ttf');}
@font-face {font-family: 'fontawesome-webfont';src: url('fonts/fontawesome-webfont.ttf');}
@font-face {font-family: 'Bebas';src: url('fonts/BebasNeue-Regular.otf');}
@font-face {font-family: 'Bebas-Bold';src: url('fonts/BebasNeue-Bold.otf');}

body {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    margin:0;
    padding: 0;
    width: 100%;
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    overflow-x: hidden;
}

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

.container-fluid {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* .row {
    margin-left: 0px;
    margin-right: 0px;
} */

@media screen and (max-width: 768px) {
    .container { width: 100%; padding: 0px; margin: 0px; }
}

/*  @media screen and (max-width: 768px) {
  .featured-stories .container .col-md-4, .featured-stories .container .col-md-12
   { width: 100%; padding: 0px; margin: 0px; }
 } */

/* =============== Start: Typography =============================================== */

/* Page Title (h-1)  */
h1 {
    /*font-family: 'Roboto-black', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 62px;
    line-height: 64px;
    letter-spacing: 2px;
}

/* Intro title (h-2)  */
h2 {
    /*font-family: 'Roboto-bold', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 26px;
    line-height: 30px;
}

/* Main Header / Page Title (h-3)  */
h3 {
    /*font-family: 'Roboto-light', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 2px;
    /*color:  #002A39;*/
    color: #003346;
}

@media (max-width:768px) {
    h3 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0px;
    }
}

/* Table Header font style  */
.table-header {
    /*font-family: 'Roboto-Regular', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 22px;
    line-height: 24px;
    /*color: #002A39;*/
    color: #003346;
    text-align: left;
}

@media (max-width:768px) {
    .table-header {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Intro Section Text  */
.intro-section {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    line-height: 36px;
    /*color: #484848 ;*/
    color: #282829;
    text-align: center;
}

@media (max-width:768px) {
    .intro-section {
        font-size: 14px;
        line-height: 18px;
    }
}

.intro-section-text-pre p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    line-height: 36px;
    /*color: #484848 ;*/
    color: #282829;
    text-align: center;
}

@media (max-width:768px) {
    .intro-section-text-pre p {
        font-size: 14px;
        line-height: 18px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

.intro-section-text p {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1px;
    /*color: #484848 ;*/
    color: #282829;
    text-align: center;
}

@media (max-width:768px) {
    .intro-section-text p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* section Header (h-4) */
h4 {
    /*font-family: 'Roboto-bold', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 32px;
    line-height: 36px;
    /*color: #002A39;*/
    color: #003346;
}

@media (max-width:768px) {
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* section sub-header:lowercase (h-5)  */
h5 {
    /*font-family: 'Roboto-bold', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 20px;
    line-height: 24px;
    /*color: #002A39;*/
    color: #003346;
}

@media (max-width:768px) {
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* section subHeader:uppercase (h-6)  */
h6 {
    /*font-family: 'Roboto-bold', sans-serif;*/
    font-family: 'Bebas-Bold';
    font-size: 20px;
    line-height: 24px;
    /*color: #002A39;*/
    color: #003346;
    text-transform: uppercase;
}

@media (max-width:768px) {
    h6 {
        font-size: 16px;
        line-height: 20px;
    }
}


a {
    color:#80a5bb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-family: 'Roboto-Light', sans-serif;
    /*color:#484848;*/
    color: #282829;
    font-size: 18px;
    line-height: 27px;
}

@media (max-width:768px) {
    p {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width:768px) {
    .ckeditor-area .text-area {
        padding-left: 30px;
        padding-right: 30px;
    }
 }

.p-large {
    font-family: 'Roboto-bold', sans-serif;
    font-size: 18px;
    line-height: 27px;
    display: block;
}

.p-large-regular {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 27px;
    /*color:#484848;*/
    color: #282829;
    display: block;
}

@media (max-width:768px) {
    .p-large-regular {
        font-size: 12px;
        line-height: 16px;
        padding-left: 35px;
        padding-right: 35px;
    }
}


.p-large-2 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 27px;
    /*color:#484848;*/
    color: #282829;
    display: block;
}

@media (max-width:768px) {
    .p-large-2 {
        font-size: 14px;
        line-height: 22px;
        padding-left: 40px;
        padding-right: 40px;
    }
}


.p-small-regular {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
    /*color:#484848;*/
    color: #282829;
}

.p-small {
    font-family: 'Roboto-bold', sans-serif;
    font-size: 15px;
    line-height: 24px;
    /*color:#484848;*/
    color: #282829;
}

.p-small-white {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color:white;
}

.p-header {
    font-family: 'Roboto-bold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-align: left;
}

@media (max-width:768px) {
    .p-header {
        font-size: 16px;
        line-height: 22px;
    }
    .p-small-white {
        font-size: 14px;
        line-height: 22px;
    }
    .p-small-regular {
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .p-small {
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.testimonial-text {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 22px;
    line-height: 36px;
    /*color:#484848;*/
    color: #282829;
}

@media (max-width:768px) {
    .testimonial-text {
        font-size: 14px;
        line-height: 24px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

ul li {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 27px;
    /*color:#484848;*/
    color: #282829;
}

@media (max-width: 768px) {
    ul li {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
}


/* ul li {
list-style: none;
}

li:before {
    content: "• ";
    color: #002A39;
    font-size: 30px;
}

li {
  padding-left: 16px;
  text-indent: -12px;
} */


.campus-program thead, th {
  /*font-family: 'Roboto-Regular', sans-serif;*/
  font-family: 'Bebas-Bold';
  /*color:#002A39;*/
  color: #003346;
  font-size: 22px;
  line-height: 24px;
}

.campus-program tbody,td {
  font-family: 'Roboto-light', sans-serif;
  /*color:#484848;*/
  color: #282829;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: left;
}

@media (max-width: 768px) {
    .campus-program thead, th {
        font-size: 18px;
        line-height: 20px;
    }
    .campus-program tbody,td {
        font-size: 15px;
        line-height: 18px;
    }
}

thead, th {
    /*font-family: 'Roboto-Regular', sans-serif;*/
    font-family: 'Bebas-Bold';
    /*color:#002A39;*/
    color: #003346;
    font-size: 22px;
    line-height: 24px;
    padding-left: 15px;
}

 tbody,td {
    font-family: 'Roboto-Regular', sans-serif;
    /*color:#484848;*/
    color: #282829;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

th, td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 8px;
  padding-top: 8px;
  letter-spacing: 0px;
}

table {
  margin-bottom: 15px;
}

.embed-responsive-16by9 {
    margin-bottom: 30px;
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
     thead, th {
        font-size: 18px;
        line-height: 20px;
    }
     tbody,td {
        font-size: 12px;
        line-height: 16px;
    }
}

.button {
    /*background-color: #002a39; [> dark blue <]*/
    background-color: #003346;
    border: none;
    color: white;
    padding: 20px 40px;
    text-align: center;
    font-family: 'Roboto-Regular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
    letter-spacing: 0px;
    width: 306px;
}

@media (max-width: 768px) {
    .button {
        font-size: 14px;
        line-height: 16px;
        width: 206px;
        padding: 14px 20px;
    }
}

.button:visited, .button:link{
    text-decoration: none;
    color: white;
}

.button:hover {
    background-color: #7C9aaC;
    color: white;
    /*text-decoration: underline;*/
}

.button:active {
    /*background-color: #002a39;*/
    background-color: #003346;
    color: white;
    text-decoration: none;
}

.border-button-blue {
    background-color: transparent;
    /*color: #002a39;*/
    color: #003346;
    border: 4px solid #003346;
}

.border-button:visited, .border-button:link{
    text-decoration: none;
    color: white;
}

.border-button-blue:hover,.border-button-blue:active {
    /*background-color: #002a39;*/
    background-color: #003346;
    color: white;
    border: 4px solid white;
}


/* border-button  - Used on a solid BackGround */
.border-button {
    background-color: transparent;
    color: white;
    border: 4px solid white;
}

.border-button:hover, .border-button:active {
    background-color: white;
    /*color: #002a39;*/
    color: #003346;
    text-decoration: none;
}


@media (max-width: 768px){
    .border-button-blue {
        border:3px solid #003346;
    }
    .border-button {
        border: 3px solid white;
    }
}

.apply-now {
    background-color: #F68428;
    color: #ffffff;
    padding-right: 27px;
    padding-left: 27px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}

.apply-now:visited,.apply-now:link {
    text-decoration: none;
    color: #ffffff;
}

.apply-now:hover {
    opacity: .5;
    color: #ffffff;
    text-decoration: underline;
}

.apply-now:active {
    opacity: 1;
    color: #ffffff;
    text-decoration: none;
}

.section-title-area {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

@media (max-width: 768px){
    .section-title-area {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}


.intro-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .intro-section {
        padding-top: 5px;
    }
}


.section-title {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

@media (max-width: 768px){
    .section-title {
        padding-top: 25px;
        padding-bottom: 15px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

.intro-area {
    padding-top: 60px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .intro-area {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

i.fa.fa-chevron-right, i.fa.fa-chevron-left {
    /*color: #89A4B4;*/
    color: #83B3CB;
}


/* =============== End: Typography ================================================== */



/* =============== Start: Header ==================================================== */
.header-bar{
	background: white !important;
}
.header-area {
height: 126px;
}

.top-menu {
    list-style: none;
}

.top-menu li {
    display: inline;
    padding-left: 22px;
}

.top-menu li a:not(.apply-now) {
    font-family: 'Roboto-Regular', sans-serif;
    /*color: #002A39;*/
    color: #003346;
    font-size: 16px;
}

.gc_logo {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
	width: 270px;
}

@media (max-width: 768px) {
	.gc_logo {
		width: 200px;
	}
	.header-area {
		height: 90px;
	}
}

/* header hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #484848 ;
} */


.navbar hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #003346 /*5C6F7b*/;
}

hr {
    border-top: 1px solid lightgrey ;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}


header .header-menu {
    margin-top: 35px;
}

header .form-search {
    border: 1px solid #7C9aaC;
    display: none;
}

header .search-link {
    /* text-decoration: none; */
}

/* header .fa-search {
    margin-left:176px;
    margin-top: 6px;
    position: absolute;
    z-index: 2;
    color: blue;
} */

/* =============== End: Header ==================================================== */





/* =============== Start: Banner ===================================================== */

.banner-area .container-fluid {
    position: relative;
}

/* =======================  Banner image large  ====================== */
.banner-image {
    min-height: 600px;
    width: 100%;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* filter: brightness(0.7); */
/*     box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); */
    display: table;
}


/* ========================  Banner image small ===================== */
.banner-image-small {
    min-height: 400px;
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*     box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); */
    display: table;
}

@media (max-width: 768px) {
    .banner-image {
        min-height: 400px;
    }
    .banner-image-small {
        min-height: 260px;
    }
}

.banner-area {
    margin-top: -22px;
}

.banner-info {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  height: 600px;
}

.banner-info-small {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  height: 400px;
}

@media (max-width: 768px) {
    .banner-info {
      height: 400px;
    }

    .banner-info-small {
      height: 260px;
    }
}

.banner-title-text {
    /*font-family: 'Roboto-black', sans-serif;*/
    font-family: 'Bebas-Bold';
    color: #fff;
    font-size: 80px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-sub-title-text {
    /*font-family: 'Roboto-Regular', sans-serif;*/
    font-family: 'Bebas-Bold';
    color: #fff;
    font-size: 26px;
    margin-top: 1px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (max-width: 768px) {
    .banner-title-text {
        font-size: 46px;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
    }

    .banner-sub-title-text {
        font-size: 15px;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* ============  Choose Your Program ================ */
.choose-your-program .section-title-area {
    padding-bottom: 30px;
}

.choose-your-program .col-md-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.choose-your-program .container {
    position: relative;
}


.choose-your-program .choose-image {
    min-height:320px;
    width: 100%;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.choose-your-program .choose-image:hover {
    /* *box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
     *-webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
     *-moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6); */
}
.choose-your-program .col-md-6:hover a {
    text-decoration: underline;
}

.choose-your-program .img-text a {
	pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 16%;
    right: 16%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    font-family: 'Bebas-Bold';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
}

.choose-your-program {
    margin-bottom: 55px;
}


@media (max-width: 768px){
    .choose-your-program .col-md-6 {
        padding: 0px 0px;
    }
    .choose-your-program {
        margin-bottom: 0px;
    }
    .choose-your-program .img-text {
        font-size: 26px;
        line-height: 32px;
    }

    .choose-your-program .section-title-area {
        padding-bottom: 35px;
    }

}

@media (max-width: 550px){
    .choose-your-program .choose-image {
        min-height:280px;
    }
}

@media (max-width: 420px){
    .choose-your-program .choose-image {
        min-height:240px;
    }
}

@media (max-width: 360px){
    .choose-your-program .choose-image {
        min-height:200px;
    }
}



/* =========   Career Center:home page   ============ */
.career-center .career-center-bg {
    background-color: #003346 /*5C6F7b*/;
    padding-bottom: 90px;
}

.career-center h3, .career-center h4 {
    color: #fff;
}

.career-center .career-for-info {
    color: #fff;
    margin-top: 22px;
    margin-bottom: 3px;
}

.career-center .intro-section {
    color: #fff;
}

.career-center .career-icon img {
    width: 215px;
    height: auto;
}


.career-center .career-for {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (max-width: 768px){
    .career-center .career-center-bg {
        padding-bottom: 50px;
    }
    .career-center .career-icon img {
        width: 108px;
        height: 107px;
    }
    .career-center .col-md-6:not(:last-child) {
        padding-bottom: 25px;
    }

    .career-center .career-for-info {
        padding-left: 50px;
        padding-right: 50px;
    }

    .career-center .career-for {
        margin-top: 28px;
        margin-bottom: 17px;
    }

    .career-center .career-for-info {
        margin-top: 5px;
        margin-bottom: 0px;
    }

}



/* ===== Upcoming Events Block  ======== */
.upcoming-events-block .container {
    position: relative;
}

.upcoming-events-block-bg-image {
    width: 100%;
    height: 260px;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 63%;
    background-repeat: no-repeat;
/*     box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); */
}

.upcoming-events-block .upcoming-events-block-info {
    position: absolute;
    top: 34%;
    text-align: center;
    left: 0;
    right: 0;
}

.upcoming-events-block .calendar-icon {
    padding-right: 0px;
    text-align: right;
}

.upcoming-events-block .upcoming-events-block-text {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-left: 18px;
    padding-top: 15px;
}

.upcoming-events-block .upcoming-events-block-button {
    padding-left: 0px;
    padding-right: 38px;
}

.upcoming-events-block {
    padding-top: 65px;
    padding-bottom: 65px;
}


@media (max-width: 991px) {
    .upcoming-events-block .calendar-icon img {
        width: 43px;
        height: auto;
    }

    .upcoming-events-block .col-md-2, .upcoming-events-block .col-md-5 {
        width: 100%;
        text-align: center;
    }

    .upcoming-events-block .upcoming-events-block-info {
        top: 17%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .upcoming-events-block .calendar-icon {
        padding-right: 15px;
    }

    .upcoming-events-block .col-xs-12 {
        text-align: center;
    }

    .upcoming-events-block .upcoming-events-block-text {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        text-align: center;
        padding-top: 19px;
        padding-bottom: 36px;
        padding-left: 0px;
    }
    .upcoming-events-block .upcoming-events-block-button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .upcoming-events-block {
        padding-top:0px;
        padding-bottom: 0px;
    }
}




/* ===== Hire a student Block  ======== */
.hire-a-student-block .container {
    position: relative;
}

.hire-a-student-block-bg-image {
    width: 100%;
    height: 260px;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
/*     box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4); */
}


.hire-a-student-block .hire-a-student-block-info {
    position: absolute;
    top: 34%;
    text-align: center;
    left: 0;
    right: 0;
}

.hire-a-student-block .calendar-icon {
    padding-right: 0px;
    text-align: right;
}

.hire-a-student-block .hire-a-student-block-text {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 0px;
}

.hire-a-student-block .calendar-icon {
    text-align: right;
}

.hire-a-student-block .hire-a-student-block-button {
    padding-left: 0px;
    padding-right: 35px;
}


.hire-a-student-block {
    padding-top: 65px;
    padding-bottom: 65px;
}


@media (max-width: 991px) {
    .hire-a-student-block-bg-image {
        background-position: right center;
    }

    .hire-a-student-block .calendar-icon img {
        width: 43px;
        height: auto;
    }

    .hire-a-student-block .col-md-2, .hire-a-student-block .col-md-5, .hire-a-student-block .col-md-5{
        width: 100%;
        text-align: center;
    }

    .hire-a-student-block .hire-a-student-block-info {
        top: 13%;
        padding-left: 41px;
        padding-right: 41px;
    }

    .hire-a-student-block .calendar-icon {
        padding-right: 15px;
    }

    .hire-a-student-block .col-xs-12 {
        text-align: center;
    }

    .hire-a-student-block .hire-a-student-block-text {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        text-align: center;
        padding-top: 19px;
        padding-bottom: 20px;
    }

    .hire-a-student-block .hire-a-student-block-button {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px)  {
    .hire-a-student-block {
        padding-top:0px;
        padding-bottom: 0px;
    }
}



/* ===========    Our Greystone Stories     ============= */
.greystone-stories .stories-photo img {
    width: 207px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.greystone-stories .stories-photo {
    margin-bottom: 30px;
}

.greystone-stories .testimonial {
    margin-bottom: 10px;
    margin-top: 10px;
}


.greystone-stories .testimonial-person {
    margin-bottom: 85px;
}

.greystone-stories .p-small {
    line-height: 36px;
}

.page-node-type-program-page .greystone-stories hr,
.page-node-type-campus-page .greystone-stories hr {
    display: none;
}



@media (max-width: 768px){

    .greystone-stories .stories-photo img {
        width: 110px;
    }

    .greystone-stories .testimonial {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .greystone-stories .p-small {
        font-size: 10px;
        line-height: 24px;
        font-family: Roboto-Bold;
    }

    .greystone-stories .testimonial-person {
        margin-bottom: 42px;
    }
}


/* ==== Featured Stories  ===== */
.featured-stories img {
    width: 100%;
    height: auto;
}

.blog-content .blog-image img {
    width: 50%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px){
    .blog-content .blog-image img {
        width: 100%;
        height: auto;
    }
}

.blog_description {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-page-title {
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px){
    .blog-page-title {
        padding-bottom: 30px;
    }
}


.featured-stories .blog {
    border: 1px solid #ccc;
}

.featured-stories .blog-info {
    padding-left: 20px;
    padding-right: 20px;
    height: 394px;
}

@media (max-width: 1199px) {
	.featured-stories .blog-info {
		height: auto;
		max-height: 500px; /*prevent overflow for horizontal resolutions from 990px-1200px*/
	}
}


.featured-stories .blog-title {
    padding-top: 44px;
}

.featured-stories .blog-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'Roboto-Bold';
  font-size: 24px;
  line-height: 32px;
}

.featured-stories .blog-title a,
.featured-stories .blog-title a:hover,
.featured-stories .blog-title a:active {
  /*color: #002A39;*/
  color: #003346;
  text-decoration: none;
}


.featured-stories .blog-text {
    padding-top: 10px;
}

.featured-stories .blog-readmore {
    padding-top: 22px;
    padding-bottom: 55px;
}


.blog-info .blog-readmore a {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.featured-stories a:hover {
    text-decoration: none;
}

.featured-stories {
    margin-bottom: 48px;
}

.featured-stories .blog-image {
    position: relative;
}

.featured-stories .blog-detail {
    position: absolute;
    top: 20%;
}

.blog-detail .blog-title, .blog-detail .blog-text, .blog-detail .blog-readmore {
    margin-left: 40px;
    margin-right: 40px;
}

.blog-detail .blog-readmore {
    margin-top: 10px;
}

.blog-detail .blog-text {
    margin-top: -10px;
}

.blog-detail .blog-readmore a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}

.blog-detail .blog-title h4 {
    color: white;
    font-size: 20px;
}

.blog-detail .blog-text  {
    color: white;
}

@media (max-width: 768px){

    .featured-stories .section-title {
        padding-top: 10px;
    }

    .featured-stories .col-md-4 {
        margin-left: 12px;
        margin-right: 12px;
    }

    .featured-stories {
        margin-bottom: 0px;
    }
    .featured-stories .blog-title {
        padding-top: 0px;
    }
    .featured-stories .blog-info {
        height: auto;
    }

}




/* =============== Start: Footer ======================================= */

.footer-image {
    height: 250px;
    width: 100%;
    background-color: white;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.ilsc-logo {
    top: 45px;
    position: relative;
}

.gc-text {
    margin-top: 25px;
    position: relative;
    color: #002A3A;
    font-size: 18px;
    font-family: 'Roboto-Bold', sans-serif;
    text-transform: uppercase;
}

footer .job-alert a, footer .job-alert a:hover {
   color: #002A3A;
}

.job-alert {
    margin-top: 40px;
    position: relative;
    color: #002A3A;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto-Regular', sans-serif;
}


.social-link {
    margin-top: 45px;
    position: relative;
}

.social-link a {
    padding-right: 5px;
}

.copyright {
    margin-top: 30px;
    position: relative;
    color: #002A3A;
    font-size: 18px;
}


.social-link ul {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.social-link ul li {
    display: inline;
}

.social-link img {
    width: 40px;
    height: 39px;
}


.footer-hr {
    border-top: 2px solid #003346 /*5C6F7b*/;
    width: 100%;
}

@media (max-width: 768px){
    .gc-text {
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
        line-height: 16px;
    }
    .job-alert {
        font-size: 18px;
    }
    .social-link img {
        width: 35px;
        height: 34px;
    }
    .social-link {
        margin-top: 40px;
    }


}



/* =====================  about gc =============================== */

/*  ======= aboutgc banner ======== */
.aboutgc .banner-image-small {
    background-position: 50% 50%;
}


/*  == Our Mission == */
.our-mission {
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .our-mission {
        padding-bottom: 35px;
    }
}

/*  ==== awards  ==== */
.awards {
    padding-top:60px;
    padding-bottom:50px;
}

.awards h5 {
    margin-top: -10px;
}

.awards img {
    width: 50%;
    height: auto;
}


@media (max-width: 991px) {
    .awards .col-md-6 {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .awards img {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .awards {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}




/* ====================     affiliations      ============================== */

/*  ========= affiliations banner ======= */
/* .affiliations .banner-image-small {
    background-position: 50% 30%;
} */



/*  ==========   affiliations info   ======== */
.affiliations-info p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto-Regular',sans-serif;
}


.affiliations-info .affiliations-block {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 375px;
}

.affiliations-info .col-md-6 {
  padding-bottom: 27px;
}

.affiliations-info .col-md-3 {
  padding-right: 10px;
  padding-left: 20px;
  text-align: center;
  padding-top: 15px;
}

.affiliations-info .col-md-9 {
  padding-right: 35px;
  padding-left: 0px;
}

.affiliations-info img {
  width: auto; /*100px*/
  max-width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.affiliations-block > .row {
  margin-left:30px;
  margin-right:30px;
}

.affiliations-block .affiliations-image-row {
  margin-left:0px;
  margin-right:0px;
}

.affiliations-block .affiliations-body-row {
  margin-left:0px;
  margin-right:0px;
}

.affiliations-block .affiliations-body-row h6 {
    font-size: 24px;
    line-height: 34px;
}

@media (max-width: 1200px) {
    .affiliations-info .affiliations-block {
      height: auto; /*220px;*/
    }
    .affiliations-info .col-md-6 {
      padding-bottom: 15px;
      width: 100%;
    }
}

@media (max-width: 991px) {
    .affiliations-info .affiliations-block {
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
    .affiliations-info .col-md-6 {
      padding-bottom: 15px;
    }
    .affiliations-info .col-md-9 {
      padding-right: 30px;
      padding-left: 30px;
      text-align: left;
    }
    .affiliations-info .col-md-3 {
      padding-right: 30px;
      padding-left: 30px;
      text-align: center;
    }
}

@media (max-width: 768px) {
    .affiliations-info .col-md-6 {
      padding-bottom: 0px;
    }
    .affiliations-info .affiliations-block {
      height:auto;
      padding-left: 15px;
      padding-right: 15px;
    }
    .affiliations-info .col-md-9 {
      padding-right: 15px;
      padding-left: 15px;
      text-align: left;
    }
    .affiliations-info .col-md-3 {
      padding-right: 15px;
      padding-left: 15px;
      text-align: center;
    }

    .affiliations-info p {
      font-size: 14px;
      line-height: 20px;
    }
}


/* ===== co-op education  or faculty page ================== */

/*  == co-op education banner == */
/* .coop .banner-image {
    background-position:80% 50%;
} */


/* @media (max-width: 768px) {
    .coop .banner-image {
        background-position: 55% 50%;
    }
}  */



/*  ======= benefits of faculties / coop ========= */
.benefits-of-coop img {
    width: 100%;
    height: auto;
}

.benefits-of-coop {
    padding-top: 50px;
    padding-bottom: 50px;
}

.benefits-of-coop .benefits-text {
    padding-right: 30px;
    padding-left: 10px;
}

.benefits-of-coop .benefits-text h4,
.benefits-of-coop .benefits-text h3 {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top:0px;
}

.benefits-of-coop ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .benefits-of-coop .img-block {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .benefits-of-coop {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .benefits-of-coop .img-block {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .benefits-of-coop .benefits-text h4,
    .benefits-of-coop .benefits-text h3 {
        padding-top: 30px;
    }
}

/* ==== paragraph text ==== */

.paragraph-faculty .col-md-6 {
    margin-bottom: 40px;
}

.paragraph-faculty .col-md-6 img {
    width: 100%;
    height: auto;
}

.paragraph-faculty ul li {
    margin-bottom: 10px;
}

.paragraph-faculty .col-md-6 p {
    padding-left: 20px;
    padding-right: 20px;
}

.paragraph-faculty .col-md-6 h5,
.paragraph-faculty .col-md-6 h4,
.paragraph-faculty .col-md-6 h3  {
    padding-left: 20px;
    padding-right: 20px;
}

.ckeditor-area .field__item .col-md-6 ul {
    padding-left: 20px;
    padding-right: 20px;
}

.ckeditor-area .field__item .col-md-6 ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ckeditor-area .field__item ul {
    padding-left: 20px;
    padding-right: 20px;
}

.button-area .col-md-4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button-area .col-md-6 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (max-width: 991px) {
    .paragraph-faculty .col-md-6:first-child {
        margin-top: 30px;
    }
    .ckeditor-area .field__item .col-md-6:last-child {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .paragraph-faculty .col-md-6 {
        margin-bottom: 0px;
    }
    .paragraph-faculty ul {
        padding-left: 30px;
        padding-right: 15px;
    }
    .ckeditor-area .field__item h5,
    .ckeditor-area .field__item h4,
    .ckeditor-area .field__item h3 {
       text-align: left;
    }
    .paragraph-faculty p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .paragraph-faculty h5,
    .paragraph-faculty h4,
    .paragraph-faculty h3 {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*  ===== coop career center ========= */
.coop-career-center .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}


.coop-career-center-bg-image {
  width: 100%;
  height: 430px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.coop-career-center .coop-career {
    background-color: #f8981D;
}

.coop-career-center .coop-career-info {
    padding-left:30%;
    padding-right: 12%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: table;
    height:430px;
}

 .coop-career-center .coop-text-area {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.coop-career-center .coop-career-text {
    font-size: 22px;
    line-height: 36px;
    font-family: Roboto-Regular;
    color:rgb(0,42,57);
    padding-bottom: 40px;
    text-align: center;
}


@media (max-width: 1076px) {
    .coop-career-center .coop-career-info {
        padding-left:20%;
        padding-right: 10%;
    }
}

@media (max-width: 991px) {
    .coop-career-center .coop-career-info {
        padding-left:25%;
        padding-right: 25%;
    }
}

@media (max-width: 768px) {
    .coop-career-center .coop-career-info {
        padding-left:15%;
        padding-right: 15%;
        text-align: center;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .coop-career-center-bg-image {
     height:300px;
    }

    .coop-career-center .coop-career-text {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 30px;
        text-align: center;
    }
}

@media (max-width:550px) {
      .coop-career-center-bg-image {
       height:240px;
      }
  }

@media (max-width:420px) {
  .coop-career-center-bg-image {
   height:200px;
  }
}


/*  ===== coop programs ===== */
.co-op-programs {
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

.co-op-programs td {
    background-color: white;
}

.co-op-programs th {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .co-op-programs {
        padding-right: 15px;
        padding-left: 15px;
    }
}



/* ===================  campus     ======================================== */

/*  == campus banner == */
/* .campus .banner-image {
    background-position: 50% 62%;
} */



/* ======= campus industry ================== */
.industry .img-block {
padding: 0px;
margin: 0px;
}

.industry .industry-info-bg {
  background-color: #003346 /*5C6F7b*/;
  color: white;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding-left: 9%;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 460px;
  display: table;
}

.industry .industry-text-area {
  display: table-cell;
  vertical-align: middle;
}

.industry .industry-info-bg p {
  color: white;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.industry h4 {
  color: white;
  font-size: 26px;
  line-height: 26px;
}


.industry-bg-image {
  width: 100%;
  height: 460px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1170px) {
  .industry .industry-info-bg {
    padding-left: 8%;
    padding-top: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1024px) {
  .industry .industry-info-bg {
    padding-left: 6%;
  }
}

@media (max-width:991px){
    .industry .industry-info-bg {
      padding-left: 9%;
      padding-right: 9%;
      padding-top: 30px;
      padding-bottom:30px;
    }
}

@media (max-width: 768px) {
   .industry .industry-info-bg {
   padding-left: 50px;
   padding-right: 50px;
   height: auto;
   }
   .industry .industry-info-bg p {
     font-size: 14px;
     line-height: 22px;
   }
   .industry-bg-image {
    height:400px;
   }
}

@media (max-width:550px) {
      .industry-bg-image {
       height:300px;
      }
  }

@media (max-width:420px) {
  .industry-bg-image {
   height:250px;
  }
  .industry .industry-info-bg {
  padding-left: 35px;
  padding-right: 35px;
  }
}


/* == our campus == */
.our-campus {
  padding-bottom: 20px;
}

.our-campus .icons-area .field--name-field-our-campus-items > .field__item {
  display: inline-block;
  vertical-align: text-top;
}

.our-campus .col-md-2 {
  text-align: center;
  float: none;
  width: 100%;
  max-width: 200px;
}

.our-campus .field--name-field-icon-text {
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
}


.our-campus .icons-area {
  width: 100%;
  text-align: center;
  align-content: center;  /*this is for flex. How to center an arbitrary number of columns? Could just use bootstrap column offset if I'm sure it'll stay 5 columns*/
  margin-bottom: 40px;
}


@media (max-width:768px) {
  .our-campus {
    padding-bottom:10px;
  }
  .our-campus .icons-area {
    margin-bottom: 30px;
  }

.our-campus .icons-area .field--name-field-our-campus-items > .field__item {
    width: 100%;
    display: block;
    margin: 25px 0px 0px;
  }

  .our-campus .col-md-2 {
    display: inline-block;
    margin: 25px 0px 0px;
  }
}


/*.our-campus .icons-area .field--name-field-our-campus-items > .field__item {
width: 16.666%;
display: inline-block;
vertical-align: top;
}*/

/*.our-campus .icons-area .field--name-field-our-campus-icon-title {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-family: 'Roboto-Regular', sans-serif;
    color:#484848;
    font-size: 18px;
    line-height: 27px;
}*/


/* == campus contact == */

.campus-contact .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.campus-contact .contact-info {
  background-color: #003346 /*5C6F7b*/;
  display: flex;
}

.campus-contact .contact-info-area {
  padding-top: 40px;
  padding-bottom: 40px;
  display: table;
  height: 460px;
  margin: 0 auto;
}

.campus-contact .contact-text-area {
  display: table-cell;
  vertical-align: middle;
}


.campus-contact-bg-image {
  width: 100%;
  height: 460px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.campus-contact  .contact-info h4 {
  color: white;
  font-size: 26px;
  line-height: 36px;
}

.campus-contact .contact-info p {
  color: white;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .campus-contact .contact-info-area {
    padding-left: 22px;
    padding-right: 22px;
    height: auto;
  }
  .campus-contact .contact-info p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
  .campus-contact-bg-image {
    height: 382px;
  }
}

@media (max-width: 360px) {
  .campus-contact-bg-image {
    height: 250px;
  }
}


/* == campus program == */
.campus-program {
    background-color: #f8f8f8;
}

.campus-program td {
    background-color: white;
}

.campus-program th {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .campus-program {
        padding-right: 15px;
        padding-left: 15px;
    }
    .table {
        width: 90%;
        margin-left: 15px;
    }
}

/* == campus slideshow == */
.campus-slideshow-row ul {
	list-style-type: none; /* don't show bullet */
}


/* ===================  landing page  ================================= */
#landing-page-content {
    color: #003346;
}
/* Top Menu */
#block-top-menu-links-landing-page {
    margin-top: 50px;
}
#block-top-menu-links-landing-page .top-menu a {
    font-family: 'Bebas-Bold';
    font-size: 24px;
    line-height: 28px;
    color: #003346;
}
/* Section titles */
div.landing-page-section-title {
    font-family: 'Bebas-Bold';
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    margin: 30px 0px;
    color: #003346;
}
@media (max-width: 768px) {
    div.landing-page-section-title {
        font-family: 'Bebas-Bold';
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        margin: 10px 0px;
    }
}
/* Hero slideshow */
div.paragraph--type--landing-page-hero-element {
	/*background-size: 100% auto;*/
	background-size: cover;
	/*min-height: 42vw; Hack to make sure element has height to show all of background image */
    height: 580px;
	background-repeat: no-repeat;
}
div.paragraph--type--landing-page-hero-element .container {
	padding-top: 140px;
}
.landing-page-slider-title h1 div {
    font-family: 'Bebas-Bold';
    font-size: 80px;
	color: white;
}
.landing-page-slider-text div div {
    font-family: 'Roboto-Light';
	color: white;
}
.landing-slider-desktop .landing-page-slider-text div div {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 28px;
}
.paragraph--type--landing-page-slideshow .slick-arrow::before {
    color: white;
    opacity: .15;
    font-size: 90px;
}
.paragraph--type--landing-page-slideshow .slick-next {
    margin-right: 50px;
    width: 90px;
    height: 90px;
}
.paragraph--type--landing-page-slideshow .slick-prev {
    margin-left: 50px;
    width: 90px;
    height: 90px;
}
@media (max-width: 768px) {
    .landing-slider-desktop {
        display: none;
    }
    div.landing-slider-mobile {
        padding: 25px;
        background-color: #003346;
    }
    div.paragraph--type--landing-page-hero-element {
        background-position: center;
        height: 210px;
    }
    .landing-page-slider-title h1 {
        margin: 0px 0px 25px;
    }
    .landing-page-slider-title h1 div {
        font-size: 32px;
        line-height: 32px;
        max-width: 80%;
    }
    .landing-page-slider-text div div {
        font-size: 12px;
        line-height: 18px;
    }
    .paragraph--type--landing-page-slideshow button.slick-arrow {
        display: none !important;
    }
}
@media (max-width: 1420px) {
    nav.slick__arrow {
        top: 85%;
    }
}
@media (min-width: 768px) {
    .landing-slider-mobile {
        display: none;
        color: #003346;
    }
}
/* Intro paragraph */
.field--name-field-landing-page-intro-text {
    text-align: center;
    max-width: 740px;
    margin: 60px auto 80px;
}
.field--name-field-landing-page-intro-text p {
    font-family: 'Roboto-Light';
    font-size: 18px;
    color: #282829;
    line-height: 28px;
}
@media (max-width: 768px) {
    .field--name-field-landing-page-intro-text {
        margin: 40px 25px 0px;
    }
    .field--name-field-landing-page-intro-text p {
        font-family: 'Roboto-Light';
        font-size: 12px;
        color: #282829;
        line-height: 18px;
        padding: 0px 10px;
    }
}
/* Country selection */
.field--name-field-landing-page-country-image img {
    width: 100%;
    height: 100%;
}
.field--name-field-landing-page-country-text {
    text-align: center;
    margin: 20px 0px;
}
@media (max-width: 768px) {
    .field--name-field-landing-page-country-text {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin: 25px;
    }
}

/*What makes us... us photo collage*/
.field--name-field-landing-page-photo-collage .no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}
.field--name-field-landing-page-photo-collage img {
    object-fit: cover;
    width: 100%;
    height: 50vw;
}
@media (min-width: 992px) {
    .field--name-field-landing-page-photo-collage .left-images img {
        object-fit: cover;
        width: 100%;
        height: 20vw;
    }
    .field--name-field-landing-page-photo-collage .right-image img {
        object-fit: cover;
        width: 100%;
        height: 40vw;
    }
}
/* USP (text boxes) */
#landing-page-usp .field--name-field-landing-page-text-box-titl {
    font-family: 'Roboto-Bold';
    font-size: 22px;
    line-height: 26px;
    color: #282829;
    margin-top: 35px;
}
#landing-page-usp .field--name-field-landing-page-text-box-text {
    font-family: 'Roboto-Light';
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
}
@media (max-width: 768px) {
    #landing-page-usp {
        padding: 0px 25px;
    }
    #landing-page-usp .field--name-field-landing-page-text-box-titl {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }
    #landing-page-usp .field--name-field-landing-page-text-box-text {
        font-family: 'Roboto';
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
}
/* Stories slider */
.field--name-field-greystone-stories {
    background-color: #F1F1F1;
    margin-top: 50px;
}
/* Desktop menu */
#block-top-menu-links-landing-page .btn-group {
    vertical-align: top;
}
#block-top-menu-links-landing-page .btn-group {
    cursor: pointer;
}
#block-top-menu-links-landing-page .btn-group .dropdown-menu li {
    padding-left: 0px;
}
/* mobile menu */
@media (max-width: 1024px) {
    div.header-area.mobile-header {
        margin-bottom: -50px;
    }
}
#landing-page-mobile-menu div {
    width: 100%;
    display: block;
    text-align: left;
    color: white;
    padding: 8px 30px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* ===================  program page  ================================= */

/*  == program banner == */
.program .banner-image-small {
    background-position: 50% 50%;
}



/* ======= program summary ================== */
.program-summary .img-block {
    padding: 0px;
    margin: 0px;
}

.program-summary .program-summary-bg {
    background-color: #eff1f2;
    padding-left: 7.5%;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 430px;
    display: table;
}

.program-summary .program-summary-text {
  display: table-cell;
  vertical-align: middle;
}

.program-summary h4 {
    color: white;
}

.program-summary .p-small {
    text-align: left;
    padding-left: 0px;
}

.program-summary .table-header {
    padding-left: 20px;
    padding-bottom: 5px;
}


.program-summary-bg-image {
  width: 100%;
  height: 430px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.program-summary p {
    margin: 0 0 5px;
}


.program-summary .program-summary-bg p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 22px;
    line-height: 24px;
    /*color: #002A39;*/
    color: #282829;
    text-align: left;
}

.program-summary .program-summary-bg ul {
    margin-top: 20px;
}

.program-summary .program-summary-bg ul li p, .program-summary .program-summary-bg ul li  {
    font-family: 'Roboto-regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
    /*color: #484848;*/
    color: #282829;
    margin-top: 12px;
}


@media (max-width: 1170px) {
    .program-summary .program-summary-bg {
        padding-left: 5.5%;
        /* padding-top: 25px; */
    }
}

@media (max-width: 1024px) {
    .program-summary .program-summary-bg {
        padding-left: 4%;
    }
}

@media (max-width:991px){
    .program-summary .program-summary-bg {
        padding-left: 9%;
        padding-right: 9%;
    }
}

@media (max-width: 768px) {
    .program-summary .program-summary-bg {
        padding-left: 15px;
        padding-right: 30px;
        height: auto;
    }
    .program-summary-bg-image {
        height:300px;
    }

    .program-summary .program-summary-bg p {
        font-size: 15px;
        line-height: 22px;
    }
    .program-summary .program-summary-bg ul li p,.program-summary .program-summary-bg ul li {
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width:550px) {
    .program-summary-bg-image {
        height:340px;
    }
}

@media (max-width:420px) {
    .program-summary-bg-image {
        height:200px;
    }
}


/* ======= program time ================== */
.program-time .col-md-4:not(:first-child) {
    border-left: 1px solid grey;
}

.program-time img {
    width: 40px;
    height: auto;
}

.program-time h4, .program-time h6, .program-time p  {
    text-align: left;
    padding-left: 30px;
}

.program-time h6  {
    padding-top: 15px;
}

.program-time h4 {
    padding-bottom: 10px;
}
.program-time {
    padding-top: 50px;
    padding-bottom: 50px;
}

.program-time .field--name-field-campus {
    padding-left: 30px;
}

.field--name-field-campus .field__item {
  font-family: 'Roboto-Regular', sans-serif;
  /*color:#484848;*/
  color: #282829;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 11px;
}


@media (max-width:991px) {
    .program-time .col-md-4:not(:first-child) {
        border-left: 0px solid;
    }
}

@media (max-width:768px) {
    .program-time .col-md-4 {
        padding-top: 30px;
        padding-right: 30px;
    }
    .program-time {
        padding-top: 20px;
    }
    .field--name-field-campus .field__item {
      font-size: 12px;
      line-height: 16px;
    }
    .program-time h4, .program-time h6, .program-time p {
        padding-left: 30px;
    }

}

.program-time .field--name-field-start-dates-icon,
.program-time .field--name-field-start-dates,
.program-time .field--name-field-program-length-icon,
.program-time .field--name-field-program-length,
.program-time .field--name-field-location-icon,
.program-time .field--name-field-campus-name {
    display: inline;
 }

.program-time .field--name-field-start-dates-icon,
.program-time .field--name-field-program-length-icon,
.program-time .field--name-field-location-icon {
   padding-right: 8px;
 }




/* ======= program download ================== */
.program-download img {
    width: 40px;
    height: auto;
}

.program-download a {
  /*color: #484848;*/
  color: #282829;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Roboto-regular', sans-serif;
  text-transform: uppercase;
}

.program-download a:hover {
  text-decoration: underline;
}


.program-download  {
    padding-top: 20px;
    padding-bottom: 25px;
}


.program-download .program-download-area {
width: 100%;
text-align: center;
align-content: center;
margin-left: 15px;
margin-right: 15px;
}

.program-download .field--name-field-files-url-title .field__item {
width: 24.7%;
display: inline-block;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
vertical-align: top;
}

.program-download .pdf-image {
    width: 20%;
    padding-right: 15px;
    display: inline;
}

.program-download .download-link {
    width: 80%;
    display: inline;
    text-align: left;

}

@media (max-width:1200px) {
    .program-download .field--name-field-files-url-title .field__item {
    width: 49.7%;
    }
}

@media (max-width:991px) {
    .program-download .field--name-field-files-url-title .field__item {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    }
}

@media (max-width:768px) {
    .program-download h6,.program-download h4  {
        text-align: left;
    }
    .program-download a {
      font-size: 16px;
      line-height: 20px;
    }
    .program-download .section-title {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .program-download .field--name-field-files-url-title .field__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 20px;
    }

    .program-download .pdf-image, .program-download .download-link {
        display: block;
        padding-bottom: 10px;
    }

}




/*  ==========  program courses ============== */
.program-courses {
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

.program-courses td {
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}

@media (max-width: 768px) {
    .program-courses {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.program-courses .panel-title {
  font-family: 'Roboto-bold', sans-serif;
  /*color: #002A39;*/
  color: #003346;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 768px) {
    .program-courses .panel-title {
      font-size: 16px;
      line-height: 20px;
    }
}

.program-courses .panel-title a:hover,
.program-courses .panel-title a:active,
.program-courses .panel-title a:focus   {
text-decoration: none;
border-bottom: 1px solid #282829;
}

.program-courses .panel-heading {
  background-color: #f8f8f8;
}

.program-courses .panel-body {
  background-color: #f8f8f8;
  text-align: left;
  font-family: 'Roboto-Regular', sans-serif;
  /*color:#484848;*/
  color: #282829;
  font-size: 18px;
  line-height: 27px;
}

.program-courses .panel-group .panel {
    margin-bottom: 2px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: 'fontawesome-webfont';
    content: "\f067";
    color: grey;
    font-size: 18px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'fontawesome-webfont';
    content: "\f068";
    color: grey;
    font-size: 18px;
}

@media (max-width: 768px) {
  .panel-heading .accordion-toggle.collapsed:after {
      font-size: 15px;
  }

  .panel-heading .accordion-toggle:after {
      font-size: 15px;
  }
}


/* =========== Career Centre Page  ============================= */

@media (max-width: 360px) {
    .content-area-careercentre h3 {
        font-size: 20px;
        line-height: 36px;
    }
}


/* =========== Job Search ===========*/
.job-search {
    margin-bottom: 50px;
}

.job-search .job-search-content {
    padding-bottom: 30px;
    padding-right: 30px;
    text-align: left;
}

.job-search img {
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .job-search {
        margin-bottom: 0px;
    }
    .job-search .job-search-content {
        padding-right: 40px;
        padding-left: 40px;
    }
}


/* =========== Online Job Postings ===========*/
.online-job-posting {
    background-color: #eff1f2;
    padding-bottom: 117px;
}

.online-job-posting .section-content {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    /*color: #484848;*/
    color: #282829;
}

.online-job-posting .section-content-button {
    text-align: center;
    padding-top:70px;
    display: block;
}

@media (max-width:991px){
    .online-job-posting .col-md-6 {
        padding: 10px;
    }
}


@media (max-width: 768px) {
    .online-job-posting .section-content {
        padding-left: 40px;
        padding-right:40px;
    }

    .online-job-posting .section-content-button {
        padding-top:40px;
    }
    .online-job-posting {
        padding-bottom: 50px;
    }
}


/* =======   Career Fair & Events  ==========*/
.career-fair .career-fair-bg {
    background-color: #003346 /*5C6F7b*/;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 460px;
    padding-left: 7.7%;
    padding-right: 5%;
}

.career-fair h4 {
    color: #fff;
}

.career-fair .career-fair-button {
    padding-top: 10px;
}

.career-fair .career-fair-info  {
    padding-bottom: 30px;
    text-align: center;
    padding-top: 20px;
}


.career-fair-bg-image {
  width: 100%;
  height: 460px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.career-fair .career-fair-img {
    padding: 0px;
}

@media (max-width: 1170px) {
    .career-fair .career-fair-bg {
        padding-left: 6%;
    }
}

@media (max-width: 1100px) {
    .career-fair .career-fair-bg {
        padding-top: 40px;
    }
    .career-fair .career-fair-info  {
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {
    .career-fair .career-fair-bg {
        padding-left: 5%;
    }
}

@media (max-width:991px){
    .career-fair .career-fair-bg {
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 50px;
        padding-bottom: 80px;
        height: auto;
    }
}


@media (max-width: 768px) {
    .career-fair .career-fair-bg {
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 35px;
        padding-bottom: 50px;
        height: auto;
    }
    .career-fair .career-fair-info  {
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .career-fair-bg-image {
        height: 350px;
    }
}

@media (max-width: 360px){
    .career-fair .career-fair-bg {
        padding-left: 40px;
        padding-left: 40px;
        height: auto;
    }
    .career-fair-bg-image {
        height: 250px;
    }
}



/*  =============== Hire a Student Page =============================== */

/*  ====  Benefits of hiring =====  */
.benefits-hiring {
    margin-bottom: 70px;
    margin-top: 20px;
}

.benefits-hiring .section-title {
    text-align: left;
    padding-bottom: 20px;
}

.benefits-hiring .benifits-header h4 {
    padding-left: 20px;
}

.benefits-hiring p {
    text-align: left;
}

@media (max-width: 768px) {
    .benefits-hiring .benifits-header h4 {
        padding-left: 0px;
    }

    .benefits-hiring .benefits-hiring-list {
        padding-left: 20px;
        padding-right: 40px;
    }
    .benefits-hiring {
        margin-bottom: 50px;
        margin-top: 10px;
    }
}


/* =======  Hiring easy ========== */
.hiring-easy {
    background-color: #eff1f2;
    padding-bottom: 80px;
}


.hiring-easy .section-content {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    /*color: #484848;*/
    color: #282829;
}

.hiring-easy .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid;
    padding: 2px 8px;
    font-weight: bold;
}

.hiring-easy .circle-area, .hiring-easy .hiring-easy-text {
    display: inline;
}

.hiring-easy .field--name-field-hiring-step-1,
.hiring-easy .field--name-field-hiring-step-2,
.hiring-easy .field--name-field-hiring-step-3,
.hiring-easy .field--name-field-hiring-step-4 {
    display: inline;
}

.hiring-easy .hiring-easy-text {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 27px;
}


@media (max-width: 768px) {
    .hiring-easy .text-area {
        padding-right: 30px;
        padding-left: 30px;
    }
    .hiring-easy .hiring-easy-text {
        font-size: 12px;
        line-height: 16px;
    }

    .hiring-easy .circle {
        border: 2px solid;
        padding: 0px 5px;
        font-weight: bold;
        font-size: 14px;
    }

    .hiring-easy .col-sm-3:not(:last-child) {
        padding-bottom: 30px;
    }

    .hiring-easy .section-content {
        padding-left: 15px;
        padding-right:15px;
    }
}



/* ====== Main Menu ============= */

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    /* min-height: 50px; */
    border: none;
	background: white;
}

.navbar .nav > li {
    height: 53px;
}

.navbar .nav {
    width: 100%;
}

.submenu-bg {
    display: none;
    z-index: 999;
    position: absolute;
    background-color: #003346;
    height: 300px;
    top:-2px;bottom:0;left:0;right:0;
}

/* .user-logged-in .submenu-bg {
    display: none;
    z-index: 999;
    position: absolute;
    background-color: #5C707B;
    height: 300px;
    top:262px;bottom:0;left:0;right:0;
} */



.navbar .container-fluid {
    position: relative;
}

.navbar .nav {
    background-color: white;
}

.navbar .nav > li {
    list-style: none;
    /*  width: 20%; */
    /*  float: left; */
}

.navbar .nav > li:nth-child(1) {
    width: 23%;
    /*  padding-left: 23px; */
}
.navbar .nav > li:nth-child(1) > ul > li {
    padding-left: 16px;
}

.navbar .nav > li:nth-child(2) {
    width: 12%;
    padding-left: 0px;
}

.navbar .nav > li:nth-child(2) > ul > li {
    padding-left:16px;
}

.navbar .nav > li:nth-child(3) {
    width: 20%;
    padding-left: 0px;
}

.navbar .nav > li:nth-child(3) > ul > li {
    padding-left: 16px;
}

.navbar .nav > li:nth-child(4) {
    width: 26%;
    padding-left: 0px;
}

.navbar .nav > li:nth-child(4) > ul > li {
    padding-left: 16px;
}

.navbar .nav > li:nth-child(5) {
    width: 19%;
    padding-left: 0px;
}

.navbar .nav > li:nth-child(5) > ul > li {
    padding-left: 16px;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:focus {
    background-color: transparent;
}

.navbar .nav > li > a {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    /*color:#002a39 !important;*/
    color: #282829;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
}

.navbar .nav > li a:hover, .nav > li a:active {
    text-decoration: none;
}

.navbar .nav > li > ul > li > a {
    text-decoration: none;
}

.navbar .nav > li > ul {
    list-style: none;
    padding:0;
    margin:0;
}

.navbar .nav > li > ul > li {
    padding-left:16px;
    padding-right:16px;
    line-height: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.navbar .nav > li > ul {
    display: none;
}

.navbar .nav > li > ul {
    z-index: 9999;
    position: absolute;
    /*background-color: #5C707B;*/
    background-color: #003346;
    height: 300px;
    top:53px;bottom:0;left:0;right:0;
}

.navbar .nav > li > ul > li > a {
    color: white;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px !important;
}

.navbar .nav > li > ul > li:hover {
    /*background-color: #7C9aaC;*/
    background-color: #83B3CB;
}

.navbar .nav > li > ul > li > a:hover {
    text-decoration: none;
}

.navbar .nav > li > ul > li:nth-child(1)  {
    margin-top: 20px;
}

.navbar .nav > li > ul.current {
    /*background-color: #304c5a;*/
    background-color: #012533;
}

@media (max-width: 1199px){
    .navbar .nav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 1060px){
    .navbar .nav > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1022px){
    .navbar .nav > li > ul {
        top:73px;
    }
    .navbar .nav > li > a {
        font-size: 14px;
    }
    .navbar .nav > li {
        height: 73px;
    }
    .navbar .nav > li:nth-child(2) {
        padding-left: 0px;
    }
    .navbar .nav > li:nth-child(2) > ul > li {
        padding-left: 10px;
    }
}

.navbar-fixed-top .navbar {
	margin-bottom: 0px !important;
}


/* ==== Mobile Menu ======================== */

.mobile-menu-fixed-top{
	position: fixed;
	width: 100% !important;
	z-index: 2000;
	top: 0;

}
.mobile-menu-fixed-top .menu-list {
	display: none !important;
}

.mobile-menu-fixed-top .menu-icon{
	background: white;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-top: 3px !important;
	opacity: 0.9;

}

/* === Mobile Search === */
.mobile-search input {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    height: 50px;
    width: 600px;
    background-color: #474747;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    color:white;
    width: 100%;
    outline: none;
    border: 0px;
}

.mobile-search {
    display: none;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111111111;
    top: 0;
    right: 0;
    background-color: #003346;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

/* The navigation menu links */
.sidenav .nav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.mobile-menu {
    display: none;
}

.mobile-menu .fa {
    font-size: 20px;
    /*color: #002a39;*/
    color: #282829;
}


.mobile-menu .menu-list {
  width: 90%;
  float: left;
  text-align: left;
}

.mobile-menu .menu-icon {
  padding-top: 9px;
  padding-right:10px;
  text-align: right;
  width: 10%;
  float: right;
}

.mobile-menu .menu {
    list-style: none;
    padding-top: 5px;
    padding-left: 10px;
}

.mobile-menu .menu li {
    display: inline;
    padding-right: 10px;
}

.mobile-menu .menu li a {
    /*color: #002A39;*/
    color: #282829;
    font-size: 12px;
    font-family: 'Roboto-Regular', sans-serif;
}

.mobile-menu .container-fluid {
    position: relative;
}


@media (max-width: 1024px) {
    .navbar {
        display: none;
    }
    .header-line {
        display: none;
    }
    .mobile-menu {
        display: block;
        height: 40px;
    }
    .banner-area {
        margin-top: 0px;
    }
    header .header-menu {
        display: none;
    }
    header .col-md-3 {
        width: 100%;
        text-align: center;

    }
}

.sidenav .nav > li a {
    color: white;
    font-size: 15px;
    font-family: "Roboto-Regular";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidenav .nav > li > ul > li > a {
    color: white;
    font-size: 12px;
    font-family: "Roboto-Regular";
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 32px;
}

.sidenav .nav > li > ul  {
    margin-left: -55px;
    list-style: none;
    margin-top: -5px;
    margin-bottom: 5px;
    display: none;
}

.sidenav .nav > li > ul > li {
    display: block;
    height: 35px;
    list-style: none;
    line-height: 27px;
    text-indent: 10px;
}

.sidenav .nav > li > ul > li > a {
    /* line-height: 50px; */
}

.sidenav .nav > li > ul > li > a:hover {
    color: #7C9aaC;
}

.sidenav .nav a:hover {
    text-decoration: underline;
}

.sidenav .nav > li .fa {
    color: white;
    font-size: 10px;
    padding-bottom: 5px;
}

.sidenav .nav > li a:hover, .sidenav .nav > li a:active, .sidenav .nav > li a:focus {
    background-color: transparent;
}

.sidenav .contact, .sidenav .email {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    height: 35px;
}

.sidenav .apply-now a, .contact a {
   color: white;
}

.sidenav .email a, .sidenav .email a:hover, .sidenav .email a:active {
   text-decoration: none;
   color: white;
}

.sidenav .apply-now {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    padding: 8px 30px;
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


.sidenav .nav {
    padding-bottom: 60px;
}
.sidenav .navbar-nav
{
    margin: 0px !important;
}


/* ========== Search page ============ */
.path-search #search-form {
    margin-top: 15px;
}

.path-search .search-form input[type=search] {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    height: 50px;
    width: 600px;
    border: 1px solid #7C9aaC;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 20px;
    /*color: #484848;*/
    color: #282829;
}

.path-search .search-form input[type=submit] {
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.path-search .search-form input[type=text] {
    display: block;
}

.path-search label {
    font-size: 18px;
    font-weight: normal;
}

.path-search .search-result__title a {
    color: inherit;
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
}

.path-search .search-result__title a:hover,
.path-search .search-result__title a:active,
.path-search .search-result__title a:focus {
    color: inherit;
    text-decoration: none;
}

h3.search-result__title {
    margin-bottom: 15px;
}


.path-search .item-list li {
  margin-left: 0;
  padding: 0;
}

.path-search .item-list {
    margin-left: -40px;
    margin-bottom: 50px;
}

.path-search summary {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
}

.path-search .search-help-link {
    font-size: 18px;
}


@media (max-width:768px) {
    .path-search .item-list {
        margin-left: -20px;
        margin-right: 15px;
    }
    .path-search h2 {
        margin-left: 20px;
        margin-right: 15px;
        font-size: 20px;
        line-height: 24px;
    }
    .path-search .search-help-link {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 15px;
    }
   .path-search .search-form input[type=search],
   .path-search .search-form input[type=text]
    {
        padding-top: 5px;
        height: 40px;
        width: 250px;
        font-size: 14px;
        margin-left: 20px;
    }
    .path-search .search-form input[type=submit] {
        margin-bottom: 20px;
        margin-right: 15px;
        margin-left: 20px;

    }
    .path-search label {
        font-size: 12px;
        margin-left: 20px;
    }
    .path-search .search-result__title a {
        font-size: 22px;
        line-height: 28px;
    }
    .path-search .pager ul{
        margin-left: -40px;
    }
}



/* ============ Form =================================*/
h1.page-title {
    font-family: 'Roboto-light', sans-serif;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 2px;
    /*color:  #002A39;*/
    color: #003346;
    margin-left: 15px;
    margin-right: 15px;
}

/* form {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
} */

.path-user input[type=submit] {
    margin-bottom: 20px;
}

form p {
    text-align: left;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 27px;
    /*color:#484848;*/
    color: #282829;
    margin-bottom: 20px;
}

form.user-login-form label {
    display: none;
}

@media (max-width:768px) {
   form.user-login-form {
    margin-left: 15px;
    margin-right: 15px;
   }
}


.contact-message-contact-us-form input[type=text],
.contact-message-contact-us-form input[type=email],
.contact-message-contact-us-form select,
.contact-message-contact-us-form textarea,
.contact-message-assessment-form input[type=text],
.contact-message-assessment-form input[type=email],
.contact-message-assessment-form input[type=date],
.contact-message-assessment-form select,
.contact-message-assessment-form textarea,
.contact-message-trial-lesson-form input[type=text],
.contact-message-trial-lesson-form input[type=email],
.contact-message-trial-lesson-form input[type=date],
.contact-message-trial-lesson-form select,
.contact-message-trial-lesson-form textarea
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    height: 50px;
    width: 600px;
    border: 1px solid #7C9aaC;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    /*color:#484848;*/
    color: #282829;
}

.contact-message-contact-us-form textarea,
.contact-message-assessment-form textarea {
    height: auto;
    width: 600px;
    resize: none;
}

.contact-message-contact-us-form .button,
.contact-message-assessment-form .button,
.contact-message-trial-lesson-form .button {
    background-color: #003346 /*5C6F7b*/;
}

.contact-message-contact-us-form label,
.contact-message-assessment-form label,
.contact-message-trial-lesson-form label {
    display: none;
}

/* .contact-message-contact-us-form input[type="submit"],
.contact-message-assessment-form input[type="submit"],
.contact-message-trial-lesson-form input[type="submit"] {
 margin-left: 15px;
 margin-right: 15px;
}  */

.webform-submission-form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}

.webform-submission-form  .form-textarea-wrapper{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 600px;
}


@media (max-width:768px) {
    h1.page-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    form p {
        font-size: 12px;
        line-height: 16px;
        margin-right: 15px;
    }
    .webform-submission-form {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
        width: 100%;
    }
    .webform-submission-form  .form-textarea-wrapper {
        margin-left: 0px;
        margin-right: 0px;
        text-align: left;
        width: 250px;
    }

    .contact-message-contact-us-form input[type=text],
    .contact-message-contact-us-form input[type=email],
    .contact-message-contact-us-form select,
    .contact-message-contact-us-form textarea,
    .contact-message-assessment-form input[type=text],
    .contact-message-assessment-form input[type=email],
    .contact-message-assessment-form input[type=date],
    .contact-message-assessment-form select,
    .contact-message-assessment-form textarea,
    .contact-message-trial-lesson-form input[type=text],
    .contact-message-trial-lesson-form input[type=email],
    .contact-message-trial-lesson-form input[type=date],
    .contact-message-trial-lesson-form select,
    .contact-message-trial-lesson-form textarea
    {
        padding-top: 5px;
        height: 40px;
        width: 250px;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contact-message-contact-us-form textarea,
    .contact-message-assessment-form textarea {
        height: auto;
        width: 250px;
        resize: none;
    }

}

.webform-submission-contact-us-form label,
.webform-submission-assessment-form label,
.webform-submission-trial-lesson-form label {
    display: none;
}

/* location views block */
.block-views-blockcampus-list-details-block-1 .views-label {
    float: left;
}

.block-views-blockcampus-list-details-block-1 .views-col {
    border: 1px solid #7C9aaC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    width: 45% !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

p.field-content {
    padding-right: 15px;
}

.block-views-blockcampus-list-details-block-1 .views-field-field-address {
    padding-bottom: 15px;
}

.block-views-blockcampus-list-details-block-1 .views-field-field-phone {
    padding-bottom: 15px;
}


.view-header h3 {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}


@media (max-width:768px) {
    .block-views-blockcampus-list-details-block-1 .views-col {
        width: 90% !important;
    }
    h4.views-field {
        padding-right: 15px;
    }


}


/*For Theme Integration */
input[type=text], input[type=email], select, textarea, input[type=date], input[type=password]
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    height: 50px;
    width: 600px;
    border: 1px solid #7C9aaC;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 20px;
    /*color: #484848;*/
    color: #282829;
}

textarea {
    height: auto;
    width: 500px;
}

@media (max-width:768px) {
    input[type=text], input[type=email], select, textarea, input[type=date],input[type=password]
    {
        padding-top: 5px;
        height: 40px;
        width: 250px;
        font-size: 14px;
    }
    textarea {
        height: auto;
        width: 250px;
    }
}

#block-greystone-local-tasks{
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-banner .banner-image{
    background-position: 50% 10%;
}


.banner-image-small
{
    background-position: 50% 30%;
}

.intro-area.policies p , .intro-area.policies  ul, .intro-area.policies ol, .intro-area.policies h4{
    text-align: left !important;
}
.tabs-fees{
    padding-top: 60px;
}
.tabs-fees .border-button:visited,  .tabs-fees .border-button:link
{
    /*background-color: #002a39;*/
    background-color: #282829;
    padding: 10px;
}

.tabs-fees .border-button:hover, .tabs-fees .border-button:active
{
    color: white;
}

.fees h3 a{
    text-decoration: none;
    /*color: #002A39;*/
    color: #003346;
}
.red-star {
    color: red;
}
.fees .disclaimer
{
    font-style: italic;
    font-size: 16px;
}

.node--type-blog{
    padding-top: 60px;
}

/*.page-node-type-blog #block-greystone-page-title,
.page-node-type-greystone-page #block-greystone-page-title,
.page-node-type-program #block-greystone-page-title  {
    display: none;
}*/

.program-search .view-grouping-header{
    font-family: 'Roboto-light',sans-serif;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 2px;
    /*color: #002A39;*/
    color: #003346;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}


/*  ===== program search css ====  */
.view-program-search .view-filters {
    width: 100%;
    padding-right: 15px;
}
.view-program-search form.views-exposed-form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 82%;
    margin-bottom: 30px;
    margin-top: 10px;
}
.view-program-search form.views-exposed-form .form-item-field-location-target-id {
	width: 48% !important;
	float: left !important;
}

select#edit-field-co-op-practicum-option-target-id {
    width: 48% !important;
    float: left;
}


/*.view-program-search form.views-exposed-form .form-item-field-co-op-practicum-option-value
{
    width: 48% !important;
    float: left !important;
}*/

 .view-program-search form.views-exposed-form .form-item-combine
 {
	 width: 60% !important;
	float: left !important;
 }
.view-program-search form.views-exposed-form select, .view-program-search form.views-exposed-form input[type="text"]{
	width: 100% !important;
}
.view-program-search form.views-exposed-form .form-item-field-tags-target-id {

	width: 48% !important;
	float: right !important;
}
.view-program-search form.views-exposed-form #edit-actions{
	float: right;
	width: 37%;
}
.view-program-search form.views-exposed-form #edit-submit-program-search{
	    padding: 12px 20px;
    width: 100%;
    height: 50px;
}
.view-program-search .views-exposed-form label {
    display: none;
}

.path-program-search .fa-chevron-right {
    padding-left: 10px;
}

@media (max-width:768px) {
    /*.view-program-search form.views-exposed-form {
            margin-left: 15px;
            margin-right: 15px;
            text-align: left;
            width: 100%;
    }*/
	.view-program-search form.views-exposed-form #edit-submit-program-search {
		height: 40px;
	}
}


/* =========== Paragarpah Video ===========*/
.paragraph-video-section {
    margin-bottom: 50px;
}

.paragraph-video-section .paragraph-video-content {
    padding-right: 30px;
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
}

.paragraph-video-section iframe {
    width: 100%;
	min-height: 315px;
}

.paragraph-video-section .paragraph-video-content-section{
	display: flex;
}

.paragraph-video-section .paragraph-video-content-block {
	margin: 0 auto;
}

@media (max-width: 768px) {
    .paragraph-video-section {
        margin-bottom: 0px;
    }
    .paragraph-video-section .paragraph-video-content {
        padding-right: 40px;
        padding-left: 40px;
    }
}



/*To search Design*/
#search-form {
	display: inline-block;
}


/* .program-search .button {
    background-color: #5C6f7b;
    width: 150px;
    padding: 15px;
} */

/* .program-search input[type=text], .program-search select{
    width: 400px;
} */

/* .program-search #edit-actions {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 30px;
} */

.gc-story-slide li {
    background-color: #7c9aac !important;
}

.gc-story-slide .active {
    background-color: #7c9aac !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control
{
	color: grey;
	text-shadow: none;
	top: 20% !important;
}

.carousel-control.left:focus, .carousel-control.right:focus,.carousel-control.left:hover, .carousel-control.right:hover{
	color: grey;
}

.views-weight {
    display: none;
}

.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
	height: 508px;
	width: 100%;
}
.eventbrite_blocks{
	width: 20%;
	float: left;
	padding: 20px;
	display: block;
}
@media (max-width: 1199px) {
	.eventbrite_blocks{
		width: 25%;
		float: left;
		padding: 5px;
		display: block;
	}
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		padding-left: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.eventbrite_blocks .countdown-widget{
		height: 508px;
	}
}

@media (max-width: 991px) {
	.eventbrite_blocks{
		width: 33%;
		float: left;
		padding: 5px;
		display: block;
	}
	.eventbrite_blocks .countdown-widget{
		height: 508px;
	}
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		padding-left: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

@media (max-width: 752px) {
	.eventbrite_blocks{
		width: 30%;
		float: left;
		padding: 5px;
		display: block;
	}
	.eventbrite_blocks .countdown-widget{
		height: 508px;
	}
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		padding-left: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

@media (max-width: 760px) {
	.eventbrite_blocks{
		width: 47%;
		float: left;
		padding: 5px;
		display: block;
	}
	.eventbrite_blocks .countdown-widget{
		height: 508px;
	}
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		padding-left: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

@media (max-width: 469px) {
	.eventbrite_blocks{
		width: 100%;
		float: left;
		padding: 5px;
		display: block;
	}
	.eventbrite_blocks .countdown-widget{
		height: 408px;
	}
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		padding-left: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 58%;
	}
}

@media (max-width: 395px) {
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		width: 66%;
	}
}

@media (max-width: 321px) {
	.eventbrite_blocks .countdown-widget, .eventbrite_blocks .cal-widget {
		width: 72%;
	}
}

