﻿/*
Theme Name: DHX Advertising Starter Theme
Theme URI: http://dhxadv.com/
Author: DHX Advertising
Author URI: http://dhxadv.com/
Description: Framework for Wordpress, built to speed up the process of developing a Wordpress theme. Eliminates the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.0
*/
/*
|----------------------------------------------------------
| RESET
|----------------------------------------------------------
*/

.hide {display: none;}
.clear {clear: both;}
.left {float: left;}
.alignleft {float: left;margin: 0 15px 15px 0;}
.right {float: right;}
.alignright {float: right;margin: 0 0 15px 15px;}
.aligncenter {display: block;margin: 0 auto;}
a:focus {outline: none;}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border : 0px;}
/*h1, h2, h3, h4, h5, h6 {font-weight: 600;}*/
h1 {font-size: 24px;}
h2 {font-size: 23px;}
h3 {font-size: 22px;}
h4 {font-size: 21px;}
h5 {font-size: 20px;}
h6 {font-size: 19px;}
/*iframe {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}*/
/*
|----------------------------------------------------------
| GENERAL
|----------------------------------------------------------
*/

html {
  color: #363636;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background: url(images/background_internal.jpg) center bottom 65px no-repeat fixed;
  padding: 130px 0 0;
}

body.home {
  background: url(../../../Images/background_internal.jpg) center bottom 65px no-repeat fixed;
  padding:130px 0 0;
  background-size:cover;
}

.wrap {
  margin: 0 auto;
  max-width: 950px;
  position: relative;  
}

a {
  color: #363636;
}
.center-text a:focus, a:hover{
    text-decoration:None;
}

#content {
  padding-bottom: 75px;
  /*min-height:600px;*/
}

#error {
  background-color: #FFF;
  border-top: 15px solid #555;
  min-height: 300px;
  padding: 30px 50px;
}

.panel-body {
    padding: 10px;
}
.bar {
  background-color: #DDDDDD;
  background: -moz-linear-gradient(top, #DDDDDD, #BCBCBC);
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#BCBCBC));
  background: -ms-linear-gradient(top, #DDDDDD, #BCBCBC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD,endColorstr=#BCBCBC);
  
  margin: 15px 0 50px;
  max-width: 600px;
}

.bar a {
  background-color: #126e3e;
  border-right: 5px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.table-heading-bg {
    background: linear-gradient(to bottom, rgb(181, 209, 226) 0%,#BFDDF5 50%,#C0DCF1 51%,#B0D5F5 100%);
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}
#li_signIn {
    display:none;
}
.cal_Theme1 .ajax__calendar_container {
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 180px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}

@media all and (max-width: 940px) {
    #li_signIn {
        display:inline-block;
    }
  html {
    background-color: #363636;
  }

  body {
    background: #FFF;
    padding: 0;
  }

  body.home {
    background: #EFEFEF;
    padding: 0;
  }

  .wrap {
  margin: 0 ;
  }
   

  #content {
    padding-bottom:90px;
  }

}
.licwizinner {
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 0px;
    border-top-color: #ccc;
    background-color: #fff;
    border-bottom-color: #aaa;
    border-left-color: #ccc;
}

.list-row {
    border-bottom: 1px solid #e5e5e5;
    margin-left:10px;
    padding: 5px;
}

.list-row:hover {
        border-bottom: 1px solid #ccc;
        background-color: #f2f2f2;
    }
/*
|----------------------------------------------------------
| HEADER
|----------------------------------------------------------
*/

header {
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
    box-shadow: 0 3px 7px 0 #363636;
    margin: 0 auto;
    min-height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar header { /* fixes issue with admin bar covering fixed header */
  top: 32px;
}

/*header #logo {
    background-image: url(../../../Images/NNC_Logo.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 133px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: -4px;
    width: 155px;
    z-index: 10;
}*/
header #logo {
    height: 92px;
    width: 150px;
    background: url(../../../Images/NNC_Logo.jpg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    position: absolute;
    top: 0px;
    z-index: 1;
    background-color: #fff;
    padding: 0px 10px; 
    box-shadow: inset 0 0 27px #e1e1e1;
}
header #login{
    border-left:solid 2px #b7b7b7;    
    position: absolute;
    top: 0;
    right:0px;
    /*width: 320px;*/
    text-align: center;
    padding: 4px 5px 0px 5px;
    min-height:85px;
}
/*#login {
  background-color: #363636;
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  padding: 4px 20px;
  position: absolute;
  right: 40px;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}*/

header .mobile-menu-button {
  display: none;
}

@media all and (max-width: 940px) {

  header {
    background-color: #DFDFDF;
    box-shadow: 0 3px 7px 0 #999;
    position: static;
    min-height: 50px;
  }

  /*header {
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    box-shadow: 0 3px 7px 0 #363636;
    margin: 0 auto;
    min-height: 85px;
   
   
}*/
/*    header #logo {
        background-image: url(../../../images/NNC_Logo.jpg);
        background-size: 115px 98px;
        background-repeat: no-repeat;
        display: block;
        height: 98px;
        left: 13px;
        position: absolute;
        text-indent: -9999px;
        top: -4px;
        width: 115px;
        z-index: 10;
    }*/
    header #logo {
        height: 120px;
        width: 150px;
        background: url(../../../Images/NNC_Logo.jpg);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
        position: absolute;
        top: 0px;
        z-index: 1;
        background-color: #fff;
        padding: 0px 10px;
        border: 1px solid #ccc;
        box-shadow: inset 0 0 27px #e1e1e1;
    }
  header .mobile-menu-button {
    cursor: pointer;
    display: block;
    float: right;
    /*margin: 8px 15px 0 0;*/
  }
}


