@charset "utf-8";
* {
	 padding: 0;
	 margin: 0;
	 box-sizing: border-box;
	 list-style: none;
	 text-decoration: none;
}

 .header {
	 color: #000;
	 background: #fff;
	 border: none;
       z-index: 10000;
}
.navbarTopLink:focus{
	color: #fff;
}
.navbarTopLink, .navbarTopLink:hover{
       padding-top: 10px;
          padding-bottom: 10px;
   padding-left: 20px;
       padding-right:20px;
    color: #fff;
    text-decoration: none;
}
.navbarTopLinkSearch{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right:20px;
    color: #fff;
    text-decoration: none;
}
.navbarTopLinkSearch:hover{
    color: #fff;
    text-decoration: none;
}
.searchContainer{
    display: inline-block;
    width: 20px;
    margin-right: 50px;
}
#searchdrop{
   display:none;
}
.searchContainer:hover > #searchdrop{
    display: block;
      position: absolute;
  top: 50px;
  right: 0px;
   border-bottom: 1px solid rgba(150, 150, 150, .15);
    padding: 5px;
    width: 350px;
    font-size: 11px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    background: #405866;
    margin-left: -100px;
    display: block;
}

 .navbar {
     font-size: 18px;
	 display: flex;
	 flex-direction: row;
	 flex: 1;
	 flex-basis: auto;
	 justify-content: space-between;
	 align-items: center;
     z-index: 10000;
     margin-top: -20px;
     margin-bottom: 0px;
}
 .navbar .wrapper input[type="checkbox"] {
	 display: none;
}
 .navbar .wrapper .menu {
	 margin: 0;
	 padding: 0;
}
 .navbar .wrapper .menu li a {
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 display: block;
	 cursor: pointer;
	 white-space: nowrap;
	 color: #000;
}
 .navbar .wrapper .menu li a:hover {
	 text-decoration: none;
}
 .navbar .wrapper .menu li i {
	 position: relative;
	 top: 0.4rem;
	 font-size: 1.5rem;
}
 .navbar .wrapper .dropdown {
     margin-bottom: -10px;
	 display: none;
   
}

.mainNavItems{
   margin-bottom: -20px;
    white-space:nowrap;
    display: inline;
}

