@font-face {
  font-family: 'rockwellbold';
  src: url("fonts/ROCKB/rockb.eot");
  src: url("fonts/ROCKB/rockb.eot?#iefix") format("embedded-opentype"), url("fonts/ROCKB/rockb.woff") format("woff"), url("fonts/ROCKB/rockb.ttf") format("truetype"), url("fonts/ROCKB/rockb.svg#rockwellbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rockwellbold_italic';
  src: url("fonts/ROCKBI/rockbi.eot");
  src: url("fonts/ROCKBI/rockbi.eot?#iefix") format("embedded-opentype"), url("fonts/ROCKBI/rockbi.woff") format("woff"), url("fonts/ROCKBI/rockbi.ttf") format("truetype"), url("fonts/ROCKBI/rockbi.svg#rockwellbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rockwellregular';
  src: url("fonts/ROCK/rock.eot");
  src: url("fonts/ROCK/rock.eot?#iefix") format("embedded-opentype"), url("fonts/ROCK/rock.woff") format("woff"), url("fonts/ROCK/rock.ttf") format("truetype"), url("fonts/ROCK/rock.svg#rockwellregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body, div, span, p, input, button, blockquote {
  font-size: 14px;
  border: none;
}

*, body, div, span, p, input, button, input, textarea, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 400;
  font-style: normal;
}

body, html {
  background: #f2f2f2;
}

a {
  color: #3777bb;
}

input, textarea {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2{
  font-size:23px;
}

em{
  font-style:italic;
}

*:focus {
  outline: 0;
}

.pr {
  position: relative;
}

.dn {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

::-webkit-input-placeholder {
  color: #282d33 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #282d33 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #282d33 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #282d33 !important;
  opacity: 1;
}

.dbhref {
  display: block;
  text-decoration: none;
}
.dbhref:hover {
  text-decoration: none;
}
.dbhref:active {
  text-decoration: none;
}

.gsc-control-cse{
  background-color:transparent !important;
  border: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
  width:auto!important;
  height:auto!important;
}

.gsc-control-cse{
  padding:20px 0px 20px 0 !important;
  float:right !important;
  width:300px !important;
}

.gsc-control-cse:after{
  clear:both;
}

.gscb_a{
  font: 19px/14px arial,sans-serif!important;
}
/********************************/
/* header */
/********************************/
@media (max-width: 920px) {
  #header-holder {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .gsc-control-cse{
    padding-right:15px!important;
  }
}
#header-holder div#header {
  height: 139px;
}
#header-holder div#header #header_left {
  margin-top: 34px;
}

@media (max-width: 1050px) {
  #header-holder div#header #header_left img {
	  max-width:200px;
	  height: auto;
  }
}
@media (max-width: 950px) {
  #header-holder div#header #header_left img {
    max-width: 170px;
	  height: auto;
  }
}

/*
@media screen and (max-width: 600px) {
  #header-holder div#header #header_left img {
    width: 170px;
	  height: auto;
  }
}
@media screen and (min-width: 601px) {
  #header-holder div#header #header_left img {
    width: 200px;
	  height: auto;
  }
}
*/
#header-holder div#header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header-holder div#header ul li {
  float: left;
  padding: 0 23px 19px 23px;
  position: relative;
}
@media (max-width: 1200px) {
  #header-holder div#header ul li {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 1050px) {
  #header-holder div#header ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header-holder div#header ul li.menu-item-has-children:hover {
  background: url(../img/caret-sub-menu.png) no-repeat center bottom;
}
#header-holder div#header ul li a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #787f8a;
  text-transform: uppercase;
  text-decoration: none;
}
#header-holder div#header ul li a:hover, #header-holder div#header ul li a.active{
  color: #3777bb;
  text-decoration: none;
}
#header-holder div#header ul li.current-menu-parent > a, #header-holder div#header ul li.page_item > a {
  color: #3777bb;
}
#header-holder div#header ul li.current-menu-parent ul li a, #header-holder div#header ul li.page_item ul li a {
  color: #fff;
}
#header-holder div#header ul li.current-menu-parent ul li.current-menu-item > a, #header-holder div#header ul li.page_item ul li.current-menu-item > a, #header-holder div#header li.current-post-ancestor > a {
  background: #5fa247;
  color:#FFF!important;
}
#header-holder div#header ul li ul {
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -85px;
  background: #6fbe53;
  width: 170px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px 1px rgba(120, 127, 138, 0.3);
  box-shadow: 0px 2px 1px 1px rgba(120, 127, 138, 0.3);
  display: none;
  z-index: 11;
}
#header-holder div#header ul li ul li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #66af4c;
}
#header-holder div#header ul li ul li:first-child {
  border-top: none;
}
#header-holder div#header ul li ul li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-top: none;
}
#header-holder div#header ul li ul li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#header-holder div#header ul li ul a {
  border-top: 1px solid #7fc566;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 12px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-align: left;
  width: 170px;
}
#header-holder div#header ul li ul a:hover {
  color: #fff;
  background: #5fa247;
}
#header-holder div#header ul li:last-child {
  padding-right: 0;
}

form.search-form {
  padding: 0;
  margin: 21px -5px 24px 0;
  display: inline-block;
  width: 185px;
}
form.search-form.mobile {
  margin: 20px 13px 15px 0;
}
form.search-form input[type="text"] {
  background: none;
  height: 26px;
  font-size: 12px;
  font-style: italic;
  color: #a2a2a2;
  line-height: 14px;
  padding: 6px 10px 6px 19px;
  width: 155px;
  display: inline-block;
  background: #e6e6e6;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 17px 0px 0px 17px;
  border-radius: 17px 0px 0px 17px;
  float: left;
}
form.search-form input[type="text"]::-webkit-input-placeholder {
  color: #a2a2a2 !important;
  opacity: 1;
}
form.search-form input[type="text"]:-moz-placeholder {
  color: #a2a2a2 !important;
  opacity: 1;
}
form.search-form input[type="text"]::-moz-placeholder {
  color: #a2a2a2 !important;
  opacity: 1;
}
form.search-form input[type="text"]:-ms-input-placeholder {
  color: #a2a2a2 !important;
  opacity: 1;
}
form.search-form input[type="submit"] {
  display: inline-block;
  height: 26px;
  width: 28px;
  background: #e6e6e6 url(../img/submit_search.png) no-repeat center left;
  -webkit-border-radius: 0px 17px 17px 0px;
  border-radius: 0px 17px 17px 0px;
  float: left;
  border-bottom: 1px solid #fff;
}

/********************************/
/* intro header */
/********************************/
div#intro-header {
  background-repeat: none;
  background-position: top center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  min-height: 550px;
  overflow: hidden;
}
div#intro-header .institute-for {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  padding: 99px 0 12px 0;
  letter-spacing:0.05em;
}
@media (max-width: 768px) {
  div#intro-header .institute-for {
    padding-top: 45px;
    font-size: 40px;
  }
}
div#intro-header .nsf-match {
  position: relative;
  /*background: #3777bb;
  color: #fff;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  padding: 8px 11px;*/
  display: inline-block;
  margin-bottom: 45px;
  /*text-transform: uppercase;*/
}
div#intro-header .nsf-match .stripe {
  height: 1px;
  background: #545b64;
  margin: 19px 0;
  width: 275px;
  display: inline-block;
  position: absolute;
  top: 0;
}
div#intro-header .nsf-match .stripe.left {
  left: -308px;
}
div#intro-header .nsf-match .stripe.right {
  right: -308px;
}
div#intro-header .match-changes {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing:0.03em;
  font-size: 30px;
  /*color: #fff;
  line-height: 50px;
  padding: 99px 0 36px 0;*/
  /*font-family: 'proxima-nova',sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;*/
  color: #fff;
  /*font-size: 40px;
  line-height: 45px;*/
  margin-bottom: 32px;
}
div#intro-header .stripe-white {
  background: #fff;
  width: 56px;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 23px;
}
div#intro-header .links a {
  margin: 15px;
  min-width: 204px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 16px;
  padding: 19px 24px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