/*
|----------------------------------------------------------
| NAVIGATION
|----------------------------------------------------------
*/

nav {
  left: 160px;
  position: absolute;
  top: 59px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

  nav {
    top: 59px;
  }

}
.info-modal {
background-color: red;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-repeat: repeat;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
    box-shadow: 0 0 5px 3px #C2C2C2;
    font-size: 1em;
    color: whitesmoke;
    top: 5px;
    right: 280px;
    width: 100px;
    height: 42px;
    padding: 6px 6px 6px 6px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  font-weight: 500;
  list-style: none outside none;
  margin: 0 8px;
  text-transform: uppercase;
}

nav ul li a {  
  display: block;
  padding-bottom: 4px;
  text-decoration: none;
  font-size:13px;

}

nav ul li a:hover {
  border-bottom: 4px solid #363636;
  font-weight: 600;
  text-decoration:none;
}

nav ul li.current-menu-item a,
nav ul li.current_page_parent a,
nav ul li.current-page-ancestor a {
  border-bottom: 4px solid #363636;
  font-weight: 600;
}

#mobile-menu {
  display: none;
}

.mobile-nav {
    display: none;
}
.mobile-nav > li:last-child a {
    border-bottom: none;
}

@media all and (max-width: 940px) {

  nav,
  header #login {
    display: none;
  }

  #mobile-menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    display: none;
  }

  #mobile-menu ul {
    margin: 0;
    padding: 0;
  }

  #mobile-menu ul li {
    border-top: 1px solid #DFDFDF;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    text-transform: uppercase;
  }

  #mobile-menu ul li a {
    color: #666;
    display: block;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
  }

  #mobile-menu ul.sub-menu {
    background-color: #EEE;
    display: none;
  }

  #mobile-menu ul.sub-menu li a {
    padding-left: 50px;
  }

  #mobile-menu li a .subbutton {
    background-color: #146F3F;
    color: #FFFFFF;
    display: block;
    font-size: 35px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
  }

  #mobile-menu li a .minus {
    display: none;
    line-height: 42px;
  }

}

@media all and (max-width: 940px) and (-webkit-min-device-pixel-ratio: 2) {

  #mobile-menu li a .subbutton {
    height: 42px;
  }

  #mobile-menu li a .minus {
    line-height: 39px;
  }

}


