/*!
Theme Name: LNAT (Department of Law, Oxford University)
Author: One Ltd
Author URI: http://oneltd.co.uk
*/
/*	Typography:
----------------------------------------------- */
/*	Color Swatch
----------------------------------------------- */
/* =LESS Imports
----------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
/*  vertical-align: baseline; */
}

html {
       overflow-y: scroll;
}

body {
  background: #fff;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle!important;
padding-top: 10px;
padding-bottom: 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

blockquote {
	font-weight: bold;
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	margin-bottom: 20px;
	padding-left: 10px;
}


.bignumber {
        color: #49bcac;
	font-size: 42px;
	text-align: center;
	padding-left: 15px;
}




a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

  outline: 0;
}
a img {
  border: 0;
}

/* =Colours */

/* Dark blue */

.darkblue {
	color: #445462;
}

.darkbluebackground {
	background-color: #445462;
}

.lightblue {
	color: #49bcac;
}

.lightbluebackground {
	background-color: #49bcac;
}

.limegreen {
	color: #c1d44d;
}

.limegreenbackground {
	background-color: #c1d44d;
}

.lightbrown {
	color: #bd9564;
}

.lightbrownbackground {
	background-color: #bd9564;
}

.darkbrown {
	color: #857870;
}

.darkbrownbackground {
	background-color: #857870;
}


/* =Global

----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}

#search input[type=text] {
	font-weight: 100!important;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 200px;
}


/* Text elements */
p {
  margin-bottom: 1em;
}

article.content ul,
article.content ol {
	padding-left: 16px;

}

ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
}
b,
strong {
  font-weight: bold;
}
dfn,
em,
i {
  font-style: italic;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* Links */
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.simple-form fieldset {
  margin-bottom: 20px;
}
.simple-form input[type="text"],
.simple-form input[type="password"],
.simple-form input[type="email"],
.simple-form textarea,
.simple-form select {
  display: block;
  width: 210px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 6px 4px;
  margin: 0 0 20px 0;
  color: #777;
}
.simple-form select {
  padding: 0;
}
.simple-form input[type="text"]:focus,
.simple-form input[type="password"]:focus,
.simple-form input[type="email"]:focus,
.simple-form textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.simple-form textarea {
  min-height: 60px;
}
.simple-form label,
.simple-form legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
.simple-form input[type="checkbox"] {
  display: inline;
}
.simple-form label span,
.simple-form legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.button {
  background: #eee;
  /* Old browsers */

  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */

  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */

  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */

  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */

  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */

  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  display: inline-block;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  line-height: normal;
  cursor: pointer;
}
.button:hover {
  background: #ddd;
  /* Old browsers */

  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */

  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */

  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */

  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */

  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  color: #222;
}
.button:active {
  background: #ccc;
  /* Old browsers */

  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */

  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */

  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */

  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */

  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */

  border: 1px solid #666;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* To be applied to the UL element which is to become the tabs */
.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
}
.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
}
.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 20px;
  line-height: 30px;
  border: solid 1px #ddd;
  border-width: 1px 1px 0 0;
  margin: 0;
  background: #f5f5f5;
  font-size: 13px;
}
.tabs li a.active {
  background: #fff;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
  color: #111;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.tabs li:first-child a {
  border-width: 1px 1px 0 1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
.tabs li:first-child a.active {
  margin-left: 0;
}
.tabs li:last-child a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.tabs:before,
.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.tabs:after {
  clear: both;
}
/* =Grid variables (sizes)
----------------------------------------------- */
/* =Wordpress Configurable Components
----------------------------------------------- */
/*------ Block Element Colours ------*/
body {
  background-color: #002d62;
}
/*-- Page background --*/
#page {
  background-color: #ffffff;
}
/*-- Page container background --*/
#page .container {
  background-color: #ffffff;
}
/*-- Footer background --*/
#site-footer {
  background-color: #002d62;
}

#site-footer .container {
  background: transparent !important;
}