.orangeNavRow{
           height:3px;
            background-color: #E57726;
        }
      .orangeNavRowMobile{
            height:3px;
            background-color: #E57726;
        }
  @media only screen and (max-width: 768px) {
      .wrapper{
          width: 100%;
      }
      .mobileMenu{
            height: 64px;
            width:100% !important;
            background-color: #fff;
            margin-bottom: 0px;
        }
      .logoSection{
        
      }
    .mobileLogo{    
        margin-top: 12px;
        margin-left: 10%;
        width: auto;
        height: 40px;
        float:left;
        display: inline-block;
        background-color: #fff;
        vertical-align: center;
      }
      #logo{
          display: none;
      }
      
      .menuImage{
          float: right;
          height: 64px;
          width:64px;
          display: inline-block;
          background-color: #E57726;
          text-align: right;
          vertical-align: text-bottom;
      } 
      	 .header .navbar .wrapper .hasdropdown {
          
		 padding-top: 0px;
             padding-bottom: 13px;
             
	}

      .navbarResourcesMobile{
            width: 100%;
            font-size: 16px;
            background-color: #405866;
            color: #FFF;
            padding: 10px;
            min-height: 10vh;
      }
	 .container {
            padding: 0 2rem;
            margin: 0 auto;
	}
      .navbarTop{
            display: none;
      }
      .navbarTopLink{
            display:inline-block;
      }
   
	 .header .navbar {
		
		 display: block;
	}
	 .header .navbar .wrapper label {
			display: inline-block
	}
      .mainNavItems{
            padding-left: 20px;
      }
    .menuItemsLabels{
           display: inline-block;
        float: right;
        padding-right: 30px;
         width:70px;
         margin-bottom: 0px;

      }
	 .header .navbar .wrapper input[type="checkbox"]:checked + ul {
		 display: inline;
	}
	 .header .navbar .wrapper .menu {
		 display: none;
	}
 
	 .header .navbar .wrapper .menu li:first-child {
		 border-top: 1px solid #b3b3b3;
	}
	 .header .navbar .wrapper .menu li:not(:last-child) {
		 border-bottom: 1px solid #b3b3b3;
	}
	 .header .navbar .wrapper .menu li a {
		 padding: 1rem;
         padding-left: 30px;
	}
	 .header .navbar .wrapper .menu li a i {
		 float: right;
		 padding: 3px 5px;
		 background: #fff;
	}
	 .header .navbar .wrapper .menu .dropdown a {
		 padding-left: 40px;
		 background: #dedede;
	}
	 .header .navbar .wrapper .menu .hassubdown > ul a {
		 background: #fff;
	}
      .searchContainer:hover > #searchdrop{
        display: inline-block;
        position:relative;
        top: 0px;
        right: 25px;
        border-bottom: 1px solid rgba(150, 150, 150, .15);
        padding: 5px;
        width: 300px;
        font-size: 11px;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        background: #405866;
        margin-left: -100px;
        display: block;
}
    .orangeNavRow{
        display: none;
     }
}
 @media only screen and (min-width: 769px) {
     
     #logo{
         display:inline;
         margin-bottom: 40px;
     }
     
     .navbarTop{
        display: inline-block;
        width: 100%;
        padding:10px;
        font-size: 16px;
        background-color: #405866;
        color: #FFF;
        text-align: right;
        z-index: 10000;
        margin-bottom: 0px;
      }
     .mainNavItems:hover{
        color: #fff  !important;
        text-decoration: none;
        background-color: #E57726;
}
     .navbarResourcesMobile{
         display:none;
     }
	 label, .header .navbar .wrapper input[type="checkbox"] {
		 display: none;
	}
	 .header .navbar .wrapper .menu li {
		 display: inline-block;
	}
	 .header .navbar .wrapper .menu li a {
		 padding: 15px 20px;
	}
	 .header .navbar .wrapper .menu .dropdown a {
		 padding: 15px 20px;
	}
      .header .navbar .wrapper .menu .dropdown a:hover {
		 background: #dedede;
	}
	 .header .navbar .wrapper .hasdropdown {
		 position: relative;
	}
	 .header .navbar .wrapper .hasdropdown ul {
		 position: absolute;
		 top: 100%;
		 left: 0;
		 background: #fff;
	}
     .header .navbar .wrapper .hasdropdown ul li{
        width: 100%;
     }
	 .header .navbar .wrapper .hasdropdown:hover > ul {
		 display: block;
	}
          .header .navbar .wrapper .hasdropdown:hover  .mainNavItems{
        color: #fff  !important;
        text-decoration: none;
        background-color: #E57726;
     }
	 .header .navbar .wrapper .hasdropdown .hassubdown > ul {
		 left: 100%;
		 top: 0;
	}
     .orangeNavRowMobile{
        display: none;
     }
}

/*End of Header, Start of Body******************************************************************/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
/*Carousel Row************************/
.container, .carouselCol, .carousel, .carouselImg, .row {
    width: auto;
    margin: 0;
    padding: 0;
}

.carousel-inner {
}

.carouselMobileText {
    padding-top: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-caption {
    display: none;
}
/*Gems Row************************************************************************************/
.breakLine {
    width: 100%;
    position: absolute;
}

#gems {
    text-align: center;
}

.gemsRow {
    padding-left: 10%;
    padding-right: 10%;
    min-height: 28vh;
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
    background-image: url("../Images/gemsBackground.png");
    background-repeat: no-repeat;
    background-size: 150% 100%;
    color: #FFFFFF;
    background-position: center;
}

