/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active {
  outline: none;
}

/* END RESET */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #header .buttons {
    margin-right: 10px;
  }
}
.clear {
  clear: both;
}

body {
  background-color: #f4f5f5;
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
@media (min-width: 960px) and (max-width: 1400px) {
  body > * {
    font-size: 0.86em;
  }
}
@media (min-width: 766px) and (max-width: 960px) {
  body > * {
    font-size: 0.71em;
  }
}

#page-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}

#page-wrap > .row > .container {
  padding-left: 0;
  padding-right: 0;
  background: white;
}

@media (max-width: 766px) {
  .container {
    max-width: 480px;
  }
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #58585a;
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.14em;
}

h5 {
  font-size: 0.85em;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: black;
  text-decoration: none;
}

p {
  padding-bottom: 0.71em;
}

.orangeBg {
  background-color: #e75402;
  color: #FFF;
}

.blueBg {
  background-color: #3b6daf;
  color: #FFF;
}

.greyBg {
  background-color: #58585a;
  color: #FFF;
}

.orangeTxt {
  color: #e75402;
}

.blueTxt {
  color: #3b6daf;
}

.btn, .wp-pagenavi .nextpostslink {
  padding: 0.6em 1.1em;
  font-size: 1em;
}
@media (min-width: 766px) and (max-width: 960px) {
  .btn, .wp-pagenavi .nextpostslink {
    padding: 0.5em 15px;
  }
}
@media (max-width: 766px) {
  .btn, .wp-pagenavi .nextpostslink {
    font-size: 0.86em;
    padding: 8px 15px;
  }
}

.btn-primary, .wp-pagenavi .nextpostslink {
  background-color: #f4a700;
  border: none;
  color: white !important;
}
.btn-primary:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #e5a10e;
}

/* SEARCH EXPANDABLE */
form.search-container {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
form.search-container:focus {
  outline: none;
}

input[type=text].s {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.search-box, .s {
  display: inline;
  width: 200px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border: none;
  cursor: pointer;
  background: #f4f5f5;
  color: #333;
  padding-left: 18px;
  padding-right: 36px;
}
@media (max-width: 1400px) {
  .search-box, .s {
    width: 160px;
  }
}
@media (max-width: 960px) {
  .search-box, .s {
    width: 130px;
  }
}
.search-box + label .search-icon, .s + label .search-icon {
  color: white;
  font-size: 13px;
  background-color: #f4a700;
  width: 36px;
  height: 36px;
  line-height: 32px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  text-align: center;
}
.search-box:focus, .s:focus {
  outline: none;
}
.search-box:hover, .s:hover {
  color: #333;
  background: #f0f0f0;
}
.search-box:hover + label .search-icon, .s:hover + label .search-icon {
  color: white;
}

@media (max-width: 766px) {
  .search_results_list form.search-container {
    float: none !important;
    margin-top: 30px !important;
    margin-left: -8px;
    display: block;
  }
  .search_results_list form.search-container input[type=text].s {
    width: 100%;
  }
}

@media (max-width: 766px) {
  #header form {
    /*&:not(:focus) {    
      text-indent:5000px;   background: $label-color; color: white; width: $label-width;
      padding-left: 0; padding-right: 0;
      & + label .search-icon { background-color: $label-color; left: 0;} 
    } // for more-graceful falling back (:not browsers likely support indent)
    
    &:focus {
      transition: width $tl cubic-bezier(0,1.22,.66,1.39), border-radius $tl, background $tl;
      border: none;outline: none;
      box-shadow: none;
      padding-left: 15px;
      cursor: text;
      width: $search-width-sm;
      border-radius: auto;
      background: #f4f5f5;
      color: black;
      & + label .search-icon {    
        color: white; background: $highlight_yellow; @include border-radius(50%); 
        //left: -42px; top:2px;    
      }
    }*/
  }
  #header form .search-box, #header form .s {
    width: 36px;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    margin-right: -3px;
  }
  #header form.active .search-box, #header form.active .s {
    width: 130px;
  }
}
/*
#searchsubmit, #search-submit {
  position: relative; left: 5000px;
}

.search-icon{
  position: absolute; top: 0; right: 0; //VRS
  //position: relative;
  //left: -32px;
  color: white;
  cursor: pointer;
}
*/
.article_text p {
  margin: 1em 0;
}

.navigation {
  font-size: 0.857em;
  padding: 20px 15px 35px;
}

#breadcrumbs {
  color: #b7bebe;
}
#breadcrumbs a {
  color: #f4a700;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .extend, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  font-weight: normal;
  line-height: 1.42857;
  color: white;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-pagenavi .nextpostslink:hover {
  border-color: transparent;
}

/* For all article pages - Reports and team member pages */
.article_content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.286em;
  font-weight: 700;
  color: #58585a;
}
.article_content .author {
  color: #b7bebe;
}
.article_content .author .person {
  color: #f4a700;
}

.full_text {
  font-size: 1.143em;
  line-height: 1.571em;
  color: #6f7d7d;
}
.full_text p {
  margin: 0.8em 0;
}
.full_text ol, .full_text ul {
  margin: 0.8em 43px;
}
.full_text ol {
  list-style: decimal;
}
.full_text ul {
  list-style: disc;
}
.full_text a {
  color: #f4a700;
  font-weight: bold;
  /*font-style: italic;*/
}
.full_text a:hover {
  color: #e5a10e;
}

/* ADDITIONAL % FOR BOOTSTRAP */
@media (min-width: 1400px) {
  .col-lg-fifth {
    width: 20%;
  }
}

@media (min-width: 960px) {
  .col-md-fifth {
    width: 20%;
  }
}

input[type=text] {
  border-radius: 4px;
  line-height: 1.42857;
  border: 0 !important;
  padding: 0.6em 1.1em;
  font-size: 1em;
}

.img-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.goog-te-gadget-simple {
  border: none !important;
  background: transparent !important;
  color: #333 !important;
}
.goog-te-gadget-simple:hover {
  color: #f4a700 !important;
}

.goog-te-menu-frame {
  margin-top: 10px !important;
  box-shadow: #c8c8c8 0px 3px 8px 2px;
  border: 1px solid #cccccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  z-index: 12;
  background: #fff;
}

.error404 .container {
  padding: 87px 170px 129px !important;
  text-align: center;
}
.error404 .container p {
  margin: 1em 0;
}
@media (max-width: 766px) {
  .error404 .container {
    padding: 70px !important;
  }
}

#programs .container {
  padding: 20px 15px;
}

#stay_in_touch .container, #programs .container {
  background-color: #f4f5f5 !important;
  color: #6f7d7d;
  border-top: 2px solid #fff;
}
#stay_in_touch .stay_in_touch_title, #programs .stay_in_touch_title {
  text-transform: uppercase;
  font-weight: bold;
}