#bottom-bar {
	background-color: #313231;
	overflow: hidden;
}

#colorbar {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 10px;
}

#bottom-bar .f1,
#bottom-bar .f2,
#bottom-bar .f3,
#bottom-bar .f4,
#bottom-bar .f5 {
	height: 10px;
	width: 20%!important;
	float: left;
}


/*------ Header Styles ------*/
/*------ Text Colours ------*/
/*-- Links --*/
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #49bcac;
	color:#2C776E;
	text-decoration:underline;
}
a:hover {
  color: #002d62;
}
/*-- Body Text --*/
p,
li,
h2 {
  color: #4d4d4d;
}
/*-- Headers --*/
h1,
h3 {
  color: #5a5a5a;
}
/*-- Footer Text --*/
#site-footer p,
#site-footer li a:link,
#site-footer li a:visited {
  color: #ffffff;
}
#site-footer li a:hover {
  color: #6cc7dc;
}
/* =Begin theme styles
----------------------------------------------- */
/* =Blocks
----------------------------------------------- */
#page {
  width: 100%;

  overflow: hidden;
}

body {
  position: relative;
}
body #page .container {
  padding: 0px 0px 0px 0px !important;
}
.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}
.container #site-header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.container #main-navigation {
  width: 100%;
  height: 26px;
}
.container .banner {
  clear: both;
  height: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.container .banner > img {
  width: 100%;
  height: 10px;
}


.container .banner#carousel {
  height: 300px;
}

.container .banner-content {
	display: none;
}

/* MOBILE MENU */

#wpadminbar { position: relative; }

#mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 249px;
  height: 100%;
  background: #3C3C3C;
  border-left: 1px solid #1e1e1e;

}

#mobile-menu .search-field {
  padding: 10px;
}

#mobile-menu .search-field form {
  margin: 0 !important;
}

#mobile-menu .search-field input {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 14px;
}

#mobile-menu ul.menu {
  list-style: none;
  border-top: 1px solid #505050;
}

#mobile-menu ul.menu > li {
  display: block;
  border-bottom: 1px solid #505050;
}

#mobile-menu ul.sub-menu > li {
  display: block;
  border-top: 1px solid #505050;
}

#mobile-menu ul.menu li a {
  background: #282828;
  display: block;
  padding: 10px 15px;

  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile-menu ul.sub-menu li a {
  background: #3C3C3C;

  font-weight: 300;
  text-transform: none;
}

#mobile-menu ul li a:hover,
#mobile-menu ul li.current_page_item > a {
  background: #3EBFAC;
}

.container .sidebar,
.container .content {
  float: left;
}
.container .sidebar.lhs {
  width: 200px;
width: 170px;
  margin-right: 40px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container .sidebar.rhs {
  width: 220px;
  margin-right: 0;
padding-top: 70px;
  margin-bottom: 50px;
}
.container .content {
  width: 440px;
width: 470px;
  margin-right: 40px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container .content blockquote {
  display: block;
  background: #49bcac;
  color: #fff;
  padding: 15px;
  border: none;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 200;

  margin-bottom: 15px;
  font-family: "museo-sans",sans-serif;
}

.container .content blockquote p {
  color: #fff;
	color:#000;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 400;
}

.container .content.double-col {
  width: 680px;
}
#site-footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 57px !important;
  width: 100%;
height: auto;
}
/* =Header
----------------------------------------------- */
#site-header a {
  float: left;
  margin: 10px 0 15px 0;
  text-decoration: none;
  height: 82px;
  font-size: 82px;
  letter-spacing: -3px;
  line-height: 1;
  width: 250px;
  background-repeat: no-repeat;
  background-size: auto 82px;
  background-image: none;
  display: block;
    background-image: url("/wp-content/uploads/2014/04/lnat-logo-tmp1.png")!important;
    text-indent: -9999px;
    margin-top: 20px;
    margin-bottom: -20px;
    margin-left: 10px;
}

#registernow {
	background: #f6f6f6;
  padding: 20px;
	margin-bottom: 40px;
}