/*
|----------------------------------------------------------
| HOME
|----------------------------------------------------------
*/
.homeMetro {
    padding-top: 10px;
}
.homeMetro:hover{
     -webkit-box-shadow:  2px 4px 4px 2px rgba(172, 172, 172, 0.60);
          box-shadow:  2px 4px 4px 2px rgba(172, 172, 172, 0.60);
           Background:#d6e9c6;
}
.center-text {
    text-align: center;
}
.bg-Search {
    color: #fff;
    background-color: #628E4C;
}
.bg-Search{
    color:#fff;
    background-color:#628E4C;
}
.bg-Search:hover,
.bg-Search:active
{
    background-color:#597c48;
     -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg-editinfo{
    color:#fff;
    background-color:#32a1ad;
}
.bg-editinfo:hover, .bg-editinfo:active
{
   background-color:#1d8c98;
    -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg-req {
    color:#fff;
    background-color:#CD8844;
}
    .bg-req:hover,
    .bg-req:active {
        background-color: #b2773d;
        -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
.bg-status {
    color:#fff;
    background-color:#1A8FCC;
}
.bg-status:hover,
 .bg-status:active{
    background-color:#0e7db7;
     -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg-notification {
    color:#fff;
    background-color:#e74c3c;
}
.bg-notification:hover,
.bg-notification:active {
        background-color: #ca2615;
        -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg-bids {
    color:#fff;
    background-color:#ca2615;
}
.bg-bids:hover,
.bg-bids:active {
    background-color: #a91f10;
        -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.h4-body-title {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: normal;
}

#slideshow {
  width: 100%;
  height: 95vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.txt-danger{
    color:red;
}
.noStyle {
    text-decoration:none;
}
#slideshow div{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; 
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 5s ease-in-out;
  -moz-transition: opacity 5s ease-in-out;
  -o-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
}

#slideshow div.active {
  z-index: 3;
  -webkit-transition: opacity 5s ease-in-out;
  -moz-transition: opacity 5s ease-in-out;
  -o-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
}

.home#content {
  bottom: 150px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.home h1 {
  color: #FFFFFF;
  /*font-family: 'Raleway', Arial, sans-serif;*/
  font-size: 22px;
  /*font-weight: 100;*/
  margin: 10px 10px 10px 20px;
  /*text-shadow: 2px 2px 2px #000000;*/
  text-transform: uppercase;
}

.home h1 span {
  display: block;
  font-size: 99px;
  margin: -10px 0 0 -8px;
}

.home #subhead {
  background-image: url(../../../images/subhead_background.png);
  background-repeat: repeat-y;
  color: #FFFFFF;
  font-size: 22px;
  padding: 12px 0 12px 20px;
  text-transform: uppercase;
}

.home #subhead p {
  font-weight: 100;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
}
.home .slidewrap{
    display:none;
}
/*.home .slidewrap {
  background-color: #555555;
  height: 200px;
  margin-top: 185px;
  position: relative;
  width: 780px;
  z-index: 1;
}*/

.home .bxslider {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.home .bxslider li .text {
  left: 20px;
  position: absolute;
  top: 32px;
  width: 200px;
}

.home .bxslider li .text h2 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

.home .bxslider li .text h2 a {
  color: #FFF;
  text-decoration: none;
}

.home .bxslider li .text p {
  font-size: 13px;
  margin: 4px 0 0;
  width: 193px;
}

.home .bxslider li .text p a {
  color: #FFF;
  text-decoration: none;
}

/*.home .bxslider li img {
  float: right;
}*/

.home .bx-controls .bx-prev {
  background-image: url(../../../images/arrow-left.png);
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  left: 20px;
  position: absolute;
  text-indent: -9999px;
  top: 150px;
  width: 18px;
  z-index: 999;
}

.home .bx-controls .bx-next {
  background-image: url(../../../images/arrow-right.png);
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  left: 65px;
  position: absolute;
  text-indent: -9999px;
  top: 150px;
  width: 18px;
  z-index: 999;
}

@media all and (max-height: 960px) and (min-width: 940px) {

  .home .slidewrap {
    margin-top: 100px;
  }

}

@media all and (max-height: 850px) and (min-width: 940px) {

  .home .slidewrap {
    margin-top: 50px;
  }

  .home#content {
    bottom: 108px;
  }

}

@media all and (max-height: 825px) and (min-width: 940px) {

  .home h1 {
    font-size: 30px;
  }

  .home h1 span {
    font-size: 90px;
  }

  .home #subhead {
    font-size: 19px;
  }

}

@media all and (max-height: 735px) and (min-width: 940px) {

  .home h1 {
    font-size: 25px;
  }

  .home h1 span {
    font-size: 85px;
  }

  .home .slidewrap {
      margin-top: 25px;
  }

}

@media all and (max-width: 940px) {

  .home#content {
    margin: 0 auto;
    max-width: 781px;
    padding-bottom: 100px;
    position: static;
  }

  /*.home#content {
    bottom: 505px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}*/

  .home > .wrap {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
     
  .home h1 {
    color: #777;
    margin: 85px auto 0;
    text-shadow: none;
    max-width: 540px;
  }

  .home #subhead {
    background-color: #DDDDDD;
    background-image: none;
    border: 1px solid #CCCCCC;
    color: #777777;
    margin: 0 auto;
    padding: 15px;
    max-width: 540px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .home #subhead p {
    font-size: 19px;
    font-weight: 100;
    text-shadow: none;
  }
  .home .slidewrap{
    display:block;
}
  .home .slidewrap {
    background-color: #EEE;
    margin: 50px auto 0;
    position: relative;
    max-width: 540px;
    width: auto;
    z-index: 1;
  }

  .home .bxslider li .text {
    background-color: #555555;
    padding: 1px;
    position: static;
    width: auto;
  }

  .home .bxslider li .text h2 {
    font-size: 22px;
    margin: 10px 0 0 15px;
    text-transform: uppercase;
  }

  .home .bxslider li .text h2 a {
    color: #FFF;
    text-decoration: none;
  }

  .home .bxslider li .text p {
    font-size: 13px;
    margin: 5px 0 10px 15px;
    width: auto;
  }

  .home .bxslider li .text p a {
    color: #FFF;
    text-decoration: none;
  }

  .home .bxslider li img {
    display: block;
    float: none;
    max-width: 100%;
  }

  .home .bx-controls .bx-prev {
    display: none;
  }

  .home .bx-controls .bx-next {
    display: none;
  }

}