div#intro-header .links a:hover {
  text-decoration: none;
}
div#intro-header .links a.btn-blue {
  background: #3777bb;
}
div#intro-header .links a.btn-blue:hover {
  background: #3b7ec5;
}
div#intro-header .links a.btn-green {
  background: #6fbe53;
}
div#intro-header .links a.btn-green:hover {
  background: #73c456;
}

/********************************/
/* intro content */
/********************************/
#home-content {
  padding: 0 39px 17px 39px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #home-content {
    padding: 0 15px;
  }
}
#home-content h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #282d33;
  margin-bottom: 25px;
}
#home-content h2.blue {
  color: #3777bb;
}
#home-content h2.green {
  color: #6fbe53;
}
#home-content h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  color: #282d33;
  margin: 20px 0 12px 0;
}
#home-content .btn-href {
  margin-bottom: 22px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 24px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
}
#home-content .btn-href:hover {
  background: #2e343b;
}
#home-content .btn-href.blue {
  background: #3777bb;
}
#home-content .btn-href.blue:hover {
  background: #3b7ec5;
}
#home-content .btn-href.green {
  background: #6fbe53;
}
#home-content .btn-href.green:hover {
  background: #73c456;
}
#home-content .date {
  display: inline-block;
  color: #8e8e8e;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 43px;
  margin-bottom: 22px;
}
#home-content .wmax380 {
  max-width: 395px;
  padding-right: 15px;
}
#home-content .wmax380 .top-holder {
  min-height: 81px;
}
#home-content .wmax380 .top-holder.h90 {
  min-height: 90px;
}
#home-content .wmax380 .top-holder div {
  color: #8e8e8e;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 15px;
}
#home-content .wmax380 .top-holder .cat,#program-archive-holder span.cat {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  color: #282d33;
  text-decoration: underline;
  margin-bottom: 22px;
  font-size: 13px;
}

#program-archive-holder span.cat{
  margin-top:10px;
  display:block;
}

#home-content .wmax380 .top-holder .cat.blue-cat,#program-archive-holder span.cat.blue-cat{
  color: #0097d4;
}
#home-content .wmax380 .top-holder .cat.green-cat {
  color: #6fbe53;
}
#home-content .col-sm-4 {
  padding: 0;
}
#home-content .col-sm-4 img {
  max-width: 100%;
  height: auto;
}
#home-content .col-sm-8 {
  padding: 0 0 0 30px;
}
#home-content .view-all {
  display: inline-block;
  height: 39px;
  border: 2px solid #282d33;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 17px 0 12px;
  position: relative;
  top: -5px;
}
#home-content .view-all.green {
  border: 2px solid #6fbe53;
}
#home-content .view-all.green span {
  color: #6fbe53;
}
#home-content .view-all.green span.squares span {
  background: #6fbe53;
}
#home-content .view-all span {
  float: left;
  line-height: 39px;
  color: #282d33;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}
#home-content .view-all span.squares {
  display: block;
  width: 17px;
  height: 17px;
  margin: 10px 16px 0 0;
}
#home-content .view-all span.squares span {
  background: #282d33;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#home-content .view-all span.squares span.tl {
  margin: 0 3px 3px 0px;
}
#home-content .view-all span.squares span.bl {
  margin-right: 3px;
}
#home-content .short-story {
  margin-top: 28px;
  margin-bottom: 36px;
  border-bottom: 5px solid #ebebeb;
}
#home-content .short-story .short-story-img {
  max-width: 333px;
}
#home-content .short-story .short-story-img img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  #home-content .short-story .col-sm-6.short-story-img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #home-content .short-story .col-sm-6 {
    width: 100%;
  }
}
#home-content .short-story .col-sm-6, #home-content .short-story .col-sm-12 {
  text-align: left;
  padding: 0;
}
#home-content .short-story blockquote {
  border-left: 5px solid #6fbe53;
  color: #6fbe53;
  font-family: 'rockwellbold_italic',sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  padding: 0 0 0 29px;
  margin: 3px 0 29px 0;
  display: block;
  text-align: left;
}
#home-content .short-story .short-story-des {
  color: #3a4048;
  line-height: 24px;
  padding-left: 29px;
  margin: 0 0 43px 5px;
}
#home-content .currently {
  margin-bottom: 24px;
}
#home-content .home-content-block {
  margin-bottom: 24px;
}
#home-content .show-more, #home-content .show-more:hover {
  width: 100%;
  display: block;
  background: #282d33;
  line-height: 43px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 65px;
  text-decoration: none;
}
#home-content .show-more:hover, #home-content .show-more:hover:hover {
  background: #2e343b;
}
#home-content .show-more .caret, #home-content .show-more:hover .caret {
  border-top-color: #fff;
  margin-left: 10px;
}
#home-content .show-more.green, #home-content .show-more:hover.green {
  background: #6fbe53;
}
#home-content .show-more.green:hover, #home-content .show-more:hover.green:hover {
  background: #73c456;
}
#home-content .show-more-content {
  display: none;
}
@media (max-width: 950px) {
  #home-content .col-sm-4 {
    text-align: center;
    width: 100%;
  }
  #home-content .wmax380 {
    width: 100%;
    max-width: 100%;
  }
  #home-content .col-sm-8 {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  #home-content .date {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #home-content h2 {
    width: 100%;
  }
  #home-content .view-all {
    float: left;
    margin-bottom: 20px;
  }
}
#home-content .h2mt {
  margin-top: 34px;
}


.cat-non-style{
  color:#3e3e3e !important;
  font-size:13px !important;
  text-decoration:none !important;
}

/********************************/
/* sidebar */
/********************************/
.sidebar-right {
  padding-left: 22px;
}
@media (max-width: 950px) {
  .sidebar-right {
    padding-left: 15px;
  }
}