#registernow .container {
  background: none !important;
}

#registernow p {
	text-transform: uppercase;
	color: #445462!important;
  float: left;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  margin-top: 4px;
}

#registernow #regform {
  margin: 0 !important;
}

#regform:hover {
	background-color: #49bcac!important;
}

/* =Navigation
----------------------------------------------- */
#main-navigation {
  float: left;
  margin-bottom: 10px;
  padding: 0;
  xxborder-bottom: 1px solid #b3b3b3;
}

.page-template-default #main-navigation {
  margin-bottom: 10px;
}
#main-navigation ul,
.metamenucontainer ul {
  float: right;
  margin: 0;
  xxborder-left: 1px solid #b3b3b3;
	list-style-type: none;
}
#main-navigation ul { margin-top: -7px; }
#main-navigation ul li,
.metamenucontainer ul li {
  xxborder-right: 1px solid #b3b3b3;
  padding: 0 1px 1px 1px;
  margin: 0;
  float: left;
}
#main-navigation ul li a,
.metamenucontainer ul li a {
  display: block;
  padding: 10px 15px 8px 15px;
  font-size: 12px;
  text-decoration: none;
  color: #002d62;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu-meta-navigation .current-menu-item {
	background: #fff!important;
	color: #474747!important;
}

#menu-meta-navigation .current-menu-item a {
        color: #474747!important;
}

#main-navigation ul li a:hover {
  color: #fff;
  background-color: #49bcac;
}
#main-navigation ul li.current_page_item a,
#main-navigation ul li.current-page-ancestor a {
  color: #fff;
	color:#000;
  background-color: #49bcac;
}
.archive #main-navigation #menu-item-711 {
  color: #fff;
  background-color: #49bcac;
}
.archive #main-navigation #menu-item-711 a {
  color: #fff;
}
#main-navigation form#search {
  float: right;
  margin: 0;
  padding: 0;
  display: block;
}
#main-navigation form#search label {
  display: none;
}
#main-navigation form#search input[type="text"] {
  border: 0;
  padding: 3px 5px;
  width: 150px;
  color: #666666;
  font-weight: 100!important;
}
#main-navigation form#search input[type="submit"] {
  height: 25px;
  border: 0;
  padding: 3px 8px;
  margin: 0;
  cursor: pointer;
  font-weight: 100!important;
}
/* =Footer
----------------------------------------------- */
#site-footer {
  padding-bottom: 10px;
}
#site-footer .alignright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .alignright ul li {
  float: left;
  margin: 0 20px 0 0;
}
#site-footer .alignright ul li a {
  text-decoration: none;
}
#site-footer .alignright ul li:last-child {
  margin-right: 0;
}
/* =Subnav
----------------------------------------------- */
.sidebar.lhs h2 {
  clear: left;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  color: #49bcac;
	color:#000;
  word-wrap: break-word;
}
.sidebar.lhs ul {
  width: 100%;
  list-style: none;
  margin: 0 0 15px 0;
}
.sidebar.lhs ul li {
  margin: 0;
  border-top: 1px solid #e6e6e6;
}
.sidebar.lhs ul li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.sidebar.lhs ul li a {
  display: block;
  padding: 7px 15px 7px 10px;
  background-color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar.lhs ul li ul.children {
  display: none;
  list-style: none;
  margin: 5px 0 0 20px;
  margin: 5px 0 0 10px;
}
.sidebar.lhs ul li ul.children li {
  padding: 0;
  margin: 0 0 1px 0;
border-bottom: none;
background: #f6f6f6;
}
.sidebar.lhs ul li ul.children li a {
  padding: 2px 0;
}
.sidebar.lhs li a:hover {
  color: #000 !important;
}
.sidebar.lhs ul li.current_page_item ul.children,
.sidebar.lhs ul li.current_page_parent ul.children {
  display: block;
}
.sidebar.lhs ul li.current_page_item ul.children li a,
.sidebar.lhs ul li.current_page_parent ul.children li a {
  color: #4d4d4d;
}
.sidebar.lhs ul li.current_page_item ul.children li a:hover,
.sidebar.lhs ul li.current_page_parent ul.children li a:hover {
  color: #6cc7dc;
}
.sidebar.lhs ul li.current_page_item ul.children li.current_page_item a,
.sidebar.lhs ul li.current_page_parent ul.children li.current_page_item a {
  color: #6cc7dc;
}
.sidebar.lhs ul li.current_page_item a,
.sidebar.lhs ul li.current_page_parent a {
  color: #000;
}

.sidebar.lhs ul li.current_page_item a:after {
  content: "";
  display: block;

  width: 8px;
  height: 15px;

  background: url(images/common/arrow-nav.png) no-repeat 0 0;

  position: absolute;
  top: 50%;
  right: 0px;

  margin-top: -7.5px;
}

/* level 2 nav */

.sidebar.lhs ul li ul.children li a {
  padding: 2px 0;
  background: #f6f6f6;;
}


.sidebar.lhs ul.children li a:after {
  right: 10px;

}









/* =Front page
----------------------------------------------- */
#carousel {
  overflow: hidden;
  clear: both;
  width: 100%;
  background: #464646;
}