@media all and (max-width: 540px) {

  .home h1 {
    font-size: 35px;
  }

  .home h1 span {
    font-size: 97px;
  }

  .home #subhead p {
    font-size: 17px;
  }

}

@media all and (max-width: 490px) {

  .home h1 {
    font-size: 32px;
  }

  .home h1 span {
    font-size: 94px;
  }

  .home #subhead p {
    font-size: 14px;
  }

}

@media all and (max-width: 445px) {

  .home h1 {
    font-size: 22px;
  }

  .home h1 span {
    font-size: 60px;
  }
  
  .home #subhead p {
    font-size: 12px;
  }

}

@media all and (max-width: 400px) {

  .home h1 {
    font-size: 20px;
  }

  .home h1 span {
    font-size: 55px;
  }

}

@media all and (max-width: 335px) {

  .home h1 {
    font-size: 19px;
  }

  .home h1 span {
    font-size: 45px;
  }

  .home #subhead p {
    font-size: 10px;
  }

}


/*
|----------------------------------------------------------
| CONTAINER
|----------------------------------------------------------
*/

#container .float {
  float: left;
}


/*
|----------------------------------------------------------
| SIDENAV
|----------------------------------------------------------
*/

#sidenav {
  background-color: #FFF;
  border-top: 15px solid #555;
  position: fixed;
  width: 180px;
}