#stay_in_touch .newsletter_signup {
  border-right: 2px solid #fff;
  padding: 20px 56px 30px;
}
@media (max-width: 1400px) {
  #stay_in_touch .newsletter_signup {
    padding: 20px 15px 30px;
  }
}
@media (max-width: 766px) {
  #stay_in_touch .newsletter_signup {
    border-right: 0;
    padding-bottom: 10px;
  }
}
#stay_in_touch .newsletter_signup input[type=text] {
  width: 75%;
  margin-right: 10px;
}
@media (max-width: 766px) {
  #stay_in_touch .newsletter_signup input[type=text] {
    width: 65%;
  }
}
#stay_in_touch .newsletter_signup .misc {
  font-size: 0.8em;
  margin: -5px 0 10px;
  font-style: italic;
}
#stay_in_touch .social_media_links {
  padding: 20px 70px;
}
@media (max-width: 766px) {
  #stay_in_touch .social_media_links {
    margin-top: 20px;
    padding: 20px 15px 28px;
    border-top: 2px solid #fff;
  }
}
@media (min-width: 766px) and (max-width: 1400px) {
  #stay_in_touch .social_media_links {
    padding: 20px 40px;
  }
}
#stay_in_touch .soc_ico {
  display: inline-block;
  width: 18%;
  font-size: 20px;
  line-height: 32px;
  max-width: 80px;
}
#stay_in_touch .soc_ico a {
  background-color: #888;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
}
#stay_in_touch .soc_ico a:hover {
  color: #fff;
}
#stay_in_touch .soc_ico.facebook a:hover {
  background-color: #3b5998;
}
#stay_in_touch .soc_ico.pinterest a:hover {
  background-color: #cb2028;
}
#stay_in_touch .soc_ico.twitter a:hover {
  background-color: #55acee;
}
#stay_in_touch .soc_ico.gplus a:hover {
  background-color: #cb4437;
}
#stay_in_touch .soc_ico.youtube a:hover {
  background-color: #cc181e;
}

#programs .our_prog_title {
  text-align: center;
  padding-top: 0.8em;
}
@media (max-width: 1400px) {
  #programs .our_prog_title {
    float: none;
    width: 100%;
    text-align: left;
    padding-bottom: 0.8em;
    padding-top: 0;
  }
}
@media (max-width: 1400px) {
  #programs .program {
    width: 20%;
  }
}
@media (max-width: 766px) {
  #programs .program {
    width: 50%;
  }
}

#footer {
  background: white !important;
  color: #b7bebe;
  line-height: 1.6em;
}
#footer a {
  color: #b7bebe;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .container {
  padding: 30px 0px;
}
@media (max-width: 1400px) {
  #footer .container {
    padding: 30px 50px;
  }
}
@media (max-width: 960px) {
  #footer .container {
    padding: 25px 40px;
  }
}
@media (max-width: 766px) {
  #footer .container {
    padding: 35px 30px;
  }
}
#footer .footer_logo {
  text-align: right;
}
#footer .footer_logo img {
  display: inline !important;
}
@media (max-width: 766px) {
  #footer .footer_logo {
    padding-top: 18px;
    text-align: left;
    margin-left: -15px;
  }
}
#footer ul.legal li {
  display: inline-block;
  padding-right: 5px;
}
#footer ul.legal li:before {
  content: "|";
  padding-right: 5px;
}
#footer ul.legal li:first-child {
  padding-left: 0px;
}
#footer ul.legal li:first-child:before {
  content: "";
  padding-right: 0;
}