#carousel #slideshowinstitutional {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

/*

#carousel ul {
  list-style: none;
  width: 5640px;
  margin: 0;
  padding: 0;
}


#carousel ul li {
  float: left;
  width: 940px;
  height: 329px;
  position: relative;
}
#carousel ul li .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 900px;
  padding: 20px;
  height: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
#carousel ul li .banner-content h1 a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  height: 33px;
  background: transparent url(images/common/arrow.png) top right no-repeat;
}
#carousel ul li .banner-content h1 a:hover {
  background-position: bottom right;
}

*/

article#home-tacticals { 
  margin: 20px 0;
}

article#home-tacticals .tactical {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0 10px;
}
article#home-tacticals .tactical:first-child {
  padding-left: 0;
}
article#home-tacticals .tactical:last-child,
article#home-tacticals .tactical.end-row {
  padding-right: 0;
}
/* =Main content
----------------------------------------------- */
article.content h1 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  color: #5a5a5a!important;
}
article.content h2,
article.content h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
article.content h3 {
  font-size: 14px;
color: #49bcac;
	color:#000;
  margin-bottom: 0;
}
article.content p,
article.content li,
article.content td {
  font-size: 12px;
  line-height: 1.6em;
  padding-right: 20px;
}

article.content table {
	display: table-cell;
	padding-bottom: 20px;
}

article.content tr {
	height: 100px!important;
}

article.content tr:nth-child(odd)		{ background-color:#f6f6f6; }

article.content td a img {
	padding-left: 10px;
}

article.content ul {
  margin-bottom: 1em;
  padding-left: 15px;
}
article.content p.intro {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 100;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  color: #49bcac;
	color:#000;
}
/* =Sidebar tacticals
----------------------------------------------- */
#home-tacticals {
	margin-bottom: 50px;
}

