/*!
Theme Name: Philanthropy
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 !important;
  /* -webkit-font-smoothing: antialiased; */

}
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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.operaontaom/patrickl/experiments/keyboard/test */

  outline: 0;
}
a img {
  border: 0;
}

/* =Colours */

/* Dark blue */

.offwhite {
    color: #cc5599;
}

.offwhitebackground {
    background-color: #cc5599;
}

.lightblue {
    color: #6395bb;
}

.lightbluebackground {
    background-color: #6395bb;
}

.purple {
    color: #7e7489;
}

.purplebackground {
    background-color: #7e7489;
}

.darkgreen {
    color: #699d97;
}

.darkgreenbackground {
    background-color: #699d97;
}

.lightgreen {
    color: #b4dabf;
}

.lightgreenbackground {
    background-color: #b4dabf;
}


/* =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: 20px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  height: 50px;
  /* font-family: "proxima-nova",sans-serif; */
  margin-bottom: 15px;
}


/* 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;
}

.frm_ajax_loading {
  display: none;
}

.with_frm_style .frm_submit {
  margin-bottom: 20px;
}



/* 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;
  max-width: 100%;
}
.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;
}

/* Header */



.carousel .container {

  background: none !important;
  position: absolute;
  z-index: 999;
  bottom: 50px;
  right: 0px;
  left: 0;
}

.carousel h1 {
  font-size: 44px;
  /* font-family: "proxima-nova",sans-serif; */
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  width: 63%;
  padding: 40px 20px 20px 2px;
  line-height: 48px;
}


.overay-effect {
   position: relative;
}
.overlay-effect:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
    width: 100%;
    height: 100%;
    opacity : 0.4;
    z-index: 10;
}   

@media (min-width: 951px) and (max-width: 1100px) {
  .carousel h1 {
    padding: 40px 20px 20px;
 
  }
  .carousel a {
    margin-left: 20px;
  }
}

@media (min-width: 801px) and (max-width: 950px) {
  .carousel h1 {
    font-size: 25px;
     padding: 40px 20px 20px;
     line-height: 30px;
  }
  .carousel a {
    margin-left: 20px;
  }
}

@media (max-width: 800px) { 
  .carousel h1 {
    font-size: 20px;
    padding: 10px 20px 20px;
    line-height: 30px;
    width:50%;
  }
  .carousel a {
    margin-left: 20px;
  }
}

@media (max-width: 500px) { 
  .carousel-image {
    /* height: 205px; */
    background-size: cover !important;
  }
}

.carousel a {
  display: block;
  background-color: #DCDADA;
  /* color: #5477A0 !important; */
  color: #cc5599;
  height: 40px;
  width: 185px;
  line-height: 42px;
  padding-left: 12px;
  position: relative;
  /* font-family: "proxima-nova",sans-serif; */
  text-transform: uppercase;
  padding-right: 0px;
  
  font-size: 20px;
  border-radius: 3px;
}
.carousel a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 13px;
  right: 12px;
  background: url(images/common/find-out-more.png) no-repeat center center;
}