#sidenav #navwrap {
  background: -moz-linear-gradient(top, #b2b2b2, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#FFFFFF));
  background: -ms-linear-gradient(top, #b2b2b2, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2b2b2,endColorstr=#FFFFFF);
}

#sidenav ul {
  margin: 0 auto 0;
  padding: 25px 0 20px;
  width: 122px;
}

#sidenav ul li {
  font-weight: 500;
  list-style: none;
  margin-bottom: 9px;
  text-transform: uppercase;
}

#sidenav ul li.current_page_item {
  border-bottom: 2px solid #363636;
  font-weight: 600;
}

#sidenav ul li a {
  border-bottom: 1px solid #363636;
  display: block;
  padding-bottom: 6px;
  text-decoration: none;
}

#sidenav ul li a.pdf-image {
  border-bottom: none;
  margin-bottom: 20px;
  text-align: center;
}

#sidenav ul li a.pdf-image img {
  display: block;
  margin: 0 auto 10px;
}

@media all and (max-width: 940px) {

  #sidenav {
    display: none;
  }

}


/*
|----------------------------------------------------------
| MAIN CONTENT CONTAINER ON SUB PAGES
|----------------------------------------------------------
*/

#main {
  background-color: #f3f3f3;
  border-top: 15px solid #555;
  /*margin-left: 180px;
  padding: 55px 40px 75px 40px;*/
  /*width: 680px;*/
  min-height:600px;
  padding:10px;
  -webkit-box-shadow: 0px -1px 3px rgba(80,80,80, 0.5);
  box-shadow: 0px -1px 3px rgba(80,80,80, 0.5);
}

#main h1 {
  color: #50906E;
  margin-top: 10px;
  text-transform: uppercase;
}

/*#main strong {
  font-size: 15px;
  font-weight: 600;
}*/

#main img.small.right {
  margin-left: 20px;
}

#main img.small,
#main img.large {
  margin: 20px 0 30px;
}

#main img.small.left {
  margin-right: 20px;
}

#main img.fullwidth {
  display: block;
  margin: 20px 0;
}

.hrwhite {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}
#main small.lightbox_caption {
  display: block;
  margin: -10px 0 25px;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  color: #50906E;
  /*font-weight: 600;*/
  /*margin-bottom: 0;*/
  /*text-transform: uppercase;*/
}
#main h1{
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb {
    padding: 8px 15px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #ddd;
}
/*#main h2 {
  font-size: 15px;
}

#main h3 {
  font-size: 14px;
}

#main h4 {
  font-size: 13px;
}

#main h5 {
  font-size: 12px;
}

#main h6 {
  font-size: 11px;
}*/

#main h2.section-heading {
  font-size: 18px;
  margin: 35px 0 10px;
}

#main p,
#main ul {
  /*max-width: 590px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main p,
#main li {
  font-size: 12px;
  line-height: 17px;
  margin-top: 0;
  padding: 4px 0 0 4px;
}

/*#main li {
    margin-bottom: 15px;
}*/

#main .file {
  margin: 30px 0 10px;
}

#main .file img {
  border: 1px solid #CCC;
  display: inline-block;
}

#main .file a {
  text-decoration: none;
}

#main .file a:hover {
  text-decoration: underline;
}

#main .file p {
  font-weight: 500;
  margin-top: 8px;
  width: 155px;
}

.no-sidenav {
  margin-left: 0 !important;
  padding: 55px 85px 75px 175px !important;
}

.divider {
  background-image: url(images/divider.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 2px;
  margin: 45px 0 0;
}

#main ul > li > ul {
  margin-top: 20px;
}

#main form ul {
  margin: 0;
  padding: 0;
}

#main form ul li {
  list-style: none;
}

#main form #field_2_1 input,
#main form #field_2_2 input,
#main form #field_2_3 input,
#main form #field_2_5 textarea {
  border: 1px solid #DDD;
  border-radius: 0px;
  display: block;
  max-width: 1000px;
  resize: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main form #field_2_1 input,