#header {
  background: white;
}
#header .show_menus {
  display: none;
}
@media (max-width: 766px) {
  #header .show_menus {
    display: block;
    margin-right: 8px;
  }
}
#header .container {
  position: relative;
}
#header .logo {
  padding: 27px 60px 27px 40px;
  display: inline-block;
  float: left;
}
@media (max-width: 1400px) {
  #header .logo {
    padding: 22px 30px 22px 20px;
  }
}
@media (max-width: 960px) {
  #header .logo {
    padding: 27px 19px 14px 17px;
  }
}
@media (max-width: 1400px) {
  #header .logo img {
    width: 120px;
  }
}
@media (max-width: 960px) {
  #header .logo img {
    width: 95px;
  }
}
@media (max-width: 766px) {
  #header .logo img {
    width: 70px;
  }
}
#header .main_menu {
  font-family: "Roboto", sans-serif;
  font-size: 1.14em;
  margin-left: -30px;
  position: static;
  /*
  
  li.menu-item-has-children a {cursor: default; 
  	&:hover {color: lighten( $grey_bg, 30% );}
  }*/
}
#header .main_menu a {
  color: #58585a;
}
#header .main_menu > div > ul > li > ul, #header .main_menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: auto;
  width: 100%;
  background: #fff;
}
#header .main_menu > div > ul > li > ul > li > ul > li > a, #header .main_menu > ul > li > ul > li > ul > li > a {
  padding-left: 35px !important;
  background: url(images/dot.png) 22px 1em no-repeat;
}
#header .main_menu > div > ul > li:hover > ul, #header .main_menu > ul > li:hover > ul {
  display: block;
}
#header .main_menu ul#menu-main-menu > li {
  position: relative;
}
#header .main_menu ul#menu-main-menu > li:hover > ul {
  display: block;
  width: 300px;
  bottom: auto;
  background: #e9ebeb;
  padding: 10px 0 20px;
}
#header .main_menu ul#menu-main-menu > li > ul li {
  display: block;
  float: none;
}
#header .main_menu ul#menu-main-menu > li > ul li a {
  padding: 5px 20px;
  width: 100%;
}
@media (min-width: 766px) {
  #header .main_menu ul#menu-main-menu > li > ul li a:hover {
    background-color: #f4a700;
    color: #fff;
  }
}
#header .main_menu li.menu-item-has-children a {
  cursor: default;
}
#header .main_menu li.menu-item-has-children:hover a {
  color: #a4a4a7;
}
#header .main_menu li.menu-item-has-children:hover .sub-menu a {
  color: #58585a;
}
#header .main_menu li {
  display: inline-block;
  color: #58585a;
}
#header .main_menu li a {
  padding: 50px 20px;
  display: inline-block;
}
@media (max-width: 1400px) {
  #header .main_menu li a {
    padding: 41px 12px;
  }
}
@media (max-width: 960px) {
  #header .main_menu li a {
    padding: 41px 6px;
  }
}
@media (max-width: 766px) {
  #header .main_menu li a {
    padding: 10px 20px;
  }
}
@media (max-width: 766px) {
  #header .main_menu li {
    display: block !important;
  }
  #header .main_menu li.hidden {
    display: none !important;
  }
}
@media (min-width: 766px) {
  #header .main_menu li:hover, #header .main_menu li .active {
    background: #e9ebeb;
  }
}
#header .main_menu .btn, #header .main_menu .wp-pagenavi .nextpostslink, .wp-pagenavi #header .main_menu .nextpostslink {
  color: white !important;
  margin-left: 30px;
}
#header .main_menu ul.resources {
  background: #e9ebeb;
}
@media (max-width: 1400px) {
  #header .main_menu ul.resources {
    padding-bottom: 35px;
  }
}
#header .main_menu ul.resources li {
  padding: 35px 20px;
}
@media (max-width: 960px) {
  #header .main_menu ul.resources li {
    padding: 35px 20px 0;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #header .main_menu ul.resources li {
    padding: 10px 6px 0;
  }
}
#header .main_menu ul.resources li a {
  padding: 0;
  cursor: pointer;
}
#header .main_menu ul.resources li:hover, #header .main_menu ul.resources li .active {
  background: transparent;
}
#header .main_menu ul.resources li .resource-item .header {
  background-color: #b7bebe;
  color: #FFF;
  padding: 10px 13px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -khtml-border-bottom-right-radius: 0;
  -khtml-border-bottom-left-radius: 0;
}
#header .main_menu ul.resources li .resource-item .header .audience {
  text-transform: uppercase;
}
@media (max-width: 766px) {
  #header .main_menu ul.resources li .resource-item .header .audience {
    font-size: 0.8em;
    text-transform: none;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #header .main_menu ul.resources li .resource-item .header .audience {
    font-size: 0.8em;
  }
}
#header .main_menu ul.resources li .resource-item .header .audience_icon {
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (min-width: 960px) and (max-width: 1400px) {
  #header .main_menu ul.resources li .resource-item .header .audience_icon {
    max-width: 20px;
  }
}
#header .main_menu ul.resources li .resource-item .content {
  background: #fff;
  border: 2px solid #fff;
  padding: 20px 30px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -khtml-border-top-left-radius: 0;
  -khtml-border-top-right-radius: 0;
  -khtml-border-bottom-right-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  font-size: 0.857em;
}
#header .main_menu ul.resources li .resource-item .content a {
  padding: 0;
}
@media (min-width: 960px) and (max-width: 1400px) {
  #header .main_menu ul.resources li .resource-item .content {
    padding: 15px;
  }
}
#header .main_menu ul.resources li .resource-item:hover .header {
  background-color: #f4a700;
}
#header .main_menu ul.resources li .resource-item:hover .content {
  border-color: #f4a700;
  border-top-color: #fff;
}
#header .main_menu .menu_ul {
  float: left;
}
@media (max-width: 766px) {
  #header .main_menu {
    display: none;
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
  }
  #header .main_menu a {
    width: 100%;
  }
  #header .main_menu .menu_ul {
    float: none;
  }
  #header .main_menu .menu_ul > li {
    background-color: #fff !important;
  }
  #header .main_menu .menu_ul > li.menu-item-has-children > a:before {
    content: "+";
    font-size: 1.2em;
    margin-right: 0.5em;
  }
  #header .main_menu .menu_ul > li.menu-item-has-children.opened > a:before {
    content: "-" !important;
  }
  #header .main_menu .menu_ul > li.opened {
    background-color: #f4f5f5 !important;
  }
  #header .main_menu .menu_ul > li > ul, #header .main_menu .menu_ul > li > ul li, #header .main_menu .menu_ul > li > ul ul {
    background-color: #b7bebe !important;
  }
  #header .main_menu .menu_ul a:hover {
    background-color: #f4a700;
  }
  #header .main_menu .menu_ul a:active, #header .main_menu .menu_ul a:focus {
    text-decoration: none;
  }
  #header .main_menu > div > ul > li:hover > ul,
  #header .main_menu > ul > li:hover > ul,
  #header .main_menu ul#menu-main-menu > li:hover > ul {
    display: none;
    padding: 0;
    width: 100%;
  }
  #header .main_menu ul ul {
    position: relative !important;
    left: auto;
  }
  #header .main_menu ul.resources li {
    padding: 0;
  }
  #header .main_menu ul.resources .resource-item {
    height: 50px;
  }
  #header .main_menu ul.resources .resource-item .header {
    background-color: transparent !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    float: left;
  }
  #header .main_menu ul.resources .resource-item .content {
    padding: 0 !important;
    height: 50px !important;
    float: right;
    padding-right: 10px;
    border: none !important;
    background: transparent !important;
  }
  #header .main_menu ul.resources .resource-item .content img {
    max-height: 45px;
    margin-top: 10px;
  }
}
@media (max-width: 766px) and (max-width: 766px) {
  #header .main_menu ul.resources .resource-item .content img {
    float: right;
    margin-right: 15px;
  }
}
@media (max-width: 766px) {
  #header .main_menu ul.resources .resource-item .full_text {
    display: none;
  }
  #header .main_menu ul.resources .resource-item:hover .content {
    border: none;
  }
}
@media (max-width: 766px) {
  #header .main_menu {
    display: none;
  }
}
@media (max-width: 766px) {
  #header .main_menu .menu_ul {
    float: none;
  }
}
#header .main_menu .sub-menu a {
  cursor: pointer !important;
}
#header .buttons {
  position: absolute;
  right: 0;
  top: 30px;
}
#header .buttons .menu-toggle {
  display: none;
  float: right;
}
@media (max-width: 766px) {
  #header .buttons .menu-toggle {
    display: block;
  }
}
#header .buttons .modal_share {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  right: -11px;
  top: -11px;
  padding: 55px 20px 20px;
  width: 240px;
  z-index: 12;
  -webkit-box-shadow: rgba(51, 51, 51, 0.75) 0px 0px 37px 7px;
  -moz-box-shadow: rgba(51, 51, 51, 0.75) 0px 0px 37px 7px;
  box-shadow: rgba(51, 51, 51, 0.75) 0px 0px 37px 7px;
}
#header .buttons .modal_share i {
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 18px;
  margin-right: 10px;
}
#header .buttons .modal_share a {
  display: block;
  padding: 7px 15px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #fff;
  font-size: 0.9em;
}
#header .buttons .modal_share a .sr-only {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  clip: none;
}
#header .buttons .modal_share a:hover {
  background-color: #e8e8e8;
}
#header .buttons .modal_share .facebook i {
  background-color: #3b5998;
}
#header .buttons .modal_share .pinterest i {
  background-color: #cb2028;
}
#header .buttons .modal_share .twitter i {
  background-color: #55acee;
}
#header .buttons .modal_share .gplus i {
  background-color: #cb4437;
}
#header .buttons .modal_share .youtube i {
  background-color: #cc181e;
}
@media (max-width: 766px) {
  #header .buttons .modal_share {
    display: none !important;
  }
}
#header .search-container, #header .share-icon {
  display: inline;
  float: right;
}
@media (min-width: 1400px) {
  #header .search-container, #header .share-icon {
    margin-top: 13px;
  }
}
@media (max-width: 766px) {
  #header .search-container, #header .share-icon {
    margin-right: 20px;
  }
}
#header .share-icon {
  margin-left: 5px;
  position: relative;
  z-index: 15;
}
#header .share-icon:hover, #header .share-icon.open {
  background-color: #f4a700;
  color: #fff;
}
@media (max-width: 766px) {
  #header .share-icon {
    display: none;
  }
}

.search-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
  border: 0;
}
@media (max-width: 766px) {
  .search-icon {
    right: 0px;
  }
}

.share-icon {
  font-size: 22px;
  background-color: #b7bebe;
  line-height: 36px !important;
}

.round-icon {
  font-size: 13px;
  height: 36px;
  width: 36px;
  line-height: 20px;
  background: #b7bebe;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border: none;
  text-align: center;
  color: white;
}

/* SELECTRIC STYLES */
/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 200px;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #ffffff;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 6px 0;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 0 6px 0 12px;
  font-size: 12px;
  line-height: 18px;
  color: #58585a;
  min-height: 18px;
  text-align: left;
  font-weight: normal;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 20px;
  margin-top: 5px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  border-left: 1px solid #ccc;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectricHover .selectric {
  border-color: #CCC;
}

.selectricHover .selectric .button {
  color: #888;
}

.selectricHover .selectric .button:after {
  border-top-color: #888;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}

.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}

.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* GOOGLE TRANSLATE */
#google_translate_element {
  display: inline-block;
}

.goog-te-gadget-simple {
  border: none;
  background-color: transparent;
}
.goog-te-gadget-simple > span {
  display: none;
}

