* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  font-size: 10px;
  line-height: 10px;
}
body {
  width: auto;
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #f6f3ed;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
sub {
  vertical-align: sub;
  font-size: 50%;
}
a {
  color: #4a3a24;
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  text-decoration: underline;
}
mark {
  background: none;
  color: inherit;
  font-weight: bold;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #dedbd5;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
h1,
h2,
h3 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #2c3036;
  font-weight: normal;
  margin: 0 0 5px 0;
  text-transform: none;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
}
button.button,
a.button,
.woocommerce a.button,
.woocommerce .button {
  display: inline-block !important;
  width: auto !important;
  height: 26px !important;
  line-height: 26px !important;
  line-height: 2.6rem !important;
  margin: 0 !important;
  padding: 0 34px !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  border: none !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  background: #b21712 !important;
  background: -moz-linear-gradient(top,#b21712 0%,#a01510 100%) !important;
  background: -webkit-linear-gradient(top,#b21712 0%,#a01510 100%) !important;
  background: -ms-linear-gradient(top,#b21712 0%,#a01510 100%) !important;
  background: linear-gradient(to bottom,#b21712 0%,#a01510 100%) !important;
  text-shadow: none !important;
}
button.button:hover,
a.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover {
  text-decoration: none !important;
  cursor: pointer !important;
  background: #a01510 !important;
  background: -moz-linear-gradient(top,#a01510 0%,#b21712 100%) !important;
  background: -webkit-linear-gradient(top,#a01510 0%,#b21712 100%) !important;
  background: -ms-linear-gradient(top,#a01510 0%,#b21712 100%) !important;
  background: linear-gradient(to bottom,#a01510 0%,#b21712 100%) !important;
}
#page {
  clear: both;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #f6f3ed;
  position: relative;
}
#header-wrap {
  width: 100%;
  height: 98px;
  margin: 0 auto;
  background: #4968a6;
  background: -moz-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: -webkit-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: -ms-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: linear-gradient(to bottom,#4968a6 0%,#3e598e 100%);
}
#header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  height: 98px;
  background: #4968a6;
  background: -moz-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: -webkit-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: -ms-linear-gradient(top,#4968a6 0%,#3e598e 100%);
  background: linear-gradient(to bottom,#4968a6 0%,#3e598e 100%);
}
#header .left {
  width: 420px;
}
#header .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 545px;
}
#header .logo {
  margin: 8px 0 0 0;
  padding: 0;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  display: block;
  border: none;
}
#header .mini-nav {
  float: right;
  z-index: 1;
}
#header .mini-nav > div {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #574c22;
}
#header .mini-nav .curve-left,
#header .mini-nav .curve-right {
  width: 52px;
  z-index: 1;
}
#header .mini-nav .curve-left {
  background: url(/wp-content/themes/nagcnl/images/menu-curve.png) 0 0 no-repeat;
}
#header .mini-nav .curve-right {
  background: url(/wp-content/themes/nagcnl/images/menu-curve.png) -52px 0 no-repeat;
  margin-left: -2px;
}
#header .mini-nav .inner {
  background: #f7f5f0;
  min-width: 10px;
  z-index: 2;
  margin-left: -2px;
}
#header .mini-nav ul {
  display: block;
  height: 25px;
}
#header .mini-nav ul li {
  display: inline-block;
  border-left: 1px solid #e6e2dc;
  margin: 0;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  line-height: 2.5rem;
}
#header .mini-nav ul li a,
#header .mini-nav ul li span {
  height: 25px;
  line-height: 25px;
  line-height: 2.5rem;
  display: inline-block;
  vertical-align: top;
}
#header .mini-nav ul li a {
  color: #0b4199;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .mini-nav ul li .facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 0;
  background: url(/wp-content/themes/nagcnl/images/facebook-21x21.png) 0 0 no-repeat;
  padding: 1px;
}
#header .mini-nav ul li .text {
  margin-right: 10px;
}
#header .mini-nav ul li .text-size {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 2px;
  padding: 0;
}
#header .mini-nav ul li .text-size.plus {
  background: url(/wp-content/themes/nagcnl/images/plus-minus.png) 0 0 no-repeat;
}
#header .mini-nav ul li .text-size.minus {
  background: url(/wp-content/themes/nagcnl/images/plus-minus.png) -24px 0 no-repeat;
}
#header .mini-nav ul li .text-size:first-child {
  margin-left: 10px;
}
#header .mini-nav ul li .text-size:hover {
  cursor: pointer;
}
#header .mini-nav ul li .flag {
  width: 26px;
  height: 22px;
  display: inline-block;
  margin: 2px 0 0 2px;
  padding: 0;
}
#header .mini-nav ul li .flag.us {
  background: url(/wp-content/themes/nagcnl/images/flags.png) 0 0 no-repeat;
}
#header .mini-nav ul li .flag.us.selected {
  background: url(/wp-content/themes/nagcnl/images/flags.png) 0 -63px no-repeat;
}
#header .mini-nav ul li .flag.no {
  background: url(/wp-content/themes/nagcnl/images/flags.png) -75px 0 no-repeat;
}
#header .mini-nav ul li .flag.no.selected {
  background: url(/wp-content/themes/nagcnl/images/flags.png) -75px -63px no-repeat;
}
#header .mini-nav ul li .flag:hover {
  cursor: default;
}
#header .mini-nav ul li a.flag:hover {
  cursor: pointer;
}
#header .mini-nav ul li .sep {
  color: #0b4199;
  padding: 0 4px;
}
#header .mini-nav ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 16px;
}
#header .mini-nav ul li:last-child {
  margin-right: 0;
  padding-right: 2px;
}
#header .cart-icon-wrap {
  float: right;
  margin: 26px 50px 0 0;
  background: #657fab;
  border-radius: 20px;
}
#header .cart-icon-wrap .cart-icon {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 20px 0 40px;
  height: 23px;
  line-height: 23px;
  line-height: 2.3rem;
  background: url(/wp-content/themes/nagcnl/images/cart-icon.png) 15px -3px no-repeat;
}
#top-nav {
  width: 100%;
  height: 44px;
  background: #363b43;
  background: -moz-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: -webkit-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: -ms-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: linear-gradient(to bottom,#363b43 0%,#292d33 100%);
}
#top-nav ul,
#top-nav li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-nav .nav {
  width: 960px;
  background: #363b43;
  background: -moz-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: -webkit-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: -ms-linear-gradient(top,#363b43 0%,#292d33 100%);
  background: linear-gradient(to bottom,#363b43 0%,#292d33 100%);
}
#top-nav .nav > ul > li > a {
  color: #ffffff;
}
#top-nav .nav > ul > li.current-menu-item > a,
#top-nav .nav > ul > li.current-menu-ancestor > a,
#top-nav .nav > ul > li:hover > a {
  background: #4a4f56;
  background: -moz-linear-gradient(top,#4a4f56 0%,#41444a 100%);
  background: -webkit-linear-gradient(top,#4a4f56 0%,#41444a 100%);
  background: -ms-linear-gradient(top,#4a4f56 0%,#41444a 100%);
  background: linear-gradient(to bottom,#4a4f56 0%,#41444a 100%);
}
#top-nav .nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 196px;
  z-index: 5;
  background: #edebe6;
  box-shadow: 0 2px 6px #cccccc;
  margin: 0 0 0 -15px;
  z-index: 1000;
}
#top-nav .nav > ul > li > ul > li {
  display: block;
  width: 196px;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 0;
}
#top-nav .nav > ul > li > ul > li > a {
  display: block;
  margin: 0;
  padding: 10px 26px;
  color: #1e3d6b;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#top-nav .nav > ul > li > ul > li > a:hover {
  text-decoration: none;
}
#top-nav .nav > ul > li > ul > li.current-menu-item > a,
#top-nav .nav > ul > li > ul > li > a:hover {
  background: #ffffff;
}
#top-nav .nav > ul > li > ul > li > ul {
  display: block;
}
#top-nav .nav > ul > li > ul > li > ul > li {
  display: block;
}
#top-nav .nav > ul > li > ul > li > ul > li > a {
  display: block;
  margin: 0;
  padding: 7px 26px 9px 31px;
  color: #1e3d6b;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