#main form #field_2_2 input,
#main form #field_2_3 input {
  height: 40px;
  padding: 0 5px;
}

#main form textarea {
  padding: 10px 5px;
}

#main form .gform_validation_container,
#main form label {
  display: none;
}

#main .gform_confirmation_message {
  font-size: 15px;
  margin: 100px 0 0;
}

#main form input[type="submit"] {
  background-color: #126E3E;
  border: medium none;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 30px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

#main #addresses {
  margin-top: 50px;
}

@media all and (max-width: 940px) {

  #container {
    background-color: #FFFFFF;
    float: none;
  }

  #container .float {
    float: none;
  }
    #main {
    border-top: none;
    margin: 50px auto 0;
    max-width: 680px;
    padding: 10px;
    width: auto;
}

  #main.no-sidenav {
    margin: 0 auto !important;
    max-width: 590px !important;
    padding: 55px 40px 75px !important;
  }

}

@media all and (max-width: 820px) {

  /*#main img {
    display: block;
    max-width: 100%;
  }*/

  #main img.small {
    display: none;
  }

  #main img.large {
    display: block;
    float: none;
  }

}


/*
|----------------------------------------------------------
| WHAT WE DO
|----------------------------------------------------------
*/

.item {
  margin-bottom: 20px;
}

.item img {
  float: left;
  margin-right: 20px;
}

.item .info {
  float: left;
  width: 400px;
}

.item h2 {
  margin: 0 0 5px !important;
}

.item ul {
  margin: 0;
  padding: 0;
}

.item ul li {
  font-size: 13px;
  list-style: none;
  margin-bottom: 2px !important;
}

@media all and (max-width: 639px) {

  .item .info {
      margin: 12px 0 10px;
  }

}


/*
|----------------------------------------------------------
| OUR PEOPLE
|----------------------------------------------------------
*/

.people h2 {
  font-size: 18px !important;
  margin: 35px 0 20px !important;
}

.people .exec {
  float: left;
  height: 240px;
  margin: 0 10px 30px 0;
  width: 185px;
}

.people .exec.no-margin {
  margin-right: 0;
}

.people .exec img {
  display: block;
}

.people .exec h3 {
  font-size: 14px !important;
  font-weight: 900 !important;
  margin: 12px 0 0 !important;
  text-transform: uppercase !important;
}

.people .exec h4 {
  font-size: 13px !important;
  font-weight: 400 !important;
  margin: 0;
  text-transform: none !important;
}

.people .personnel h3 {
  font-weight: 900 !important;
}

.people .personnel h4 {
  margin: 0;
  font-weight: 400 !important;
  text-transform: none !important;
}

.people .exec h3 a,
.people .exec h4 a {
  text-decoration: none;
}

.people .exec:hover a {
  text-decoration: underline;
}

.people .personnel a {
  text-decoration: none;
}

.people .personnel a:hover {
  text-decoration: underline;
}

.people section.group:not(:nth-child(1)) {
  margin-bottom: 65px;
}

@media all and (max-width: 667px) {

  .people .bio {
    margin: 15px 0;
  }

}

.people-single img {
  display: block;
  float: left;
  margin-right: 30px;
}

.people-single .bio {
  float: left;
  max-width: 400px;
}

.people-single h1 {
  font-size: 18px !important;
  font-weight: 900 !important;
  margin-bottom: 0 !important;
}

.people-single h2 {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 0 15px !important;
}

@media all and (max-width: 654px) {

  .people .exec.no-margin {
    margin-right: 10px;
  }

}

@media all and (max-width: 469px) {

  .people .exec {
    float: none;
    margin: 0 auto 30px;
  }

  .people .exec.no-margin {
    margin-right: auto;
  }

}


/*
|----------------------------------------------------------
| IN THE NEWS
|----------------------------------------------------------
*/

.news {
  margin-bottom: 20px;
}