#sidebar {
  margin-bottom: 40px;
}
#sidebar .block {
  margin-bottom: 20px;
  padding: 25px 0;
}
#sidebar .block .title-holder {
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}
#sidebar .block .title-holder h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  position: relative;
  display: inline-block;
}
#sidebar .block .title-holder h3 .stripe {
  background: transparent;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 11px;
  display: block;
}
#sidebar .block .title-holder h3 .stripe.left {
  left: -50px;
}
#sidebar .block .title-holder h3 .stripe.right {
  right: -50px;
}
#sidebar .block.bg-green {
  background: #6fbe53;
}
#sidebar .block.bg-green .title-holder h3 .stripe {
  background: #60a348;
}
#sidebar .block.bg-white {
  background: #fff;
}
#sidebar .block.bg-white .title-holder h3 {
  color: #282d33;
}
#sidebar .block.bg-white .title-holder h3 .stripe {
  background: #d5d5d5;
}
#sidebar .block.bg-blue {
  background: #3777bb;
}
#sidebar .block.bg-blue .title-holder h3 .stripe {
  background: #3169a4;
}
#sidebar #news-sidebar {
  margin-top: 35px;
}
#sidebar #news-sidebar .news-content {
  border-bottom: 1px solid #60a348;
  padding-bottom: 19px;
  margin: 0 29px 20px 29px;
}
#sidebar #news-sidebar .news-content .news-img {
  text-align: left;
  padding: 0;
}
#sidebar #news-sidebar .news-content .news-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  #sidebar #news-sidebar .news-content .col-sm-4 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #sidebar #news-sidebar .news-content .col-sm-8 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  #sidebar #news-sidebar .news-content .col-sm-12 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}
#sidebar #news-sidebar .news-content .news-date {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #528e3d;
  line-height: 18px;
  margin: 9px 0;
}
#sidebar #news-sidebar .news-content .news-des {
  color: #fff;
  line-height: 23px;
}
#sidebar #news-sidebar .news-content .col-sm-8 {
  padding: 0 0 0 7px;
}
#sidebar #news-sidebar .news-content .col-sm-12 {
  padding: 0;
}
#sidebar #news-sidebar .view-all-news {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 30px;
}
#sidebar .sample {
  text-align: center;
  padding: 0 10px;
}
#sidebar .sample img {
  margin: 26px 0;
}
#sidebar .sample p {
  color: #f7f7f7;
  margin: 0 0 26px 0;
  padding: 0;
  line-height: 24px;
}
#sidebar .sample a.sample-href {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 19px 10px;
  min-width: 164px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
}
#sidebar .sample a.sample-href:hover {
  background: #2e343b;
}
#sidebar .qoute-out {
  background: #f5f5f5;
  margin: 50px auto 25px auto;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  max-width: 285px;
}
#sidebar .qoute-out .qoute-in {
  background: #6fbe53;
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #f7f7f7;
  padding: 26px 29px 31px 29px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: -7px;
  left: 7px;
  text-align: center;
  max-width: 285px;
}
#sidebar .qoute-out .qoute-in p {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #f7f7f7;
  padding: 0;
  margin: 0;
  display: inline;
}
#sidebar .qoute-out .qoute-in .qoute-in-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6fbe53;
  position: absolute;
  bottom: -9px;
  right: 45px;
  z-index: 11;
}
#sidebar .qoute-out .qoute-out-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -9px;
  right: 42px;
  z-index: 10;
}
#sidebar .qoute-author {
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
  color: #808a94;
  text-align: center;
  max-width: 285px;
  margin: 0 auto 12px auto;
}
#sidebar .qoute-author strong {
  color: #282d33;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}
#sidebar .qoute-author a, #sidebar .qoute-author a:hover {
  color: #6fbe53;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  text-decoration: underline;
}
#sidebar .qoute-author p {
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
  color: #808a94;
  text-align: center;
  display: inline;
  margin: 0;
  padding: 0;
}
#sidebar .social-media {
  text-align: center;
  margin: 30px 0;
}

#sidebar .social-media a:hover{
  text-decoration:none;
}

#sidebar .nsf-math-institutes {
  display: block;
  background: #282d33;
  padding: 18px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
#sidebar .nsf-math-institutes:hover {
  background: #2e343b;
}
#sidebar .nsf-math-institutes span {
  text-decoration: none;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  background: url(../img/nsf-math-institutes.png) no-repeat center right;
  padding-right: 39px;
  display: inline-block;
  line-height: 22px;
}
#sidebar #past-programs .select {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f7f7f7;
  line-height: 24px;
  text-align: center;
  max-width: 295px;
  margin: 17px auto;
  padding: 0 15px;
}
#sidebar #past-programs .years {
  max-width: 300px;
  margin: 0 auto 20px auto;
}
@media (max-width: 400px) {
  #sidebar #past-programs .years {
    padding: 0 15px;
  }
}
#sidebar #past-programs .years a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-left: 8px;
  display: inline-block;
  margin: 6px 5px;
}
#sidebar #past-programs .years a:hover, #sidebar #past-programs .years a.active {
  text-decoration: none;
  background: #fff;
  color: #6fbe53;
}
#sidebar #past-programs .view-all {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: url(../img/nsf-math-institutes.png) no-repeat center right;
  padding: 7px 35px 7px 10px;
}
#sidebar #prepare-for {
  margin: 30px 0 10px 0;
}
#sidebar #prepare-for .col-sm-6 {
  padding: 0;
}
#sidebar #prepare-for .col-sm-6 span {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: url(../img/nsf-math-institutes.png) no-repeat center right;
  padding: 6px 36px 6px 0;
}
#sidebar #prepare-for .lodging {
  display: block;
  background: url(../img/lodging.png) no-repeat top center;
  padding-top: 69px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 32px;
  border-right: 1px solid #3169a4;
}
@media (max-width: 768px) {
  #sidebar #prepare-for .lodging {
    border-right: none;
  }
}
#sidebar #prepare-for .directions {
  background: url(../img/directions.png) no-repeat top center;
  padding-top: 69px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 32px;
  display: block;
}
#sidebar #prepare-for .more-info {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 22px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
}
#sidebar #prepare-for .more-info:hover {
  background: #2e343b;
}
#sidebar #categories {
  padding: 22px 15px 8px 15px;
}
#sidebar #categories a {
  display: block;
  font-size: 15px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f7f7f7;
  line-height: 18px;
  padding: 11px 0;
  text-align: center;
  text-decoration: none;
}
#sidebar #categories a:hover {
  text-decoration: underline;
}
#sidebar #categories a.active {
  color: #173d65;
  text-decoration: underline;
}
#sidebar #categories a.active:hover {
  color: #173d65;
  text-decoration: underline;
}
#sidebar #subscribe {
  margin-top: 29px;
  padding: 0 15px;
}
#sidebar #subscribe .subscribe-des {
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #282d33;
  line-height: 24px;
  max-width: 250px;
  margin: 0 auto 20px auto;
}
#sidebar #subscribe .subscribe-des.mb32 {
  margin-bottom: 32px;
}
#sidebar #subscribe .form-group {
  text-align: center;
  margin: 0;
}
#sidebar #subscribe .form-group.radio-holder {
  margin-left: -10px;
}
#sidebar #subscribe label.btn {
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #282d33;
  line-height: 16px;
  padding: 30px 10px 30px 10px;
  background: url(../img/checkbox.png) no-repeat top center;
  -webkit-box-shadow: none;
  box-shadow: none;
  width:17px;
}
#sidebar #subscribe label.btn.active {
  background-image: url(../img/checkbox-on.png);
}
@media (max-width: 768px) {
  #sidebar #subscribe label.btn {
    width: 100%;
  }
}
#sidebar #subscribe .input_f input {
  border: 1px solid #d9d9d9;
  padding: 9px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #282d33;
  text-align: left;
  min-width: 285px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #sidebar #subscribe .input_f input {
    min-width: 100%;
  }
}
#sidebar #subscribe input[type="submit"] {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 20px;
  min-width: 144px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #6fbe53;
  margin: 9px 0 3px 0;
  text-align: center;
}
#sidebar #subscribe input[type="submit"]:hover {
  background: #73c456;
}
#sidebar #subscribe #newsletter-login-status {
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #282d33;
  line-height: 24px;
  max-width: 250px;
  margin: 10px auto 0 auto;
  display: none;
}
#sidebar #rss {
  margin-top: 23px;
}
#sidebar #rss .col-sm-6 {
  padding: 0;
}
#sidebar #rss .col-sm-6 span {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #282d33;
  display: inline-block;
  text-decoration: none;
  background: url(../img/nsf-math-institutes.png) no-repeat center right;
  padding: 6px 0 6px 0;
}
#sidebar #rss .rss {
  background: url(../img/rss.png) no-repeat top center;
  display: block;
  padding-top: 56px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 7px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  #sidebar #rss .rss {
    border-right: none;
  }
}
#sidebar #rss .facebook {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
#sidebar #rss .facebook #like-holder {
  margin-top: 9px;
  margin-bottom: 22px;
}
#sidebar #contact-ipam {
  padding: 41px 15px 4px 15px;
}
#sidebar #contact-ipam span {
  color: #fff;
  display: block;
  text-align: center;
}
#sidebar #contact-ipam span.atr {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
#sidebar #contact-ipam span.value {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
#sidebar #contact-ipam span.value a {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
#sidebar #sidebar-maps {
  text-align: center;
  padding: 24px 15px 24px 15px;
  margin-top: -20px;
  margin-bottom: 20px;
}
#sidebar #sidebar-maps .adress {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  color: #282d33;
  margin-bottom: 21px;
  text-transform: uppercase;
}
#sidebar #sidebar-maps .stripe {
  background: #d5d5d5;
  height: 1px;
  width: 59px;
  margin: 0 auto 24px auto;
}
#sidebar #sidebar-maps .adress-2 {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #282d33;
  line-height: 24px;
  margin-bottom: 4px;
}
#sidebar #sidebar-maps .include {
  color: #282d33;
  line-height: 24px;
  margin-bottom: 21px;
  font-size: 12px;
}
#sidebar #sidebar-maps #map {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
  margin-bottom: 34px;
  margin-top: 20px;
  max-width: 100%;
}
#sidebar #sidebar-maps .open-google-maps {
  margin-bottom: 16px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 34px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
}
#sidebar #sidebar-maps .open-google-maps:hover {
  background: #2e343b;
}