.tactical {
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0;
border-top: 1px solid #c8c8c8;
padding-top: 10px;
}
.tactical h4 {
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
  color: #445462;
  font-weight: 300;
  font-size: 18px;
}
.tactical img {
  /* width: 100%; */
  height: auto;
  padding: 0;
  background-color: #aaa;
}
.tactical p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 6px 0;
  padding-bottom: 3px;
  xxborder-bottom: 1px solid #b3b3b3;
  color: #5A5A5A;
  font-weight: 300;
}
.tactical a,
.contentbutton  {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 40px 5px 7px;
  color: #fff!important;
  background-color: #445462;
  float: left;
  clear: both;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tactical a:after,
.contentbutton:after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 9px;
  right: 10px;
  background: url(images/common/icon-arrow-white.png) no-repeat center center;
}

  .tactical a.brown { background: #BD955A;background:#445462; }
  .tactical a.green { background: #C3D500;background:#445462; }
  .tactical a.cian  { background: #3EBFAC;background:#445462; }


.tactical a:hover {
  xxbackground-position: 95% -28px;
  background-color: #474747;
}

/* =News/Search listing
----------------------------------------------- */
.content .news,
.content .search {
  clear: both;
  padding-bottom: 15px;
}
.content .news header,
.content .search header {
  overflow: hidden;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b3b3b3;
}
.content .news header h1,
.content .search header h1 {
  padding: 0 0 20px 0;
  width: 550px;
  margin: 0;
  border: 0;
}
.content .news header p,
.content .search header p {
  position: absolute;
  right: 0;
  bottom: 7px;
  margin: 0;
  font-size: 11px;
}
.content .news .news-content,
.content .search .news-content {
  clear: both;
}
.content .news .news-content p,
.content .search .news-content p {
  margin-bottom: 5px;
}
.content .search h2 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b3b3b3;
}

article.content h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
}

#post-search header {
  overflow: hidden;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#post-search header h1 {
  padding: 0;
  margin: 0;
  border: 0;
}
#post-search header p#search-term {
  padding-top: 5px;
  font-size: 14px;
  color: #002d62;
  margin: 0;
}
.search-pagination {
  width: 680px;
  float: left;
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #b3b3b3;
}
.search-pagination p a {
  display: block;
  padding: 5px 15px;
  background-color: #e6e6e6;
  color: #6cc7dc;
  font-size: 14px;
}
.search-pagination p a:hover {
  background-color: #6cc7dc;
  color: #fff;
}
/* =Site Map
----------------------------------------------- */
#site-map {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-map li {
  font-size: 16px;
  margin: 0 0 15px 0;
  clear: left;
}
#site-map li a {
  display: block;
  text-decoration: none;
  padding: 0;
}
#site-map li ul.children {
  list-style: none;
  margin: 10px 0;
  padding-left: 30px;
}
#site-map li ul.children li {
  font-size: 14px;
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}
#site-map li ul.children li a {
  padding: 0;
  border: 0;
}
/* =404
----------------------------------------------- */
#post-0 {
  position: relative;
  clear: both;
  height: 355px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
#post-0 h1 {
  font-size: 25px;
}
#post-0 p {
  font-size: 18px;
}
#post-0 form#search {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#post-0 form#search label {
  display: none;
}
#post-0 form#search input[type="submit"] {
  height: 30px;
  border: 0;
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}

.metamenucontainer {
	background: #474747!important;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.metamenu {
	float: left;
	color: #fff!important;
}

.metamenu li a {
        color: #fff!important;
}

.metasearch {
	float: right;
        color: #fff!important;
}


#mcarousel {
	display: none;
	height: 300px;
	width: 100%;
	background-color: red;
	color: yellow;
}




#downloadbox {
        background-color: #f6f6f6;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

#downloadbox h2 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 22px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 8px;
	background: url(/wp-content/uploads/2014/04/download-icon.png) no-repeat;
	padding-left: 40px;
}

#downloadbox a {
	color: #49bcac;
	color:#000;
}

#feedbackbox {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	margin-bottom: 50px;
}

#feedbackbox img {
	background: #49bcac;
}

#feedbackbox p {
	width: 70%;
}

#feedbackbox:hover img {
	background: #445462;
}

.registration,
.contact-lnat,
.member-area {
	height: 42px;
	padding-left: 50px!important;
	padding-top: 12px!important;
	background: url(/wp-content/uploads/2014/04/registration-img.png) no-repeat;
}

.what-is-lnat {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(/wp-content/uploads/2014/04/whatisit-img.png) no-repeat;
}

.how-to-prepare,
.lnat-in-your-institution {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(/wp-content/uploads/2014/04/howtoprepare-img.png) no-repeat;
}

.how-to-prepare,
.lnat-in-your-institution {
  background: url(/wp-content/uploads/2014/04/howtoprepare-img.png) no-repeat left bottom !important;
  position: relative;
  top: -12px;
}