#video-slider .img-video {
  width: 100%;
  height: auto;
}
@media (max-width: 450px) {
  #video-slider video, #video-slider .img-video {
    height: 204px !important;
    width: auto !important;
  }
}
#video-slider .video-slider-container {
  position: relative;
  margin-bottom: -4px;
  overflow: hidden;
}
#video-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#video-slider .overlay .carousel-caption {
  text-align: left;
  /*left: 55%; right: 5%; bottom: 180px;*/
  text-shadow: none !important;
  /*@media (max-width: $lg-cut) {bottom: 95px;}
  @media (max-width: $md-cut) {bottom: 75px;}*/
}
#video-slider .overlay .carousel-caption.right {
  left: 55%;
  right: 5%;
}
#video-slider .overlay .carousel-caption.center {
  text-align: center !important;
  left: 20%;
  right: 20%;
}
#video-slider .overlay .carousel-caption.left {
  text-align: lefth2;
  left: 5%;
  right: 55%;
}
#video-slider .overlay .carousel-caption.top {
  top: 2%;
}
#video-slider .overlay .carousel-caption.middle {
  bottom: 150px;
}
@media (min-width: 960px) and (max-width: 1400px) {
  #video-slider .overlay .carousel-caption.middle {
    bottom: 95px;
  }
}
@media (min-width: 766px) and (max-width: 960px) {
  #video-slider .overlay .carousel-caption.middle {
    bottom: 66px;
  }
}
#video-slider .overlay .carousel-caption.bottom {
  bottom: 3%;
}
@media (max-width: 766px) {
  #video-slider .overlay .carousel-caption.right, #video-slider .overlay .carousel-caption.left, #video-slider .overlay .carousel-caption.center {
    left: 0;
    right: 0;
  }
  #video-slider .overlay .carousel-caption.top, #video-slider .overlay .carousel-caption.middle, #video-slider .overlay .carousel-caption.bottom {
    bottom: 0;
    top: auto;
  }
}
#video-slider .overlay .carousel-caption h1 {
  font-size: 4.57em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #58585a;
  padding-bottom: 20px;
}
#video-slider .overlay .carousel-caption h1.text_size_small {
  font-size: 3.656em;
}
#video-slider .overlay .carousel-caption h1.text_size_big {
  font-size: 5.484em;
}
@media (max-width: 1400px) {
  #video-slider .overlay .carousel-caption h1 {
    font-size: 3.5em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_small {
    font-size: 2.8em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_big {
    font-size: 4.2em;
  }
}
@media (max-width: 960px) {
  #video-slider .overlay .carousel-caption h1 {
    font-size: 3.3em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_small {
    font-size: 2.64em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_big {
    font-size: 3.96em;
  }
}
@media (max-width: 766px) {
  #video-slider .overlay .carousel-caption h1 {
    font-size: 2em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_small {
    font-size: 1.6em;
  }
  #video-slider .overlay .carousel-caption h1.text_size_big {
    font-size: 2.4em;
  }
}
@media (max-width: 766px) {
  #video-slider .overlay .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 50px 15px 15px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.84)), color-stop(41%, rgba(255, 255, 255, 0.88)), color-stop(85%, white), color-stop(90%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
}

#home_slider {
  text-shadow: none !important;
}
@media (max-width: 766px) {
  #home_slider .carousel-indicators {
    display: none;
  }
}
#home_slider .carousel-caption {
  text-align: left;
  left: 55%;
  right: 5%;
  bottom: 180px;
  text-shadow: none !important;
}
#home_slider .carousel-caption h1 {
  font-size: 4.57em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #58585a;
  padding-bottom: 20px;
}
#home_slider .carousel-caption h1.text_size_small {
  font-size: 3.656em;
}
#home_slider .carousel-caption h1.text_size_big {
  font-size: 5.484em;
}
@media (max-width: 1400px) {
  #home_slider .carousel-caption h1 {
    font-size: 3.5em;
  }
  #home_slider .carousel-caption h1.text_size_small {
    font-size: 2.8em;
  }
  #home_slider .carousel-caption h1.text_size_big {
    font-size: 4.2em;
  }
}
@media (max-width: 960px) {
  #home_slider .carousel-caption h1 {
    font-size: 3.3em;
  }
  #home_slider .carousel-caption h1.text_size_small {
    font-size: 2.64em;
  }
  #home_slider .carousel-caption h1.text_size_big {
    font-size: 3.96em;
  }
}
@media (max-width: 766px) {
  #home_slider .carousel-caption h1 {
    font-size: 2em;
  }
  #home_slider .carousel-caption h1.text_size_small {
    font-size: 1.6em;
  }
  #home_slider .carousel-caption h1.text_size_big {
    font-size: 2.4em;
  }
}
@media (max-width: 1400px) {
  #home_slider .carousel-caption {
    bottom: 95px;
  }
}
@media (max-width: 960px) {
  #home_slider .carousel-caption {
    bottom: 75px;
  }
}
@media (max-width: 766px) {
  #home_slider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 50px 15px 15px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.84)), color-stop(41%, rgba(255, 255, 255, 0.88)), color-stop(85%, white), color-stop(90%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 39%, rgba(255, 255, 255, 0.88) 41%, white 85%, white 90%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
}
#home_slider .carousel-control {
  color: #b7bebe;
  z-index: 11;
}
@media (max-width: 766px) {
  #home_slider .carousel-control {
    width: 40px;
    height: 100%;
    top: 0;
  }
}
#home_slider .fa-chevron-right {
  border-radius: 98px 0 0 98px;
  padding-left: 18px;
}
#home_slider .fa-chevron-left {
  border-radius: 0 98px 98px 0;
  padding-right: 18px;
}
#home_slider .fa-chevron-left, #home_slider .fa-chevron-right {
  height: 98px;
  width: 49px;
  background: white;
  font-size: 30px;
  line-height: 94px;
  text-align: center;
}
#home_slider .fa-chevron-left:hover, #home_slider .fa-chevron-left:focus, #home_slider .fa-chevron-right:hover, #home_slider .fa-chevron-right:focus {
  background-color: #f4a700;
  color: white;
}
@media (max-width: 766px) {
  #home_slider .fa-chevron-left, #home_slider .fa-chevron-right {
    display: none;
  }
}
@media (max-width: 766px) {
  #home_slider .item {
    height: 320px;
    width: 100%;
    overflow: hidden;
  }
  #home_slider .item > img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
#home_slider .videoWrapper {
  position: relative;
  margin: auto;
  text-align: center;
  max-height: 600px;
  min-height: 320px;
}
#home_slider .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

#highlight_boxes {
  color: #fff;
  /* FLIPPER - from: http://davidwalsh.name/css-flip#ieflip */
}
#highlight_boxes p {
  padding-bottom: 0;
}
#highlight_boxes .flip-container {
  perspective: 1000;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  padding: 0 !important;
  /*&:hover .back {	@include transform(rotateY(0deg));}
  &:hover .front {  @include transform(rotateY(180deg));}*/
}
.ie #highlight_boxes .flip-container {
  transform-style: preserve-3d;
}
#highlight_boxes .flipper {
  transition: 0.6s;
  position: relative;
  height: 100%;
}
.safari #highlight_boxes .flipper {
  -webkit-transition: 0.6s;
}
.ie #highlight_boxes .flipper {
  transform-style: preserve-3d;
}
#highlight_boxes .front, #highlight_boxes .back {
  backface-visibility: hidden;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.3em 1.8em;
}
.safari #highlight_boxes .front, .safari #highlight_boxes .back {
  -webkit-transition: 0.6s;
  -webkit-backface-visibility: hidden;
}
.ie #highlight_boxes .front, .ie #highlight_boxes .back {
  transform-style: preserve-3d;
}
#highlight_boxes .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -sand-transform: rotateY(0deg);
}
#highlight_boxes .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -sand-transform: rotateY(-180deg);
}
#highlight_boxes .hover_effect180 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -sand-transform: rotateY(-180deg);
}
#highlight_boxes .hover_effect0 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg) !important;
  -sand-transform: rotateY(0deg);
}
#highlight_boxes .box {
  position: relative;
  color: #FFF;
  height: 350px;
  padding: 1.3em 1.8em;
}
#highlight_boxes .box .back, #highlight_boxes .box .front {
  background-position: bottom right;
  background-size: cover;
}
@media (min-width: 766px) and (max-width: 960px) {
  #highlight_boxes .box {
    height: 184px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #highlight_boxes .box {
    height: 232.5px;
  }
}
@media (max-width: 766px) {
  #highlight_boxes .box {
    min-height: 300px;
    height: auto;
  }
  #highlight_boxes .box.box_image {
    /*height: 400px;*/
  }
  #highlight_boxes .box.box_image .back, #highlight_boxes .box.box_image .front {
    background-position: bottom right;
  }
  #highlight_boxes .box .flipper {
    min-height: 300px;
  }
}
#highlight_boxes .box h2 {
  font-size: 2em;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}