#top-nav .nav > ul > li > ul > li > ul > li.current-menu-item > a,
#top-nav .nav > ul > li > ul > li > ul > li > a:hover {
  background: #ffffff;
}
#top-nav .nav > ul > li:hover > ul {
  display: block;
}
#top-nav .nav > ul > li.single > ul {
  display: none !important;
}
#top-strip {
  height: 7px;
  background: #b21712;
}
.nav {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.nav > ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  cursor: default;
}
.nav > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.nav > ul > li > a {
  position: relative;
  color: #e1e1e1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 12px 11px;
  text-decoration: none;
  border: none;
}
.nav > ul > li:first-child {
  margin-left: 0;
}
.nav > ul > li:last-child {
  margin-right: 0;
}
#content-wrap {
  position: relative;
  width: 100%;
  margin: -16px auto 0 auto;
  background: url(/wp-content/themes/nagcnl/images/content-bg.jpg) center 16px no-repeat;
}
#content-wrap-inner {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #2c3036;
  width: 930px;
  padding: 17px 15px;
  background: #ffffff;
  min-height: 400px;
}
#content {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #2c3036;
  background: #ffffff;
}
#content .content-border-left {
  position: absolute;
  top: 16px;
  left: -10px;
  bottom: 0;
  width: 10px;
  background: url(/wp-content/themes/nagcnl/images/content-border-left.png) 0 0 repeat-y;
}
#content .content-border-right {
  position: absolute;
  top: 16px;
  right: -10px;
  bottom: 0;
  width: 10px;
  background: url(/wp-content/themes/nagcnl/images/content-border-right.png) 0 0 repeat-y;
}
#content .content-border-bottom {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 980px;
  height: 10px;
  background: url(/wp-content/themes/nagcnl/images/content-border-bottom.png) 0 0 no-repeat;
}
.content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 14px 0;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child {
  margin-bottom: 0;
}
.content h1 + p {
  margin-top: 0;
}
.content p + h2,
.content p + h3 {
  margin-top: 30px;
}
.content a {
  color: #b21712;
  font-weight: bold;
}
.content-header {
  margin: 0;
  width: 100%;
  position: relative;
}
.content-header .content-banner {
  margin-bottom: 15px;
}
.content-header .content-banner img {
  width: 664px;
  height: 294px;
}
.content-header h1 {
  line-height: 1.1;
  position: relative;
  margin: 0 0 17px 0;
}
.content-banner {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  border: 1px solid #f7f7f7;
  position: relative;
  border-radius: 5px;
}
.content-banner .outer {
  display: block;
  border: 1px solid #f0f0f0;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.content-banner .outer .inner {
  display: block;
  border: 1px solid #e5e5e5;
  width: auto;
  height: auto;
  border-radius: 3px;
}
.content-banner .outer .inner img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 3px solid #ffffff;
}
.slider {
  width: 664px;
  height: 294px;
  margin: 0 auto 30px auto;
  overflow-y: hidden;
}
.slider .slides {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  width: 664px;
}
.slider .slide {
  display: none;
  list-style: none;
  margin: 0 auto;
  width: 664px;
}
.slider .slide:first-child {
  display: block;
}
.slider .slide a {
  display: block;
}
.slider .slide img {
  display: block;
  max-width: 664px;
  max-height: 294px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.column-left {
  width: 270px;
  float: left;
}
.column-left b {
  font-weight: normal;
}
.column-left img {
  display: block;
  margin-bottom: 24px;
}
.column-left p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
}
.column-left .text {
  margin-left: 4px;
}
.content-top {
  margin: 0 0 17px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.content-top a {
  font-size: 12px;
  font-size: 1.2rem;
}
.content-full {
  padding: 0;
}
.content-left {
  width: 676px;
  float: left;
}
.content-right {
  width: 676px;
  float: right;
}
.content-standard ol,
.content-standard ul,
.type-product .summary .description ol,
.type-product .summary .description ul {
  margin: 0 0 20px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.content-standard ol li,
.type-product .summary .description ol li {
  margin: 0 0 10px 10px;
  list-style-type: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.content-standard ol ul li,
.content-standard ul li,
.type-product .summary .description ol ul li,
.type-product .summary .description ul li {
  margin: 2px 0 10px 10px;
  list-style-type: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.content-standard ol ol li,
.type-product .summary .description ol ol li {
  margin: 2px 0 10px 10px;
}
.content-standard ul li ul,
.type-product .summary .description ul li ul {
  margin-bottom: 0;
}
.content-standard ul li ul li,
.type-product .summary .description ul li ul li {
  list-style-type: circle;
}
.content-standard dt,
.content-standard dd,
.type-product .summary .description dt,
.type-product .summary .description dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.content-standard dd,
.type-product .summary .description dd {
  margin: 0 0 10px 10px;
}
.column-left {
  width: 240px;
  float: left;
}
.column-right {
  width: 240px;
  float: right;
}
.column-right .block {
  width: 238px;
  margin-bottom: 22px;
  background: #edebe6;
  padding: 9px 0;
  border: 1px solid #dedbd5;
}
.column-right .block h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #343941;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d4d5d6;
  padding: 0 10px 8px 10px;
}
.column-right .block > div {
  margin: 0;
  padding: 0 10px;
  color: #4a3a24;
}
.column-right .block p {
  margin: 0;
  padding: 0;
  color: #4a3a24;
}
.side-menu {
  width: 239px;
  margin-bottom: 22px;
}
.side-menu > ul {
  display: block;
  list-style-type: none;
}
.side-menu > ul > li {
  display: none;
  list-style: none;
}
.side-menu > ul > li > a {
  display: block;
  width: 217px;
  background: #b21712;
  border: 1px solid #b21712;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  margin: 0;
  padding: 6px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.side-menu > ul > li ul {
  width: 237px;
  border: 1px solid #dedbd5;
  margin: 0;
  padding: 0;
}
.side-menu > ul > li ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #edebe6;
  border-top: 1px solid #ffffff;
  width: 237px;
}
.side-menu > ul > li ul li a {
  display: block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 2rem;
  color: #30343b;
  text-decoration: none;
  margin: 0;
  padding: 5px 24px;
  width: 189px;
}
.side-menu > ul > li ul li a:hover {
  text-decoration: underline;
}
.side-menu > ul > li ul li.current-menu-item > a,
.side-menu > ul > li ul li.current-menu-ancestor > a {
  text-decoration: underline;
  background: url(/wp-content/themes/nagcnl/images/red-arrow-5x7.png) 10px 12px no-repeat;
}
.side-menu > ul > li ul li:first-child {
  border-top: none;
}
.side-menu > ul > li ul li > ul {
  display: none;
  border: none;
  border-top: 1px solid #ffffff;
  width: 237px;
}
.side-menu > ul > li ul li > ul li {
  background: #e1ded8;
}
.side-menu > ul > li ul li > ul li a {
  padding-left: 34px;
}
.side-menu > ul > li ul li > ul li.current-menu-item > a {
  background: url(/wp-content/themes/nagcnl/images/blue-arrow-5x7.png) 20px 12px no-repeat;
}
.side-menu > ul > li ul li.current-menu-item > ul,
.side-menu > ul > li ul li.current-menu-ancestor > ul {
  display: block;
}
.side-menu > ul > li.current-menu-item,
.side-menu > ul > li.current-menu-ancestor {
  display: block;
}
body.home #content {
  width: 960px;
  padding: 0 0 5px 0;
}
.page-home {
  margin: 0 auto;
  position: relative;
}
.page-home .box {
  width: 100%;
  height: 239px;
  z-index: 0;
  background: #f7f5f0;
  position: relative;
}
.page-home .box .under {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 239px;
  opacity: 0;
  transition: opacity .75s;
  -moz-transition: opacity .75s;
  -webkit-transition: opacity .75s;
}
.page-home .box .under.active {
  opacity: 1;
}
.page-home .box .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 239px;
  z-index: 1;
}
.page-home .box h1 {
  margin: 0 0 25px 0;
  line-height: 30px;
  line-height: 3rem;
  font-size: 20px;
  font-size: 2rem;
  color: #b21712;
  padding-top: 5px;
}
.page-home .box h1 .indent {
  display: block;
  margin-left: 50px;
}
.page-home .box .inner {
  background-color: #f7f5f0;
  margin: 0px 0 0 334px;
  height: 219px;
  width: 570px;
  padding: 10px;
}
.page-home .box .text {
  max-height: 120px;
  overflow-y: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.page-home .box .text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.page-home .content-box {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f8f8f8;
}
.page-home .content-box p {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.page-home .content-box.webinars,
.page-home .content-box.videos {
  background-color: #3E598E;
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  margin: 20px 10px 0px;
  padding: 14px 20px;
  text-align: center;
  width: 250px;
}
.page-home .content-box.webinars:hover,
.page-home .content-box.videos:hover {
  text-decoration: none;
}
.page-home .content-box.webinars p,
.page-home .content-box.videos p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.page-home .content-box.webinars span,
.page-home .content-box.videos span {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
.page-home .testimonials {
  margin: 30px auto;
  width: 820px;
  min-height: 100px;
  text-align: center;
}
.page-home .testimonials .testimonial {
  display: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-home .testimonials .testimonial p {
  margin: 0 auto;
  text-align: center;
  color: #4a3a24;
}
.page-home .testimonials .testimonial .text {
  font-style: italic;
  margin-bottom: 20px;
}
.page-home .testimonials .testimonial:first-child {
  display: block;
}
.tribe-bar-disabled {
  z-index: 4 !important;
}
.contact-us .inner-left {
  float: left;
  width: 380px;
  margin-right: 30px;
}
.contact-us .inner-right {
  float: left;
  width: 260px;
  margin-top: -37px;
}
.contact-us .fixed {
  display: inline-block;
  width: 65px;
}
#lightbox #imageContainer {
  position: relative !important;
}
#lightbox #imageDataContainer {
  position: relative !important;
  padding-top: 10px !important;
  padding-bottom: 30px !important;
}
#lightbox #imageDetails {
  float: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}
#lightbox #caption {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  color: #000000 !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  line-height: 1.8rem !important;
}
#lightbox #caption #titleText {
  font-weight: bold !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
#lightbox #controls {
  display: none;
}
#lightbox #bottomNav {
  display: block !important;
  float: none !important;
  position: absolute !important;
  bottom: 8px !important;
  right: 8px !important;
}
#lightbox #bottomNavClose {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
}
#lightbox #jqlb_closelabel {
  width: 24px !important;
  height: 24px !important;
  background: url(/wp-content/themes/nagcnl/images/close.png) 0 0 no-repeat !important;
}
.bottom .wp-pagenavi {
  clear: both;
  display: block;
  margin: 30px auto;
  text-align: center;
}
.bottom .wp-pagenavi .pages {
  display: none;
}
.bottom .wp-pagenavi span,
.bottom .wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: auto;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  line-height: 2.6rem;
  border: none;
  border-radius: 3px;
  background: #e2ddd3;
  color: #000000;
}
.bottom .wp-pagenavi span:hover,
.bottom .wp-pagenavi a:hover {
  cursor: pointer;
  text-decoration: none;
}
.bottom .wp-pagenavi a:hover,
.bottom .wp-pagenavi .current {
  background: #b21712;
  color: #ffffff;
}
.bottom .wp-pagenavi .extend {
  display: none;
}
.woocommerce.archive .top-pagination {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -20px;
}
.woocommerce.archive .top-pagination .pages {
  display: inline-block;
  margin-right: 100px;
}
.woocommerce.archive .top-pagination .current,
.woocommerce.archive .top-pagination a {
  margin: 0;
  padding: 0 4px;
  color: #000000;
  font-weight: normal;
}
.woocommerce.archive .top-pagination a:hover,
.woocommerce.archive .top-pagination .current {
  color: #b21712;
}
.woocommerce.archive .top {
  margin-top: 9px;
  padding-top: 14px;
  border-top: 1px solid #bab4a9;
}
.woocommerce.archive .top .widget {
  float: left !important;
  margin: 0 50px 0 0;
  padding: 0;
}
.woocommerce.archive .top .widget h2 {
  display: inline-block !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 14px;
  line-height: 1.4rem;
}
.woocommerce.archive .top .widget select {
  display: inline-block !important;
  margin-left: 13px;
}
.woocommerce.archive .categories {
  margin-bottom: 30px;
}
.woocommerce.archive .categories ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.woocommerce.archive .categories ul li {
  display: inline-block;
  margin: 0 11px;
  text-align: center;
}
.woocommerce.archive .categories ul li a {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.woocommerce.archive .categories li.current a,
.woocommerce.archive .categories li:hover a {
  text-decoration: underline;
}
ul.products .product {
  width: 209px !important;
  margin: 0 30px 34px 0 !important;
  position: relative !important;
}
ul.products .product div.thumbnail {
  width: 209px;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
ul.products .product div.thumbnail img {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  max-width: 209px !important;
  max-height: 140px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  border: 1px solid transparent !important;
}
ul.products .product h3 {
  margin: 10px 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000000;
}
ul.products .product .description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: normal;
  color: #000000;
  margin: 0 0 10px 0;
}
ul.products .product .description p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
ul.products .product .price {
  display: block !important;
  font-weight: bold !important;
  margin: 3px 0 !important;
  padding: 0 !important;
}
ul.products .product span {
  color: #000000 !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
ul.products .product .button {
  margin-top: 5px !important;
}
ul.products .product.last {
  margin-right: 0 !important;
}
ul.products .product:hover div.thumbnail img {
  border: 1px solid #b21712 !important;
}
.content-left .woocommerce > ul.products {
  margin-top: 25px;
}
.content-left .woocommerce > ul.products .product {
  width: 320px !important;
}
.content-left .woocommerce > ul.products .product .price {
  display: none !important;
}
.woocommerce.single .entry-wrap {
  position: reative;
}
.woocommerce.single .entry-wrap .images {
  width: 276px !important;
  float: left;
}
.woocommerce.single .entry-wrap .images img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 274px;
}
.woocommerce.single .entry-wrap .left-column {
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}
.woocommerce.single .entry-wrap .left-column * {
  font-size: 12px;
  font-size: 1.2rem;
}
.woocommerce.single .entry-wrap .left-column p {
  line-height: 18px;
  line-height: 1.8rem;
}
.woocommerce.single .entry-wrap .summary {
  width: 378px !important;
  float: left !important;
  margin: 0 20px !important;
}
.woocommerce.single .entry-wrap .summary.full {
  width: 610px !important;
}
.woocommerce.single .entry-wrap .group_table td {
  padding: 10px 0;
  border-top: 1px solid #dedbd5;
}
.woocommerce.single .entry-wrap .group_table td label {
  font-weight: bold;
}
.woocommerce.single .entry-wrap .group_table tr:first-child td {
  border-top: none;
}
.woocommerce.single .entry-wrap .product_meta .posted_in {
  display: none;
}
.woocommerce.single .entry-wrap label.quantity-label {
  display: none;
}
.woocommerce.single .entry-wrap .action-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  padding: 13px 9px 30px 9px;
  background: #edebe6;
  border: 1px solid #cccccc;
}
.woocommerce.single .entry-wrap .action-box .nyp {
  display: none !important;
}
.woocommerce.single .entry-wrap .action-box .quantity-label {
  display: block;
  float: left;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3rem;
  margin-right: 17px;
}
.woocommerce.single .entry-wrap .action-box .button {
  display: block !important;
  margin-top: 25px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  text-align: center !important;
  height: 35px !important;
  line-height: 35px !important;
  line-height: 3.5rem !important;
}
.woocommerce.single .related.products {
  border-top: 1px solid #dedbd5;
  margin-top: 50px;
  padding-top: 20px;
}
.woocommerce.single .related.products h2 {
  margin-bottom: 22px;
  color: #b21712;
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce.single p.minimum-price {
  display: none !important;
}
div.quantity {
  width: 80px !important;
  background: #ffffff;
  margin-bottom: 0 !important;
}
div.quantity .qty {
  width: 43px !important;
  height: 28px !important;
  text-align: left !important;
  padding-left: 9px !important;
  padding-right: 27px !important;
  border-color: #cecece !important;
  background: none !important;
  -moz-appearance: textfield;
}
div.quantity .qty::-webkit-outer-spin-button,
div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
div.quantity .minus,
div.quantity .plus {
  background: none !important;
  border-color: #cecece !important;
  box-shadow: none !important;
  width: 17px !important;
}
div.quantity .minus {
  background: url(/wp-content/themes/nagcnl/images/input-arrows.png) -27px -1px no-repeat !important;
  text-indent: -9999px !important;
}
div.quantity .plus {
  background: url(/wp-content/themes/nagcnl/images/input-arrows.png) 0 0 no-repeat !important;
  text-indent: -9999px !important;
}
.woocommerce .form-row {
  margin: 0 0 15px 0;
  padding: 0;
}
.woocommerce .form-row .input-text,
.woocommerce .form-row .input-text-atwoo,
.woocommerce .form-row textarea {
  display: block;
  border: 1px solid #cecece;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0 10px;
}
.woocommerce .form-row textarea {
  height: 70px !important;
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce-cart .actions .button {
  margin-left: 10px !important;
}
.woocommerce-cart .product-price del {
  display: none;
}
.woocommerce-cart .product-price ins {
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  width: auto !important;
  font-weight: bold !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-right: 30px !important;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal {
  text-align: center;
}
.woocommerce-cart div.wc-proceed-to-checkout {
  clear: both;
  text-align: right;
}
.cart_item .variation dt,
.cart_item .variation dd {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.cart_item .variation p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.woocommerce .checkout p + h2,
.woocommerce .checkout p + h3 {
  margin-top: 0;
}
.woocommerce .checkout .create-account {
  margin-top: 10px;
}
.woocommerce .checkout #order_review_heading {
  margin-top: 30px;
}
.woocommerce .checkout .form-row.terms {
  display: inline-block;
  line-height: 35px;
  line-height: 3.5rem;
}
.add-tip-woocommerce {
  clear: both;
  margin: 30px 0;
}
.add-tip-woocommerce1 p.form-row-first {
  margin-left: 0 !important;
  width: 140px !important;
  margin-right: 50px !important;
}
.add-tip-woocommerce1 p.form-row-first input {
  width: 100% !important;
}
#place_order {
  height: 35px !important;
  line-height: 35px !important;
  line-height: 3.5rem !important;
}
table.my_account_orders .button {
  margin-left: 10px !important;
}
div.term-search-wrap {
  margin: 20px 0;
}
div.term-search-wrap label {
  display: block;
  line-height: 28px;
  line-height: 2.8rem;
}
div.term-search-wrap input {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-left: 10px;
  width: 218px;
  height: 28px;
  line-height: 28px;
  line-height: 2.8rem;
  vertical-align: top;
  padding: 0 10px;
}
table.norwegian-terms {
  border-collapse: collapse;
  width: 100%;
}
table.norwegian-terms th,
table.norwegian-terms td {
  width: 50%;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 5px;
}
table.norwegian-terms th:first-child,
table.norwegian-terms td:first-child {
  width: 30%;
}
table.norwegian-terms th:last-child,
table.norwegian-terms td:last-child {
  width: 60%;
}
table.norwegian-terms th {
  font-weight: bold;
  border-bottom: 1px solid #dedbd5;
}
table.norwegian-terms .zebra td {
  background: #f6f3ed;
}
table.norwegian-terms .searching .zebra td {
  background: none;
}
table.norwegian-terms .searching .search-zebra td {
  background: #f6f3ed;
}
table.norwegian-terms .none {
  display: none;
}
table.norwegian-terms .none td {
  text-align: center;
  width: 100%;
  background: #f6f3ed !important;
}
.page-template-template-databases hr {
  margin: 20px 0;
}
.page-template-template-databases form.database select,
.page-template-template-databases form.database .chosen-container {
  width: 550px !important;
}
.page-template-template-databases table.database-list {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.page-template-template-databases table.database-list td {
  padding: 8px 20px;
  text-align: left;
  vertical-align: top;
}
.page-template-template-databases table.database-list a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  text-transform: none;
}
.page-template-template-databases table.database-list td.active a,
.page-template-template-databases table.database-list a:hover {
  text-decoration: underline;
}
.page-template-template-databases .description {
  margin-top: 10px;
}
.page-template-template-databases .description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.page-template-template-databases div.form {
  margin: 30px 0;
}
.page-template-template-databases div.form form.search {
  float: left;
  width: 425px;
  margin-left: 50px;
}
.page-template-template-databases div.form form.search p {
  margin: 0 0 15px 0;
  padding: 0;
}
.page-template-template-databases div.form form.search label {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  padding-top: 2px;
}
.page-template-template-databases div.form form.search input {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-left: 10px;
  width: 218px;
  height: 28px;
  line-height: 28px;
  line-height: 2.8rem;
  vertical-align: top;
  padding: 0 10px;
}
.page-template-template-databases div.form form.search button {
  display: block;
  width: auto;
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
  margin: 0;
  padding: 0 34px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  background: #b21712;
  background: -moz-linear-gradient(top,#b21712 0%,#a01510 100%);
  background: -webkit-linear-gradient(top,#b21712 0%,#a01510 100%);
  background: -ms-linear-gradient(top,#b21712 0%,#a01510 100%);
  background: linear-gradient(to bottom,#b21712 0%,#a01510 100%);
}
.page-template-template-databases div.form form.search button:hover {
  cursor: pointer;
  background: #a01510;
  background: -moz-linear-gradient(top,#a01510 0%,#b21712 100%);
  background: -webkit-linear-gradient(top,#a01510 0%,#b21712 100%);
  background: -ms-linear-gradient(top,#a01510 0%,#b21712 100%);
  background: linear-gradient(to bottom,#a01510 0%,#b21712 100%);
}
.page-template-template-databases div.form div.instructions {
  float: right;
  width: 275px;
  margin-right: 50px;
}
.page-template-template-databases div.instructions.character-chart {
  border: 1px solid #dedbd5;
  padding: 20px 20px 10px 20px;
  width: 325px;
}
.page-template-template-databases div.instructions.character-chart p {
  font-size: 13px;
  line-height: 1.3;
}
.page-template-template-databases div.instructions.character-chart .character-table {
  width: 100%;
}
.page-template-template-databases div.instructions.character-chart .character-table th,
.page-template-template-databases div.instructions.character-chart .character-table td {
  font-size: 13px;
  line-height: 1;
  padding: 2px;
}
.page-template-template-databases div.instructions.character-chart .character-table th {
  font-weight: bold;
}
.page-template-template-databases .character-table-full th,
.page-template-template-databases .character-table-full td {
  font-size: 13px;
  line-height: 1;
  padding: 2px;
}
.page-template-template-databases .character-table-full th {
  font-weight: bold;
}
.page-template-template-databases table.immigrant-table {
  margin: 40px 0;
  width: 100%;
}
.page-template-template-databases table.immigrant-table th,
.page-template-template-databases table.immigrant-table td {
  padding: 5px;
  width: 25%;
}
.page-template-template-databases table.immigrant-table th {
  font-weight: bold;
}
.page-template-template-databases table.immigrant-table td {
  text-align: center;
}
.page-template-template-databases .center-instructions .character-chart {
  margin: 0 auto 40px;
}
.page-template-template-databases h1#results {
  display: inline-block;
}
.page-template-template-databases form.per-page {
  float: right;
  margin: 10px 0 0 0;
}
.page-template-template-databases form.per-page select {
  margin-left: 5px;
  font-size: 16px;
}
.page-template-template-databases table.results {
  clear: both;
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
.page-template-template-databases table.results thead th.order-by span {
  display: block;
  position: relative;
}
.page-template-template-databases table.results thead th.order-by.asc span:after {
  content: '↓';
  position: absolute;
  top: -2px;
  right: 0;
}
.page-template-template-databases table.results thead th.order-by.desc span:after {
  content: '↑';
  position: absolute;
  top: -2px;
  right: 0;
}
.page-template-template-databases table.results thead th:hover {
  cursor: pointer;
}
.page-template-template-databases table.results thead th:last-child:hover {
  cursor: default;
}
.page-template-template-databases table.results th,
.page-template-template-databases table.results td {
  border-left: 1px solid #dedbd5;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 12px;
}
.page-template-template-databases table.results th:first-child,
.page-template-template-databases table.results td:first-child {
  border-left: none;
}
.page-template-template-databases table.results th {
  background: #edebe6;
  font-weight: bold;
}
.page-template-template-databases table.results th:first-child {
  border-radius: 4px 0 0 0;
}
.page-template-template-databases table.results th:last-child {
  border-radius: 0 4px 0 0;
}
.page-template-template-databases table.results td {
  background: #ffffff;
}
.page-template-template-databases table.results tr.zebra td {
  background: #f6f3ed;
}
.page-template-template-databases table.results .entry {
  display: none;
  position: relative;
  background: 1px solid #cccccc;
  border-radius: 3px;
}
.page-template-template-databases table.results .entry .underlay {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url(/wp-content/themes/nagcnl/images/underlay.png) 0 0 repeat;
  background: rgba(128,128,128,0.5);
}
.page-template-template-databases table.results .entry .overlay {
  position: absolute;
  top: -24px;
  right: -12px;
  width: 930px;
  z-index: 100;
  border-collapse: collapse;
  background: none;
  padding-bottom: 20px;
}
.page-template-template-databases table.results .entry .overlay .relative {
  background: #ffffff;
  width: 100%;
}
.page-template-template-databases table.results .entry .overlay .controls {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-databases table.results .entry .overlay .button {
  margin: 0 20px !important;
}
.page-template-template-databases table.results .entry .overlay .cancel {
  background: #888888 !important;
  background: -moz-linear-gradient(top,#888888 0%,#666666 100%) !important;
  background: -webkit-linear-gradient(top,#888888 0%,#666666 100%) !important;
  background: -ms-linear-gradient(top,#888888 0%,#666666 100%) !important;
  background: linear-gradient(to bottom,#888888 0%,#666666 100%) !important;
}
.page-template-template-databases table.results .entry .overlay .cancel:hover {
  background: #666666 !important;
  background: -moz-linear-gradient(top,#666666 0%,#888888 100%) !important;
  background: -webkit-linear-gradient(top,#666666 0%,#888888 100%) !important;
  background: -ms-linear-gradient(top,#666666 0%,#888888 100%) !important;
  background: linear-gradient(to bottom,#666666 0%,#888888 100%) !important;
}
.page-template-template-databases table.results .entry.active {
  display: block;
}
.page-template-template-databases .record table {
  border-collapse: collapse;
  background: none;
  width: 100%;
  position: relative;
}
.page-template-template-databases .record th,
.page-template-template-databases .record td {
  background: #ffffff;
  width: auto;
  border: 1px solid #dedbd5;
  border-radius: 0;
  padding: 2px 5px;
}
.page-template-template-databases .record th {
  background: #f6f3ed !important;
  width: 30% !important;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}
.page-template-template-databases .record td {
  background: #ffffff !important;
  width: 70% !important;
  vertical-align: top;
}
.page-template-template-databases .record thead th {
  text-align: center;
  vertical-align: middle;
}
.page-template-template-databases .record .disclaimer {
  border: 2px solid #000000;
  padding: 5px;
  margin: 10px auto 0 auto;
  width: 90%;
  text-align: center;
}
.page-template-template-databases .changes tbody td {
  width: 35% !important;
}
.page-template-template-databases .changes input {
  width: 97%;
}
.page-template-template-databases .changes textarea {
  width: 99%;
  height: 100px;
}
.page-template-template-databases .pagination {
  margin: 30px auto;
}
.page-template-template-databases .pagination ul {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page-template-template-databases .pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px;
  padding: 0;
}
.page-template-template-databases .pagination ul li a,
.page-template-template-databases .pagination ul li span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  line-height: 2.6rem;
  border: none;
  border-radius: 3px;
  background: #e2ddd3;
  color: #000000;
  padding: 0 3px;
}
.page-template-template-databases .pagination ul li a:hover,
.page-template-template-databases .pagination ul li span:hover {
  cursor: pointer;
  text-decoration: none;
}
.page-template-template-databases .pagination ul li a:hover,
.page-template-template-databases .pagination ul li.active a,
.page-template-template-databases .pagination ul li .current {
  background: #b21712;
  color: #ffffff;
}
.page-template-template-databases div.loading {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url(/wp-content/themes/nagcnl/images/underlay.png) 0 0 repeat;
  background: rgba(128,128,128,0.5);
}
.page-template-template-databases div.loading div {
  position: relative;
  width: 600px;
  background: #ffffff;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}
.page-template-template-databases div.loading div h2 {
  background: url(/wp-content/themes/nagcnl/images/ajax-loader.gif) left center no-repeat;
  padding-left: 42px;
  line-height: 42px;
  margin: 0 auto;
  display: inline-block;
}
.page-fees table {
  border-collapse: collapse;
  width: 50%;
}
.page-fees table th,
.page-fees table td {
  padding: 5px;
}
.page-fees table th {
  font-weight: bold;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-fees table td {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-donate .donate-list ul {
  width: 100%;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-donate .donate-list ul li {
  display: block;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.page-donate .donate-list ul li a.image {
  float: left;
  display: block;
  margin: 3px 20px 5px 0;
  width: 150px;
}
.page-donate .donate-list ul li a.image img {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 150px;
}
.page-donate .donate-list ul li h3 {
  margin: 0;
  color: #b21712;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}
.page-donate .donate-list ul li h3 a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}
.page-donate .donate-list ul li .excerpt {
  max-height: 67px;
  overflow-y: hidden;
}
.page-donate .donate-list ul li .excerpt p {
  margin: 0;
  padding: 0;
}
.page-donate .donate-list ul li a.more {
  display: inline-block;
}
.page-membership form.memberships table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.page-membership form.memberships table td {
  padding: 10px 5px;
  border-top: 1px solid #dedbd5;
}
.page-membership form.memberships table .label {
  font-weight: bold;
  text-align: left;
}
.page-membership form.memberships table tr:first-child td {
  border-top: none;
}
.page-annual-report .reports ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-annual-report .reports ul li {
  display: block;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.page-annual-report .reports ul li a {
  font-size: 18px;
  font-size: 1.8rem;
}
.leadership,
.staff {
  margin-top: 30px;
}
.leadership .member,
.staff .member {
  margin-top: 50px;
}
.leadership .photo,
.staff .photo {
  float: right;
  display: block;
  max-width: 300px;
  margin: 0 5px 0 10px;
  padding: 0;
  border: 1px solid #dedbd5;
}
.leadership .section,
.staff .section {
  margin-bottom: 30px;
}
.leadership table,
.staff table {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.leadership table td,
.staff table td {
  width: 50%;
  margin: 0;
  padding: 0 0 10px 0;
}
.leadership table td div,
.staff table td div {
  padding: 2px 0;
}
.leadership table td .name,
.staff table td .name {
  font-size: 16px;
  font-size: 1.6rem;
}
.leadership table td .title,
.staff table td .title {
  font-size: 14px;
  font-size: 1.4rem;
}
.leadership table td .location,
.leadership table td .email,
.staff table td .location,
.staff table td .email {
  font-size: 12px;
  font-size: 1.2rem;
}
.gform_body .gfield_html {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_body li.gfield {
  margin-bottom: 3px !important;
}
.gform_body label.gfield_label {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  margin: 3px 0 !important;
}
.gform_body .gfield_required {
  color: #ed1c24 !important;
  margin: 0 0 0 1px !important;
  padding: 0 !important;
}
.gform_body .ginput_container input,
.gform_body .ginput_container textarea {
  width: 95% !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid #cccccc !important;
  border-radius: 5px !important;
  color: #292219 !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.gform_body .ginput_container input {
  line-height: 16px !important;
  line-height: 1.6rem !important;
}
.gform_body .ginput_container textarea {
  height: 150px !important;
  overflow: auto;
}
.gform_body .ginput_container .gfield_radio > li {
  padding-left: 3px !important;
}
.gform_body .ginput_container .gfield_radio > li input {
  border: none !important;
}
.gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.gform_footer {
  margin: 22px 0 0 0 !important;
  padding: 0 !important;
}
input.button.gform_button {
  margin: 0 !important;
  padding: 0 !important;
  width: 257px !important;
  height: 35px !important;
  line-height: 35px !important;
  line-height: 3.5rem !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  border: none !important;
  border-radius: 5px !important;
  color: black !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: #c7c0b7 !important;
  background: -moz-linear-gradient(top,#c7c0b7 0%,#b3ada5 100%) !important;
  background: -webkit-linear-gradient(top,#c7c0b7 0%,#b3ada5 100%) !important;
  background: -ms-linear-gradient(top,#c7c0b7 0%,#b3ada5 100%) !important;
  background: linear-gradient(to bottom,#c7c0b7 0%,#b3ada5 100%) !important;
}
input.button.gform_button:hover {
  cursor: pointer !important;
  text-decoration: none !important;
  background: #b3ada5 !important;
  background: -moz-linear-gradient(top,#b3ada5 0%,#c7c0b7 100%) !important;
  background: -webkit-linear-gradient(top,#b3ada5 0%,#c7c0b7 100%) !important;
  background: -ms-linear-gradient(top,#b3ada5 0%,#c7c0b7 100%) !important;
  background: linear-gradient(to bottom,#b3ada5 0%,#c7c0b7 100%) !important;
}
.gform_confirmation_message {
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 20px !important;
  line-height: 2rem !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-style: italic !important;
  font-weight: bold !important;
  color: #00a651 !important;
}
#gform_wrapper_1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#gform_wrapper_1 h2 {
  font-weight: bold;
}
#gform_wrapper_2 .gfield {
  margin-bottom: 20px !important;
}
#gform_wrapper_2 .gfield.half {
  clear: none !important;
  width: 48% !important;
  float: left !important;
}
#gform_wrapper_2 .gfield.half input,
#gform_wrapper_2 .gfield.half textarea {
  width: 90% !important;
}
#gform_wrapper_2 .gfield.left {
  float: left !important;
}
#gform_wrapper_2 .gfield.right {
  float: right !important;
}
#gform_wrapper_2 .gfield.full {
  width: 100% !important;
}
#gform_wrapper_2 .gfield.clear,
#gform_wrapper_2 .gfield.full {
  clear: both !important;
}
#gform_wrapper_2 .children {
  width: 100% !important;
}
#gform_wrapper_2 .children .ginput_list {
  width: 100% !important;
}
#gform_wrapper_2 .children table.gfield_list {
  width: 100% !important;
  border: none;
}
#gform_wrapper_2 .children table.gfield_list td.gfield_list_cell {
  width: 100px !important;
  padding-right: 20px !important;
}
#gform_wrapper_2 .children table.gfield_list td.gfield_list_cell.gfield_list_23_cell1,
#gform_wrapper_2 .children table.gfield_list td.gfield_list_cell.gfield_list_23_cell4 {
  width: 156px !important;
}
#gform_wrapper_2 .children table.gfield_list td.gfield_list_icons {
  padding: 0 !important;
}
#gform_wrapper_2 textarea.small {
  height: 100px !important;
}
#footer-wrap {
  margin: 34px auto 0 auto;
  padding: 21px 0 0 0;
  text-align: center;
  border-top: 1px solid #c2bbb0;
  width: 960px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
#footer-wrap .fade-left {
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 10px;
  background: -moz-linear-gradient(left,#f6f3ed 0%,rgba(246,243,237,0) 100%);
  background: -webkit-linear-gradient(left,#f6f3ed 0%,rgba(246,243,237,0) 100%);
  background: -ms-linear-gradient(left,#f6f3ed 0%,rgba(246,243,237,0) 100%);
  background: linear-gradient(to right,#f6f3ed 0%,rgba(246,243,237,0) 100%);
}
#footer-wrap .fade-right {
  position: absolute;
  top: -5px;
  right: 0;
  width: 25px;
  height: 10px;
  background: -moz-linear-gradient(left,rgba(246,243,237,0) 0%,#f6f3ed 100%);
  background: -webkit-linear-gradient(left,rgba(246,243,237,0) 0%,#f6f3ed 100%);
  background: -ms-linear-gradient(left,rgba(246,243,237,0) 0%,#f6f3ed 100%);
  background: linear-gradient(to right,rgba(246,243,237,0) 0%,#f6f3ed 100%);
}
#footer {
  color: #4a3a24;
  margin: 0 auto 20px auto;
  position: relative;
}
#footer .nav ul li a {
  color: #4a3a24;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
}
#footer .nav ul li a:hover {
  color: #000000;
}
#footer .info {
  height: 70px;
  margin: 10px auto 15px auto;
  padding-top: 2px;
  text-align: center;
  position: relative;
}
#footer .info img {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
}
#footer .info img.facebook {
  top: 20px;
  right: 135px;
}
#footer .info img.authorize {
  top: 0px;
  right: 19px;
}
#footer .info p {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 22px;
  line-height: 2.2rem;
}
#footer .mini-nav {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#footer .mini-nav ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  cursor: default;
}
#footer .mini-nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 9px;
  line-height: 11px;
  line-height: 1.1rem;
  border-left: 1px solid #4a3a24;
}
#footer .mini-nav ul li a {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 11px;
  line-height: 1.1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #4a3a24;
}
#footer .mini-nav ul li:first-child {
  padding-left: 0;
  border-left: none;
}
#footer .mini-nav ul li:last-child {
  padding-right: 0;
}
#footer .copyright {
  margin-top: 40px;
  color: #b8afa2;
}
#videos {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DEDBD5;
}
#videos .video {
  width: 30%;
  position: relative;
  padding-right: 20px;
  margin-bottom: 30px;
  float: left;
}
#videos .video img.youtube {
  position: absolute;
  top: 40px;
  left: 70px;
}
#videos .video div.preview {
  height: 115px;
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#videos .video p {
  margin-bottom: 4px;
  margin-top: 0px;
}
#videos .video p.title {
  font-weight: bold;
  font-size: 16px;
}
#video-player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#video-player iframe,
#video-player object,
#video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#webinars hr {
  margin: 30px 0px;
}
#webinars .webinar h3 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#webinars .webinar table {
  margin: 10px 0px;
}
#webinars .webinar table td {
  font-style: italic;
  font-size: 12px;
  padding-right: 10px;
}
#webinars .webinar table td.header {
  font-weight: bold;
}
.pagination {
  margin: 30px 0px;
}
.pagination ul {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0px;
}
.pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  line-height: 2.6rem;
  border: 1px solid #dddddd;
  border-right: 0px;
  background: #FFFFFF;
  color: #b21712;
  padding: 5px;
  text-align: center;
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  cursor: pointer;
  text-decoration: none;
}
.pagination ul li a.first,
.pagination ul li span.first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul li a.last,
.pagination ul li span.last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination ul li span.last,
.pagination ul li span.first {
  color: #2C3036;
}
.pagination ul li span.last:hover,
.pagination ul li span.first:hover {
  cursor: default;
}
.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li .current {
  background: #b21712;
  color: #ffffff;
  border-color: #b21712;
  font-weight: bold;
}
.pagination ul li:last-child a,
.pagination ul li:last-child span {
  border-right: 1px solid #dddddd;
}
.pagination ul li:last-child a:hover {
  border-color: #b21712;
}
a.lost_password {
  margin-left: 10px !important;
}
.alignleft,
.alignright {
  margin: 10px !important;
}
.alignleft {
  float: left;
  margin-left: 0 !important;
}
.alignright {
  float: right;
  margin-right: 0 !important;
}
.aligncenter {
  margin: 10px auto !important;
}
.aligncenter,
.aligncenter .wp-caption-text {
  text-align: center;
}
.photo-div {
  width: 100%;
  margin-top: 20px;
}
.photo-div .photo-holder {
  width: 16%;
  padding: 2%;
  float: left;
}
.photo-div .photo-holder img {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.logo {
  border: none;
}
.wrap {
  width: 960px;
}
.wrap-inner {
  width:  - 40px;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  float: right;
}
.half {
  width: 50%;
}
.header-font {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.body-font {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline;
}
