#page .nav-container.top-navigation {
  background-color: #ffffff;
}

/*.menu-main-menu-container*/
.horisontal-navigation div{
  text-align: center;
}

.horisontal-navigation > div{
  float: left;
}

#page .max-width {
  padding: 0, 0 !important; 
}

#page .horisontal-navigation.menu-2{
  padding-left: 0;
}

/* change headings and menu to small caps from uppercase */ 
#page .nav-container.top-1-navigation li a,
#page .nav-container.top-navigation li a{
	font-size: 16px;
    text-transform: none;
    font-variant: none;
}

h1, h2, h3 {
	font-variant: none;
}

h3:not(.notgrey) {
  background-color: #f5f5f5;
  padding: 0.5em !important;
}

table, tr, th, td {
  border: 1px white;
}

tbody, td {
  vertical-align: middle;
}

td {
  color: #666666;
}

.hover:hover{background-color:#f5f5f5}



.site {
  max-width: 100% !important;
}

.horisontal-navigation {
  text-align: center;
}

.horisontal-navigation li {
  text-align: left;
}

.horisontal-navigation ul {
  margin: 0 0 0 0;
  margin: 0 auto;
  text-align: center;
  float: none; 
}
  
.horisontal-navigation li {  
padding-right: 0px !important;
padding-bottom: 0px !important;
  }
    
/* current page shown in grey */
.horisontal-navigation .current-menu-item,
.horisontal-navigation .current_page_item,
.horisontal-navigation .current-menu-ancestor {
  	background: #DCDCDC
}


/* remove old current page indicator */
.horisontal-navigation .current-menu-item  > a:before,
.horisontal-navigation .current_page_item  > a:before {
  	display: none
}

.horisontal-navigation .current-page-ancestor > a:before,
.horisontal-navigation .current-menu-ancestor > a:before {
    display: none
}

/*remove arrow icon on mobile sub-menus*/
.horisontal-navigation ul li ul li a:before {
  display: none;
}

/* remove weird border from mobile menu*/
.site ul.nav-horizontal > li > ul ul, .site ul.nav-horizontal > li > ul {
  border: none !important;
}

/* center menu */
.horisontal-navigation > div {
	margin: 0 auto;
	text-align: center;
  float: none; 
}

/*mobile menu formatting 
.nav-horizontal li {
font-size: 16px;
padding-bottom: 0.5em
} */

.horisontal-navigation a {
  font-size: 16px;
  display: block;
  padding: 0.5em !important;
  line-height: 1;
  text-decoration: none; 
}



/*keep menu on one line 
.horisontal-navigation ul.nav-horizontal {
  display:flex-inline;
  white-space: nowrap;
  align-self: centre
}*/

.max-width {
  text-align: left
}



/* change box appearence for menu*/
.site ul.nav-horizontal > li > ul ul, .site ul.nav-horizontal > li > ul {
  	border: 1px solid #DCDCDC;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px rgba(4, 13, 26, 1);
    width: auto;
    background-color: #ffffff /*this is to change background colour*/
}


/*change hover settings, no underline and grey background */
.horisontal-navigation .menu-item:hover {
  	background: #DCDCDC;
  	text-decoration-color: #ffffff;
  	text-decoration: none;
  	outline: none;
  	width: auto
}

.top-navigation .horisontal-navigation li ul li a:hover, .site ul.nav-horizontal > li a:hover, .top-navigation .horisontal-navigation li a:hover {
  	text-decoration-color: #ffffff;
  	text-decoration: none;
  	outline: none
}


/* change width of dropdown menus */
.site ul.nav-horizontal > li > a {
  display: inline-block;
	margin: 5px 0;
	padding: 5px 2px;
}

/*.top-navigation .horisontal-navigation li ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  white-space: nowrap;
}*/

.top-navigation .horisontal-navigation li ul li a {
	display: block !important;
	position: relative !important;
	width: 90% !important;
	white-space: wrap !important;
	text-align: left !important;
}
.button {
  display: table
}


.site-content{
  width:100%
}


/* indent the list: THIS STILL NEEDS WORK to improve spacing */
ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: right;
}




/*Change width of front page to be same as other pages */
.main-wrapper.no-sidebar {
  max-width: 1100px !important;
}

/*caption formatting */
.caption {
  display: block;
}

img.profpic {
    vertical-align: text-top;
    float: right;
    padding: 1em;
    width: 25% !important;
}

.prospstudent {
  margin:0 auto;
  text-align: center;
  margin-bottom: 4em;
  margin-top: 4em;
}

.prospimg {
  margin:0.5em;
}

.twitter {
  float: right;
  margin-left: 3em;
}

/* increase padding within box 
.content-container > article {
  padding-left: 40px;
  padding-right: 40px;
*/

.head-wrapper {
  background-color: transparent !important;
}


/*footer*/
#page .entry-meta {
  display: none;
}

#page .site-info {
  display: none;
}

.sidebar-footer-content {
  margin: 10px auto:
}

#page .sidebar-footer-wrap {
  margin: 0px 0 0 0 !important;
  padding: 10px 0 !important;
  border-top: none;
  background-color: rgba(0, 0, 0, 0);
}
    
.sidebar-footer-content {
  margin: 10px auto !important;
  border: 1px solid #cccccc !important;
}

.sidebar-footer {
  background-color: rgba(252, 252, 252, 1);
  border: none;
}

#page .sidebar-footer {
  margin: -1px !important;
}