@media (max-width: 1400px) {
  #highlight_boxes .box h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 960px) {
  #highlight_boxes .box h2 {
    font-size: 1.69em;
  }
}
@media (max-width: 766px) {
  #highlight_boxes .box h2 {
    font-size: 2em;
  }
}
#highlight_boxes .box .bottom_info {
  position: absolute;
  bottom: 1.3em;
  left: 1.8em;
}
#highlight_boxes .quote {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;
  padding: 15px 0 30px;
  padding: 0.5em 0 !important;
}
#highlight_boxes .quote span {
  /*font-family: $ft_quote; */
  font-size: 1.1em !important;
  opacity: 0.4;
}
#highlight_boxes .quote span.fa-quote-right {
  padding: 0px 0 0 4px;
  display: inline !important;
}
#highlight_boxes .quote span.fa-quote-left {
  padding-right: 5px;
}
@media (min-width: 1400px) {
  #highlight_boxes .quote {
    padding: 1em 0 !important;
  }
}
@media (max-width: 1400px) {
  #highlight_boxes .quote {
    font-size: 1.4em;
  }
}
@media (max-width: 960px) {
  #highlight_boxes .quote {
    font-size: 1.3em;
  }
}
@media (max-width: 766px) {
  #highlight_boxes .quote {
    font-size: 1.7em;
  }
}
#highlight_boxes .subphrase, #highlight_boxes .charge {
  font-style: italic !important;
}
#highlight_boxes .subphrase {
  text-align: center;
}
#highlight_boxes .box_expert {
  padding: 0;
}
#highlight_boxes .box_expert a.readmore {
  color: #f4a700;
}
#highlight_boxes .box_expert .expertBox {
  display: none;
}
#highlight_boxes .box_expert .expertBox.active {
  display: block;
}
#highlight_boxes .box_expert .expert {
  font-size: 1.14em;
  font-weight: bold;
  margin: 0.2em 0;
}
@media (min-width: 766px) and (max-width: 960px) {
  #highlight_boxes .box_expert .expert {
    font-size: 1.3em;
  }
}
#highlight_boxes .box_expert .img-expert {
  border: 4px solid #afb7b7;
  margin: 0 auto;
  max-width: 75%;
}
.safari #highlight_boxes .box_expert .img-expert {
  border: none;
}
@media (min-width: 766px) and (max-width: 1400px) {
  #highlight_boxes .box_expert .img-expert {
    width: 62%;
  }
}
@media (min-width: 450px) and (max-width: 766px) {
  #highlight_boxes .box_expert .img-expert {
    width: 42%;
  }
}
@media (min-width: 351px) and (max-width: 449px) {
  #highlight_boxes .box_expert .img-expert {
    width: 48%;
  }
}
@media (min-width: 275px) and (max-width: 350px) {
  #highlight_boxes .box_expert .img-expert {
    width: 60%;
  }
}
@media (max-width: 274px) {
  #highlight_boxes .box_expert .img-expert {
    max-width: 75%;
  }
}
#highlight_boxes .box_expert p.description {
  margin-top: 1em;
}
#highlight_boxes .twitter-share-button {
  font-size: 2em;
  position: absolute;
  top: 16px;
  right: 15px;
  color: #fff;
}
#highlight_boxes .twitter-share-button:hover {
  opacity: 0.6;
}
#highlight_boxes .source {
  line-height: 1.14em;
  opacity: 0.6;
}
#highlight_boxes .btn, #highlight_boxes .wp-pagenavi .nextpostslink, .wp-pagenavi #highlight_boxes .nextpostslink {
  margin-top: 1.5em;
}
#highlight_boxes .box_quote .card {
  display: none;
}
#highlight_boxes .box_quote .card.active {
  display: block;
}

.donate_tile {
  position: relative;
  color: #FFF;
  height: 350px;
  background-size: cover;
  padding: 1.3em 1.8em;
  background-position: bottom right;
}
@media (min-width: 766px) and (max-width: 960px) {
  .donate_tile {
    height: 184px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  .donate_tile {
    height: 232.5px;
  }
}
@media (max-width: 766px) {
  .donate_tile {
    min-height: 300px;
    height: auto;
  }
  .donate_tile.box_image {
    height: 400px;
  }
  .donate_tile .flipper {
    min-height: 300px;
  }
}
.donate_tile h2 {
  font-size: 2em;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}
@media (max-width: 1400px) {
  .donate_tile h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 960px) {
  .donate_tile h2 {
    font-size: 1.69em;
  }
}
@media (max-width: 766px) {
  .donate_tile h2 {
    font-size: 2em;
  }
}
.donate_tile .donate_logo {
  height: 100px;
  margin: 2em auto 0;
}
@media (min-width: 960px) and (max-width: 1400px) {
  .donate_tile .donate_logo {
    height: 40px;
    margin: 0.6em auto -0.6em;
  }
}
@media (min-width: 766px) and (max-width: 960px) {
  .donate_tile .donate_logo {
    display: none;
  }
}
.donate_tile .donate_cta {
  text-align: center;
}
.donate_tile .btn, .donate_tile .wp-pagenavi .nextpostslink, .wp-pagenavi .donate_tile .nextpostslink {
  margin-top: 1.5em;
}

.home #main_content h3 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1em;
  color: #58585a;
}
.home #main_content .blog_content, .home #main_content .power_stats {
  padding: 40px 30px;
  font-family: "Roboto", sans-serif;
}

.blog_content h1 {
  font-weight: 700;
  color: #f4a700;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
.home .blog_content h1 {
  font-size: 2.8em;
}
.blog_content h1 a {
  color: #f4a700;
}
.blog_content h1 a:hover {
  color: #e5a10e;
}
.blog_content h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-family: "Raleway", sans-serif;
}
.blog_content .author {
  color: #b7bebe;
}
.blog_content .author .person {
  color: #f4a700;
}
.blog_content .author .date {
  color: #6f7d7d;
}
.blog_content .btn, .blog_content .wp-pagenavi .nextpostslink, .wp-pagenavi .blog_content .nextpostslink {
  margin-top: 1em;
  display: inline-block;
}

.power_stats p.explanation {
  color: #f4a700;
  height: 4.4em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 766px) {
  .power_stats p.explanation {
    text-align: center;
  }
}
.power_stats .chart_crop, .power_stats .no_chart_crop {
  margin: 0.5em auto 1em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  cursor: pointer;
  width: 135px;
  height: 135px;
  overflow: hidden;
  border: 4px solid #f4a700;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  behavior: url(css/PIE.htc);
}
@media (min-width: 766px) and (max-width: 1400px) {
  .power_stats .chart_crop, .power_stats .no_chart_crop {
    /*width: 95%; height: 95%;*/
  }
}
.power_stats .chart_crop {
  position: relative;
  border: 4px solid #f4a700;
  z-index: 3;
}
.power_stats .chart_crop .des.color {
  position: absolute;
  top: 0px;
  left: 0px;
}
.power_stats .no_chart_crop {
  display: none;
}
.android.mobile .power_stats .chart_crop {
  display: none !important;
}
.android.mobile .power_stats .no_chart_crop {
  display: block !important;
}