.carousel-image {

  width: 100% ; 
  /* background-size: contain;  */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/* Clients */

.clients {
  height: 380px;
  width: 100%;
  background-color: #EDEDED;
  color: white;
  box-sizing: border-box;
  padding: 50px 20px;
}

.clients .owl-carousel {
  width: 70%;
  margin: 0px auto;
}

.clients ul {
  list-style-type: none;
  text-align: center;
  padding: 55px 0px;
}

.clients li {
  text-align: center;
  display: inline-block;
  height: 160px;
}

.clients h1 {
  font-size: 34px;
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
  color: white;
  text-align: center;
}

.clients img {
  max-width: 130px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quote-box {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-left: 5%;
  margin-top: 70px;
}

.quote-box p {
  font-size: 38px !important;
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
  line-height: 10px;
}

.quote-box-2 {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-left: 5%;
  margin-top: 10px;
}

.quote-box-2 p.quote {
  font-size: 12px;
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
}

@media all and (max-width: 850px) {

  .quote-box {
    display:none;
  }

}

/* =Grid variables (sizes)
----------------------------------------------- */
/* =Wordpress Configurable Components
----------------------------------------------- */
/*------ Block Element Colours ------*/
/*-- Page background --*/
#page {
  background-color: #ffffff;
}
/*-- Page container background --*/
#page .container {
}
/*-- 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;
}

.mapp-layout {
    margin: 15px 0px !important;
}


.news_img {
background-size: cover;
background-position: center;
height: 200px;
width: 200px;
display: inline-block;
margin-right: 20px;
float: left;    
}

/*------ Header Styles ------*/
/*------ Text Colours ------*/
/*-- Links --*/
a {
  text-decoration: none;
}
a:link,
a:visited {
  color:#cc5599;
  
}
a:hover {
  color: #5477A0;
}
/*-- 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: #5477A0; */
}
/* =Begin theme styles
----------------------------------------------- */
/* =Blocks
----------------------------------------------- */
#page {
  width: 100%;

  overflow: hidden;
}

body {
  position: relative;
}
body #page .container {
  padding: 0px 0px 0px 0px !important;
}
.container {
  max-width: 1049px;
  margin: 0 auto;
  padding: 0;
}
.container #site-header {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 75px;
  padding: 25px 0px;
  box-sizing: border-box;
}
.container #main-navigation {
  width: 100%;
  height: 26px;
  position: absolute;
  top: 30px;
  width: auto;
  right: 0;
}
.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: #5477A0;
}

.container .sidebar,
.container .content {
  float: left;
} 

.container .body-block {
  display: block;
  width:660px;
}
.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: 835px;
max-width: 100%;
  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;
}


.single.single-post .container .content, .blog .container .content, .archive .container .content {
/* width: 470px; */
width: 570px;
max-width: 100%;
  margin-right: 40px;
}


.person img {
  width: 150px !important;
  height: auto;
}

.container .content img {
  float: left;
  margin: 0px 20px 20px 0px;
/*  width: 100%;
*/  height: auto;
}

.container .content iframe {
  width: 100%;
}


.container .content h2 {
  color: #5477A0!important;
}

.container .content blockquote {
  display: block;
  background: #5477A0;
  color: #fff;
  padding: 15px;
  border: none;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 200;
  max-width: 100%;
  box-sizing: border-box;

  margin-bottom: 15px;
  font-family: "museo-sans",sans-serif;
}

.container .content blockquote p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 200;
}

.container .content.double-col {
  width: 680px;
}
#site-footer {
  clear: both;
  padding-top: 40px;
  padding-bottom: 85px !important;
  width: 100%;
height: auto;
}

.content .news .author-link a {
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-size: 12px;
  color: #5477A0!important;
  margin-left: 5px;
  font-style: normal;
  margin-right: 5px;
}
/* =Header
----------------------------------------------- */
#site-header a {
 
  text-indent: 0px;
  height: 35px;
  width: 260px;
  background-repeat: no-repeat;
  background-image: none;
  display: block;
  background-image: none;
  margin: 0px !important;
  background-image: url("images/common/philanthropy-logo-new.png") !important;
}

.the-content {
  padding: 20px;
  margin-top: 40px;
}

.the-content h1 {
  font-size: 34px;
  color: #5477A0;
  font-style: italic;
  margin-bottom: 10px;
  font-family: "adobe-garamond-pro",sans-serif;
}

.the-content p {
  font-size: 16px;
}

.the-content a {
  font-size: 16px;
  color: #cc5599;
}