.news img {
  float: left;
  margin-right: 20px;
}

.news .news-items {
  float: left;
  width: 400px;
}

.news .news-items h2 {
  margin: 0 0 5px !important;
}

.news .news-items ul {
  margin: 0;
  padding: 0;
}

.news .news-items ul li {
  font-size: 13px;
  list-style: none;
  margin-bottom: 2px;
}

.news .news-items ul li a {
  text-decoration: none;
}

.news .news-items ul li a:hover {
  text-decoration: underline;
}

@media all and (max-width: 639px) {

  .news .news-items {
      margin: 15px 0 0;
      max-width: 400px;
      width: auto;
  }

}


/*
|----------------------------------------------------------
| NEWS POSTS
|----------------------------------------------------------
*/

.news-posts .post-single h2 {
  line-height: 23px;
}

.news-posts .post-single h2 a {
  text-decoration: none;
}

.news-posts .post-single h2 span {
  text-transform: none;
}

.news-posts .post-single p {
  margin: 10px 0 !important;
}

.news-posts .pagination {
  text-align: center;
}

.news-posts .pagination .pages {
  display: inline-block;
  margin-left: -90px;
}

.news-posts .pagination span,
.news-posts .pagination a {
  margin: 0 5px;
}

.news-posts .pagination span.current {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  background-color: #DDDDDD;
  background: -moz-linear-gradient(top, #DDDDDD, #BCBCBC);
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#BCBCBC));
  background: -ms-linear-gradient(top, #DDDDDD, #BCBCBC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD,endColorstr=#BCBCBC);
}

.news-posts .pagination a {
  background-color: #126E3E;
  border-radius: 4px;
  color: #FFF;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
}

.single h2.date {
  margin-bottom: 20px !important;
  text-transform: none !important;
}

.single-article {
  margin-bottom: 75px;
}

.single-article h1 a {
  text-decoration: none;
}

.single-article h1 a:hover {
  text-decoration: underline;
}


/*
|----------------------------------------------------------
| SLIDER IN FOOTER
|----------------------------------------------------------
*/

#slider {
  background-color: #b7b7b7;
  bottom: -380px;
  height: 465px;
  left: 0;
  overflow: auto;
  padding: 25px 0 45px;
  position: fixed;
  width: 100%;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#slider #close-button {
  cursor: pointer;
  position: absolute;
  right: 75px;
  top: -5px;
  z-index: 999;
}

#slider .hidden {
  display: none;
  overflow: auto;
  position: relative;
}

#slider h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#slider h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

@media all and (max-width: 940px) {

  #slider {
    z-index: 9999;
    height: 275px;
    padding: 45px 10px;
    overflow: auto;
    bottom: -275px;
  }

  #slider #close-button {
    cursor: pointer;
    position: absolute;
      right: 25px;
      top: 3px;
      z-index: 9999;
  }

  #slider h2 {
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 35px;
    text-transform: uppercase;
  }

}


/*
|----------------------------------------------------------
| CONTACT
|----------------------------------------------------------
*/

#contact #form {
  float: left;
  margin-right: 80px;
  width: 420px;
}

#contact #form ul {
  margin: 0;
  padding: 0;
}

#contact #form ul li {
  list-style: none;
  margin-bottom: 10px;
}

#contact #form ul li label {
  display: none;
}

#contact #form input[type="text"],
#contact #form input[type="email"] {
  background-color: #FFF;
  border: none;
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  height: 44px;
  padding: 0 10px;
  width: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form textarea {
  background-color: #FFF;
  border: none;
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  height: 168px;
  padding: 10px 10px 40px;
  resize: none;
  width: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form input[type="submit"] {
  background-color: #126E3E;
  border: medium none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  left: 318px;
  padding: 7px 30px;
  position: absolute;
  text-transform: uppercase;
  top: 360px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

  #contact #form input[type="submit"] {
    left: 318px;
    top: 351px;
  }

}