.gemsCol {
    text-align: center;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.gemsTitle {
    padding-top: 10px;
    font-size: 24px;
}

.gemsText {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.gemsImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    display: none;
    text-align: center;
}
/*Orange and Blue Buttons********************************************************************************/
.btnOrange, .btnOrange:hover {
    display: inline-block;
    /* -webkit-appearance: button;    
    -moz-appearance: button;*/
    appearance: button;
    text-decoration: none;
    color: initial;
    margin-bottom: 6%;
    height: 60px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: auto;
    border-style: solid;
    border-color: #E57726;
    color: #FFFFFF;
    background-color: #E57726;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 4px;
}

.btnBlue, .btnBlue:hover {
    /*-webkit-appearance: button;
    -moz-appearance: button;  */
    appearance: button;
    text-decoration: none;
    color: initial;
    margin-bottom: 6%;
    height: 60px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: auto;
    border-style: solid;
    border-color: #405866;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #405866;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 4px;
}
/*Testimonial Row Version A (image aligned to the LEFT)******************************************************************************************/
.testimonialsRowA1 {
    background-color: #F5F5F5;
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 5%;
    text-align: center;
}

.testimonialsRowA2 {
    background-color: #F5F5F5;
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom:5%;
    text-align: center;
}

.boxA .boxTextA {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3%;
    padding-bottom: 3%;
    position: absolute;
    z-index: 999;
    margin-top: -50px;
    text-align: left;
    background: #FFFFFF;
    border-style: solid;
    font-size: 18px;
    color: #000000;
}

.boxParagraph {
    vertical-align: middle;
}

.testimonialsImgA {
 margin-top: 20px;
    padding:0px;
    width: 100%; 
 /* margin-left: -10px;
    margin-top: 30px;
    padding-bottom: 30px;*/
}

#testimonialsImgA {
    width: 100%;
}

.testimonialsTextA {
    margin-top: 110px;
    position: relative;
    font-size: 18px;
    text-align: left;
}

.testimonialBodyTextA {
    display: none;
}
/*Testimonial Row Version B (image aligned to the RIGHT)*****************************************************************************************/
.testimonialsRowB {
    display: none;
}

.testimonialsRowBMobile {
    width: 100%;
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 5%;
    text-align: center;
    background-color: #FFFFFF;
}

.testimonialsImgB {
    margin-top: 20px;
    padding:0px;
    width: 100%;
	
    /*margin-left: 10px;
    margin-top: 30px;
    padding-bottom: 30px;*/
}

#testimonialsImgB {
    width: 100%;
}

.testimonialsTextB {
    margin-top: 50%;
    position: relative;
    font-size: 18px;
    text-align: left;
}

.testimonialBodyTextB {
    display: none;
}


/*Carousel B**************************************************************************************/
.carouselBSlideRow {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5%;
    background-color: #333;
}

.carouselColB, .carouselB, .rowB {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 23px;
    text-align: center;
}

.carouselBSlideImg {
    width: 295px;
    height: 200px;
    border: 5px solid #FFF;
}

.carouselBSlideTextRow {
    font-size: 18px;
    font-family: 'open sans';
    font-weight: 600;
    margin-top: 25px;
    min-height: 20vh;
    text-align: left;
    color: #FFFFFF;
    background-position: center;
}

.carousel-indicators {
    display: none;
}

