/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Droid Sans", sans-serif;
  color: #333;
  background: #EEEEEE;
}

a {
  color: #D80000;
  text-decoration: none;
}

.topbar {
	height:50px;
	background:#002342;
}

strong {
	font-weight:bold;
}


em {
	font-style:italic;
}
header.top {
	background:#FFF;
	box-shadow: 0 4px 2px -2px gray;
	position:relative;
	height:110px;
}

.socials {
	margin:2em auto 0;
	width:50%;
	display:block;
	text-align:center;
}

.socials h3, .cd-main-content h3 {
	font-size:1.5em;
	font-family:'Dosis';
	color:#D80000;
	text-transform:uppercase;
	margin:0 0 0.5em 0;
	font-weight:700;
}

span.path {
	font-family: monospace;
    font-size: 0.9em;
    display: block;
    color: #666;
    background: #fec43250;
    padding: 2px 5px;
    margin: 5px 0 1em 0;
}

.socials h4 {
	padding:0 0 0.5em 0;
	font-size:1.25em;
	font-family:'Dosis';
	color:#D80000;
}

.socials img {
	width:40px;
	height:40px;
}

.socials p {
	line-height:1.5em;
}

header.top h1 {
	display: inline-block;
    font-family: 'Dosis';
    color: #D80000;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
	position:relative;
	line-height:110px;
	left:25px;
}

.logo {
	max-width:150px;
	height:auto;
	margin-top:-50px;
	right:0;
	position:absolute;
}

.langswitch {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 0.9em;
	position:relative;
	top:12px;
	left:12px;
}

.icp-nav-globe-img-2 {
    background: url('https://m.media-amazon.com/images/S/sash/fe2UeLQmJ11kKHN.png');
    background-position: -77px -24px;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.langswitch select {
	background: none;
    color: #FFF;
    position: relative;
    top: -2px;
    border-radius: 3px;
    padding: 0 3px;
}

span.highlight {
	background:yellow;
}

/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-main-content {
  text-align: center;
	padding:3em 0 0 0;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
  color: #D80000;
  padding-left: 5%;
	font-family:'Dosis';
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.5em;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}


.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 100%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #EEE;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 100%;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content section {
	max-width: 75%;
    margin: 0 auto 1em auto;
}

.cd-panel__content section.campus {
	margin:0 auto 4em auto;
}
.cd-panel__content p, ul, ol {
  /*font-size: 1.4rem;*/
  color: #424f5c;
  line-height: 1.4;
  margin:0;
}

.cd-panel__content section .section-header{

}

.cd-panel__content section .section-header.campus{
	display: block;
}

.cd-panel__content section.red .section-header.campus{
	margin-top:3em;
}


.cd-panel__content section .section-header .number {
	border-radius: 50%;
    font-size: 72px;
    width: 72px;
    text-align: center;
    color: #FFF;
	z-index:10;
	display: block;
    margin: 0 auto;
}

.cd-panel__content section.red .section-header .number {
	background: #D80000;
}

.cd-panel__content section .section-header .number span {
	position: relative;
    z-index: 1000;
    font-size: 48px;
    top: -15px;
}

.cd-panel__content section.orange .section-header .number {
	background: orange;
}

.cd-panel__content section.green .section-header .number {
	background: #28A12D;
}

.cd-panel__content section .section-header .heading {
	font-size: 2em;
    font-family: 'Dosis';
    padding: 0.5em 1em;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
	color:#FFF;
    z-index: 20;
    text-align: center;
    border-radius: 25px 25px 0 0;
    margin-top: -1.15em;
}

.cd-panel__content section.red .section-header .heading {
    background: #D80000;
}

.cd-panel__content section.orange .section-header .heading {
    background: orange;
}

.cd-panel__content section.green .section-header .heading {
	background: #28A12D;
}

.cd-panel__content section.blue .section-header .heading {
	background: #007DC3;
}


.cd-panel__content section .content .body {
    padding: 0 1em 2em 1em;
    position: relative;
    background: #FFF url(../img/fleur08.svg) no-repeat;
    border-radius: 0 0 25px 25px;
    background-position: bottom -75px right -75px;
    background-size: 250px;
}



.cd-panel__content section .content .body ol {
	
}

.cd-panel__content section .content .body ol li {
	border-bottom:1px solid #CCC;
	padding: 1em 0 1em 50px;
	position:relative;
}

.cd-panel__content section .content .body ol li:last-child {
	border-bottom:none;
}

.cd-panel__content section .content .body ol li ul {
	margin:0;
}
.cd-panel__content section .content .body ol li ul li {
	border:none;
	padding: 0 0 10px 35px;
	min-height:2em;
}
.cd-panel__content section .content .body ol li ul li:before {
	content: '\f003';
    font-size: 1em;
    top: 0;
    left: 0;
    margin-right: 10px;
    color: #666 !important;
}

.cd-panel__content section .content .body ol li:before {
	font-family: 'FontAwesome';
    content: '\f071';
    position: absolute;
    left: 0;
    font-size: 2em;
	top:5px;
}