/********************************/
/* breadcrumbs */
/********************************/
#breadcrumbs {
  background-repeat: none;
  background-position: top center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  padding: 0 15px 0 15px;
  min-height: 199px;
  overflow: hidden;
  margin-bottom: 35px;
}
#breadcrumbs.mb47 {
  margin-bottom: 47px;
}
#breadcrumbs .vertical-xs {
  height: 199px;
  padding-top: 69px;
}
@media (max-width: 768px) {
  #breadcrumbs .vertical-xs {
    padding-top: 0px;
    vertical-align: middle;
    display: table-cell;
  }
}
#breadcrumbs h1 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 52px;
  color: #fff;
  line-height: 55px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #breadcrumbs h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
#breadcrumbs a, #breadcrumbs a:hover {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #6fbe53;
  text-decoration: underline;
  margin-right: 5px;
}
#breadcrumbs span {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-right: 5px;
}

/********************************/
/* programs */
/********************************/
#programs {
  margin-bottom: 82px;
}
#programs .choose-holder {
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 49px;
  padding: 4px;
  -webkit-box-shadow: inset 0px 0px 8px 2px rgba(205, 207, 211, 0.8);
  box-shadow: inset 0px 0px 8px 2px rgba(205, 207, 211, 0.8);
  border: 1px solid #cdcfd3;
}
#programs .choose-holder a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 13px 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#programs .choose-holder a.active {
  color: #fff;
  padding: 13px 16px;
  background: #fff;
  background: #282d33;
}
#programs .program-item {
  margin-bottom: 24px;
}
#programs .program-item img {
  max-width: 100%;
  height: auto;
}
#programs .program-item .program-in {
  padding: 30px 30px 0 30px;
  position: relative;
}
#programs .program-item .program-in .minh {
  min-height: 160px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #programs .program-item .program-in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#programs .program-item .program-in h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  color: #282d33;
  line-height: 22px;
  margin-bottom: 20px;
}
#programs .program-item .program-in .program-des {
  color: #3a4048;
  line-height: 24px;
}
#programs .program-item .program-in .view-upcoming {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 19px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
  margin-bottom: 19px;
  text-align: center;
}
#programs .program-item .program-in .view-upcoming.green {
  background: #6fbe53;
}
#programs .program-item .program-in .view-upcoming.green:hover {
  background: #282d33;
}
#programs .program-item .browse-holder {
  padding: 0 30px 25px 32px;
}
@media (max-width: 768px) {
  #programs .program-item .browse-holder {
    padding-left: 17px;
    padding-right: 15px;
  }
}
#programs .program-item .browse-holder .browse-inner {
  background: url(../img/video.png) no-repeat center left;
  display: block;
  padding: 10px 0 0 37px;
}
#programs .program-item .browse-holder .browse-inner span.text {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 13px;
  color: #383d45;
  line-height: 16px;
}
#programs .program-item .browse-holder .browse-inner span.href-text {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 13px;
  color: #6fbe53;
  text-decoration: underline;
  line-height: 16px;
}
#programs .col-md-4 {
  padding-left: 13px;
  padding-right: 13px;
}
#programs .have-an-idea {
  background: #282d33 url(../img/have-an-idea-bg.jpg) no-repeat bottom right;
  -webkit-box-shadow: inset 0px 0px 20px 4px rgba(32, 36, 41, 0.8);
  box-shadow: inset 0px 0px 20px 4px rgba(32, 36, 41, 0.8);
  text-align: center;
  padding: 0 40px;
  margin-bottom: 24px;
  min-height: 520px;
}
@media (max-width: 950px) {
  #programs .have-an-idea {
    padding: 0 20px;
  }
}
#programs .have-an-idea img {
  margin: 55px 0 22px 0;
}
#programs .have-an-idea h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 26px;
}
#programs .have-an-idea .stripe {
  width: 56px;
  height: 3px;
  background: #fff;
  margin-bottom: 25px;
  display: inline-block;
}
#programs .have-an-idea .have-an-idea-des {
  color: #fff;
  line-height: 24px;
  margin-bottom: 37px;
}
#programs .have-an-idea .propose-a-program {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0;
  margin-bottom: 55px;
  display: inline-block;
  text-decoration: none;
  background: url(../img/nsf-math-institutes.png) no-repeat center right;
  padding-right: 37px;
}

#all-upcoming-programs {
  margin-top: -70px;
}

.no-upcoming-programs-border {
  border-top: 1px solid #ebebeb;
  height: 1px;
  width: 100%;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .no-upcoming-programs-border {
    margin-left: 0px;
  }
}

.no-upcoming-programs {
  margin: 76px auto;
  padding: 145px 0;
  max-width: 560px;
  text-align: center;
  background: url(../img/no-upcoming-programs.png) no-repeat top center;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 24px;
}
@media (max-width: 768px) {
  .no-upcoming-programs {
    padding-bottom: 0;
  }
}
.no-upcoming-programs strong {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 16px;
  display: inline-block;
  color: #282d33;
}
.no-upcoming-programs p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 24px;
}
.no-upcoming-programs a {
  color: #3777bb;
  text-decoration: underline;
  font-size: 16px;
}

