/*
- Full color boxes vs border boxes
- IE vs Chrome background-color print control...BTS auto-selection option in IE
- Removing big spaces of background i.e: accordion
- Removing every decoration image
- Having 2 buttons to control print versions(light version and full version)
*/

/*************************************************************************************************************/
/*Full version styles: Implements styles to make it look as close as media screen as possible */
/* https://stackoverflow.com/questions/3893986/css-media-print-issues-with-background-color .... https://stackoverflow.com/questions/14987496/background-color-not-showing-in-print-preview */
body.print-full { -webkit-print-color-adjust: exact; }
/*.page-navigation .section-navigation .section-label { color:white; }
.page-navigation .section-navigation { background-color: #0051b2 !important; }
.page-navigation .section-navigation { width: auto; float: left; max-width: 50%;}
*/
body { -webkit-print-color-adjust: exact; }/*Enable This option by default...no multiple options for now for the users*/

/************************************************************************************************************/
/* Light Version styles: Removes backgorunds, decorative images and more */
.print-light .page-banner h1 { color: #000 !important; }
.print-light #alert-notification, .print-light .nav-wrapper { display: none; }
/* .print-light .accordion-wrapper ul li.expanded { background-color: #fff; }*/



/* Elemets that are disabled meanwhile due to its complexity */
	.story-carousel {
		display:none !important; /* disable story-carousel */
	}


/* Common styles: Styles applied on both versions */
   #masthead { position: absolute !important;	}
   .fab-wrapper { display: none; }
   .table-container .scroll-right, .table-container .scroll-left {display: none !important; }
   section.press-releases .news-list .row {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
	}
	.story-carousel{
		page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid; /* or 'auto' */		
	}
	body, img, div, section {
		page-break-before: avoid !important;
		page-break-inside: auto !important;
		
	}	
	.slick-track img, .slick-track div, .slick-track section{  display: inline-block;}
	
	p.intro-text {
		font-size: 30px;
		font-size: 1.875rem;
		margin-top: 72px;
		line-height: 1.4;
	}

	
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-23 {
    width: 95.83333333%; }
  .col-sm-22 {
    width: 91.66666667%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-20 {
    width: 83.33333333%; }
  .col-sm-19 {
    width: 79.16666667%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-17 {
    width: 70.83333333%; }
  .col-sm-16 {
    width: 66.66666667%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-14 {
    width: 58.33333333%; }
  .col-sm-13 {
    width: 54.16666667%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-11 {
    width: 45.83333333%; }
  .col-sm-10 {
    width: 41.66666667%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-8 {
    width: 33.33333333%; }
  .col-sm-7 {
    width: 29.16666667%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-5 {
    width: 20.83333333%; }
  .col-sm-4 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-2 {
    width: 8.33333333%; }
  .col-sm-1 {
    width: 4.16666667%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-pull-23 {
    right: 95.83333333%; }
  .col-sm-pull-22 {
    right: 91.66666667%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-20 {
    right: 83.33333333%; }
  .col-sm-pull-19 {
    right: 79.16666667%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-17 {
    right: 70.83333333%; }
  .col-sm-pull-16 {
    right: 66.66666667%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-14 {
    right: 58.33333333%; }
  .col-sm-pull-13 {
    right: 54.16666667%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-11 {
    right: 45.83333333%; }
  .col-sm-pull-10 {
    right: 41.66666667%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-8 {
    right: 33.33333333%; }
  .col-sm-pull-7 {
    right: 29.16666667%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-5 {
    right: 20.83333333%; }
  .col-sm-pull-4 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-2 {
    right: 8.33333333%; }
  .col-sm-pull-1 {
    right: 4.16666667%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-push-23 {
    left: 95.83333333%; }
  .col-sm-push-22 {
    left: 91.66666667%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-20 {
    left: 83.33333333%; }
  .col-sm-push-19 {
    left: 79.16666667%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-17 {
    left: 70.83333333%; }
  .col-sm-push-16 {
    left: 66.66666667%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-14 {
    left: 58.33333333%; }
  .col-sm-push-13 {
    left: 54.16666667%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-11 {
    left: 45.83333333%; }
  .col-sm-push-10 {
    left: 41.66666667%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-8 {
    left: 33.33333333%; }
  .col-sm-push-7 {
    left: 29.16666667%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-5 {
    left: 20.83333333%; }
  .col-sm-push-4 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-2 {
    left: 8.33333333%; }
  .col-sm-push-1 {
    left: 4.16666667%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-24 {
    margin-left: 100%; }
  .col-sm-offset-23 {
    margin-left: 95.83333333%; }
  .col-sm-offset-22 {
    margin-left: 91.66666667%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-20 {
    margin-left: 83.33333333%; }
  .col-sm-offset-19 {
    margin-left: 79.16666667%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-17 {
    margin-left: 70.83333333%; }
  .col-sm-offset-16 {
    margin-left: 66.66666667%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-14 {
    margin-left: 58.33333333%; }
  .col-sm-offset-13 {
    margin-left: 54.16666667%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-11 {
    margin-left: 45.83333333%; }
  .col-sm-offset-10 {
    margin-left: 41.66666667%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-8 {
    margin-left: 33.33333333%; }
  .col-sm-offset-7 {
    margin-left: 29.16666667%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-5 {
    margin-left: 20.83333333%; }
  .col-sm-offset-4 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-2 {
    margin-left: 8.33333333%; }
  .col-sm-offset-1 {
    margin-left: 4.16666667%; }
  .col-sm-offset-0 {
    margin-left: 0; } 
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-24 {
    width: 100%; }
  .col-md-23 {
    width: 95.83333333%; }
  .col-md-22 {
    width: 91.66666667%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-20 {
    width: 83.33333333%; }
  .col-md-19 {
    width: 79.16666667%; }
  .col-md-18 {
    width: 75%; }
  .col-md-17 {
    width: 70.83333333%; }
  .col-md-16 {
    width: 66.66666667%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-14 {
    width: 58.33333333%; }
  .col-md-13 {
    width: 54.16666667%; }
  .col-md-12 {
    width: 50%; }
  .col-md-11 {
    width: 45.83333333%; }
  .col-md-10 {
    width: 41.66666667%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-8 {
    width: 33.33333333%; }
  .col-md-7 {
    width: 29.16666667%; }
  .col-md-6 {
    width: 25%; }
  .col-md-5 {
    width: 20.83333333%; }
  .col-md-4 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-2 {
    width: 8.33333333%; }
  .col-md-1 {
    width: 4.16666667%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-pull-23 {
    right: 95.83333333%; }
  .col-md-pull-22 {
    right: 91.66666667%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-20 {
    right: 83.33333333%; }
  .col-md-pull-19 {
    right: 79.16666667%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-17 {
    right: 70.83333333%; }
  .col-md-pull-16 {
    right: 66.66666667%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-14 {
    right: 58.33333333%; }
  .col-md-pull-13 {
    right: 54.16666667%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-11 {
    right: 45.83333333%; }
  .col-md-pull-10 {
    right: 41.66666667%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-8 {
    right: 33.33333333%; }
  .col-md-pull-7 {
    right: 29.16666667%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-5 {
    right: 20.83333333%; }
  .col-md-pull-4 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-2 {
    right: 8.33333333%; }
  .col-md-pull-1 {
    right: 4.16666667%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-push-23 {
    left: 95.83333333%; }
  .col-md-push-22 {
    left: 91.66666667%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-20 {
    left: 83.33333333%; }
  .col-md-push-19 {
    left: 79.16666667%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-17 {
    left: 70.83333333%; }
  .col-md-push-16 {
    left: 66.66666667%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-14 {
    left: 58.33333333%; }
  .col-md-push-13 {
    left: 54.16666667%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-11 {
    left: 45.83333333%; }
  .col-md-push-10 {
    left: 41.66666667%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-8 {
    left: 33.33333333%; }
  .col-md-push-7 {
    left: 29.16666667%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-5 {
    left: 20.83333333%; }
  .col-md-push-4 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-2 {
    left: 8.33333333%; }
  .col-md-push-1 {
    left: 4.16666667%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-24 {
    margin-left: 100%; }
  .col-md-offset-23 {
    margin-left: 95.83333333%; }
  .col-md-offset-22 {
    margin-left: 91.66666667%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-20 {
    margin-left: 83.33333333%; }
  .col-md-offset-19 {
    margin-left: 79.16666667%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-17 {
    margin-left: 70.83333333%; }
  .col-md-offset-16 {
    margin-left: 66.66666667%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-14 {
    margin-left: 58.33333333%; }
  .col-md-offset-13 {
    margin-left: 54.16666667%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-11 {
    margin-left: 45.83333333%; }
  .col-md-offset-10 {
    margin-left: 41.66666667%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-8 {
    margin-left: 33.33333333%; }
  .col-md-offset-7 {
    margin-left: 29.16666667%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-5 {
    margin-left: 20.83333333%; }
  .col-md-offset-4 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-2 {
    margin-left: 8.33333333%; }
  .col-md-offset-1 {
    margin-left: 4.16666667%; }
  .col-md-offset-0 {
    margin-left: 0; }
	

    .page-navigation { /*https://stackoverflow.com/questions/15901030/reset-remove-css-styles-for-element-only*/
      position: absolute !important; top: auto !important; bottom: 0 !important; transition: none !important;
      width: 100%; }  
    .page-navigation {
      z-index: 2000;
      background-color: rgba(0, 0, 0, 0.6); } 
      .page-navigation ul {
        margin-top: 0 !important; } 
      .page-navigation .section-navigation {
        width: auto;
        float: left;
        max-width: 50%; }       
        .page-navigation .section-navigation .section-label {
          padding-right: 43px;
          min-width: 209px; }   
      .page-navigation #nav-inner {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        min-width: 400px; }       
        .page-navigation #nav-inner a {
          padding-right: 20px; } 
      .page-navigation #nav-breadcrumb {
        display: block;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px; }
        .page-navigation #nav-breadcrumb ul {
          margin-top: 0;
          margin-bottom: 0; }
          .page-navigation #nav-breadcrumb ul li {
            display: inline-block;
            margin-bottom: 0; }
            .page-navigation #nav-breadcrumb ul li:last-child a {
              background-image: none; } 
			  
	/*.related-subjects ul.dropdown{display: none !important;}*/
	.related-subjects .toggle-dropdown{display: none !important;}
	
	section.press-releases #press-release-filter .button{ float: right;}
	
	.scrollable-wrapper .medium-slider .slick-track { width: auto !important; }
	section.experience-fgcu .cta-links a.button {margin: 0 auto 20px auto;}
	section.experience-fgcu .cta-links {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		/*-ms-flex-direction: row;*/
		flex-direction: row;
		padding-top: 32px;
	}
	
	section.experience-fgcu .cta-links a.button {
		width: 25%;
		float: none;
		max-width: 100%;
		margin-left: 3px;/*fgcuteam-gabriel modified*/
		margin-right: 3px;/*fgcuteam-gabriel modified*/
		padding: 5px 5px !important;
	}
	
	      
	
	.meet-fgcu-list-view .portrait {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}	
  
    .meet-fgcu-list-view {
      margin-left: -30px !important;
      margin-right: -30px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }  
    /*@media screen and (min-width: 768px) {
      .meet-fgcu-list-view .portrait {
        display: block;
        padding-left: 0;
        padding-right: 0; } }*/  
    /*@media screen and (min-width: 768px) {
      .meet-fgcu-list-view .col-md-17 {
        margin-left: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 70px;
        padding-top: 35px; } }*/    
      .meet-fgcu-list-view .col-md-17 {
        padding-top: 35px;
        padding-left: 100px;
        padding-bottom: 0; } 
      /*@media screen and (min-width: 768px) {
        .meet-fgcu-list-view .col-md-17:before {
          width: 80px;
          height: 75px;
          left: -40px;
          top: 30px; } }*/
        .meet-fgcu-list-view .col-md-17:before {
          width: 100px;
          height: 85px;
          left: -24px;
          top: 30px; }
      /*@media screen and (min-width: 768px) {
        .meet-fgcu-list-view .col-md-17 p.intro {
          font-size: 27px;
          font-size: 1.6875rem; } }  */    
        .meet-fgcu-list-view .col-md-17 p.intro {
          font-size: 30px;
          font-size: 1.175rem;
          line-height: 1.3; }          
        .meet-fgcu-list-view .col-md-17 p.author {
          font-size: 25px;
          font-size: 1.2625rem;
          margin-bottom: 3px; }     
        .meet-fgcu-list-view .col-md-17 p.author-field-of-study {
          font-size: 18px;
          font-size: 1.125rem; } 
		  
	section.carousel .slick-slide .content {
		padding: 15px 80px 15px;
		max-width: 85%;
		margin: -115px auto 0;
	}
	section.carousel .slick-arrow.slick-prev {
		background-position: 15px center;
		background-size: 16px auto;
		left: 30px;
	}
	section.carousel .slick-arrow.slick-prev {
		top: 65%;/*50%;*/
	}
	section.carousel .slick-arrow.slick-next {
		background-size: 16px auto;
		right: 30px;
	}
	section.carousel .slick-arrow.slick-next {
		top: 65%;/*50%;*/
	}	
	section.carousel .slick-track{
		width: initial !important;
	}
	section.carousel .slick-slide{
		width: initial !important;
		/*padding-right: 14%;*//*10*//*22*/
		margin-right: -65%;
	}
	section.carousel .slick-arrow {
		width: 57px;
		height: 57px;
		border: 2px solid #ffffff;
	}
	
	
    section.carousel-text .carousel-text-wrapper .top { display: none; }   
    /*section.carousel-text .carousel-text-wrapper .content-wrapper { background-image: none !important; } */
    section.carousel-text .carousel-text-wrapper .content-wrapper { padding: 50px 36px 75px; padding-right:70px;} 
	section.carousel-text .carousel-text-wrapper .content { padding: 55px 40px 80px; } 
    section.carousel-text .carousel-text-wrapper .content .cta-links {
        position: absolute;
        left: 50%;
        bottom: -22px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); 
	}      
	section.carousel-text .carousel-text-wrapper .content h3 { font-size: 35px; font-size: 2.1875rem; }
	section.carousel-text .carousel-text-wrapper .content p { font-size: 20px; font-size: 1.25rem; }
	section.carousel-text .carousel-text-wrapper .content .slick-arrow-container { display: block; }
	section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-prev { left: -17px; }
	section.carousel-text .carousel-text-wrapper .content .slick-arrow-container .slick-next { right: -17px; }      
	section.carousel-text .carousel-text-wrapper .slick-arrow.slick-prev { top: 50%; } 
	section.carousel-text .carousel-text-wrapper .slick-arrow.slick-next { top: 50%; }
	section.carousel-text .slide{width: 100% !important; margin-right: -99%; }
	section.carousel-text .slick-track{width: initial !important;}
	
	
	
	         
    section.news-listing h2,
    section.three-up h2 {
        margin-top: 50px; }       
        section.news-listing .container h2,
        section.three-up .container h2 {
          margin-bottom: 35px; }       
      section.news-listing .slide-wrapper,
      section.three-up .slide-wrapper {
        margin-bottom: 30px; }   
    section.news-listing .container,
    section.three-up .container {
      padding-left: 0;
      padding-right: 100px;
      margin-left: 25px; }
    section.news-listing .slide-wrapper,
    section.three-up .slide-wrapper {
      position: relative; }
    section.news-listing .slick-prev,
    section.three-up .slick-prev {
      display: none !important; }
    section.news-listing .slick-next,
    section.three-up .slick-next {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color: transparent;
      width: 57px;
      height: 57px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      border: 2px solid #ffffff;
      position: absolute;
      right: -83px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      section.news-listing .slick-next:before,
      section.three-up .slick-next:before {
        display: block;
        content: '';
        width: 23px;
        height: 3px;
        position: relative;
        top: 11px;
        left: 15px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.news-listing .slick-next:after,
      section.three-up .slick-next:after {
        display: block;
        content: '';
        width: 3px;
        height: 22px;
        position: relative;
        top: -1px;
        left: 25px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      section.news-listing .slick-next:hover,
      section.three-up .slick-next:hover {
        background-color: #ffffff; }
        section.news-listing .slick-next:hover:before, section.news-listing .slick-next:hover:after,
        section.three-up .slick-next:hover:before,
        section.three-up .slick-next:hover:after {
          background-color: #004785; }
    section.news-listing .slick-slide:not(.slick-active) article:before,
    section.three-up .slick-slide:not(.slick-active) article:before {
      opacity: 1; }
    section.news-listing .moving .slick-slide article:before,
    section.three-up .moving .slick-slide article:before {
      opacity: 0 !important; }
    section.news-listing .slick-slide article,
    section.three-up .slick-slide article {
      position: relative; }
      section.news-listing .slick-slide article:before,
      section.three-up .slick-slide article:before {
        pointer-events: none;
        display: block;
        opacity: 0;
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(243deg, rgba(0, 80, 177, 0.48) 0%, #00287a 95%);
        background-image: linear-gradient(-153deg, rgba(0, 80, 177, 0.48) 0%, #00287a 95%); } 
	section.news-listing , section.three-up {page-break-before: avoid; page-break-inside: auto; /* or 'auto' */ }
  
    

		
	
	  	section.meet-fgcu-testimonial .slick-track{
			width: initial !important;
		}
      /*@media screen and (min-width: 768px) {*/
        section.meet-fgcu-testimonial h2.intro-text {
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 45px;
          margin-top: 25px; } /*}*/      
        section.meet-fgcu-testimonial h2.intro-text {
          font-size: 30px;
          font-size: 1.875rem;
          margin-top: 85px;
          margin-bottom: 100px;
          max-width: 80%; }            
    /*@media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .arrows-wrapper {
        padding-left: 100px;
        padding-right: 100px; } }*/    
      /*@media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial .portrait-wrapper .portrait {
          border: 27px solid #ffffff; } }*/      
        section.meet-fgcu-testimonial .portrait-wrapper .portrait {
          border: 20px solid #ffffff; }      
    /*@media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .story-carousel {
        margin-bottom: 60px; } }*/    
      section.meet-fgcu-testimonial .story-carousel {
        margin-bottom: 100px; }          
        /*@media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper .overlay {
            -webkit-transform: skewY(7deg);
                    transform: skewY(7deg);
            height: 46%; } }*/        
          section.meet-fgcu-testimonial .story-carousel .story-bubble-wrapper .overlay {
            -webkit-transform: skewY(10deg);
                    transform: skewY(10deg);
            height: 61%; }         
        section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow {
          width: 57px;
          height: 57px;
          border: 2px solid #004785; }       
        /*@media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
            top: 50%; } }*/        
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
            background-position: 15px center;
            background-size: 16px auto;
            left: 30px; }      
        /*@media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next {
            top: 50%; } }*/        
          section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next {
            background-size: 16px auto;
            right: 30px; }                                         
        section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper {
			width: 120px;
			height: 120px;
          display: block;
          position: absolute;
          z-index: 5; }
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.engagement {
            bottom: 0;
            left: 7%; }     
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.engagement {
        bottom: 22px;
        left: 14%; }       
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.mentorship {
            top: 0;
            right: 7%; }     
      section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper.mentorship {
        top: 22px;
        right: 14%; }              
          section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper:before {
            -webkit-animation: pulse-large 1.6s ease-out 1.1s;
                    animation: pulse-large 1.6s ease-out 1.1s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite; }       
        /*@media screen and (min-width: 768px) {*/
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote:before {
            background: center center no-repeat url(images/icon-quote.png);
            background-size: 95% auto; } /*}*/
      /*@media screen and (min-width: 768px) {*/
        section.meet-fgcu-testimonial .story-bubble-wrapper .quote {
          position: absolute;
          bottom: 20%;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          color: #ffffff;
          margin-bottom: 0; } /*}*/  
    section.meet-fgcu-testimonial .story-bubble-wrapper .quote {
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, 15%);
              transform: translate(-50%, 15%); } 
      /*@media screen and (min-width: 768px) {*/
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote:before {
            width: 69px;
            height: 60px;
            top: -75%;/*-115px;*/
            left: -17px; }
          section.meet-fgcu-testimonial .story-bubble-wrapper .quote .intro-text {
			font-size: 1.0rem;
            margin-top: 0;
            margin-bottom: 0; } /*}*/     
      section.meet-fgcu-testimonial .links {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } 
    /*@media screen and (min-width: 768px) {
      section.meet-fgcu-testimonial .links .top {
        overflow: hidden;
        margin-top: -45px;
        margin-bottom: 30px; } }*/   
      /*@media screen and (min-width: 768px) {
        section.meet-fgcu-testimonial .links a {
          margin-left: 20px;
          margin-right: 20px; } }*/      
        /*@media screen and (min-width: 768px) {
          section.meet-fgcu-testimonial .links a.main-link {
            margin: 0 auto; } } */     
        section.meet-fgcu-testimonial .links a {
          display: none; }
          section.meet-fgcu-testimonial .links a.main-link {
            display: block; } 
	section.meet-fgcu-testimonial .story-bubble-wrapper {
		width: initial !important;
		/*padding-right: 10%;*/
		margin-right: -41%;
	}
	section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-next, section.meet-fgcu-testimonial .arrows-wrapper .slick-arrow.slick-prev {
		top:50%;
	}
	section.meet-fgcu-testimonial .portrait-wrapper {
		    margin-left: 65px;
			margin-right: 65px;
	}
	section.meet-fgcu-testimonial .story-bubble-wrapper .icon-wrapper .para {
		font-size: 18px; font-size: 1.0rem;
	}
	section.meet-fgcu-testimonial a.button{
		font-size: 0.825rem;
	}


	section.put-to-work .image-grid {height: 325px;}
	section.put-to-work .image-grid .col-sm-8 .inner-wrapepr{ padding: 23% 0 !important;}
	section.put-to-work .image-grid .col-sm-8 { height: 325px !important; }



	
	
	footer {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: left; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: auto; /* or 'auto' */
	}
	footer#colophon .upper-footer {
		padding: 45px 50px 60px 50px;
		position: relative;
	}
	footer#colophon .upper-footer:before, footer#colophon .upper-footer:after {
	  content: " ";
	  display: table; }
	footer#colophon .upper-footer:after {
	  clear: both; }
	footer#colophon .column-1 {
		position: static;
		width: 29%;
		float: left;
	}
	footer#colophon .column-1 .footer-social-media {
		width: auto;
		top: auto;
		bottom: 20px;
		right: 90px;
	}
	footer#colophon a.fgcu-360 {
		float: left;
		margin-right: 27px;
		margin-top: 7px;
	}
	footer#colophon .column-2 {
		width: 22%;
		float: left;
		padding-right: 25px;
	}
	footer#colophon .column-3 {
		width: 20%;
		float: left;
		padding-right: 25px;
	}
	footer#colophon .column-4 {
		width: 18%;
		float: left;
		padding-right: 25px;
	}
	footer#colophon .column-5 {
		width: 10%;
		float: left;
		padding-right: 25px;
	}
	footer#colophon .lower-footer {
		padding: 19px 50px;
	}
	
	



