Team:Edinburgh OG/CSS:custom

div #content {

 width: 100%;
 padding: 0px;
 border: none;
 color: black;
 margin-left: 0;
 margin-right: auto;
 background-color: #ffffff;
 position: relative;

}

div #top_title, #sideMenu {

 display: none;

}

div .container {

 margin-top: 15px;

}

.column>p {

 color: #727272;
 font-size: 15px !important;
 line-height: 24px;
 margin-bottom: 35px;

}

  1. HQ_page h1 {
 font-size: 30px;
 line-height: 1.1;
 color: #333;
 text-transform: uppercase;
 margin-bottom: 20px;
 font-weight: bold;

}

  1. HQ_page h2, h3, h4, h5 {
 font-size: 26px;
 font-weight: 300;
 margin-bottom: 30px;
 text-transform: uppercase;

}

  1. footer li {
 margin: 0;

}


/*Temporary style to fix the outlook on other pages*/


/*div .column {

 width: 1170px;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 30px;

}*/

.column {

 padding: 20px 45px 0 45px;
 width: 1170px;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 30px;

}

.column.half_size {

 float: left;
 width: 50%;

}

.column ul {

 color: #727272;
 font-size: 15px;
 line-height: 24px;
 margin-bottom: 35px;
 font-weight: 300;

}

.column li {

 list-style-type: circle;

}

i {

 font-style: italic !important;

}