/*COMPLIMENTARY GA COLORS*/
/*OPERATING COLORS*/
/* UNCS COLORS */
/*--Funtional-Colors--*/
/*--Combine FontAwesome Selectors--*/
wrapper, #wrapper {
  padding-top: 40px !important; }
  @media (min-width: 737px) {
    wrapper, #wrapper {
      padding-top: 80px !important; } }

#home {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  color: #FFFFFF; }
  @media (min-width: 1025px) {
    #home {
      background: none; } }
  #home #titleTag {
    padding: .5em 1em 1em 1em; }
    #home #titleTag h1 {
      font-size: 2.2rem;
      text-transform: none;
      color: #FFFFFF;
      line-height: 1em;
      padding: 0; }
    #home #titleTag h2 {
      padding: 0;
      font-size: 1rem;
      text-transform: none;
      color: #BDD4C9;
      line-height: 1em;
      margin: .5em 0; }
  #home #homeContent #copy p {
    font-size: 1rem;
    padding: 0 1em;
    line-height: 1.3em;
    margin: 2em 0; }
  #home #homeContent .siteSection {
    			/*-x-padding: 1em;
    			width: 100%;
    			-webkit-display: flex;
    			-moz-display: flex;
    			-ms-display: flex;
    			-o-display: flex;
    			display: flex;
    			display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;-x-*/
    padding: 16px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 145px 1fr;
    cursor: pointer; }
    #home #homeContent .siteSection .titleIcon {
      text-align: center;
      /*-x-width: 35%;-x-*/
      display: block; }
      #home #homeContent .siteSection .titleIcon h3 {
        color: FFFFFF;
        /*-x-font-size: 1.1rem;-x-*/
        font-size: 20px;
        margin-bottom: 8px; }
      #home #homeContent .siteSection .titleIcon img {
        width: 100%;
        max-width: 120px; }
    #home #homeContent .siteSection .description {
      /*-x-width: 65%;
      padding: 0 0 0 2em;
      font-size: 1rem;
      line-height: 1.3em; -x-*/
      font-size: 16px;
      line-height: 1.1em;
      box-sizing: border-box; }
  #home #homeContent #programsLaunch {
    background: rgba(93, 30, 8, 0.7); }
  #home #homeContent #coursesLaunch {
    background: rgba(13, 118, 134, 0.7); }
  #home #homeContent #proctoringLaunch {
    background: rgba(125, 122, 87, 0.7); }
  @media (min-width: 567px) {
    #home #titleTag h1 {
      font-size: 2rem; }
    #home #titleTag h2 {
      font-size: 1.3rem; }
    #home #homeContent #copy p {
      font-size: 1.1rem; }
    #home #homeContent .siteSection {
      grid-template-columns: 180px 1fr; }
      #home #homeContent .siteSection .titleIcon {
        text-align: center;
        /*-x-width: 20%;
        display: block;
        h3{
        	font-size: 1rem;
        	margin-bottom: .25em;
        }
        img{
        	max-width: 80%;
        }-x*/ }
        #home #homeContent .siteSection .titleIcon h3 {
          font-size: 24px; }
        #home #homeContent .siteSection .titleIcon img {
          width: 100%;
          max-width: 140px; }
      #home #homeContent .siteSection .description {
        /*-x-width: 80%;
        font-size: 1rem;
        padding: 0 0 0  1em;-x-*/
        font-size: 18px; } }
  @media (min-width: 668px) {
    #home {
      display: block; }
      #home #homeContent {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; }
        #home #homeContent #copy {
          width: 100%;
          grid-column: 1 / span 3; }
        #home #homeContent .siteSection {
          /*-x-width: 33.333%;
          display: table-cell;
          vertical-align: top;-x-*/
          grid-template-columns: 1fr;
          grid-template-rows: 220px auto; }
          #home #homeContent .siteSection .titleIcon, #home #homeContent .siteSection .description {
            width: 100%;
            padding: 0;
            font-size: 16px; }
            #home #homeContent .siteSection .titleIcon h3, #home #homeContent .siteSection .description h3 {
              font-size: 24px;
              display: flex;
              height: 48px;
              justify-content: center;
              margin-bottom: 12px; }
            #home #homeContent .siteSection .titleIcon img, #home #homeContent .siteSection .description img {
              /*-x-padding:1em;-x-*/ } }
  @media (min-width: 769px) {
    #home {
      padding-top: 1em; }
      #home #titleTag h1 {
        font-size: 3rem; }
      #home #titleTag h2 {
        font-size: 2.2rem;
        margin: .2em 0 1.25em 0; }
      #home #homeContent {
        /*-x-.siteSection{
        	padding:1.5em;
        	.titleIcon{
        		h3{
        			font-size: 2rem;
        			margin-bottom: .25em;
        		}
        		img{
        			padding:2em;
        			max-width: 85%;
        		}
        	}
        	.description{
        		font-size: 1.1rem;
        	}
        }-x-*/ }
        #home #homeContent #copy p {
          font-size: 1.2rem;
          line-height: 1.2em; } }
  @media (min-width: 1025px) {
    #home {
      height: calc(100vh - 102px);
      position: relative;
      padding-top: 0px;
      		/*&:after{
      			content: "";
      			background-attachment: fixed;
      		    background-image: url(../img/homePage/mother-laptop.jpg); 
      		    background-repeat: no-repeat;
          		background-attachment: fixed;
          		background-position: right 79px; 
      		    -webkit-background-size: cover;
      		    -moz-background-size: cover;
      		    -o-background-size: cover;
      		    background-size: cover;
      		    z-index: -1;
      		    top: 0;
      			left: 0;
      			bottom: 0;
      			right: 0;
      			position: absolute;
      		}*/
      /*background-attachment: fixed;
      //background-image: url(../img/homePage/mother-laptop.jpg); 
      background-repeat: no-repeat;
      background-attachment: fixed;
      //background-position: right 79px; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/ }
      #home #bgOverlay {
        background-color: #000000;
        z-index: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        height: 100%;
        width: 100%; }
        #home #bgOverlay .cycle-bg-image {
          opacity: .65; }
      #home #titleTag {
        width: 100%;
        padding: 1em;
        z-index: 1;
        position: absolute; }
      #home #homeContent {
        z-index: 2;
        position: absolute;
        bottom: 0px;
        padding: 0px;
        height: 220px;
        grid-template-columns: 1fr 200px 200px 200px;
        background: rgba(24, 24, 24, 0.85);
        			/*--x--webkit-display: flex;
        			-moz-display: flex;
        			-ms-display: flex;
        			-o-display: flex;
        			display: flex;
        			display: -webkit-flex;
                    display: -ms-flexbox;
        			//background:#e5e1cf;
        			//background:rgba(255,255,255,.8);
        			background:rgba(24,24,24,.85);
        			#copy{
        				display: table-cell;
        				width: 52%;
        				p{
        					margin: 0;
        					padding: .5em;
        					box-sizing:border-box;
        					//color:$gaSecondarydkGrey;
        					color:#FFFFFF;
        					font-size: 1.3rem;
        				}
        			}
        			#copy, #programsLaunch, #coursesLaunch, #proctoringLaunch{
        				bottom:0;
        			}--x-*/ }
        #home #homeContent #copy {
          grid-column: 1 / span 1; }
          #home #homeContent #copy p {
            margin: 16px 0; }
        #home #homeContent #programsLaunch h3 {
          color: #dd3169; }
        #home #homeContent #programsLaunch:hover h3 {
          color: #FFFFFF;
          background: #bc1f52; }
          #home #homeContent #programsLaunch:hover h3:before {
            transition: all 0.2s linear;
            color: #bc1f52;
            opacity: 1; }
        #home #homeContent #coursesLaunch h3 {
          color: #0d7686; }
        #home #homeContent #coursesLaunch:hover h3 {
          color: #FFFFFF;
          background: #0d7686; }
          #home #homeContent #coursesLaunch:hover h3:before {
            transition: all 0.2s linear;
            color: #0d7686;
            opacity: 1; }
        #home #homeContent #proctoringLaunch h3 {
          color: #7d7a57; }
        #home #homeContent #proctoringLaunch:hover h3 {
          color: #FFFFFF;
          background: #7d7a57; }
          #home #homeContent #proctoringLaunch:hover h3:before {
            transition: all 0.2s linear;
            color: #7d7a57;
            opacity: 1; }
        #home #homeContent .siteSection {
          padding: 0px !important;
          overflow: hidden;
          background: none !important;
          cursor: pointer; }
          #home #homeContent .siteSection .titleIcon h3 {
            cursor: pointer;
            font-size: 20px;
            padding: 12px 8px;
            width: 100%;
            margin-bottom: 0;
            position: relative;
            transition: all 0.2s linear;
            height: 64px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #home #homeContent .siteSection .titleIcon h3:before {
              opacity: 0;
              font-family: FontAwesome;
              font-size: 1.4em;
              content: "\f0d7";
              /* fa-caret-down */
              position: absolute;
              bottom: -13px;
              left: 50%;
              transform: translateX(-9.5px); }
          #home #homeContent .siteSection .titleIcon img {
            padding: 0;
            max-width: 70%;
            max-height: 125px;
            transition: all 0.2s linear;
            opacity: 1;
            cursor: pointer; }
          #home #homeContent .siteSection .description {
            cursor: pointer;
            opacity: 0;
            color: #FFFFFF;
            transition: all 0.2s linear;
            z-index: 2;
            transform: translateY(0);
            padding: .25em .75em;
            font-size: .95rem;
            line-height: 1.2em;
            width: 100%; }
          #home #homeContent .siteSection:hover {
            background: #333333 !important; }
            #home #homeContent .siteSection:hover .description {
              opacity: 1;
              transform: translateY(-158px); }
            #home #homeContent .siteSection:hover .titleIcon img {
              opacity: 0; } }
  @media (min-width: 1824px) {
    #home #titleTag h1 {
      font-size: 4rem; }
    #home #titleTag h2 {
      font-size: 3rem; }
    #home #homeContent {
      /*height:280px;
      #copy{
      	p{
      		font-size: 2rem;
      	}
      }
      .siteSection{
      	.titleIcon{
      		h3{
      			font-size: 1.6rem;
      		}
      		img{
      			max-height: 200px;
      		}
      	}
      	.description{
      		font-size: 1.4rem;
      	}
      	&:hover{
      		.description{
      			transform: translateY(-190px);
      		}
      	}
      }*/ } }

.logos {
  margin: 0;
  padding: 1em 1em 2em 1em;
  background: #f4f4f4;
  display: block; }
  .logos h3 {
    margin-bottom: 1em;
    width: 100%; }
  .logos li {
    text-align: center;
       	/*-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		display: -webkit-flex;
        display: -ms-flexbox;
        -ms-align-items: center;
        align-items: center;*/ }
    .logos li img {
      width: 100%;
      max-height: 80px;
      max-width: 160px;
      height: 100%;
      padding: .5em 1em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 769px) {
        .logos li img {
          max-height: 120px;
          max-width: 200px;
          padding: 1em; } }
  @media (min-width: 321px) {
    .logos {
      display: grid;
      grid-template-columns: 50% 50%;
      /*-webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;*/ } }
  @media (min-width: 567px) {
    .logos {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1025px) {
    .logos {
      grid-template-columns: 20% 20% 20% 20% 20%; } }

/*# sourceMappingURL=unco-home.css.map */