/********************************/
/* tabs navigation*/
/********************************/
.top-tabs {
  margin-bottom: 33px;
}
.top-tabs .top-tab-titles {
  padding: 28px 39px 10px 39px;
  min-height: 147px;
}
@media (max-width: 768px) {
  .top-tabs .top-tab-titles {
    padding: 28px 15px 10px 15px;
  }
}
.top-tabs .top-tab-titles h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #282d33;
  line-height: 30px;
  margin-bottom: 11px;
}
.top-tabs .top-tab-titles .date {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #787f8a;
  text-transform: uppercase;
}
.top-tabs .top-tab-titles .partofprogram {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom:10px;
}
.top-tabs .top-tab-titles .cat {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #3a4048;
  line-height: 18px;
  margin: 10px 0;
}
.top-tabs .nav li {
  border-left: 1px solid #40464e;
  background-color: #282d33;
  vertical-align:middle;
}
.top-tabs .nav li:first-child {
  border-left: none;
}
.top-tabs .nav li:hover, .top-tabs .nav li.active {
  background-color: #3777bb;
}
@media (max-width: 768px) {
  .top-tabs .nav li {
    border-top: 1px solid #40464e;
    border-left: none;
  }
  .top-tabs .nav li:first-child {
    border-top: none;
  }
}
.top-tabs .nav a {
  padding: 16px 5px;
  margin: 0;
}
.top-tabs .nav a:hover {
  background-color: #3777bb;
}
.top-tabs .nav a span {
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}
.top-tabs .nav a span{
  padding-left: 35px;
}

/*.top-tabs .nav a span.scientific_overview {
  padding-left: 35px;
  background-image: url(../img/tabs-nav/scientific-overview.png);
}
.top-tabs .nav a span.speaker_list {
  padding-left: 35px;
  background-image: url(../img/tabs-nav/speaker-list.png);
}
.top-tabs .nav a span.travel_info {
  padding-left: 35px;
  background-image: url(../img/tabs-nav/travel-info.png);
}
.top-tabs .nav a span.application_registration {
  padding-left: 35px;
  background-image: url(../img/tabs-nav/application-registration.png);
}
.top-tabs .nav a span.schedule_and_presentations {
  padding-left: 35px;
  background-image: url(../img/tabs-nav/schedule-and-presentations.png);
}*/

/********************************/
/* tabs top fixed*/
/********************************/
#navigationfixed {
  top: 0;
  position: fixed;
  width: 100%;
  height: 150px;
  z-index: 11;
}

/********************************/
/* table */
/********************************/
#table .table-prev {
  margin: 5px 0 12px 0;
}
#table .table-prev h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #282d33;
  line-height: 25px;
}
#table .table-prev a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3777bb;
  text-decoration: underline;
  display: inline-block;
  line-height: 25px;
}
#table table tr th {
  background: #3777bb;
  color: #fff;
  text-transform: uppercase;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 22px 0 22px 39px;
}
#table table tr td {
  color: #282d33;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 15px 16px 39px;
  border: 1px solid #ebebeb;
  background: #fff;
}
#table table tr td a strong {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}
#table table tr td a, #table table tr td a:hover {
  color: #3777bb;
  text-decoration: none;
}
#table table tr td:first-child {
  font-size: 13px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  min-width: 245px;
}
#table table tr td:first-child.colspan2 {
  color: #3777bb;
  font-size: 20px;
  line-height: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
}

#table-people {
  margin-top: -16px;
  margin-bottom: 40px;
  padding: 34px 39px 10px 34px;
}
@media (max-width: 768px) {
  #table-people {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#table-people h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 31px;
}
#table-people table tr th {
  background: #3777bb;
  color: #fff;
  text-transform: uppercase;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 22px 0 22px 39px;
  width: 25%;
}
#table-people table tr td {
  color: #282d33;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 15px 13px 36px;
  border: 1px solid #ebebeb;
  background: #fff;
  width: 25%;
}
#table-people table tr td strong {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}

/********************************/
/* program archive */
/********************************/
#program-archive-holder {
  margin-bottom: 40px;
}
#program-archive-holder .program-archive {
  padding: 21px 26px;
  margin-bottom: 19px;
  min-height: 100px;
  display: block;
  text-decoration: none;
}
#program-archive-holder .program-archive h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 11px;
  color: #282d33;
}
#program-archive-holder .program-archive .date {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8e8e8e;
  display: block;
}
#program-archive-holder .program-archive:hover {
  text-decoration: none;
}

/********************************/
/* articles list */
/********************************/
#article-list {
  padding: 36px 36px 30px 36px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #article-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#article-list h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #282d33;
  margin-bottom: 25px;
}
#article-list .article-holder {
  padding-left: 30px;
  margin-bottom: 19px;
}
#article-list .article-holder .col-sm-7 {
  padding: 0;
}
@media (max-width: 768px) {
  #article-list .article-holder {
    padding: 0 15px;
  }
}
#article-list .article-holder .col-sm-12 {
  padding: 0;
}
#article-list .article-holder .col-sm-5 {
  padding: 0;
  text-align: center;
}
#article-list .article-holder .col-sm-5 img {
  max-width: 100%;
  display: block;
  float: right;
  height: auto;
}
@media (max-width: 768px) {
  #article-list .article-holder .col-sm-5 img {
    display: inline;
    float: none;
  }
}
#article-list .article-holder .article-holder-inner {
  padding: 19px 15px 0 0;
  min-height: 210px;
}
@media (max-width: 768px) {
  #article-list .article-holder .article-holder-inner {
    min-height: 1px;
  }
}
#article-list .article-holder .article-holder-inner.no-min-height {
  min-height: 1px;
}
#article-list .article-holder .article-holder-inner h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  color: #282d33;
  margin-bottom: 13px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #article-list .article-holder .article-holder-inner h3 {
    padding-right: 0px;
  }
}
#article-list .article-holder .article-holder-inner .article-data {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8e8e8e;
  line-height: 16px;
  margin-bottom: 5px;
}
#article-list .article-holder .article-holder-inner .article-data span.cat {
  line-height: 16px;
  color: #3777bb;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
}
#article-list .article-holder .article-holder-inner .short-des {
  color: #3a4048;
  line-height: 24px;
  margin-bottom: 10px;
}
#article-list .article-holder .read-full {
  color: #6fbe53;
  font-size: 12px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
}
#pagination {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
  display: inline-block;
  margin: 20px 0 0px 0;
}
#pagination a {
  display: block;
  float: left;
  width: 39px;
  height: 43px;
  border: 1px solid #ebebeb;
  border-right: none;
  text-align: center;
  line-height: 43px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #8e8e8e;
}
#pagination a:hover {
  text-decoration: none;
}
#pagination a.active {
  background: #6fbe53;
  color: #fff;
  border: 1px solid #6fbe53;
}
#pagination a.prev {
  background: url(../img/left.png) no-repeat center center;
}
#pagination a.next {
  background: url(../img/right.png) no-repeat center center;
  border-right: 1px solid #ebebeb;
}
#pagination span.current {
  display: block;
  float: left;
  width: 39px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  background: #6fbe53;
  color: #fff;
  border: 1px solid #6fbe53;
}
#pagination span.dots {
  display: block;
  float: left;
  width: 39px;
  height: 43px;
  border-left: 1px solid #ebebeb;
  line-height: 43px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align:center;
  color: #8e8e8e;
  /*display: none;*/
  /*width: 0;
  height: 0;
  overflow: hidden;*/
}

