body, html {
 width: 100vw;
 min-width: 100vw;
 max-width: 100vw;

 overflow-x: hidden;
 overflow-y: auto;
}

@media screen and (min-width: 800px) {
	.text_content {
	margin-left: 10rem;
  margin-right: 10rem;
	/*background-color: #031D45;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

	}

	.text_content h2 {
		font-size: 40px;
		color: #031D45;
		text-align: center;
        margin-top: 0 !important;
	}
}

@media screen and (max-width: 800px) {
	.text_content {
		margin-left: 40px;
		margin-right: 40px;
		/*background-color: #031D45;*/

	}

	.text_content h2 {
		/*(font-size: 40px;*/
		color: #031D45;
		text-align: center;
      	margin-top: 0 !important;
	}
}
.text_content h1{
  margin-top: 0 !important;
}

.text_content a:hover {
	text-decoration: underline;
}

.text_content a {
	text-decoration: underline;
}

.calendar-month {
	font-size: large;
	margin-top: 45px;
}

.calendar-date {
	font-size: x-large;
	font-weight: bolder;
}

.header-text h1{
	color:#E57200; 
	font-size: 50px; 
	margin:0; 
	padding-top: 1em;
	font-weight: 800;
}

.calendar-time {
	font-size: large;
	font-weight: 500;
}

.event-flex {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.text_block a{
	text-decoration: underline;
}

.blue-button a{
  	background-color: #031D45; 
    padding: 10px;
    color: white;
    text-decoration: none !important; 
    font-weight: bold;
}
.blue-button a:hover{
  	background-color: #206D8D; 
    
}
.orange-button a{
    background-color: #E57200;
    padding: 10px;
    color: white;
    text-decoration: none !important; 
    font-weight: bold;
}
.orange-button a:hover {
    background-color: #031D45;
}
.ambassador strong{
  font-size: 25px;
}

.rotate {
   transform: rotate(-180deg);
    transition: .3s;
}
.text_content .rounded-circle{
  width: 250px;
  height: 250px;
}
    
.nursingAccordion{
  font-size: 1.5rem;
  padding: 20px;
  display:flex;
  flex-wrap:  nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.dropdownArrow{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

  -webkit-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}
.collapsed .dropdownArrow {
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}
.event-link {
	color: #495E9D;
	font-size: x-large;
	text-decoration: underline;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.event-flex {
	  justify-content: center;
	}
  }

.caption {
        text-align: center;
        font-size: 1em;
        flex-wrap: wrap;
        /*flex: 1 1 0px;*/
        flex: 1;
        /*margin-left: 1em;
        margin-right: 1em;*/
        width: 100%;
    }

.nursing_card{
  display:flex; 
  flex-direction: row; 
  flex-wrap: wrap;
  gap:30px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .nursing_card{
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    gap:30px;
    justify-content: center;
    align-content: center;
  }
}

.nursing_card img{
  max-width:100%;
  max height: auto;
}
.caption img {
        width: 50%;
        height: 50%;
        object-fit: contain;
        transition: transform .2s;
}
.caption:hover{
    transform:scale(1.1);
}
.slick-slide img {
    width: 100%;
  	pointer-events: none;
  }

  @media screen and (min-width: 600px) {

    .slick-next,
    .slick-prev {
      text-decoration: none;
      font-size: 60px;

      color: white;
      z-index: 100;
	  
      position: absolute;
      background-color: transparent;



      top: 50%;

      display: block;
      
      /*width: 20px;
    height: 20px;*/
      padding: 20px;
      
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;


    }

    .slick-next:hover,
    .slick-prev:hover {

      color: #E57200;

    }
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }
  .slick-dots {
    bottom: 50px;
    li button:before,
    li.slick-active button:before {
     color: transparent;
    opacity: 1;
    }
    li button:before{
    background-color: transparent;
    border: 4px solid #031D45;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
     width: 20px;

  }
    li.slick-active button:before {
      background-color: #031D45;
  }
}

  @media screen and (max-width: 600px) {

    .slick-next,
    .slick-prev {
      display: none !important;
      
    }
  }

  .testimonial{
    
    /*overflow: auto;*/
    color: white;
	margin: 0 15px 0 15px;
    float: inherit;
  }
  
  .testimonial a{
    color: white;
  }

  .testimonial-content {
    
    text-wrap: balance;

  }

  .testimonial-content img {
    object-fit: contain;
    max-width: 100%;
    margin: 0 30px 0 0;
  }

  .testimonial-header {
    color: #E57200;
    text-wrap: balance;
  }

  .slick-loading .slick-list {
    background: #fff url('/media/ajax-loader.gif') center center no-repeat;
  }


  @media screen and (max-width: 600px) {
    .testimonial-header {
      text-align: center;
      font-size: 3rem;
      margin: auto;
    }
    .testimonial-container p{
        font-size: 2rem;
      	font-weight: bold;
      	margin-left: auto;
    	margin-right: auto;
      	max-width: 300px;
    }

    .slick-next,
    .slick-prev {
      visibility: hidden;
    }
  }
    @media screen and (min-width: 600px) {
      .testimonial-header {
        font-size: 5rem;
       
      }
      .testimonial-container p{
        font-size: 2.5rem;
        font-weight: bold;
      }
      .testimonial-content{
        margin: 0 90px 0 90px;
      }
    }
  /* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #031D45;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #031D45;
}
.testimonial-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.testimonial-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 10px;

    cursor: pointer;
}
.testimonial-dots li button
{
    font-size: 120;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.testimonial-dots li button:hover,
.testimonial-dots li button:focus
{
    outline: none;
}
.testimonial-dots li button:hover:before,
.testimonial-dots li button:focus:before
{
    opacity: 1;
}
.testimonial-dots li button:before
{
    font-family: 'slick';
    font-size: 120px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonial-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}
.pagefooter--stats .stat .numeral {
  font-family: 'franklin-gothic-urw';
  }







































