﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/



 .cta-section {
    height: 348px;
}

 .cta-section-container {
    height: 348px;
}

 .cta-section-container p {
    color: #fff;
}

.featured-panel {
  background-color: #005dab;
}

/*Intro*/

section.intro-section {
    margin-top: 35px;
    margin-bottom: 5px;
}

/*End of the Intro*/

/*Highlights*/

.hl {
  margin-top: 1em;
  margin-bottom: 3em;  
}

.second-intro-section .container {
    padding-bottom: 30px;
}

 .second-intro-section {
	background-color: #EEEEEE;
}

 .third-intro-section {
	background-color: #EEEEEE;
}

/*section.third-intro-section {
    padding-bottom: 50px;
}
*/


.third-intro-section .row {
    margin-left: 50px;
    margin-right: 50px;
}

.third-intro-section .fa-duotone {
  --fa-primary-color: #005dab;
  /*--fa-primary-opacity: 0.5;*/
  /*--fa-secondary-color: #005dab;*/
}


.third-intro-section img {
    border-radius: 78%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/*End of Highlights*/


/*Our Programs*/

section.fourth-intro-section {
    padding-bottom: 30px;
    padding-top: 20px;
}

section.fifth-intro-section {
    padding-bottom: 30px;
}

.fifth-intro-section img {
	margin-left: auto;
    margin-right: auto;
}

/*

.fifth-intro-section .row {
    margin-right: 100px;
    margin-left: 100px;
}

.sixth-intro-section .row {
  	margin-right: 100px;
    margin-left: 100px;
}

*/
.sixth-intro-section img {
	margin-left: auto;
    margin-right: auto;
}



section.sixth-intro-section {
    padding-bottom: 30px;
}

/*End of Our Programs*/

/*Resources*/

.seventh-intro-section h3.thumbnail-title {
    padding-bottom: 20px;
}

/*End of Resources*/

/*Responsive Queries*/

@media (max-width: 349px) {}


/* Mobile devices (iPhones, Android phones, 375px and up, also covers NEW phones) */
@media (min-width: 350px) and (max-width: 640px) {

  .intro-section .cta-section-container {
    padding-top: 20px;
}
  
  .intro-section .cta-section {
    margin-bottom: -40px;
}
  
}


/*Mobile devices 2: Moto G4 and older iPhones*/
@media (max-width: 360px) {}


/*iPhone X, Google Pixel 2*/
@media (min-width: 370px) and (max-width: 480px) {}


@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}


@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {}


/* Small Devices 1: (iPad Classic)*/
@media (min-width: 768px) {}


/* Small devices 2: (tablets, iPad classic, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {}


@media (min-width: 992px) {}


@media (max-width: 1024px) {}


/* Small devices 3: (Newer tablets, iPad Pro, 1024px and up) */
@media (min-width: 991px) and (max-width: 1024px) {}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* Large devices 2: (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) {}


/* Large devices 3: (Large desktops, wide monitors, 4k monitors, 2400px and up) */
@media (min-width: 2400px) {}





