@media (min-width: 766px) {
  #round_modal .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 766px) {
  #round_modal .modal-dialog {
    margin-top: 30px;
  }
}
#round_modal .modal-content {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 10% 18%;
  margin: auto;
  width: 800px;
  height: 800px;
}
@media (max-width: 1400px) {
  #round_modal .modal-content {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 960px) {
  #round_modal .modal-content {
    width: 640px;
    height: 640px;
  }
}
@media (max-width: 766px) {
  #round_modal .modal-content {
    width: 90%;
    height: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 50px 12px 40px;
  }
}
#round_modal .modal-body {
  padding: 0;
  margin: 7% 11%;
  text-align: center;
}
#round_modal p.main {
  font-family: "Roboto", sans-serif;
  font-size: 1.71em;
  margin: 0.8em 0;
  text-align: center;
}
#round_modal p.source {
  font-size: 0.86em;
  margin: 0.5em 0 2em;
}
#round_modal p.source a {
  text-decoration: underline;
}
#round_modal p.source a:hover {
  color: #555;
}
#round_modal .img_div {
  border-top: 1px dashed #b7bebe;
  border-bottom: 1px dashed #b7bebe;
}
#round_modal .img_div img {
  margin: auto;
}
#round_modal button.close {
  top: 11%;
  right: 11%;
  position: absolute;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #f4a700 !important;
  text-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 766px) {
  #round_modal button.close {
    top: -25px;
    right: -25px;
  }
}

.parent-top {
  background: #f4f5f5 !important;
  	/*&.member-page {
  		h1 {color: $semidark_text !important;}
  		.font-resizer {
  			li {color: $semidark_text; 
  				a {color: $semidark_text;}
  			}
  		}
  
  	}*/
}
.parent-top .head {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.parent-top .font-resizer {
  text-align: right;
}
.parent-top .font-resizer li {
  display: inline;
  padding: 0 6px;
}
.parent-top .font-resizer li:hover {
  color: #f4a700;
}
.parent-top .font-resizer .fa-globe, .parent-top .font-resizer .fa-volume-up {
  font-size: 26px;
  /*1.857em;*/
  color: #58585a;
}
.parent-top .font-resizer .fa-globe:hover, .parent-top .font-resizer .fa-volume-up:hover {
  color: #f4a700;
}
.parent-top .font-resizer .fa-font {
  font-size: 23px;
  /* 1.429em; */
}
.parent-top .font-resizer .fa-minus, .parent-top .font-resizer .fa-plus {
  font-size: 12px;
  /*0.857em;*/
}
.parent-top .font-resizer a.incfont, .parent-top .font-resizer a.decfont, .parent-top .font-resizer .fa-volume-up {
  color: #58585a;
}
.parent-top .font-resizer a.incfont:hover, .parent-top .font-resizer a.decfont:hover, .parent-top .font-resizer .fa-volume-up:hover {
  color: #f4a700;
}
@media (max-width: 766px) {
  .parent-top .font-resizer {
    text-align: left;
    margin-top: 15px;
  }
}

.team_photo {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
}
.team_photo .marquee {
  position: absolute;
  z-index: 3;
  top: 23%;
  left: 35%;
  font-size: 15.500em;
  opacity: 0.5;
  color: white;
  font-weight: 700;
}

.team-list .container {
  padding: 28px 55px 35px !important;
}
.team-list .info {
  font-size: 1.143em;
  line-height: 1.571em;
  padding: 20px 3px;
}
.team-list p {
  color: #6f7d7d;
}

.team-members {
  /*padding: 30px 0;*/
}
.team-members ul {
  width: 100%;
}
.team-members li {
  display: inline-block;
  max-width: 128px;
  margin: 15px 5px;
  float: left;
  height: 170px;
}
@media (max-width: 960px) {
  .team-members li {
    width: 16%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
  }
}
@media (max-width: 766px) {
  .team-members li {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .team-members li {
    height: 150px;
  }
}
@media (max-width: 960px) and (min-width: 766px) {
  .team-members li {
    height: 120px;
  }
}

.list_of_profiles.show {
  overflow: auto;
  max-height: 635px;
}
@media (max-width: 960px) {
  .list_of_profiles.show {
    display: none !important;
  }
}

.list_of_profiles {
  padding: 0;
  padding-left: 25px;
}
.list_of_profiles ul {
  background: white;
}
.list_of_profiles li {
  height: 72px;
}
.list_of_profiles li img {
  max-width: 80px;
  padding-right: 10px;
  float: left;
}
.list_of_profiles li:hover {
  background: #f4f5f5;
}
.list_of_profiles li.active {
  background: #3b6daf;
  color: white;
  cursor: default;
}
.list_of_profiles li.active h2 {
  color: white !important;
}

.team-members h2, .list_of_profiles h2 {
  color: #f4a700 !important;
  font-size: 1em;
  padding-top: 0.71em;
}
.team-members h2 a, .list_of_profiles h2 a {
  color: #f4a700 !important;
}
.team-members h2 a:hover, .list_of_profiles h2 a:hover {
  text-decoration: underline;
}

.help h2 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.help .video-box {
  background: #9db6d7;
  padding: 40px 60px;
}
.help .video-box .video {
  max-width: 580px;
  margin: auto;
}
.help .video-box .video .video_responsive_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.help .video-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .help .video-box .video {
    max-width: 400px;
  }
}
@media (max-width: 960px) {
  .help .video-box .video {
    max-width: 300px;
  }
}
.help .donate_tile {
  padding: 20px;
}
@media (min-width: 1400px) {
  .help .donate_tile {
    padding: 40px 60px;
  }
}
@media (max-width: 1400px) {
  .help .donate_tile {
    padding: 40px;
  }
}

.about-member {
  padding-bottom: 30px;
}
.about-member .container {
  background: none !important;
}

.single-about-ncld .article_content {
  padding-right: 0px;
  padding-left: 0;
}
.single-about-ncld .article_content .bg {
  padding: 30px;
  background: white;
}
.single-about-ncld .article_content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.286em;
  font-weight: 700;
  color: #58585a;
}
.single-about-ncld .article_content h2 button {
  font-size: 28px !important;
  padding-top: 6px;
  float: right;
  background: none !important;
  border: 0 !important;
  display: none;
}
@media (max-width: 960px) {
  .single-about-ncld .article_content h2 button {
    display: inline-block;
  }
}
.single-about-ncld .article_content .social_buttons {
  padding: 7px 0 13px;
}
.single-about-ncld .article_content img {
  float: right;
  padding: 0 0 30px 30px;
}
@media (max-width: 766px) {
  .single-about-ncld .article_content img {
    float: none;
    display: block;
    padding: 0;
    margin: 15px auto;
    width: 100%;
  }
}
.single-about-ncld .article_content .full_text p {
  font-size: 1.143em;
  line-height: 1.571em;
  color: #6f7d7d;
}
.single-about-ncld .modal-dialog {
  width: 360px;
  margin: 30px auto;
}
@media (max-width: 500px) {
  .single-about-ncld .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.single-about-ncld .modal-dialog .modal-header {
  background: #6f7d7d !important;
  color: white !important;
}
.single-about-ncld .modal-dialog h2 {
  font-size: 14px !important;
}
.single-about-ncld .modal-dialog h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.single-about-ncld .modal-dialog .list_of_profiles {
  padding: 20px;
}

.bio_content {
  padding-right: 25px;
}
.bio_content .bg {
  padding: 55px;
  background: white;
}
.bio_content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.286em;
  font-weight: 700;
  color: #58585a;
}
.bio_content h2 button {
  font-size: 28px !important;
  padding-top: 6px;
  float: right;
  background: none !important;
  border: 0 !important;
  display: none;
}
@media (max-width: 960px) {
  .bio_content h2 button {
    display: inline-block;
  }
}
.bio_content img {
  float: right;
  padding: 0 0 30px 30px;
}
.bio_content .full_text p {
  font-size: 1.143em;
  line-height: 1.571em;
  color: #6f7d7d;
}