/********************************/
/* article */
/********************************/
#article {
  padding: 36px 37px 36px 37px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#article h1 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #282d33;
  line-height: 30px;
  margin-bottom: 10px;
}
#article .article-data {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8e8e8e;
  line-height: 16px;
  margin-bottom: 37px;
}
#article .article-data a {
  color: #3777bb;
  text-decoration: underline;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 16px;
}
#article .stripe-grey {
  height: 2px;
  width: 100%;
  background: #ebebeb;
  margin: 28px 0;
}
#article .stripe-grey.mt18 {
  margin-top: 18px;
}
#article .title, #article h3.comment-reply-title {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #282d33;
  margin-bottom: 13px;
}
#article .share #facebook-hol {
  margin: 0 19px 5px 0;
}
#article .share #twitter-hol {
  margin: 0 19px 5px 0;
}
#article .share .email {
  background: #6fbe53 url(../img/email.png) no-repeat 6px 4px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  margin-top: 0px;
  line-height: 20px;
  padding: 0 9px 0 31px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#article .share .email {
  text-decoration: none;
}
#article .comment-respond form {
  margin-top: 24px;
}
#article .comment-respond form .input_f input, #article .comment-respond form textarea {
  color: #282d33;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  padding: 11px 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 19px;
  min-width: 364px;
}
@media (max-width: 768px) {
  #article .comment-respond form .input_f input, #article .comment-respond form textarea {
    min-width: 100%;
  }
}
#article .comment-respond form .form-submit input[type="submit"] {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 25px;
  min-width: 144px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #3777bb;
  margin-top: 20px;
  text-align: center;
}
#article .comment-respond form .form-submit input[type="submit"]:hover {
  background: #3b7ec5;
}
#article .comment {
  margin-top: 30px;
}

/********************************/
/* registration */
/********************************/
#registration #top-reg {
  margin-bottom: 29px;
  padding: 29px 37px 35px 37px;
}
@media (max-width: 768px) {
  #registration #top-reg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#registration #top-reg h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #282d33;
  margin-bottom: 10px;
}
#registration #top-reg .date {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #787f8a;
  text-transform: uppercase;
  margin-bottom: 27px;
}
#registration #top-reg a.reg-fees {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3777bb;
  text-decoration: underline;
  margin-bottom: 26px;
  display: block;
}
#registration #bottom-reg {
  margin-bottom: 40px;
  padding: 29px 37px 50px 37px;
}
@media (max-width: 768px) {
  #registration #bottom-reg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#registration #bottom-reg a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3777bb;
  text-decoration: underline;
}
#registration #bottom-reg .dropdown-menu li a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  color: #3a4048;
  width: 100%;
}
#registration #bottom-reg h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #282d33;
  margin-bottom: 36px;
}
#registration #bottom-reg h2.inner {
  margin-bottom: 6px;
}
#registration #bottom-reg .sub-des {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3a4048;
  line-height: 18px;
  padding: 13px 0 24px 0;
}
#registration #bottom-reg form .col-sm-2 {
  padding-right: 10px;
}
#registration #bottom-reg form .col-sm-10 {
  padding: 0;
}
#registration #bottom-reg form label {
  font-size: 14px;
  color: #282d33;
  line-height: 18px;
  padding: 11px 0 10px 0;
  line-height: 24px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 400;
  font-style: normal;
}
#registration #bottom-reg form label.pt0 {
  padding-top: 0;
  padding-bottom: 5px;
}
#registration #bottom-reg form input[type="text"], #registration #bottom-reg form input[type="email"] {
  color: #282d33;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  padding: 10px 18px 10px 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 17px;
  min-width: 284px;
}
#registration #bottom-reg form input[type="text"].w134, #registration #bottom-reg form input[type="email"].w134 {
  min-width: 134px;
  width: 134px;
}
#registration #bottom-reg form input[type="text"].w94, #registration #bottom-reg form input[type="email"].w94 {
  min-width: 94px;
  width: 94px;
}
#registration #bottom-reg form input[type="text"].mb10, #registration #bottom-reg form input[type="email"].mb10 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #registration #bottom-reg form input[type="text"], #registration #bottom-reg form input[type="email"] {
    min-width: 100%;
  }
}
#registration #bottom-reg form .note {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3a4048;
  line-height: 24px;
  padding: 10px 0;
}
#registration #bottom-reg form .stripe {
  background: #ebebeb;
  height: 1px;
  margin: 39px 0 31px 0;
  max-width: 1060px;
}
#registration #bottom-reg form .stripe.two {
  margin-top: 21px;
}
#registration #bottom-reg form .dropdown-hol button {
  border: 1px solid #d9d9d9;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#registration #bottom-reg form .dropdown-hol button span.text {
  display: inline-block;
  font-size: 13px;
  background: #fff;
  color: #3a4048;
  font-style: italic;
  line-height: 16px;
  padding: 9px 11px;
  text-align: left;
}
#registration #bottom-reg form .dropdown-hol button span.text.normal {
  width: 102px;
}
#registration #bottom-reg form .dropdown-hol button span.text.small {
  width: 62px;
}
#registration #bottom-reg form .dropdown-hol button span.text.wide {
  width: 252px;
}
#registration #bottom-reg form .dropdown-hol button span.text.x-small {
  width: 43px;
}
@media (max-width: 768px) {
  #registration #bottom-reg form .dropdown-hol button span.text.wide {
    width: 200px;
  }
}
#registration #bottom-reg form .dropdown-hol button span.caret-holder {
  display: inline-block;
  background: #f2f2f2;
  width: 32px;
  line-height: 16px;
  padding: 9px 0;
}
#registration #bottom-reg form .dropdown-hol button span.caret-holder .caret {
  border-top-color: #bcbcbc;
}
#registration #bottom-reg form .mb12 {
  margin-bottom: 12px;
}
#registration #bottom-reg form .mb16 {
  margin-bottom: 16px;
}
#registration #bottom-reg form .mt37 {
  margin-top: 37px;
}
#registration #bottom-reg form .mb25 {
  margin-bottom: 25px;
}
#registration #bottom-reg form .checkbox-holder {
  margin: 7px 0;
}
#registration #bottom-reg form .checkbox-holder label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3a4048;
  line-height: 18px;
  padding: 6px 0 5px 35px;
  background: url(../img/checkbox.png) no-repeat center left;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: normal;
}
#registration #bottom-reg form .checkbox-holder label.active {
  background-image: url(../img/checkbox-on.png);
}
#registration #bottom-reg form .date input {
  min-width: 114px;
  width: 114px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 0;
  font-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
}
#registration #bottom-reg form .date .sytax {
  font-size: 13px;
  line-height: 40px;
  font-style: italic;
}
#registration #bottom-reg #search-holder {
  width: 390px;
  position: relative;
}
@media (max-width: 768px) {
  #registration #bottom-reg #search-holder {
    width: 100%;
  }
}
#registration #bottom-reg #search-holder input {
  min-width: 297px;
  width: 297px;
}
@media (max-width: 768px) {
  #registration #bottom-reg #search-holder input {
    width: 100%;
    min-width: 100%;
  }
}
#registration #bottom-reg #search-holder a {
  position: absolute;
  background: #6fbe53;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 14px 18px 10px 18px;
  height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  right: 12px;
  top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  min-width: 81px;
}
@media (max-width: 768px) {
  #registration #bottom-reg #search-holder a {
    right: 0px;
  }
}
#registration #bottom-reg #search-holder a:hover {
  background: #73c456;
}
#registration #bottom-reg .or-right {
  font-size: 12px;
  color: #3a4048;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin-left: 18px;
}
#registration #bottom-reg a.look-up {
  margin: 25px 0 10px 0;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 28px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #282d33;
}
#registration #bottom-reg a.look-up:hover {
  background: #2e343b;
}
#registration #bottom-reg .register {
  margin: 10px 0 31px 0;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 28px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #3777bb;
  min-width: 114px;
  text-align: center;
}
#registration #bottom-reg .register:hover {
  background: #3b7ec5;
}
#registration #bottom-reg .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/********************************/
/* people */
/********************************/
#people {
  margin: -16px 0 40px 0;
  padding: 30px 38px;
}
@media (max-width: 768px) {
  #people {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#people h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 29px;
  color: #282d33;
}
#people .people-item {
  margin-bottom: 43px;
}
#people .people-item h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 22px;
  color: #282d33;
  margin-bottom: 7px;
  margin-top: -5px;
  margin-right:15px;
}
#people .people-item .position {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #3777bb;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#people .people-item .col-sm-10 {
  padding: 0;
}
@media (max-width: 800px) {
  #people .people-item .col-sm-10 {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #people .people-item .col-sm-10 {
    padding: 0;
  }
}
#people .people-item .col-sm-2 {
  padding: 0;
  max-width: 133px;
}
#people .people-item .col-sm-2 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #people .people-item .col-sm-2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