.on-test-day,
.lnat-news {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(/wp-content/uploads/2014/04/testday-img.png) no-repeat;
}

.your-future {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(/wp-content/uploads/2014/04/yourfuture-img.png) no-repeat;
}


#slideshowinstitutional .frame-content h3 {
	text-transform: uppercase;
	color: #49bcac!important;
	font-weight: 100;
	font-size: 45px;
	background: rgba(0,0,0,0.5);
}

.bannerbtn {
	text-transform: uppercase;
        font-weight: 100;
	background: #49bcac url(/wp-content/uploads/2014/04/thinrightarrow.png) no-repeat 90% 50%;
	width: 155px;
	margin-top: 30px;
	padding-left: 5px;
}

#footerwords {
	width: 940px;
	margin: 0 auto;
}

#footerwords p {
	color: #c8c8c8;
}

#bottom-bar {

}

#bottom-bar p {
	margin-top: 10px;
	font-size: 11px;
}

#footersitemap {
	min-width: 500px;
  background: #464646;
}

#menu-footer-institutional,
#menu-footer-main {
	list-style: none;
}


#menu-footer-institutional>li,
#menu-footer-main>li  {
	float: left;
	padding-right: 50px;
        text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}

#menu-footer-institutional ul,
#menu-footer-main ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#menu-footer-institutional .sub-menu li,
#menu-footer-main .sub-menu li {
	text-transform: capitalize;
	font-weight: 100;
}

#menu-footer-institutional .sub-menu li a,
#menu-footer-main .sub-menu li a {
       color: #c8c8c8;
}


/*

.home-slider-header,
.home-slider-text,
.home-slider-list li {
	color: #fff!important;
	font-weight: 100;
}

.home-slider-header {
	font-size: 24px;
	text-transform: uppercase;
}

.home-slider-text {
	font-size: 16px;
}

.home-slider-list {
	list-style-type: disc!important;
	width: 200px;
	padding-left: 15px;
}

.home-slider-list li {
	float: left;
	clear: left;
	width: 200px;
	font-size: 12px;
}

*/

span.mobile-menu-button { display: none; }

/*
 * Carousel 
 * ---------------------- */
#slideshowinstitutional ul {list-style:none;}
#slideshowinstitutional h3 {color:#fff;text-transform:uppercase;font-size:24px;line-height:1;}
#slideshowinstitutional p {color:#fff;}
#carousel .slide {
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}

#carousel > div {
  max-width: 1100px !important;
  margin: auto;
}

#slideshowinstitutional ul li.slide-closed:hover { opacity: 0.8; }

#carousel ul li { position: relative; }

#slideshowinstitutional ul li:after {
  content: "";
  display: block;
  width: 18px;
  height: 34px;

  position: absolute;
  bottom: 15px;
  left: 22px;
  background: transparent url(images/common/icon-arrow-large.png) no-repeat 0 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#slideshowinstitutional ul li.slide-open:after {
  opacity: 0;
}

#carousel ul li .frame-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: visible;
}

#slideshowinstitutional ul li .frame-content {
  padding: 40px;
}

#carousel ul li.slide-open .frame-content {
  opacity: 1!important;
}

#carousel ul li .frame-content h3 {
  display: block;
  padding: 10px;
  line-height: 1.1;
  max-width: 500px;
}

#carousel ul li .frame-content a {
  display: inline-block;
  width: auto;
  padding: 6px 30px 6px 10px;
  background-position: 95% 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel ul li .frame-content a:hover {
  background-color: rgba(0,0,0,0.4) !important;
}

#slideshowhome li .frame-content {
  opacity: 0 !important;
}

#slideshowhome li .frame-front {
  opacity: 1;
  display: table;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#slideshowhome li > h3 {
  opacity: 0;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  padding: 30px 0 0 90px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
  transition: all 0.6s ease-in-out !important;

  position: absolute;
  top: 0;
  left: 0;
}

#slideshowhome li span.icon {
  position: absolute;
  top: 180px;
  left: 13px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(images/common/icon-person.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

#slideshowhome li.slide-open span.icon {
  opacity: 0;
}