.about_member_extras .blog_content {
  padding: 2.5em;
  font-size: 0.9em;
}
@media (max-width: 766px) {
  .about_member_extras .donate_tile {
    height: auto !important;
  }
}

.reports-main-header h1, .reports-main-header .font-resizer li {
  color: #58585a !important;
}
.reports-main-header .filters {
  background-color: #dbdfdf;
  padding: 25px 30px;
  clear: both;
}
.reports-main-header .filters .selectricWrapper {
  display: inline-block;
  margin-left: 10px;
  vertical-aling: top;
  vertical-align: -webkit-baseline-middle;
}

.font-resizer .rsbtn_text {
  width: 18px !important;
}

.report-list {
  margin-bottom: -2px;
}
.report-list .container {
  padding-bottom: 20px;
}
.report-list .report-item {
  padding: 40px;
  border-bottom: 1px solid #f4f5f5;
}
@media (max-width: 500px) {
  .report-list .report-item {
    padding: 30px 15px;
  }
}
.report-list .report-item h2 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin: 8px 0;
}
@media (max-width: 766px) {
  .report-list .report-item h2 {
    margin: 27px 0 8px;
  }
}
.report-list .report-item a {
  color: #f4a700;
}
.report-list .report-item h3 {
  font-weight: bold;
  font-style: italic;
  margin: 0.4em 0;
  color: #58585a;
}
.report-list .report-item .author {
  color: #b7bebe;
}
.report-list .report-item .author .person {
  color: #f4a700;
}
.report-list .wp-pagenavi {
  padding: 1.5em;
  text-align: center;
}

@media (max-width: 766px) {
  .report-single-article .parent-top .navigation {
    padding-bottom: 5px;
  }
}
.report-single-article .parent-top .font-resizer {
  float: right;
  padding: 20px 0;
}
@media (max-width: 766px) {
  .report-single-article .parent-top .font-resizer {
    float: left;
    padding: 0px 0 20px;
  }
}
.report-single-article.main .container {
  padding: 35px 20px !important;
}
.report-single-article .article_content img.wp-post-image {
  margin-bottom: 20px;
}
.report-single-article .article_content h2 {
  margin: 0 0 0.2em;
}
.report-single-article .article_content h3 {
  margin: 0.6em 0;
  font-weight: bold;
  font-style: italic;
  margin: 0.4em 0;
  color: #58585a;
}
.report-single-article .article_content .attachment {
  padding: 3em 0 6.4em;
}
.report-single-article .article_content .attachment i {
  font-size: 1.5em;
  margin-right: 1em;
  top: 5px;
  position: relative;
}
.report-single-article .article_content .attachment a {
  margin: auto;
  display: block;
  line-height: 1.6em;
}
.report-single-article .social_buttons {
  padding: 10px 0 5px;
}
.report-single-article .social_buttons > div {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
.report-single-article .donate_tile {
  margin: 20px 0;
  height: auto;
}

.ld_news h3, .recent_reports h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
  color: #58585a;
}
.ld_news li, .recent_reports li {
  border-bottom: 1px solid #f4f5f5;
}
.ld_news li:first-child, .recent_reports li:first-child {
  border-top: 1px solid #f4f5f5;
}
.ld_news li h4, .recent_reports li h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.ld_news li h4 a, .recent_reports li h4 a {
  color: #f4a700;
}
.ld_news li h4 a:hover, .recent_reports li h4 a:hover {
  text-decoration: underline;
}

.recent_reports li {
  padding: 5px 0;
}
.recent_reports li img {
  float: left;
  margin-right: 1em;
}
.recent_reports li h4 {
  margin: 20px 0;
}

.ld_news li {
  padding: 1.5em 0;
}

.search_results_list {
  color: #6f7d7d;
}
.search_results_list .head {
  padding: 45px 35px;
  border-bottom: 1px solid #f4f5f5;
}
.search_results_list .num_results {
  display: inline;
  font-weight: bold;
  font-size: 1.2em;
  color: #58585a;
}
.search_results_list .num_results .terms {
  font-style: italic;
}
.search_results_list form.search-container {
  float: right;
  margin-top: -8px;
}
.search_results_list .hentry {
  padding: 20px 30px;
  border-bottom: 1px solid #f4f5f5;
}
.search_results_list .hentry h2 {
  font-family: "Raleway", sans-serif;
  /*margin-top: 25px;*/
}
.search_results_list .hentry h2 a {
  color: #f4a700;
}
.search_results_list .hentry h3 {
  font-weight: bold;
  font-style: italic;
  margin: 0.4em 0;
  color: #58585a;
}
.search_results_list .hentry .author {
  color: #b7bebe;
}
.search_results_list .hentry .author .person {
  color: #f4a700;
}
.search_results_list .wp-pagenavi {
  padding: 1.5em;
  text-align: center;
}

#blog .wp-pagenavi {
  	/*  .nextpostslink {
  	    @extend .btn; @extend .btn-primary; 
  	    display: inline-block;
  	    font-weight: normal; line-height: 1.42857;color: white;  
  	    text-align: center; vertical-align: middle;margin-bottom: 0;
  	    cursor: pointer;
  	    background-image: none; border: 1px solid transparent; 
  	    white-space: nowrap;
  	    @include border-radius (4px);
  	    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  
  	    &:hover {border-color: transparent; }
  	  }*/
}
#blog .wp-pagenavi .previouspostslink, #blog .wp-pagenavi .current, #blog .wp-pagenavi .page, #blog .wp-pagenavi .last, #blog .wp-pagenavi .extend, #blog .wp-pagenavi .first {
  display: inline-block;
}
#blog .wp-pagenavi a, #blog .wp-pagenavi span.current, #blog .wp-pagenavi span.extend {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  color: #fff;
  background-color: #b7bebe;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: none;
}
#blog .wp-pagenavi span.current, #blog .wp-pagenavi a:hover, #blog .wp-pagenavi a:active {
  background-color: #f4a700;
}
#blog .wp-pagenavi .previouspostslink, #blog .wp-pagenavi .nextpostslink {
  background-color: #6f7d7d;
}
#blog .wp-pagenavi .nextpostslink {
  vertical-align: initial;
  padding: 0;
  display: none;
  margin-left: 30px;
}
#blog .wp-pagenavi .previouspostslink {
  margin-right: 30px;
}

.back_top {
  position: absolute;
  right: 40px;
  bottom: 0px;
  color: #f4a700;
  font-weight: 700;
}

.general-info.scholarships > .container, .scholarship-list > .container, .scholarship-faq > .container {
  padding: 3.5em 2.5em !important;
  border-top: 1px solid #f4f5f5;
}
.general-info.scholarships h2, .scholarship-list h2, .scholarship-faq h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.general-info.scholarships .links a, .scholarship-list .links a, .scholarship-faq .links a {
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 766px) {
  .general-info.scholarships img {
    margin-top: 60px;
  }
}

