/* :root {
    --context: 12;
    --context-height: 11.54;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-60% + var(--offset));
    --color-gray: #9D9FA2;
    --color-black: #000000;
    --color-black2: #002142;
    --color-white: #ffffff;
    --color-blue: #3369A0;
    --color-blue2: #004488;
    --color-lt-blue: #00C0F3;
    --color-lt-blue2: #00AEEF;
    --color-lt-blue3: #D4EFFC;
    --color-orange: #F47920;
    --color-lt-orange: #FFEAD9;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
} */



/* .site-footer {
    padding: calc(9.5vw / var(--context)) 0;
    width: 100%;
    left: 0;
    top: 0; */
/*     z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s; */
/*     border-top: #00c0f3;
    background-color: #002142;
} */

/* .container {
    padding: 0 calc(120vw / var(--context));
}

.container, .container-sm {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
} */

/* Testing */

/* .site-footer .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc(14vw / var(--context));
}
 */
/* Testing */

/* From app.min.css */

/* footer a.accessibility {
    color: #fff !important;
    padding: 1rem
} */

/* #footer {
    color: #90aecc;
    background: #002142;
    padding: 37px 0; */
/*     font-size: 16px */
/* } */

/* #footer .title {
    text-align: center;
    color: #fefefe;
    display: block; */
/*     font-size: 1.125rem; */
/*     line-height: 1.125rem
} */

/* #footer .privacy {
    font-size: .875rem
} */
/* 
#footer a {
    color: #90aecc
}

#footer .terms,
#footer .terms:hover,
#header .univertsity-menu .drop .title a:hover,
#header .univertsity-menu .drop ul a:hover {
    text-decoration: underline
}

#footer a:hover {
    color: #fefefe
} */

/* #footer address {
    color: #90aecc; */
/*     font-size: 1rem; */
/*     font-style: normal;
    line-height: 1.25rem;
    margin: 0
} */

/* #footer .tel {
    color: #fefefe;
    display: block; */
/*     font-size: .9375rem; */
/*     line-height: 1.125rem;
    margin: 0 0 6px
} */

/* #footer .terms {
    color: #90aecc; */
/*     font-size: .75rem; */
/*     line-height: .875rem
} */

/* #footer .vcard {
    border: 0;
    color: #90aecc;
    padding: 0;
    list-style: none;
    margin-left: 0
}

#footer .footer-links .title,
#footer .vcard .fn a,
#footer .vcard .pn {
    color: #fefefe
}

#footer .footer-links .resource-list {
    margin-top: 25px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-width: 100px;
    column-width: 100px;
    color: #90aecc;
    list-style-type: none;
    margin-left: 0
}

#footer .footer-links .resource-list a {
    color: #90aecc
}

#footer .footer-links .resource-list a:hover {
    color: #fefefe
}

#footer .social-networks {
    overflow: hidden
}

#footer .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    padding: 0 0 0 17px
}

#footer .social-networks li:first-child {
    padding: 0
}

#footer .social-networks li a {
    display: block
} */

/* Testing */

/* #footer .social-networks li a.facebook {
    background: url(/_resources/images/sprite.png) 0 -94px no-repeat;
    width: 9px;
    height: 18px
}

#footer .social-networks li a.facebook:hover {
    background-position: 0 -320px
}

#footer .social-networks li a.twitter {
    background: url(/_resources/images/sprite.png) -26px -95px no-repeat;
    width: 19px;
    height: 16px
}

#footer .social-networks li a.twitter:hover {
    background-position: -26px -321px
}

#footer .social-networks li a.linkedin {
    background: url(/_resources/images/sprite.png) -61px -94px no-repeat;
    width: 19px;
    height: 18px
}

#footer .social-networks li a.linkedin:hover {
    background-position: -61px -320px
}

#footer .social-networks li a.youtube {
    background: url(/_resources/images/sprite.png) -98px -98px no-repeat;
    width: 17px;
    height: 10px
}

#footer .social-networks li a.youtube:hover {
    background-position: -98px -324px
}

#footer .social-networks li a.flickr {
    background: url(/_resources/images/sprite.png) -132px -99px no-repeat;
    width: 17px;
    height: 8px
}

#footer .social-networks li a.flickr:hover {
    background-position: -132px -325px
}

#footer .social-networks li a.instagram {
    background: url(/_resources/images/sprite.png) -168px -95px no-repeat;
    width: 16px;
    height: 16px
}

#footer .social-networks li a.instagram:hover {
    background-position: -168px -321px
} */

/* Testing */

/* @media only screen and (max-width:767px) {
    #footer .footer-links .resource-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 1
    }

}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.3333333333%
}


@media print,
screen and (min-width:50em) {
	
	 .medium-3 {
        width: 25%
    }
	
	 .medium-4 {
        width: 33.3333333333%
    }
	
	.medium-8 {
        width: 66.6666666667%
    }
	
	 .medium-9 {
        width: 75%
    }
} */


/* Testing */

/* .column,
.columns {
    padding-right: .625rem;
    padding-left: .625rem; */
/*     width: 100%; */
/*     float: left
} */

/* @media print,
screen and (min-width:50em) {

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column,
.column:last-child:not(:first-child),
.columns {
    float: left;
    clear: none
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
} */

/* Testing */


/* New Footer Styles  */

/* :root {
  --context: 12;
} */

footer a.accessibility {
  color: #fff !important;
  padding: 1rem;
}

footer {
  color: #fff;
  background: #002142;
  padding: 37px 0;
  font-size: 17.5px;
  border-top: calc(1vw / var(--context)) solid var(--color-lt-blue);
}

footer address {
	font-style: normal;
	color: #90aecc;
	font-size: 1rem;
}

footer .university-name {
	margin-bottom: 0;
}

.fn.footer-link {
	margin-bottom: 0;
	color: #90aecc;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.fn.footer-link a {
    color: #90aecc;
}

footer a:hover {
  color: #90aecc;
}

footer .container {
  padding: 0 calc(120vw / var(--context));
  margin: 0 auto;
  display: flex;
}

/* Added this to change the flex direction on mobile */
@media screen and (max-width: 1024px) {
	footer .container {
		flex-direction: column;
	}
}

/* .footer-main {
  display: flex;
  margin-bottom: 1rem;
} */

.footer-column {
  text-align: left;
 /* Add flex property */
  flex: 0 0 25%;
}

.footer-column:nth-child(2) {
	/* Make the middle column 2x wider than the left and right */
	flex: 0 0 50%;
}

.footer-title {
  display: flex;
}

/* .footer-column-icons {
  display: flex;
  flex-direction: column;
} */

/* .footer-link {
  display: ;
} */

.footer-links .resource-list {
  margin-top: 25px;
  column-count: 2;
  column-gap: 20px;
  column-width: 100px;
  color: #90aecc;
  list-style-type: none;
  margin-left: 0;
}

footer .resource-list a {
	color: #90aecc;
}

.footer-icon-list {
  display: flex;
	/* Add: flex-direction and flex-wrap properties */ 
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-icon {
  margin-left: 2rem;
}

@media screen and (max-width: 1024px) {
	.footer-icon {
		margin: 0;
		flex: 0 0 33%;
	}
}

@media screen and (max-width: 1024px) {
	.footer-column p.title {
		margin-top: 5vh;
	}
}

@media screen and (max-width 1024px) {
	.resource-list {
		column-count: 1
	}
}

/* Responsive  */

/* @media screen and (max-width: 768px) {
  .footer-main {
    flex-direction: column;
  }
} */