#slideshowhome li.slide-closed .frame-front {
  width: 100%;
}

#slideshowhome li .frame-front > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: none;
}

#slideshowhome li .frame-front h3 {
  color: #fff;
}

#slideshowhome li div.frame-content img.mobile-image { display: none; }


html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  position: relative;
}

#page {
  overflow: auto;

}

#bottom-bar {
  position: relative;
  margin-top: -47px;
  clear: both;
}

#regform {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media all and (max-width: 1080px) {

  #slideshowhome li > span.icon {
    width: 50px;
    height: 50px;
    left: 16px;
}

@media all and (max-width: 1000px) {
  #slideshowhome li > span.icon {
    opacity: 0;
  }
}


@media all and (max-width: 960px) {
  article#home-tacticals { margin: 20px; }
  body #page #site-footer > .container { padding: 0 20px !important; }
  #site-header a { margin-left: 20px !important; }
  #bottom-bar #footerwords p { padding: 10px 20px; margin: 0; }
  #carousel ul li:after { opacity: 0; }



  /*
   * Columns
   * ----------------------------------- */

  .container .sidebar.lhs {
    width: 28%;
    padding-left: 20px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-top: 5px;
  }

  .container .content {
    width: 72%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .page #carousel {
    height: auto;
  }

  .container .sidebar.rhs {
    width: 100%;
    padding: 0px 10px 10px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
    margin-top: 30px;
  }

  .container .sidebar.rhs .tactical {
    margin: 0;
    padding: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    border: none;
  }

  #menu-footer-main > li {
    width: 20%;
    margin: 0;
    padding: 0;
  }



}



@media all and (max-width: 890px) {
  #slideshowhome li > span.icon {
    left: 8px;
  }
}

@media all and (max-width: 900px) {

  .container { position: relative; }

  article#home-tacticals div.tactical { width: 50%; }
  article#home-tacticals div.tactical:nth-child(even) { padding-right: 0px; }
  article#home-tacticals div.tactical:nth-child(odd) { padding-left: 0px;clear: both; }

  span#mobile-menu-button { 
    display: block; 
    float: right;
    width: 70px;
    height: 70px;
    background: transparent url(images/common/icon-menu.png) no-repeat center center;
    
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
  }

  #main-navigation #menu-institutional ,
  #main-navigation #menu-main-navigation,
  #main-navigation div { display: none; }
}

@media all and (max-width: 690px) {
  #registernow .container {
    text-align: center;
  }
  #registernow .container > p:first-child {
    clear: both;
    display: inline-block !important;
    float: none !important;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    max-width: 80%;
  }
  #regform {
    background: none !important;
    display: block;
    float: none !important;
    clear: both;
  }
  #regform:hover { background: none !important; }
  #regform input {
    background: #425363;
  }
}

@media all and (max-width: 630px) {

  .container .content blockquote {
    position: relative;
    left: -20px;
    width: 104%;
    padding: 20px;
  }

  .container .content blockquote p {
    font-size: 22px;
    line-height: 1.4em;
    width: 90%;
  }

  #registernow { margin-bottom: 0; }

  .container .sidebar.lhs {
    float: none;
    width: auto;
    padding: 0;
  }

  .container .sidebar.lhs h2 {
    background-position: left center !important;
    margin: 0px 20px;
    padding: 0px;
    line-height: 1.9;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    text-indent: 5px;
  }

  .sidebar.lhs ul li a {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 200;
  }

  .sidebar.lhs ul li.current_page_item a,
  .sidebar.lhs ul li.current_page_parent a {
    background: #3EBFAC;
    color: #fff !important;
    font-weight: 300;
  }

  .sidebar.lhs ul li.current_page_item a:after,
  .sidebar.lhs ul li.current_page_parent a:after {
    display: none;
  }

  .container .content {
    float: none;
    width: auto;
    padding: 0px 20px;
    margin: 0;
  }

  article.content p.intro {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
  }

  article.content h1 {
    font-size: 32px;
    font-weight: 200;
  }

  article.content p,
  article.content li {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
  }

  .container .sidebar.rhs {
    padding: 0;
    border: none;
  }
  
  .container .sidebar.rhs .tactical {
    padding: 20px;
    padding-top: 0;
    float: none;
    width: auto;
    border-top: 1px solid #c8c8c8;
  }

  .container .sidebar.rhs .tactical img {
    display: none;
  }

  .container .sidebar.rhs .tactical h4 {
    font-size: 20px;
  }

  .container .sidebar.rhs .tactical p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 100;
  }

  .container .sidebar.rhs .tactical a {
    padding: 12px 20px;
    width: auto;
    float: none;
    text-align: center;
  }

  .container .sidebar.rhs .tactical a:after {
    display: none;
  }

  .container .banner {
    height: 35px;
  }

}