#registernow p {

    color: #3F3E3E!important;
  float: left;
  font-size: 18px;
  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 10px 8px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #757575;
  text-transform: uppercase;
  /* font-family: "proxima-nova",sans-serif; */
  -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: #cc5599;
  
}
#main-navigation ul li.current_page_item a,
#main-navigation ul li.current-page-ancestor a {
  color: #cc5599;

}
.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;
  background-color: #5477A0 !important;
}

#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;
}

#top-footer {
  background: #f7f5f6;
  padding: 20px 0px;
}

/* =Subnav
----------------------------------------------- */
.sidebar.lhs h2 {
  clear: left;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  color: #5477A0;
  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: #969696;
  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: #5477A0!important;
}
.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: #5477A0!important;
}
.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: 10px;
  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;

}


/* font override */

/* #menu-main-navigation, .tk-museo-sans, a, body, button, h1, h2, h3, h4, input, p, select, textarea, ul {
  font-family: "proxima-nova", sans-serif;
} */






/* =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: #5477A0!important;
  /* font-family: "proxima-nova", sans-serif ; */
}
article.content h2{
  font-size: 24px;
  line-height: 26px;
}

article.content h3 {
  font-size: 22px;
color: #5477A0;
  margin-bottom: 0;
  line-height: 24px;

}


article.content h4 {
  font-size: 20px;
  line-height: 22px;
}

article.content h5 {
  font-size: 18px;
  line-height: 20px;
}

article.content h6 {
  font-size: 16px;
  line-height: 18px;
}

article p a,
article p a:link,
article p a:visited {
  color: #cc5599;
}


article.content p,
article.content td {
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  line-height: 20px;
  color: #5A5A5A;
  font-weight: 400;
}

article.content p a {
  font-size: 14px;
  line-height: 16px;
  /* padding-right: 20px; */
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  line-height: 20px;
  font-weight: 400;
}

article.content li {
  font-size: 14px;
  line-height: 22px;
  padding-right: 20px;
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  color: #5A5A5A;
  font-weight: 400;
}

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;
}
blockquote.intro p{
  font-size: 24px !important;
  line-height: 1.3em !important;
  font-weight: 100 !important;
  padding-bottom: 15px;
  color: #5477A0 !important;
  font-style: italic ;
  font-family: "adobe-garamond-pro", sans-serif !important;
}

blockquote.intro {
  background: #fff !important;
    margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8 !important;
  padding: 0px !important;

}


article.content p.intro {
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 100;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  color: #5477A0;
  font-style: italic;
  font-family: "adobe-garamond-pro",sans-serif;
}


/* =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: #cc5599;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  /* font-family: "proxima-nova",sans-serif; */
  min-height: 75px;
}

@media all and (max-width: 750px) {

  .tactical h4 {
    font-size: 20px;
  }

}