/********************************/
/* directors */
/********************************/
#directors {
  padding: 40px;
  margin: -16px 0 40px 0;
}
@media (max-width: 768px) {
  #directors {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#directors .director-item {
  margin-bottom: 50px;
}
#directors .director-item .col-sm-3 {
  padding: 0;
  max-width: 244px;
  padding-right: 30px;
  margin-bottom: 20px;
}
#directors .director-item .col-sm-3 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #directors .director-item .col-sm-3 {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
}
#directors .director-item .col-sm-9 {
  padding: 0;
}
#directors .director-item h3 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #282d33;
  margin-bottom: 5px;
  margin-top: -8px;
  line-height: 32px;
  margin-right:15px;
}
#directors .director-item .director-href,.people-item .director-href {
  /*margin-bottom: 30px;*/
  margin-bottom:10px;
}
.people-item .director-href{
  margin-top:-2px;
}

#directors .director-item .director-href .contact,.people-item .director-href .contact {
  background: #6fbe53 url(../img/director-contact.jpg) no-repeat 6px 6px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  padding: 5px 12px 5px 40px;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 10px;
}
#directors .director-item .director-href .contact:hover,.people-item .director-href .contact:hover {
  text-decoration: none;
}
#directors .director-item .director-href .website,.people-item .director-href .website {
  background: #3776b9 url(../img/director-website.png) no-repeat 6px 6px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  padding: 5px 12px 5px 40px;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
#directors .director-item .director-href .website:hover,.people-item .director-href .website:hover {
  text-decoration: none;
}
#directors .director-item .position {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3777bb;
  line-height: 17px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

/********************************/
/* sidebar - your visit */
/********************************/
#sidebar-your-visit {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#sidebar-your-visit li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar-your-visit li a {
  background: #3777bb;
  display: block;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  padding: 15px 25px 16px 25px;
  border-top: 1px solid #2f659f;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#sidebar-your-visit li a.active, #sidebar-your-visit li a:hover {
  background: #2a5e96;
  text-decoration: none;
}

/********************************/
/* contet pages */
/********************************/
#contet-pages {
  padding: 28px 40px 35px 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #contet-pages {
    padding: 28px 15px 35px 15px;
  }
}
#contet-pages img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #contet-pages img {
    display: block;
  }
}
#contet-pages h1, #contet-pages h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #282d33;
}

#contet-pages h2{
  font-size:23px;
}
#contet-pages .table-block {
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
}
#contet-pages .table-block .col-sm-6, #contet-pages .table-block .col-sm-6 strong {
  padding: 0;
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 22px;
  color: #3a4048;
  line-height: 36px;
}
#contet-pages .table-block .img-block {
  text-align: left;
}
#contet-pages .table-block .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  height: 222px;
  padding: 0 15px;
}
#contet-pages .top-right {
  float: right;
  margin: -17px 0 20px 20px;
}
#contet-pages .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#contet-pages .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************/
/* contact us */
/********************************/
#contact-us {
  padding: 33px 36px 40px 36px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #contact-us {
    padding: 33px 15px 40px 15px;
  }
}
#contact-us h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px;
}
#contact-us .status {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8e8e8e;
  line-height: 18px;
  margin-bottom: 40px;
}
#contact-us form label {
  display: block;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #282d33;
  margin-bottom: 15px;
}
#contact-us form .input_f input, #contact-us form textarea {
  color: #282d33;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  padding: 11px 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 24px;
  min-width: 364px;
}
@media (max-width: 768px) {
  #contact-us form .input_f input, #contact-us form textarea {
    min-width: 100%;
    width: 100%;
  }
}
#contact-us form textarea {
  min-width: 524px;
}
@media (max-width: 768px) {
  #contact-us form textarea {
    min-width: 100%;
    width: 100%;
  }
}
#contact-us form .submit-send button,
#contact-us form .submit-send input[type="submit"] {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 30px;
  min-width: 104px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background: #6fbe53;
  text-align: center;
  margin-top: 17px;
}
#contact-us form .submit-send button:hover,
#contact-us form .submit-send input[type="submit"]:hover {
  background: #73c456;
}
#contact-us form span.wpcf7-not-valid-tip {
  color: red;
  border: none;
  width: auto;
  line-height: 20px;
  padding: 0 0 10px 0;
  min-width: 320px;
  font-size: 14px;
  margin-bottom: 24px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  #contact-us form span.wpcf7-not-valid-tip {
    min-width: 100%;
  }
}
#contact-us form div.wpcf7-validation-errors,
#contact-us form div.wpcf7-mail-sent-ok {
  border: none;
}
#contact-us form div.wpcf7-response-output {
  margin: 20px 0;
  padding: 0;
  color: #8e8e8e;
  line-height: 20px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}

#individual-program {
  padding-left: 54px;
}
@media (max-width: 768px) {
  #individual-program {
    padding-left: 15px;
  }
}

/********************************/
/* footer*/
/********************************/
#footer {
  background: #282d33;
  padding: 57px 20px 50px 20px;
}
#footer .pl20 {
  padding-left: 20px;
}
@media (max-width: 768px) {
  #footer .pl20 {
    padding-left: 0;
  }
}
#footer .wp39 {
  width: 39%;
}
#footer .wp44 {
  width: 44%;
}
#footer .wp46 {
  width: 46%;
}
#footer .wp22 {
  width: 22%;
}
#footer .wp24 {
  width: 24%;
}
#footer .wp15 {
  width: 15%;
}
#footer h4, #footer a {
  color: #fff;
  font-family: 'rockwellregular',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 29px;
  text-decoration: none;
}
#footer ul {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0 0 19px 0;
}
#footer ul li {
  padding: 0;
  margin: 0 0 8px 0;
}
#footer ul a {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6d757f;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 15px 6px 0;
  text-decoration: none;
}
#footer ul a:hover {
  text-decoration: none;
}
@media (max-width: 950px) {
  #footer .wp39, #footer .wp44, #footer .wp46, #footer .wp22, #footer .wp15, #footer .wp24 {
    width: 100%;
  }
}
#footer #footer-bottom {
  margin-top: 15px;
}
#footer #footer-bottom .left a, #footer #footer-bottom .left span {
  margin: 5px 30px 5px 0;
  color: #6d757f;
  font-size: 11px;
  line-height: 57px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