/*Join Gsu Row*********************************************************************************/
.joinRow {
    background-image: url("../Images/Segment5Mobile.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.joinCol {
    text-align: center;
}

.joinGSUImg {
    margin-top: 30px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
/*Campus News Row******************************************************************************/
.campusNewsRow {
    padding-top: 50px;
    padding-bottom: 5%;
    text-align: center;
}

.campusNewsCol {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
}

.pp-feed {
    margin-bottom: 0px;
}

.campusNewsImgContainer {
    position: relative;
    text-align: center;
    color: black;
    margin-left: 5%;
    margin-right: 5%;
}

.campusNewsImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.campusNewsDate {
    position: absolute;
    padding: 3px;
    bottom: 0px;
    font-size: 18px;
    background-color: #E57726;
    color: #FFFFFF;
}
/*Calendar Row*********************************************************************************/
.calendarRow {
   /* background-color: #000; */
    padding-top: 50px;
    padding-bottom: 5%;
    text-align: center;
    color: #333333;
    background-image: url("../Images/Segment5Mobile.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.eventLink, .eventLink:hover {
    color: #333333;
    text-decoration: none;
}

.eventCol {
    padding-top: 10px;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none;
    color: #405866;
    text-align: center;
}

.dateBox {
    height: 125px;
    width: 105px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../Images/calendarBox.png");
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
}

.dateBoxMonth {
    padding-top: 15px;
    font-size: 24px;
    color: #FFFFFF;
}

.dateBoxDay {
    padding-top: 10px;
    font-size: 48px;
    color: #333333;
}

.viewAll, .viewAll:hover {
    margin-top: 30px;
    padding-bottom: 5%;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    color: #405866;
}

.viewAllRow {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 20px;
    text-align: right;
}

#arrowImg {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
/*Tour Row*************************************************************************************/
.youvisit-embed {
    margin-bottom: -5px;
    border: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    min-height: 120px;
}
/*Footer*********************************************************************************************************************/
.footerLinksRow {
    background-color: #000000;
    height: auto;
    width: auto;
    padding-top: 2%;
    padding-bottom: 1%;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    overflow: visible;
}

.footerLinks {
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    padding-top: 10%;
    padding-bottom: 10%;
}

.desktopFooterRow {
    display: none;
}

.footerLinks:link, .footerLinks:visited, .footerLinks:active {
    text-decoration: none;
    color: #FFFFFF;
}

.footerLinks:hover {
    color: #E57726;
}

.btnFooterLink {
    display: inline-block;
    /*-webkit-appearance: button;
    -moz-appearance: button;*/
    -webkit-appearance: none;
    appearance: button;
    text-decoration: none;
    color: initial;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 60px;
    width: 100%;
    padding-top: 20px;
    border-style: solid;
    border-color: #E57726;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
}

.btnFooterLink:hover {
    text-decoration: none;
    color: #E57726;
}

.footerLogo {
    padding-top: 10%;
}

.footerAddress {
    display: none;
}

.footerIconRow {
    text-align: center;
}

.footerIcon {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    position: static;
    text-align: center;
}

.footerLogo2 {
    display: none;
}

.footerCopyright {
    margin-top: auto;
    padding: 18px;
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
}

.footerCopyrightLinks,.footerCopyrightLinks:link, .footerCopyrightLinks:visited,  .footerCopyrightLinks:active {
    color: #FFFFFF;
    padding: 1%;
    text-decoration: none;
}

.footerCopyrightLinks:hover {
    color: #E57726;
}

.footerSubLinks {
    display: none;
}

.footerContactMobileRow {
    padding-top: 5%;
    font-size: 15px;
}

/*Tablet Width**********************************************************************************************************/
@media screen and (min-width:768px) {
    #logo {
        display: block;
    }

    .gemsRow {
        background-size: 100%;
    }
    
    /***************************************/
   
   
    

    .testimonialsTextA {
        margin-top: 80px;
        padding-top: 3%;
    }
 /*Buttons***********************************************************************************************/
    .btnOrange, .btnOrange:hover {
        margin-top: 25px;
        margin-bottom: 0%;
        padding-top: 11px;
        font-size: 24px;
    }

    .btnBlue, .btnBlue:hover {
        margin-top: 25px;
        margin-bottom: 0%;
        padding-top: 11px;
        font-size: 24px;
    }
/*Carousel B**************************************************************************************/
    .carouselBSlideRow {
        padding-top: 20px;
        padding-bottom:5%;
        padding-left: 100px;
        padding-right: 100px;
        background-color: #333;
    }

    .carouselColB, .carouselB, .rowB {
        font-size: 23px;
        text-align: center;
    }

    .carouselBSlideImg {
        margin-top: 20px;
        width: auto;
    }

    /*Join Gsu Row*********************************************************************************/
    .joinRow {
        background-image: url("../Images/Segment5_JTC_BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 50px;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .joinCol {
        text-align: center;
    }

    .joinGSUImg {
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    /*Events Row***********************************************************************************/
        /*Calendar Row*********************************************************************************/
    .calendarRow {
        padding-top: 60px;
        padding-left: 90px;
        padding-right: 90px;
        background-color: #FFF;
        text-align: center;
        color: #333333;
        background-image: url("../Images/Segment5_JTC_BG.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .eventLink, .eventLink:hover {
        color: #333333;
        text-decoration: none;
    }

    .eventCol {
        padding-top: 30px;
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        text-decoration: none;
        color: #405866;
        text-align: left;
        padding-left: 6%;
    }

    .dateBox {
        height: 125px;
        width: 105px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../Images/calendarBox.png");
        background-repeat: no-repeat;
        text-align: center;
        display: inline-block;
    }

    .dateBoxMonth {
        padding-top: 15px;
        font-size: 24px;
        color: #FFFFFF;
    }

    .dateBoxDay {
        padding-top: 10px;
        font-size: 48px;
        color: #333333;
    }

    .viewAllRow {
        background-color: #F5F5F5;
        padding-top: 30px;
        padding-bottom: 40px;
        padding-right: 20px;
        text-align: right;
    }

    #arrowImg {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    /*Campus News Row******************************************************************************/
    .campusNewsRow {
        text-align: center;
    }

    .campusNewsCol {
        padding-top: 20px;
        margin-left: 28px;
        margin-right: 28px;
        width: 375px;
        display: inline-block;
        float: none;
        vertical-align: top;
        text-align: left;
    }

    .campusNewsImgContainer {
        position: relative;
        text-align: center;
        color: black;
        margin-left: 0%;
        margin-right: 0%;
    }

    .campusNewsImg {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }

    /*Tour Row*************************************************************************************/
    .youvisit-embed {
        margin-bottom: -5px;
        border: none;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-width: 334px;
        height: 350px;
        min-height: 120px;
    }
   /*Footer*********************************************************************************************************************/
    
    .footerLogo {
        display: none;
    }

    .footerLogo2 {
        display: block;
        padding-top: 10%;
        padding-bottom: 15%;
    };
}


/*Desktop Mode Styles***********************************************************************************************************/

@media screen and (min-width:1200px) {
    #logo {
        display: block;
    }

    .gemsRow {
        background-size: 100%;
    }
    
    /***************************************/
    .carouselMobileText {
        display: none;
    }

    .item {
        text-align: center;
    }

    .carousel-caption {
        display: inline-block;
    }

    .carouselCaptionItems {
        padding: 20px;
        background: rgba(0,0,0,.5);
        margin-top: -20%;
        padding-left: 20%;
        padding-right: 20%;
        color: #fff;
        font-size: 20px;
    }

    .carouselCaptionTitle {
        font-size: 30px;
    }
    /*Testimonial Row Version A (image aligned to the LEFT)******************************************************************************************/
   
    
    .testimonialsRowA1 {
        background-image: url("../Images/explorePossibilitiesBG.png"); 
        background-repeat: no-repeat;    
        background-size: 100% 100%;    
        min-height: 30vh;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
        background-color: #F2F2F2;
    }

    .testimonialsRowA2 {
           background-image: url("../Images/fundFutureBG.png"); 
         background-repeat: no-repeat;    
         background-size: 100% 100%;  
        min-height: 30vh;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
        background-color: #F2F2F2;
    }

    .boxA .boxTextA {
        width: 40%;
        padding: 30px;
        padding-bottom: 25px;
        position: absolute;
        z-index: 999;
        margin: auto;
        margin-top: 3%;
        left: 35%;
        right: 0;
        text-align: left;
        background: #FFFFFF;
        border-style: solid;
        font-size: 22px;
        color: #000000;
    }

    .testimonialsImgA {
        padding: 1%;
        width: 50%;
    }

    #testimonialsImgA {
        margin-top: 70px;
        height: auto;
        width: 95%;
    }

    .testimonialsTextA {
        margin-top: 16%;
        padding-top: 1%;
        padding-right: 5%;
        position: relative;
        font-size: 22px;
        text-align: left;
    }

    .testimonialBodyTextA {
        display: contents;
    }

    .testimonialsRowB {
        display: inline-block;
        min-height: 30vh;
        padding-top: 2%;
        padding-bottom: 2%;
        text-align: center;
        background-color: #fff;
    }

    .testimonialsRowBMobile {
        display: none;
    }

    .boxB .boxTextB {
        width: 40%;
        padding: 30px;
        padding-bottom: 25px;
        position: absolute;
        z-index: 999;
        margin: auto;
        margin-top: 3%;
        left: 0;
        right: 35%;
        text-align: left;
        background: #FFFFFF;
        border-style: solid;
        font-size: 22px;
        color: #000000;
    }

    .testimonialsImgB {
        padding-top: 1%;
        width: 50%;
    }

    #testimonialsImgB {
        margin-top: 70px;
        height: 100%;
        width: 95%;
    }

    .testimonialsTextB {
        margin-top: 18%;
        padding-top: 1%;
        padding-left: 5%;
        position: relative;
        font-size: 22px;
        text-align: left;
    }

    .testimonialBodyTextB {
        display: contents;
    }
    /*Buttons***********************************************************************************************/

    
/*Carousel B**************************************************************************************/
    .carouselColB, .carouselB, .rowB {
        width: auto;
        margin: 0;
        padding: 0;
        padding-top: 30px;
        background-color: #333333;
        color: #FFFFFF;
        font-size: 23px;
        text-align: center;
    }

    .carouselBSlideRow {
        margin-top: 1%;
        padding-bottom: 2%;
    }

    .buttonPerformingArts {
        margin-top: 20%;
        width: auto;
        padding: 2%;
        border-radius: 4px;
        color: #FFFFFF;
        background-color: #E57726;
        font-size: 24px;
        text-align: center;
    }

    .buttonVisualArts {
        margin-top: 20%;
        width: auto;
        padding: 2%;
        border-radius: 4px;
        color: #FFFFFF;
        background-color: #E57726;
        font-size: 24px;
        text-align: center;
    }

    .buttonTheNate {
        margin-top: 20%;
        width: auto;
        padding: 2%;
        border-radius: 4px;
        color: #FFFFFF;
        background-color: #E57726;
        font-size: 24px;
        text-align: center;
    }

    .carouselBSlideRow {
        padding-top: 30px;
    }

    .carouselBSlideImg {
        margin-top: 3px;
        left: 7%;
        height: 240px;
        width: 570px;
    }

    .carouselBSlideTextRow {
        margin-top: 6px;
        width: 35%;
        min-height: 30vh;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        background-position: center;
    }

    .carousel-indicators {
        display: inline-block;
    }
    /*Join Gsu Row*********************************************************************************/
    .joinRow {
        margin-top: 30px;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 5%;
        text-align: center;
    }

    .joinCol {
        padding-left: 50px;
        padding-right: 50px;
    }

    .joinGSUImg {
        width: 100%;
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    /*Events Row***********************************************************************************/
    /*Calendar Row*********************************************************************************/
    .calendarRow {
        padding-top: 5%;
        padding-bottom: 5%
        padding-left: 90px;
        padding-right: 90px;
        background-color: #FFF;
        text-align: center;
        background-size: 100%;
    }

    .eventLink, .eventLink:hover {
        color: #333333;
        text-decoration: none;
    }

    .eventCol {
        padding-top: 30px;
        padding-left: 35px;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle;
        text-decoration: none;
        color: #405866;
        text-align: left;
    }

    .dateBox {
        height: 125px;
        width: 105px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../Images/calendarBox.png");
        background-repeat: no-repeat;
        text-align: center;
        display: inline-block;
    }

    .dateBoxMonth {
        padding-top: 15px;
        font-size: 24px;
        color: #FFFFFF;
    }

    .dateBoxDay {
        padding-top: 10px;
        font-size: 48px;
        color: #333333;
    }

    .viewAll, .viewAll:hover {
        position: absolute;
        z-index: 999;
        margin-top: -1%;
        left: 85%;
        padding-bottom: 0%;
        vertical-align: middle;
        font-size: 22px;
        text-align: center;
        text-decoration: none;
        color: #405866;
    }

    #arrowImg {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    /*Campus News Row******************************************************************************/
    .campusNewsRow {
        text-align: center;
    }

    .campusNewsCol {
        padding-top: 20px;
        margin-left: 28px;
        margin-right: 28px;
        width: 375px;
        display: inline-block;
        float: none;
        vertical-align: top;
        text-align: left;
    }

    .campusNewsImgContainer {
        position: relative;
        text-align: center;
        color: black;
        margin-left: 0%;
        margin-right: 0%;
    }

    .campusNewsImg {
        width: 100%;
        height: 200px;
        object-fit: cover;
         object-position: top;
    }

    /*Tour Row*************************************************************************************/
    .youvisit-embed {
        margin-bottom: -5px;
        border: none;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-width: 334px;
        height: 350px;
        min-height: 120px;
    }
    /*Footer****************************************************************************************/
    .footerLinksRow {
        background-image: url("../Images/footerBanner.png");
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
        height: auto;
        width: auto;
        font-size: 16px;
        text-align: center;
    }

    .desktopFooterRow {
        font-size: 15px;
        display: block;
    }

    .mobileFooterRow {
        display: none;
    }

    .footerLinks {
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        padding: 7%;
    }

    .btnFooterLink {
        margin-top: 10px;
        padding-top: 10px;
        height: 45px;
        width: 170px;
    }

    .btnFooterLink:hover {
        text-decoration: none;
        color: #E57726;
    }

    .footerLogo {
        display: block;
        padding-top: 4%;
        margin-left: -35px;
        height: 53px;
        width: 230px;
    }

    .footerAddress {
        display: contents;
        padding-top: 11%;
        padding-bottom: 1%;
    }

    .footerCopyright {
        font-size: 15px;
    }

    .footerCopyrightLinks,.footerCopyrightLinks:link, .footerCopyrightLinks:visited,  .footerCopyrightLinks:active {
        color: #FFFFFF;
        padding: 1%;
        text-decoration: none;
    }

    .footerCopyrightLinks:hover {
        color: #E57726;
    }

    .footerContactMobileRow {
        display: none;
    }

    .footerColMobile {
        display: none;
    }

    .footerSubLinks {
        display: contents;
    };
}

@media screen and (min-width:1600px) {


    .carouselCaptionTitle {
        font-size: 42px;
    }

    .carouselCaptionItems {
        margin-top: -35%;
        padding: 10px;
    }

    .testimonialsRowA1 {
        min-height: 30vh;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
        background-color: #F2F2F2;
    }

    .testimonialsRowA2 {
        min-height: 30vh;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
        background-color: #F2F2F2;
    }

    .boxA .boxTextA {
        min-height: 15%;
        width: 40%;
        padding: 30px;
        padding-bottom: 25px;
        position: absolute;
        z-index: 999;
        margin: auto;
        margin-top: 3%;
        left: 35%;
        right: 0;
        text-align: left;
        background: #FFFFFF;
        border-style: solid;
        font-size: 22px;
        color: #000000;
    }

    .testimonialsImgA {
        padding: 1%;
        width: 50%;
    }

    #testimonialsImgA {
        height: auto;
        width: 95%;
    }

    .testimonialsTextA {
        margin-top: 16%;
        padding-top: 1%;
        padding-left: 3%;
        padding-right: 5%;
        position: relative;
        font-size: 22px;
        text-align: left;
    }

    .testimonialBodyTextA {
        display: contents;
    }

    .testimonialsRowB {
        display: inline-block;
        min-height: 30vh;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
    }

    .testimonialsRowBMobile {
        display: none;
    }

    .boxB .boxTextB {
        min-height: 15%;
        width: 30%;
        padding: 30px;
        padding-bottom: 25px;
        position: absolute;
        z-index: 999;
        margin: auto;
        margin-top: 3%;
        left: 0;
        right: 35%;
        text-align: left;
        background: #FFFFFF;
        border-style: solid;
        font-size: 22px;
        color: #000000;
    }

    .testimonialsImgB {
        padding-top: 1%;
        width: 50%;
    }

    #testimonialsImgB {
        height: auto;
        width: 95%;
    }

    .testimonialsTextB {
        margin-top: 16%;
        padding-top: 1%;
        padding-left: 5%;
        padding-right: 3%;
        position: relative;
        font-size: 22px;
        text-align: left;
    }

    .testimonialBodyTextB {
        display: contents;
    }
    /*CarouselB**************************************************************************/
    .carouselBSlideImg {
        margin-top: 3px;
        left: 7%;
        height: 350px;
        width: 800px;
    }

    .carouselBSlideTextRow {
        font-size: 22px;
    }

    .joinRow {
        padding-left: 200px;
        padding-right: 200px;
        padding-bottom: 2%;
    }

    .joinCol {
        padding-left: 50px;
        padding-right: 50px;
    }

    .joinGSUImg {
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .eventCol {
        padding-left: 10px;
    }
    /*Footer**********************************************************************/

    .btnFooterLink {
        margin-top: 6%;
        margin-bottom: 6%;
        padding-top: 20px;
        height: 60px;
        width: 240px;
    }

    .footerLogo {
        width: 100%;
        margin-left: -5%;
        height: auto;
    }

    .carousel-indicators {
        margin-bottom: 0px;
    };
}

@media screen and (min-width:1900px) {
    .boxA .boxTextA {
        margin-top: 5%;
        width: 40%;
    }

    .boxB .boxTextB {
        margin-top: 5%;
        width: 40%;
    }

    .carouselCaptionItems {
        padding: 20px;
        background: rgba(0,0,0,.5);
        border: 1px solid black;
        margin-top: -38%;
        padding-left: 20%;
        padding-right: 20%;
        color: #fff;
        font-size: 18px;
    }
        .carousel-caption {
        margin-top: -45%;
             max-width: 100%;
    }
}
/*Temporary Styling Starts Here**************************************************/
.body, button {
    font-family: 'Open Sans';
}

h1 {
    font-family: "Droid Sans";
    font-weight: bold;
    margin: 0px;
}