.tactical img {
  width: 100%; 
  height: 110px;
  padding: 0;
  background-color: #aaa;
}
.tactical p {
  font-size: 14px;
  margin: 6px 0;
  padding-bottom: 3px;
  /* border-bottom: 1px solid #b3b3b3; */
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  line-height: 20px;
  color: #5A5A5A;
  font-weight: 400;
}
.tactical a,
.contentbutton  {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-family: "adobe-garamond-pro",sans-serif;
  
  /* font-family: "proxima-nova",sans-serif; */
  color: #cc5599 !important;
  width: 100%;
  float: left;
  clear: both;
  font-weight: 200;
  font-style: italic;
  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: #5477A0; }
  .tactical a.green { background: #5477A0; }
  .tactical a.cian  { background: #5477A0; }*/


/*.tactical a:hover {
  xxbackground-position: 95% -28px;
  background-color: #474747;
}*/

/* =News/Search listing
----------------------------------------------- */

.blog img {
  width: 100%;
}
.blog-side-headers {
  font-size:24px;
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
  color: #5477A0;
  font-weight: 300;
  /* font-family: "proxima-nova",sans-serif; */
  text-transform: uppercase;
  padding-top: 10px;
}
.blog-side-menus {
  list-style-type: none;
}
.blog-side-menus li {
  border-bottom: 1px solid #c8c8c8;
  text-transform: capitalize;
  padding-bottom: 10px;
  padding-top: 10px;
}
.content .news,
.content .search {
  clear: both;
  padding: 15px 0px;
  /* border-bottom: 1px solid #b3b3b3; */
}
.content .news img,
.content .search img {
  vertical-align: top;

}

.content .news p,
.content .search p {
  line-height: 1.5 !important;
}
.content .news a,
.content .search a {
  color: #cc5599 !important;
  /* font-family: "proxima-nova",sans-serif; */
  /* font-style: italic; */
  font-size: 18px;
}

.content .news a{
  float: right;
}


.content .news header,
.content .search header {
  overflow: hidden;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  
}
.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: relative;
  margin: 0;
  font-size: 12px;
}
.content .news .news-content,
.content .search .news-content {
  clear: both;
}
.content .news .news-content p,
.content .search .news-content p {
  margin-bottom: 5px;
  clear: left;
}
.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;
}

/* case studies */

.block1, .block2 {
  float:left;
  position: relative;
min-height: 1px;
}

@media( min-width: 1024px ) {
.block2 {margin-left: 20px;}
}

.content .block2 h2 {
  font-size: 24px;
line-height: 1.3em;
margin-bottom: 15px;
}

.content  .block2 h3 {
  font-size: 22px;
line-height: 1.3em;
margin-bottom: 15px;
font-weight: bold;
color: #5A5A5A;
}

.content  .block2 h4 {
  font-size: 20px;
line-height: 1.3em;
margin-bottom: 15px;
color: #5A5A5A;
}

.content  .block2 a {
    color: #cc5599 !important;
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
  font-size: 18px;


}

.block1 .image-people {
  width:220px; 
  height: 160px;
  background-size: cover;
  background-position: center;
}

.case-wrap::before, .case-wrap::after {
    display: table;
    content: " ";
}

.case-wrap::after {
    clear: both;
}

blockquote.quote
 {
  background: #f7f5f6 !important;
  padding: 20px !important;
  border-top: 1px #DCDADA solid !important;
  border-bottom: 1px #DCDADA solid !important;
  margin: 20px 0px !important;
}

.quote p {
  font-family: adobe-garamond-pro,sans-serif !important;
  font-style: italic;
  color: #cc5599 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.button{
  display: inline-block;
  background: #DCDADA;
  /* color: #5477A0 !important; */
  color: #cc5599;
  line-height: 22px;
  padding: 12px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  text-shadow: 0 0 rgba(255, 255, 255, 0)
}

.button a,
.button a:link,
.button a:visited {
  color: #5477A0;
  color: #cc5599;
}

/* =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;
}


/* accordion */



/*----- Section Titles -----*/
.accordion-section-title {
  width:100%;
  padding:10px;
  display:block;
  border-bottom:1px solid #c8c8c8; 
  border-top:1px solid #c8c8c8; 
  background: #f7f5f6;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 100;
  color: #5477A0;
  font-style: italic;
  font-family: "adobe-garamond-pro",sans-serif;

}

.accordion-section-title.active, .accordion-section-title:hover {
  color: #7e7489;
}



/*----- Section Content -----*/
.accordion-section-content {
  padding:10px;
  display:none;
}




/* =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 {
  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(../../../wordpress/wp-content/uploads/2014/04/download-icon.html) no-repeat;
    padding-left: 40px;
}

#downloadbox a {
    color: #49bcac;
}

#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(../../../wordpress/wp-content/uploads/2014/04/registration-img.html) no-repeat;
}

.what-is-lnat {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(../../../wordpress/wp-content/uploads/2014/04/whatisit-img.html) no-repeat;
}

.how-to-prepare,
.lnat-in-your-institution {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(../../../wordpress/wp-content/uploads/2014/04/howtoprepare-img.html) no-repeat;
}

.how-to-prepare,
.lnat-in-your-institution {
  background: url(../../../wordpress/wp-content/uploads/2014/04/howtoprepare-img.html) 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(../../../wordpress/wp-content/uploads/2014/04/testday-img.html) no-repeat;
}

.your-future {
        height: 42px;
        padding-left: 50px!important;
        padding-top: 12px!important;
        background: url(../../../wordpress/wp-content/uploads/2014/04/yourfuture-img.html) 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(../../../wordpress/wp-content/uploads/2014/04/thinrightarrow.html) no-repeat 90% 50%;
    width: 155px;
    margin-top: 30px;
    padding-left: 5px;
}

#footerwords {
    width: 1049px;
    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;
}

#site-footer ul {
  list-style-type: none;
}

#site-footer ul li {
  color: white;
  font-size: 18px;
  font-family: "adobe-garamond-pro",sans-serif;
}

/*

.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; }


.tile-grid {
  padding-bottom: 40px;
}

.tile-grid h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #5A5A5A;
  text-align: left;
  transition: 0.3s;
}

.tile-grid p {
  color: #5A5A5A;
  transition: 0.3s;
  line-height: 16px !important;
}

.tile-grid ul {
  list-style-type: none;
  text-align: center;
  padding-left: 0px !important;
}

.tile-grid ul li.tile {
  width: 258px;
  height: 315px;
  position: relative;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  text-align: left;
  padding: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #6395bb;
  float: left;
}

.tile-grid ul li.tile:hover {
  background: #6395bb;
}

.tile-grid ul li.tile:hover h4, .tile-grid ul li.tile:hover a, .tile-grid ul li.tile:hover p {
  color: #FFFFFF;
}

.tile-grid ul li.tile:nth-child(3n+3) {
  margin-right: 0px;
}

.tile-grid ul li.tile .image-container {
  background-size: cover;
  background-position: center;
  height: 220px;
  width: 230px;
  margin-bottom: 13px;
}

.tile-grid ul li.tile .content-container {
  padding: 0px 0px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.tile-grid ul li.tile a {
  color: #5A5A5A;
}

/* blog new */

.news img {
  float: left;
  margin: 0 20px 20px 0;
  width: 100%;
  height: auto;
}

.container  .news ul.no-bullets {
  list-style-type: none;
  padding-left: 0px;
}
.news ul li.listing {
  clear: both;
  padding: 15px 0px;
  border-bottom: 1px solid #E6E6E6;
  transition: 0.3s;
}

.news ul li.listing .image-container {
  background-size: cover;
  background-position: center;
  height: 160px;
  width: 160px;
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.news ul li.listing .content-container {
  vertical-align: top;
  display: inline-block;
}
.news ul li.listing .content-container.no-image h2, .news ul li.listing .content-container.no-image p, .news ul li.listing .content-container.no-image a {
  padding-left: 0px;
}

.news a {
    color: #5477A0 !important;
    font-family: "adobe-garamond-pro",sans-serif;
    font-style: italic;
    font-size: 18px;
}


/* people */

@media( max-width: 520px ) {
  .image-container .image-people.alignleft {
    float: initial;
  }
}

.image-people {
  width:200px; 
  height: 200px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.container .content h2.people {
  font-size: 24px;
line-height: 1.3em;
margin-bottom: 10px;

}

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: 900px) {
  #site-footer .alignright h1  {
    display: none;
  }
}


@media all and (max-width: 1024px) {
  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, #site-footer ul { padding: 10px 20px; margin: 0; }
  #site-footer .alignright h1 { 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;
  }

  .blog .container .content, .single.single-post .container .content {
    width: 470px;
    margin-right: 0px;
  }

  .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 img { height: auto; }
  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: 20px;
    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: #5477A0;
    /* 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 20px;
    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: 20px !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; }
}
}