.scholarship-list {
  color: #58585a;
}
.scholarship-list > .container {
  padding-bottom: 0;
}
.scholarship-list .individual-scholarship {
  padding: 45px 35px 0;
  margin-bottom: 45px;
  border-top: 1px solid #f4f5f5;
  position: relative;
}
@media (max-width: 766px) {
  .scholarship-list .individual-scholarship .full_text.col-sm-8 {
    margin-bottom: 40px;
  }
}
.scholarship-list .individual-scholarship:first-child {
  border-top: none;
  padding-top: 0;
}
.scholarship-list .individual-scholarship h2 {
  color: #3b6daf;
  margin-bottom: 20px;
}
.scholarship-list .attachmentBox {
  background-color: #f4f5f5;
  padding: 2em 4em;
  border-top: 4px solid #fff;
}
@media (min-width: 766px) and (max-width: 1400px) {
  .scholarship-list .attachmentBox {
    padding: 2em;
  }
}
.scholarship-list .attachmentBox ul {
  margin: 0 1.2em;
}
.scholarship-list .attachmentBox h3 {
  margin-bottom: 1em;
}
.scholarship-list .attachmentBox img.pdf_download {
  display: inline-block;
  max-height: 50px;
  padding: 10px 0 6px;
  vertical-align: top;
  margin-left: 10px;
}
.scholarship-list .attachmentBox a.btn-primary, .scholarship-list .attachmentBox .wp-pagenavi a.nextpostslink, .wp-pagenavi .scholarship-list .attachmentBox a.nextpostslink {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding-top: 0;
}
@media (min-width: 766px) and (max-width: 960px) {
  .scholarship-list .attachmentBox a.btn-primary, .scholarship-list .attachmentBox .wp-pagenavi a.nextpostslink, .wp-pagenavi .scholarship-list .attachmentBox a.nextpostslink {
    width: auto;
  }
}
.scholarship-list .attachmentBox.extra_info {
  margin-bottom: 3em;
}

.scholarship-faq {
  color: #6f7d7d;
}
.scholarship-faq > .container {
  position: relative;
}
.scholarship-faq .back_top {
  bottom: 30px;
  right: 40px;
}
.scholarship-faq a {
  color: #f4a700;
}
.scholarship-faq a:hover {
  text-decoration: underline;
}
.scholarship-faq .links {
  margin-top: 2em;
}
.scholarship-faq .links p {
  margin: 1.5em 0 0;
}
.scholarship-faq .links a {
  font-weight: 700;
}
.scholarship-faq .links .fa.fa-angle-right {
  font-size: 0.7em;
  line-height: 1.4em;
  margin: 0 6px 0 3px;
}
.scholarship-faq .group {
  margin: 1.5em 0;
}
.scholarship-faq .group:first-child {
  margin-top: 0;
}
.scholarship-faq .question {
  font-weight: bold;
}

.row.extras {
  margin-top: 10px;
}

.individual-scholarship .col-sm-8 h3 {
  margin-top: 1em;
}

.row.policy {
  margin-bottom: 10px;
}

.policy-content {
  background-color: #fff;
  padding: 3.5em 2.5em 7em;
}

.mission-content {
  padding: 3.5em 2.5em !important;
}

.credo_image {
  margin: auto;
}

.timeline td.year {
  padding-right: 30px;
}
.timeline td.description {
  padding-left: 30px;
  padding-bottom: 1.5em;
  position: relative;
  border-left: 7px solid #f4f5f5;
}
.timeline td.description p {
  margin: 0;
}
.timeline tr.last td.description {
  border-left-color: #fff;
}
.timeline .bullet {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: -18px;
  background: transparent url(/wp-content/themes/NCLD-theme/images/bullet.png) top left no-repeat;
}
.timeline h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.page-template-page-templatesadvocacy-main-php .carousel-caption {
  text-align: center !important;
  left: 14% !important;
  right: 14% !important;
  background: transparent !important;
}
.page-template-page-templatesadvocacy-main-php .carousel-caption h1 {
  color: white !important;
}
.page-template-page-templatesadvocacy-main-php h2, .page-template-page-templatesadvocacy-main-php h3, .page-template-page-templatesadvocacy-main-php h4 {
  font-family: "Raleway", sans-serif;
}
.page-template-page-templatesadvocacy-main-php h3 {
  font-weight: 700;
  padding: 15px 0;
  color: #58585a;
}
.page-template-page-templatesadvocacy-main-php h2 a {
  color: #f4a700;
  font-weight: 700;
  display: inline-block !important;
  padding: 18px 0 0;
}
.page-template-page-templatesadvocacy-main-php #main_content {
  margin-bottom: 15px;
}
.page-template-page-templatesadvocacy-main-php #main_content .container {
  padding: 25px 50px !important;
}
.page-template-page-templatesadvocacy-main-php #main_content .full_text p {
  margin: 0.4em 0 !important;
}
.page-template-page-templatesadvocacy-main-php #main_content .col-sm-8 {
  padding-right: 40px !important;
}
.page-template-page-templatesadvocacy-main-php #main_content .awards-post img {
  padding: 20px 0 14px;
}
.page-template-page-templatesadvocacy-main-php #main_content .alerts_signup {
  padding-top: 20px;
}
.page-template-page-templatesadvocacy-main-php #main_content .alerts_signup .attachmentBox {
  background: #f4f5f5;
  padding: 20px;
  color: #6f7d7d;
}
.page-template-page-templatesadvocacy-main-php #main_content .alerts_signup input[type=text] {
  width: 100%;
  margin: 10px 0;
}
.page-template-page-templatesadvocacy-main-php .article_text p {
  font-size: 1em !important;
}
.page-template-page-templatesadvocacy-main-php .donate_tile h2 {
  font-size: 2.286em !important;
}
.page-template-page-templatesadvocacy-main-php .twitter-header {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.page-template-page-templatesadvocacy-main-php .twitter-header iframe {
  position: absolute;
  right: 0;
  top: 10px;
}
.page-template-page-templatesadvocacy-main-php .twitter-header .icon-twitter {
  color: #55acee;
  margin-left: 10px;
}
@media (max-width: 766px) {
  .page-template-page-templatesadvocacy-main-php .twitter_timeline, .page-template-page-templatesadvocacy-main-php .awards-blog {
    margin-top: 40px;
  }
}
@media (max-width: 766px) {
  .page-template-page-templatesadvocacy-main-php .learn-about-advocacy .col-sm-6 {
    margin-bottom: 40px;
  }
}

.employment {
  color: #6f7d7d;
}
.employment .container {
  padding: 40px !important;
}
@media (max-width: 766px) {
  .employment .additional_contact {
    margin-top: 20px;
  }
}
.employment .opportunities {
  padding: 20px;
  border-bottom: 0px solid #f4f5f5 !important;
  border-top: 10px solid #f4f5f5 !important;
  border-right: 0;
  border-left: 10px solid #f4f5f5 !important;
}
@media (max-width: 766px) {
  .employment .opportunities {
    border-left: 0px !important;
  }
}
.employment .opportunities h4 {
  font-weight: bold !important;
  padding-bottom: 10px;
}
.employment .opportunities a {
  color: #f4a700;
}
.employment .opportunities li {
  list-style-position: inside;
  list-style-type: disc;
}
.employment .donate_tile {
  margin: 35px 0 20px;
}
@media (max-width: 766px) {
  .employment .donate_tile {
    margin: 35px 0 50px;
  }
}
.employment .main_content .job {
  border-top: 1px solid #f4f5f5;
  padding: 25px 0 35px;
  position: relative;
}
.employment .main_content h2 a {
  color: #f4a700 !important;
  font-weight: 700 !important;
  font-family: "Raleway", sans-serif;
}
.employment .back_top {
  bottom: 44px;
}
@media (max-width: 766px) {
  .employment .back_top {
    display: none !important;
  }
}