@media all and (max-width: 600px) {

  #wpadminbar {
    top: -47px !important;
  }

}

@media all and (max-width: 568px) {

  /*
   * Meta Menu
   * ----------------------------------- */
  .metamenucontainer .metasearch { display: none; }
  .metamenucontainer .metamenu { width: 100%; }
  .metamenucontainer ul.menu { float: none; width: 100%; }
  .metamenucontainer ul.menu li { width: 50%; padding: 0; }
  .metamenucontainer ul.menu li a { text-align: center; }

  /*
   * Tactical Boxes
   * ----------------------------------- */
  article#home-tacticals div.tactical { width: 100%; clear: both; padding: 0; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; }
  article#home-tacticals div.tactical h4 { font-size: 24px; margin-top: 0; }
  article#home-tacticals div.tactical p { font-size: 16px; line-height: 1.4; margin: 15px 0; }
  article#home-tacticals div.tactical a { 
    float: none; 
    text-align: center;
    padding: 10px 0;
  }
  article#home-tacticals div.tactical a:after { display: none; }

  /*
   * Carousel
   * ----------------------------------- */
  #carousel ul li h3 { font-size: 30px !important; }

  /*
   * Footer
   * ----------------------------------- */
  #site-footer { padding: 0; padding-bottom: 45px !important }
  body #page #site-footer > .container { padding: 0 !important; }
  #site-footer #footersitemap { min-width: 100%; }
  #site-footer .menu li { float: none; padding: 0; width: auto; }
  #site-footer .menu ul.sub-menu { display: none; }
  #site-footer .menu li a {
    display: block;
    border-top: 1px solid #2D2D2D;
    padding: 10px 20px;
  }
  #bottom-bar #footerwords { width: auto; }
  #bottom-bar #footerwords p {
    display: block;
    width: auto;
    margin: 0px;
    line-height: 1.7;
  }

  /*
   * Columns
   * ----------------------------------- */




  /*
   * Carousel
   * ----------------------------------- */
  #carousel ul { height: auto !important; }

  #carousel ul li {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    height: 50px !important;
    position: relative !important;
    left: 0px !important;
    -webkit-transition: all 0.6s ease-in-out !important;
    -moz-transition: all 0.6s ease-in-out !important;
    -o-transition: all 0.6s ease-in-out !important;
    transition: all 0.6s ease-in-out !important;
  }

  #carousel ul li.slide-open {
    height: 620px !important;
  }

  #slideshowhome li.slide-closed {
    height: 100px !important;
  }

  #slideshowhome li > span.icon {
    opacity: 1;
    top: 25px;
    left: 20px;
  }

  #slideshowhome li > h3 {
    opacity: 0;
    margin-top: 5px;
    font-size: 24px !important;
  }

  #slideshowhome li.slide-open > h3 {
    font-size: 24px !important;
  }

  #slideshowhome li.slide-closed > h3 {
    opacity: 1;
    font-size: 24px !important;
  } 

  #slideshowhome li div.frame-content img.full-image { display: none; }
  #slideshowhome li div.frame-content img.mobile-image { display: block; }

}
}