#footer #footer-bottom #facebook-footer {
  margin: 15px 0 0 10px;
}
@media (max-width: 500px) {
  #footer #footer-bottom #facebook-footer {
    float: left;
    width: 100%;
  }
}

/********************************/
/* standard style */
/********************************/
.content {
  max-width: 1170px;
  margin: 0 auto;
}
.content.w1200 {
  max-width: 1200px;
}
.content.w1085 {
  max-width: 1085px;
}

.stand-mar {
  margin: 37px 0 40px 0;
}

.content-w-block {
  background: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(223, 223, 223, 0.3);
}

.box-shadow {
  background: #fff;
  border: 1px solid #dfdfdf;
}
.box-shadow:hover {
  -webkit-box-shadow: 0px 1px 1px 2px rgba(223, 223, 223, 0.3);
  box-shadow: 0px 1px 1px 2px rgba(223, 223, 223, 0.3);
}

.standard-block {
  padding: 28px 40px 35px 38px;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .standard-block {
    padding: 28px 15px 20px 15px;
  }
}
.standard-block h2 {
  font-family: 'rockwellbold',sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #282d33;
  line-height: 30px;
  margin-bottom: 30px;
}
.standard-block img {
  max-width: 100%;
  height: auto;
}
.standard-block .col-sm-8 {
  padding: 0;
}
.standard-block .col-sm-12 {
  padding: 0;
}
.standard-block .col-sm-4 {
  padding: 0 0 0 30px;
  text-align: right;
}
@media (max-width: 768px) {
  .standard-block .col-sm-4 {
    text-align: center;
    padding: 0;
  }
}
.standard-block .col-sm-4.nonep {
  text-align: center;
}
.standard-block .col-sm-4 .pdf {
  color: #6fbe53;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-top: 25px;
}
.standard-block .thumb {
  margin-top: 40px;
}
.standard-block ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.standard-block li {
  /*padding: 9px 0 9px 32px;*/
  padding: 9px 0 9px 20px;
  /*background: url(../img/li.png) no-repeat 0 14px;*/
  background: url(../img/li.png) no-repeat 0 17px;
  list-style: none;
}
.standard-block.prepose-a-program {
  margin-top: 13px;
}

.des {
  color: #3a4048;
  font-size: 14px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.des p, .des div, .des span, .des a,span.loadmoretrigger {
  color: #3a4048;
  font-size: 14px;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.des a:hover {
  text-decoration: underline;
}
.des h3 {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3a4048;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.des h4 {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3a4048;
  line-height: 18px;
  margin-bottom: 10px;
}

.des h5 {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3a4048;
  line-height: 18px;
}

.des h6 {
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #3a4048;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.des a,span.loadmoretrigger {
  color: #3777bb;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}

span.loadmoretrigger{
  text-decoration:none;
  cursor:pointer;
}

.des img {
  max-width: 100%;
}
.des p {
  margin-bottom: 20px;
}

/********************************/
/* mobile navigation */
/********************************/
#mobile-nav {
  display: none;
}
#mobile-nav .navbar-header {
  background: none;
}
#mobile-nav .navbar-default .navbar-toggle .icon-bar {
  background-color: #3777bb;
}
#mobile-nav .navbar-default .navbar-toggle {
  border-color: #3777bb;
}
#mobile-nav .navbar-default .navbar-toggle:hover,
#mobile-nav .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
#mobile-nav .navbar-toggle {
  margin-top: 26px;
}
#mobile-nav .navbar-nav > li > a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
  background: #3777bb;
  text-align: center;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#mobile-nav .navbar-default .navbar-nav > li > a,
#mobile-nav .navbar-default .navbar-nav > li > a:hover,
#mobile-nav .navbar-default .navbar-nav > li > a:focus {
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mobile-nav .navbar-nav .open .dropdown-menu {
  position: relative;
  text-align: center;
}
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  background: #6fbe53;
  line-height: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
}
#mobile-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
#mobile-nav .nav .open > a, #mobile-nav .nav .open > a:hover, #mobile-nav .nav .open > a:focus {
  border-color: transparent;
}
#mobile-nav .navbar-default .navbar-nav > .open > a, #mobile-nav .navbar-default .navbar-nav > .open > a:hover, #mobile-nav .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
}
#mobile-nav .navbar-default .navbar-nav > li > a:hover, #mobile-nav .navbar-default .navbar-nav > li > a:focus {
  background-color: #3777bb;
  color: #fff;
}
#mobile-nav .navbar-default .navbar-nav > .open > a, #mobile-nav .navbar-default .navbar-nav > .open > a:hover, #mobile-nav .navbar-default .navbar-nav > .open > a:focus {
  background-color: #3777bb;
}
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #6fbe53;
}
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #6fbe53;
}
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
#mobile-nav .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #fff;
  background-color: #6fbe53;
}
#mobile-nav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#mobile-nav .navbar-collapse {
  border: none;
  box-shadow: 0;
  max-height: 1500px;
}
#mobile-nav .navbar-collapse.in {
  overflow: visible;
}
#mobile-nav .navbar {
  margin-bottom: 0;
  border: 0;
}
#mobile-nav #nav {
  display: none;
}
@media (max-width: 920px) {
  #mobile-nav {
    display: block;
  }
  #mobile-nav .navbar-collapse {
    padding: 0px;
  }
  #mobile-nav .navbar-collapse.collapse {
    display: block !important;
    height: 0px !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }
  #mobile-nav .navbar-header {
    float: none;
  }
  #mobile-nav .navbar-nav {
    float: none;
    margin: 0;
  }
  #mobile-nav .navbar-nav > li {
    float: none;
  }
  #mobile-nav .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mobile-nav .navbar-toggle {
    display: block;
  }
  #mobile-nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}

.newsandresearchimage{
  display:block;
  margin: 21px 33px !important;
  text-align:center;
}

.newsandresearchimage > img{
  display:inline-block !important;
  float:none !important;
  margin:0 !important;
  width:194px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 60px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 60px;
}

a img.alignnone {
  margin: 5px 2px 20px 0;
  max-width: 100%;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 60px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 60px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  /*color: #6fbe53;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-top: 25px;*/
  font-size:14px;
  margin:10px 0;
  display:block;
  /*font-style:italic;*/
}

table.aspx_registration_fees,
.des table,
.content-w-block table{
  border:1;
  width:100%;
  border:1px solid #ebebeb;
}

table.aspx_registration_fees th,
.des table th,
.content-w-block table th{
  background-color:#3777bb;
  font-size:13px;
  color:#FFF;
  text-transform:uppercase;
  border-top:1px solid #306dad;
  border-bottom:1px solid #306dad;
  border-right:1px solid #306dad;
}

table.aspx_registration_fees th:first-child,
.des table th,
.content-w-block table th{
  border-left:1px solid #306dad;
}

table.aspx_registration_fees th,
table.aspx_registration_fees td,
.des table th,
.des table td,
.content-w-block table th,
.content-w-block table td{
  padding: 14px 20px;
}

table.aspx_registration_fees td:first-child,
.des table td:first-child,
.content-w-block table td:first-child{
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
}

.osc-res-tab .nav-tabs>li>a{
  border-radius:0!important;
}

.sh-hide > a > span{
  color: #3777bb;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sh-show{
  display:none;
}

/*input.gsc-input {
  font-size:12px!important;
}
.gsst_a{
  padding-top:6px!important;
}
*/
@-moz-document url-prefix() {
    
    .gsib_a{
      padding:0!Impo
    }
    .gsib_a > input{
      height:14px!important;
    }
}