.cd-panel__content section.red .content .body ol li:before {
	 color: #D80000;
}

.cd-panel__content section.orange .content .body ol li:before {
	 color: orange;
}

.cd-panel__content section.green .content .body ol li:before {
	 color: #28A12D;
}

.cd-panel__content section.blue .content .body ol li:before {
	 color: #007DC3;
}

.cd-panel__content section .content .body ol li.address:before {
	content:'\f041';
}

.cd-panel__content section .content .body ol li.hours:before {
	content:'\f017';
}

.cd-panel__content section .content .body ol li.hours ul li:before, .cd-panel__content section .content .body ol li.contacts ul li:before {
	content:'\f18e';
}

.cd-panel__content section .content .body ol li.contacts:before {
	content:'\f2a0';
}

.cd-panel__content section .content .body a {
	text-decoration:underline;
	display:inline-block;
}

.cd-panel__content section .content .body a:hover {
	color:red;
}

.cd-panel__content section .content .notes {
	margin-top:10px;
	margin-left:10px;
}

.twoggletext {
	margin-top: 20px;
    padding: 1em 2em 1em 1em;
    border-radius: 15px;
   	border-bottom:2px solid;
}

section.red .twoggletext {
	border: 2px solid #D8000075;
}

section.orange .twoggletext {
	border: 2px solid #F7990395;
}

section.green .twoggletext {
	border: 2px solid #28A12D95;
}

.twogglewrap .twoggle {
	position:relative;
}

.twogglewrap .twoggle:after {
	content:'\f078';
	font-family:'FontAwesome';
	position:absolute;
	right:1em;
}

.twogglewrap .twoggle.open:after {
	content:'\f077';
}

.twoggletext {
	border-radius: 15px;
    margin: 0 0 5px 0;
	padding: 1em 4em 1em 1em;
}

.twogglewrap .twoggletext {
	border-radius: 0 0 15px 15px;
    margin: 0 0 5px 0;
	padding: 1em 4em 1em 1em;
}


.twoggletext ul li {
	position: relative;
    padding: 0 0 0 2em;
}

.twoggletext ul li:before {
	content: '\f18e';
    font-family: 'FontAwesome';
    color: grey;
	position:absolute;
	left:0;
}

.twogglewrap {
	margin: 2px 0;
}


.twoggletext .close {
	border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
	position: absolute;
    right: 5px;
    top: 5px;
    padding: 1em;
    background: rgba(0,0,0,0.5);
    color: #FFF;
	transition:0.2s ease all;
}

.twoggletext .close i {
	position:relative;
	top:-11px;
	left:-6px;
	
}


.twoggletext .close:hover {
    background: rgba(0,0,0,0.8);
}

.cd-panel__content section .content .label {
	display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    letter-spacing: 1px;
    font-size: 0.85em;
}

a.twoggle {
	text-decoration: none !important;
    background: #CCCCCC75;
    border-radius: 20px;
    color: #FFF;
	transition:0.3s ease all;
	display: inline-block;
    margin: 0 0 10px 0;
    padding: 0.5em 3em 0.5em 1em;
	margin:0;
	font-size:0.85em;
}

.twogglewrap a {
	margin: 0;
	border-radius:20px
}

.cd-panel__content section li a.twoggle {
	    padding: 2.5px 3em 2px 1em;
}




.printbutton {
	display: inline-block;
    padding: 1em;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    right: 1em;
}

.printbutton i {
	font-size:1.5em;
}

.cd-panel__content section.red .content .notes a {
	 background: #D8000075;
}

section a.twoggle {

}

section a.twoggle.open {
	border-radius:15px 15px 0 0;
}


.cd-panel__content section.red .content .notes a, section.red a.twoggle {
	 background: #D8000075;
}

.cd-panel__content section.red .content .notes a:hover, section.red a.twoggle:hover {
	 background: #D80000;
	color:#FFF !important;
}

.cd-panel__content section.orange .content .notes a, section.orange a.twoggle {
	 background: #F7990395;
}

.cd-panel__content section.orange .content .notes a:hover, section.orange a.twoggle:hover {
	 background: #F79903;
	color:#FFF !important;
}

.cd-panel__content section.green .content .notes a, section.green a.twoggle {
	 background: #28A12D95;
}

.cd-panel__content section.green .content .notes a:hover, section.green a.twoggle:hover {
	 background: #28A12D;
	color:#FFF !important;
}

.cd-panel__content section.green .content .notes a {
	 background: #28A12D95;
}

.cd-panel__content section.green .content .notes a:hover {
	 background: #28A12D;
}

.cd-panel__content section .content .notes a.normal {
    background: none;
    color: #D80000;
    padding: 0;
    font-size: inherit;
    text-decoration: underline;
}

.cd-panel__content section .content .notes a.normal:hover {
	background:none;
	color:red;
}

.cd-panel__content section .content .notes a:hover {
	background: #D80000;
	color:#FFF;
}

span.mandatory {
	color:red;
}

span.mandatory.footnote {
	    font-size: 0.85em;
    margin-left: 35px;
    font-style: italic;
}

.panellogo {
	display:none;
}


.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}