#contact #addresses {
  float: left;
  margin: -50px 0 0;
  width: 350px;
}

#contact .addr {
  margin-bottom: 15px;
}

#contact .addr p {
  font-size: 13px;
  margin: 0;
}

@media all and (max-width: 940px) {

  #contact #form {
    float: none;
    margin: 0 auto;
    max-width: 420px;
    width: auto;
  }

  #contact #form input[type="text"],
  #contact #form input[type="email"] {
    max-width: 410px;
    width: 100%;
  }

  #contact #form textarea {
    max-width: 410px;
    width: 100%;
  }

  #contact #form input[type="submit"] {
    position: static;
  }

  #contact #addresses {
    float: none;
    margin: 60px auto 0;
    max-width: 420px;
    padding: 0 0 30px;
    width: auto;
  }

}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
  font-family: inherit;
  font-size: 13px !important;
}

.description_above {
  color: #777;
  font-family: inherit;
}


/*
|----------------------------------------------------------
| PRIVACY POLICY AND TERMS
|----------------------------------------------------------
*/

#privacy p,
#terms p {
  margin-top: 0;
  max-width: 845px;
}


/*
|----------------------------------------------------------
| SITE MAP
|----------------------------------------------------------
*/

#sitemap > ul {
  float: left;
}

#sitemap ul li {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

#sitemap ul li {
  list-style: none;
  margin-bottom: 7px;
}

#sitemap ul.children {
  padding-left: 10px;
}

#sitemap ul.children li {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
}

#sitemap ul li a {
  text-decoration: none;
}


/*
|----------------------------------------------------------
| RESEARCH
|----------------------------------------------------------
*/

.research-pdfs .article {
  float: left;
  margin: 0 30px 65px 0;
  width: 325px;
}

.research-pdfs .article.no-margin {
  margin-right: 0;
}

.research-pdfs .article img {
  border: 1px solid #DDD;
  display: block;
  float: left;
  margin-right: 20px;
}

.research-pdfs #main .article .info {
  float: left;
  width: 203px;
}

.research-pdfs #main .article .info h2 {
  font-size: 13px;
  margin: 0 0 15px;
  text-transform: none;
}

.research-pdfs #main .article .info p {
  color: #8a923c;
  font-size: 12px;
}


/*
|----------------------------------------------------------
| FOOTER
|----------------------------------------------------------
*/

footer {
  background-color: #363636;
  bottom: 0;
  color: #FFFFFF;
  height: 65px;
  left: 0;
  /*padding: 10px 0;*/
  position: fixed;
  width: 100%;
  z-index: 9;
}

footer .menu-footer-navigation-container {
  left: 0;
  /*position: absolute;*/
  top: -20px;
  text-align:center;
}

footer ul {
  margin: 0 0 10px;
  padding: 0;
}

footer ul li {
  display: inline-block;
  font-weight: 500;
  list-style: none;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

footer ul li a {
  border-top: 4px solid #363636;
  color: #FFF;
  display: block;
  padding-top: 12px;
  text-decoration: none;
}

footer ul li a:hover {
  border-top: 4px solid #b7b7b7;
  color: #b7b7b7;
}

footer ul li a.active {
  border-top: 4px solid #b7b7b7;
  color: #b7b7b7;
}

footer small {
  display: block;
  /*padding: 18px 0 0;*/
  text-transform: uppercase;
  text-align:center;
}

footer a#parentco {
  color: #FFFFFF;
  font-weight: 900;
  position: absolute;
  right: 40px;
  text-decoration: none;
  top: 16px;
}

footer a#parentco:hover {
  text-decoration: underline;
}

@media all and (max-width: 940px) {

  footer {
    /*position: static;*/
    height: auto;
  }

  /*footer .menu-footer-navigation-container {
    display: none;
  }*/

  footer small {
      display: block;
      padding: 5px 10px 0;
      text-transform: uppercase;
  }

  footer a#parentco {
    display: block;
    padding: 15px 0 0 10px;
    position: static;
  }

}
