@import "../lib/normalize-3.0.1/normalize.css";

html {
  background: url(../img/cream-pixels.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  html {
    background: url(../img/cream-pixels@2x.png);
    background-size: 160px 160px;
  }
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #404041;
}
button:focus {
  outline: none;
}
hr {
  border-top-color: #999A9B;
  border-bottom-color: #EFEFEF;
}
.clearfix {
  clear: both;
  height: 1px;
}
h1,
h2,
h3 {
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
}
h1 {
  margin-top: 0; 
}
h2 {
  margin-top: 0;
}
h3 {
  font-size: 16.8px;
  line-height: 21.6px;
}
.home h2 {
  /*font-family: 'Lato', sans-serif;*/
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 19.2px;
}
p {
  margin: 0 0 20px;
  padding: 0 0 0 0;
  line-height: 18px;
}
a {
  color: #243571;
}
a.white{
  color: #fff;
}
a:hover {
  color: #999A9B;
}
h1 a {
  line-height: 28px;
}
h2 a {
  text-decoration: none;
  color: #000;
}
article h1 {
  margin-top: 0;
  line-height: 1.5em;
}
article h2 {
  border-bottom: 1px dashed #D1D2D4;
  text-transform: uppercase;
}
article p + h2 {
  padding-top: 5px;
}
article p {
  font-size: 1.15em;
  line-height: 20.7px;
}
a .pic_box {
  /*background:@gray;*/
}
a .pic_box img {
  width: 100%;
  margin-bottom: -5px;
  height: auto;
  opacity: .5;
}
a:hover .pic_box img {
  opacity: 1;
}
a .pic_box h4 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  background: #243571;
  display: block;
  margin: 0 0 0 0;
}
a:hover .pic_box h4 {
  background: #465e9b;
}
.home .pic_box {
  text-align: center;
}
.home .pic_box {
  position: relative;
}
.home .pic_box .fa {
  color: #fff;
  position: absolute;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 96px;
  text-shadow: 2px 2px 5px #404041;
}
.hide {
  display: none;
}

blockquote {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

article blockquote {
  position: relative;
  overflow: hidden;
}

article blockquote p {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 0 0 30px;
}

article blockquote:before {
  font-family: 'Sorts Mill Goudy', serif; 
  font-size: 5em;
  line-height: 1em;
  position: absolute;
}

article blockquote:before {
  content: "\201C";
  top: 0;
  left:0;
}

article ul {
  margin: 20px 40px;
  padding: 0;
}

article ul li {
  font-size: 1.15em;
  line-height: 20.7px;
}

input[type="checkbox"] {
  opacity: 1 !important;
  margin-right: 5px !important;
}

#home_search h3 {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #243571;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0;
}
#home_search form {
  background: #d1d2d4;
  margin: 0 0 40px;
  padding: 15px;
}
form#search {
  margin: 10px 0 20px;
}
form#search fieldset {
  border: none;
  padding: 0 0 0 0;
}
form#search input {
  width: 70%;
}
form#search button {
  width: 15%;
}

#top_search_wrapper form#search {
  margin: 0;
  width: 250px;
}
#top_search_wrapper form#search fieldset {
  border: none;
  padding: 0.35em 0.625em 0.75em;
}
#top_search_wrapper form#search input {
  width: 85%;
}
#top_search_wrapper form#search button {
  width: 15%;
}
@media (min-width: 700px) {
  .home .pic_box .fa {
    font-size: 48px;
  }
}
@media (min-width: 800px) {
  .home .pic_box .fa {
    font-size: 63px;
  }
}
.gray_box {
  padding: 20px;
  text-align: center;
  border: 1px solid #D1D2D4;
  background: #EFEFEF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}
.gray_box h3 {
  border-bottom: 1px dotted #D1D2D4;
  margin-top: 0;
  text-transform: uppercase;
}
.container {
  width: 850px;
  margin: auto;
}

@media screen and (max-width: 699px) and (min-width: 200px) {
    .container img {
        width: 90%;
        height: 90%;
    }
}
.container .menu-header, #scrolled_nav_wrapper {
  z-index: 10000;
}

#body-wrapper .container {
  margin-top: 40px;
}
.home #body-wrapper .container {
  margin-top: 0;
}

.social_btns {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.social_btns li {
  display: inline-block;
  margin-left: 5px;
}
.social_btns a {
  color: #D1D2D4;
  font-size: 21.6px;
}
.social_btns a:hover {
  color: #fff;
}
.one_of_three,
.one_of_two {
  margin-bottom: 20px;
}
.one_of_two h2 {
  border-bottom: 1px solid black;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
}
@media (min-width: 1100px) {
  .container {
    width: 980px;
  }

  
}
@media (min-width: 700px) {
  .one_of_three {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  .one_of_two {
    width: 47%;
    margin-right: 6%;
    float: left;
  }
  .one_of_three.last,
  .one_of_two.last {
    margin-right: 0;
  }
}
@media (min-width: 750px) {
  #content {
    float: left;
    width: 60%;
  }
  .page-id-60528 #content {
    float: left !important; 
  }
  
}
header {
  /*background:@blue url(../img/header-bg.png) top no-repeat;*/
  color: #fff;
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0 0 0 0;
  position: absolute;
}
#content header {
  position: relative;
  color: #1a327c;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato',sans-serif;
}


.rzim-small-menu {
  margin-left: 20px;
  width: 300px;
  height: 175px !important;
  background-color: #1a327c;
  float: left;
}
#social_search_wrapper {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}
#nav_social_wrapper {
  float: left;
  margin-top: 5px;
}
#nav_social_wrapper i {
  margin-right: 6px;
}
#top_search_wrapper {
  float: left;
}
#scrolled_social_search_wrapper {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}
#scrolled_nav_social_wrapper {
  float: left;
  margin-top: 5px;
}
#scrolled_nav_social_wrapper i {
  margin-right: 6px;
}
#scrolled_top_search_wrapper {
  float: left;
}
#scrolled_top_search_wrapper fieldset {
  border: none;
}
#scrolled_top_search_wrapper input {
  height: 24px;
  padding-left: 10px;
  border: none;
  color: #333;
  width: 200px;
}
#scrolled_top_search_wrapper button {
  margin-left: -40px;
  background-color: transparent;
  border: none;
  color: #828282;
  font-size: 14px;
}
#newNav {
  height: 50px;
  width: 300px;
  margin-top: 12px;
}
#newNav ul {
  width: 100%;
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#newNav ul a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  padding: 0 15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#newNav ul a:hover {
  color: #1a327c;
}
#newNav ul li {
  width: 33.33%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#newNav ul li.current-menu-item {
  background: #ddd;
}
.menu-not-active
{
  background-color: #1a327c
}
.menu-not-active
{
  color: #fff;
}
.menu-active {
    background-color: #fff;
}
.active {
      color: #1a327c !important;
}

#scrolled_nav_wrapper {
  background-color: #1a327c;
  color: #fff;
  position: fixed;
  top: -1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: none;
  height: 50px;
}
.nav_inner_page {
  display: block !important;
  position: relative;
  top: 0;
}


#editable_image_text_1 {
  position: absolute;
  bottom: 110px;
  font-size: 45px;
  left: 40px;
  color: #fff;
  font-weight: 600;
  font-family: 'Gotham', sans-serif;
  z-index: 100;
}

#editable_image_text_2 {
  position: absolute;
  bottom: 60px;
  font-size: 45px;
  left: 70px;
  color: #fff;
  font-weight: 100;
  font-family: 'Gotham', sans-serif;
  z-index: 100;
}


#scrolled_nav_bar {
  background-color: #1a327c;
  position: fixed;
  top: -1px;
  padding-top: 15px;
}

#scrolled_nav_bar a {
  float: left;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  padding: 0 15px;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 1140px) {
  #scrolled_nav_bar a{
    visibility: hidden;
    display: none;
  }

  #scrolled_nav_logo {
    visibility: visible !important;
    display: block !important;
  }

  .show-menu {
    visibility: visible !important;
    display: block !important;
	}
}

@media (max-width: 960px) {
  .container {
    width: 750px;
  }
}

@media (max-width: 850px) {
  .container {
    width: 100%;
  }

  .rzim-small-menu, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 90%;
  }
}

@media (max-width: 750px) {
  #top_search_wrapper form#search {
    width: 200px;
  }
  
  .rzim-small-menu, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 80%;
  }

  .submenu_wrapper {
    top: 5px;
  }

  .container {
    width: 100%;
  }

  #editable_image_text_1 {
    font-size: 20px;
    bottom: 50px;
  }

  #editable_image_text_2 {
    font-size: 20px;
    bottom: 30px;
  }
}

@media (max-width: 650px) {
  .rzim-small-menu, #social_search_wrapper, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 65%;
  }

  .submenu_wrapper {
    top: 10px;
  }

  .container {
    width: 450px;
  }
}

@media (max-width: 620px) {
  .rzim-small-menu, #social_search_wrapper, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 60%;
  }

  .submenu_wrapper {
    top: 13px;
  }
}

@media (max-width: 540px) {
  .rzim-small-menu, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 55%;
  }

  #scrolled_top_search_wrapper {
    visibility: hidden;
    display: none;
  }

  #scrolled_nav_social_wrapper {
    padding-bottom: 10px;
  }

  .container {
    width: 400px;
  }
}

@media (max-width: 500px) {
  .submenu_wrapper {
    top: 17px;
  }

  .container {
    width: 400px;
  }

  .rzim-small-menu, #social_search_wrapper, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 50%;
  }
}

@media (max-width: 450px) {
  .container {
    width: 380px;
  }
}

@media (max-width: 410px) {
  .container {
    width: 350px;
  }

  .submenu_wrapper {
    top: 20px;
  }

  .rzim-small-menu, #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 40%;
  }
}

@media (max-width: 370px) {
  .submenu_wrapper {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  #menu_submenu_wrapper, #team_submenu_wrapper, #donate_submenu_wrapper {
    zoom: 30%;
  }

  .container {
    width: 330px;
  }
}

@media (max-width: 340px) {
  .container {
    width: 310px;
  }
}

@media (max-width: 315px) {
  .container {
    width: 290px;
  }
}

input[type=checkbox] {
    opacity: 0;
    top: -5px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  float: right;
  position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
  background-color: #1a327c;
	text-align: right;
  padding-right: 40px;
	display: none;
  width: 100%;
  padding-bottom: 5px;
}

#scrolled_dropdown_menu {
  display: none;
  text-align: left;
  width: 100px;
  position: relative;
  background-color: #1a327c;
  float: right;
  top: -15px;
}

input[type=checkbox]:checked ~ #scrolled_dropdown_menu {
    display: block !important;
    visibility: visible !important;
}

#scrolled_dropdown_menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  padding: 0 15px;
  font-family: 'Lato', sans-serif;
}

.submenu_wrapper
{
  width: 100%;
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #1a327c;  
  margin-top: -26px;
  visibility: hidden;
  text-transform: uppercase;
  display: none;  
}
.submenu_wrapper_menu
{
  height: auto;
  float: left;
  position: relative;
  margin: 0;
  width: 98%;
  margin: 0;
  padding-left: 2.1%;
  background-color: #fff;
  color: #1a327c;  
  visibility: hidden;
  text-align: left;
}

#menu_submenu_wrapper {
  visibility: hidden;
  display: none;
}

#donate_submenu_wrapper {
  visibility: hidden;
  display: none;
}

#team_submenu_wrapper {
  visibility: hidden;
  display: none;
}
.menu_submenu
{
  position: relative;
  width: 100%;
  height: auto;
}
.menu_submenu ul
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.menu_submenu ul a
{
  display: block;
  float: left;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  padding-right: 15px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}
.menu_submenu ul h2 a {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 2px;
  font-size: 19.2px;
  color: #1a327c; 
}
.menu_submenu ul h2 a:hover {
  color: #cccccc;
}
.menu_text
{
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
}
#menu_submenu_form
{
  padding-bottom: 20px;
}
#menu_submenu_form input
{
  padding-left: 5px;
  margin-right: 10px;
  border: none;
  background-color: #dcdcdc;
  color: #333;
  resize: horizontal;
  width: auto;
  height: 24px;
}

#menu_submenu_form input[type="submit"] {
  height: 26px;
}

#newNav ul li:hover {
  background: #FFF;
  color: #1a327c;
}
#newNav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  color: #1a327c;
}
#newNav ul ul li {
  float: none;
  width: 200px;
}
#newNav ul ul a {
  color: #1a327c;
  line-height: 120%;
  padding: 10px 15px;
  float: left;
}
#newNav ul ul ul {
  top: 0;
  left: 100%;
}
#newNav ul li:hover > ul {
  display: block;
}


.top-outer,
.second-outer {
  width: 70%;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
  display: inline-block;
  z-index: 99999;
  overflow: -moz-scrollbars-none;

}

.top-outer::-webkit-scrollbar {display:none; }
.second-outer::-webkit-scrollbar {display:none; }

#top-left-button,
#second-left-button {
  float: right;
  width: 30px;
  text-align: center;
  margin-right: 5px;
  display: block;
  font-size: 36px;
  line-height: 40px;

}

#top-right-button,
#second-right-button {
  float: left;
  width: 30px;
  text-align: center;
  margin-left: 5px;
  display: block;
  font-size: 36px;
  line-height: 40px;    
}


@media (min-width: 768px) {


  #top-left-button,
  #second-left-button,
  #top-right-button,
  #second-right-button {
    display: none; 
  }
  
  
  
}

#top-elem a,
#second-elem a {
  text-decoration: none;
  font-weight: bolder;
  color: white;
  padding: 10px 0;  
}

.top-inner:first-child,
.seond-inner:first-child{
  margin-left: 0;
}

label {
  margin-left: 10px;
}

#inner_nav {
  margin: 0;
  text-align: center;  
}

#top-level {
  width: 100%; 
  background: #1A327C;
  text-align: center;
  overflow: hidden;
  -ms-overflow-style: none;
  padding: 5px 0;
}
#top-level li a:hover,
#top-level li.current-menu-item a,
#top-level li.current-menu-parent a {
  color: #80C3D7;
}

#second-level {
  width: 100%; 
  background: #80C3D7;
  text-align: center;
  overflow: hidden;
  padding: 5px 0;  
}

#second-level li a:hover,
#second-level li.current-menu-item a {
  color: #1A327C;
}

#inner_page_nav {
  margin: 0;
  padding: 15px 0 10px;
}
#inner_page_nav li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;  
  height: 10px;
  vertical-align: inherit;
  line-height: 9px;
  text-align: center;
}
#inner_page_nav li+li {
  border-left: 2px solid #fff;
  padding: 0 15px;  
}
#inner_page_nav li:first-child {
  padding-right: 15px;
}
#inner_page_nav li a {
   color: #fff;
   text-decoration: none;
}
#inner_page_nav .menu-item-has-children .sub-menu {
  display: none;
}
#inner_page_nav.second-level {
  padding: 15px 0 10px;
}
#inner_page_nav.second-level li {
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 750px) {

  #top-level, 
  #second-level {
    padding: 10px 0;
  }
  
}

#sidebar {
  border-top: 10px solid #243571;
  padding-top: 25px;
  margin-top: 25px;
}
@media (min-width: 750px) {
  #sidebar {
    float: left;
    width: 30%;
    margin-right: 5%;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
  }
  .page-id-60528 #sidebar {
    float: left;
    margin-left: 5%;
    margin-right: 0 !important; 
  }
   
  /*#sidebar ul.menu li[class*=current] a:after {
		content: ">";
		float:right;
	}*/
  #sidebar ul.menu li.current-menu-item a:after {
    content: ">";
    float: right;
  }
  /*#sidebar ul.menu li.current-menu-ancestor a:after {
		content: "";
	}*/
}
#sidebar ul.menu {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  list-style: none;
}
#sidebar ul.menu li {
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 12px;
  font-size: 14.4px;
  border-bottom: 1px dotted #d1d2d4;
}
#sidebar ul.menu li a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 15px 15px;
}
#sidebar ul.menu li a:hover,
#sidebar ul.menu li[class*=current] a {
  background: #efefef;
}
#sidebar ul.menu li.current-menu-ancestor a,
#sidebar ul.menu li.current-page-ancestor a {
  background-color: transparent;
}

#sidebar .box_1,
#sidebar .box_4 {
  background: #1a327c;
}
#sidebar .box_2,
#sidebar .box_5 {
  background: #30a1cd;
}
#sidebar .box_3,
#sidebar .box_6 {
  background: #80c3d7;  
}

#sidebar .box_1:hover a,
#sidebar .box_4:hover a {
  color: #80c3d7;  
}
#sidebar .box_2:hover a, 
#sidebar .box_5:hover a {
  color: #1a327c;
}
#sidebar .box_3:hover a, 
#sidebar .box_6:hover a {
  color: #30a1cd;  
}

#sidebar .cta_box {
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 0;
  padding: 40px 20px;
}
#sidebar .cta_box h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato',sans-serif !important;
}
#sidebar .cta_box h2 a {
  color: #FFF;
}

#sidebar .cta_box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Lato',sans-serif !important;
}

#sidebar a.quote {
  text-decoration: none;
  color: #243571;
}
#sidebar a.quote .pic_box blockquote {
  background: url(../img/ravi-quote-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#sidebar a .pic_box blockquote {
  padding: 20px 20px 10px;
}
#sidebar a .pic_box blockquote p {
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 23.4px;
  margin-bottom: 10px;
}
#sidebar a .pic_box blockquote cite {
  float: right;
  font-style: italic;
}
#sidebar h3 {
  color: #000000;
  border-bottom: 1px solid #999a9b;
  margin-bottom: 0;
}
#sidebar h3:first-child {
  margin-top: 0;
}
.menu.accordian ul {
  display: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.menu.accordian .current-menu-item .sub-menu {
  display: block;
}


#sidebar ul.menu.accordian li.current-menu-ancestor ul {
  display: block !important;
}
#top_search_wrapper fieldset {
  border: none;
}
#top_search_wrapper input {
  height: 24px;
  padding-left: 10px;
  border: none;
  color: #333;
  width: 200px;
}
#top_search_wrapper button {
  margin-left: -40px;
  background-color: transparent;
  border: none;
  color: #828282;
  font-size: 14px;
}
.newNavBox {
  margin-left: -20% !important;
  width: 100%;
  height: 190px !important;
  background-color: #FFF !important;
}
.newNavBox2 {
  margin-left: -120% !important;
  width: 100% !important;
  height: 190px !important;
  background-color: #FFF !important;
}
.newNavBox3 {
  margin-left: -220% !important;
  width: 100% !important;
  height: 190px !important;
  background-color: #FFF !important;
}
.inline {
  display: inline-block;
}
#main_menu {
  float: right;
  text-align: right;
}
header img#logo {
  padding-top: 5px;
}
#main_menu #site_select {
  display: none;
  position: relative;
  background: #EFEFEF;
  color: #58585B;
  float: right;
  padding-left: 10px;
  margin-right: 15px;
}
#main_menu #site_select ul {
  display: none;
  background: #EFEFEF;
  border-top: 1px solid #243571;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.45);
}
#main_menu #site_select ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
}
#main_menu #site_select ul li a:hover {
  background: #fff;
}
#main_menu #site_select button {
  border: none;
  margin-left: 10px;
  padding: 2px 5px 0px 6px;
  cursor: pointer;
  background: #D1D2D4;
  border-left: 1px solid #243571;
}
#main_menu #site_select button:hover {
  background: #fff;
}
#main_menu #site_select button .fa {
  font-size: 14.4px;
  line-height: 0;
  color: #243571;
}
#main_menu .social_btns {
  margin-left: 10px;
  display: block;
  float: right;
}
#main_menu span.divider {
  float: right;
}
#main_menu #hdr_menu {
  position: relative;
}
#main_menu #main_menu_btn {
  background: #fff;
  color: #243571;
  border: none;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 14.4px;
  border-radius: 6px;
}
#main_menu #main_menu_btn.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#main_menu #main_menu_btn .fa {
  margin-right: 5px;
}
#main_menu ul.menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 5;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: right;
  background: #fff;
  text-align: center;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.45);
}
#main_menu ul.menu > li {
  display: block;
}
#main_menu ul.menu > li a {
  display: block;
  text-decoration: none;
  color: #243571;
  font-size: 16.8px;
  text-transform: uppercase;
  padding: 8px 20px;
  cursor: pointer;
}
#main_menu ul.menu > li:first-child a {
  border-top-left-radius: 6px;
}
#main_menu ul.menu > li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#main_menu ul.menu > li a:hover {
  background: #EFEFEF;
}
#main_menu ul.sub-menu {
  display: none;
}
/* Forms - Class for labelling required form items */
.required {
  color: #cc0033;
}
/* Form Style Overrides */
div.wpcf7-response-output {
  text-align: center;
}
span.wpcf7-not-valid-tip {
  width: auto !important;
  max-width: 70%;
  font-size: 1em !important;
  padding: .3em !important;
}
/* Donate Form */
h3 span {
  font-size: 60%;
  line-height: 1em;
}
.donate-page h2 {
  line-height: 20.25px;
  margin: 20px 0 10px;
}
.donate-page label {
  float: left;
  line-height: 1em;
  padding: 0.5em 0;
  height: auto;
}
.donate-page label.long {
  max-width: 17em;
  width: 100%;
  margin-bottom: 1em;
}
.donate-page label.medium {
  width: 240px;
}
.donate-page label.short {
  width: 124px;
}
.donate-page label.error {
  float: left;
  margin: -1em 0 0.5em;
  color: red;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.donate-page .dollar-amount {
  float: left;
  width: 11em;
}
.donate-page label.dollar {
  width: 1em;
  margin-left: 0;
  margin-right: 0.5em;
  text-align: right;
  margin-bottom: 0;
}
.donate-page label.after-input {
  margin-left: .5em;
  float: left;
}
.donate-page input {
  float: left;
  width: 22em;
  color: #6e6e6e;
  text-decoration: none;
  padding: .5em 1em;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: border-color 0.218s;
  -moz-transition: border .218s;
  -o-transition: border-color 0.218s;
  transition: border-color 0.218s;
  background: #f3f3f3;
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  border: solid 1px #dcdcdc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: .5em;
  margin-bottom: 1em;
  max-width: 96%;
}
.donate-page input:active {
  color: #000;
  border-color: #444;
}
.donate-page input.short {
  width: 5em;
}
.donate-page .after-input {
  float: left;
  max-width: 70%;
}
.donate-page .after-input p {
  margin-bottom: 0;
}
.donate-page .checkbox {
  float: left;
  margin-right: .5em;
  height: 1em;
  padding: 0.5em 0;
}
.donate-page .checkboxbox {
  width: auto !important;
  margin-bottom: 0;
}
.donate-page select {
  cursor: pointer;
  width: 22em;
  max-width: 90%;
  color: #6e6e6e;
  text-decoration: none;
  padding: 0.5em 1em;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: border-color 0.218s;
  -moz-transition: border .218s;
  -o-transition: border-color 0.218s;
  transition: border-color 0.218s;
  background: #f3f3f3;
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  border: solid 1px #dcdcdc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: .5em;
  margin-bottom: 1em;
}
.donate-page select.short {
  width: 10em;
}
.donate-page .gray {
  background: #edeef0;
  color: #4d586b;
  padding: 1em;
  margin: 1em auto;
  width: 80%;
}
.donate-page input[type="submit"] {
  cursor: pointer;
  font-size: 1.5em;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.donate-page input[type="submit"]:hover {
  color: #333;
  border-color: #999;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.donate-page .submit-button {
  margin: 1em auto;
}
#home_search h3 {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #243571;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0;
}
#home_search form {
  background: #d1d2d4;
  margin: 0 0 40px;
  padding: 15px;
}
/* LESS Document */
/*Bio List*/
.bio_list,
.bio_list li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.bio_list {
  clear: both;
}
.bio_list + h2 {
  clear: both !important;
  padding-top: 40px;
}
.bio_list li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.bio_list li.odd {
  clear: both;
}
.bio_list li.even {
  margin-right: 0%;
}
.bio_list li .portrait,
.bio_list li .bio_summary {
  display: inline-block;
  float: left;
}
.bio_list li .portrait {
  width: 30%;
}
.bio_list li .portrait img {
  width: 100%;
}
.bio_list li .bio_summary {
  margin-right: 8%;
  margin-left: 5%;
  width: 57%;
}
.bio_list li .bio_summary h3 {
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/*Single Bio*/
.single_bio .portrait {
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
  text-align: center;
}
.single_bio .portrait .fa {
  font-size: 26px;
  margin: 0 2px;
}
.single_bio .portrait .fa:hover {
  color: #d1d2d4;
}
.single_bio div.excerpt + div,
.single_bio div.full + div {
  border-top: 2px solid #243571;
  text-align: center;
}
.single_bio div.excerpt + div a,
.single_bio div.full + div a {
  display: inline-block;
  color: #fff;
  background-color: #243571;
  padding: 4px 30px;
  text-decoration: none;
}
.single_bio div.full,
.single_bio div.full + div {
  display: none;
}
.single_bio h2 {
  margin-top: 40px;
}

/* LESS Document */
.events-filters {
  margin-bottom: 40px;
}
a img.alignright,
img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft,
img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter,
img.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article img.size-full {
  width: 100%;
  height: auto;
}
article img.size-half-right {
  width: 50%;
  height: auto;
  float: right;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  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 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


@media (min-width: 750px) {
  header {
    padding-bottom: 20px;
  }
  
  #main_menu #site_select {
    display: block;
  }
  #main_menu #main_menu_btn {
    margin-top: 20px;
  }
}

header img#logo {
    padding-left: 30px;
    padding-top: 30px;
  }

@media (max-width: 750px) {
  #main_menu span.divider {
    display: none;
  }
}
@media (min-width: 950px) {
  #main_menu #main_menu_btn {
    display: none;
  }
  #main_menu ul.menu {
    position: relative;
    display: block;
    background: none;
    box-shadow: none;
    margin-top: 15px;
  }
  #main_menu ul.menu > li {
    display: inline-block;
  }
  #main_menu ul.menu > li a {
    color: #fff;
    padding: 8px 8px;
  }
  #main_menu ul.menu > li a:hover {
    color: #243571;
    background: #fff;
    border-radius: 6px;
  }
  #main_menu ul.menu > li.hover a {
    background: #fff;
    color: #243571;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #main_menu ul.sub-menu {
    background: #FFFFFF;
    white-space: nowrap;
    position: absolute;
    z-index: 10;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.45);
  }
  #main_menu ul.sub-menu li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
  }
  #main_menu ul.sub-menu li a {
    font-size: 14.4px;
    color: #243571;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_menu ul.sub-menu li a:hover {
    background: #EFEFEF;
    border-radius: 0px;
  }
  #main_menu ul.sub-menu li:first-child a {
    border-top-right-radius: 6px;
  }
  #main_menu ul.sub-menu li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #main_menu ul.sub-menu li.heading a {
    color: #D1D2D4;
    border-bottom: 1px dotted #D1D2D4;
    font-family: 'Sorts Mill Goudy', serif;
    padding-bottom: 2px;
  }
  #main_menu ul.sub-menu li a:before {
    content: "- ";
  }
  #main_menu ul.sub-menu li.heading a:before {
    content: "";
  }
}
@media (max-width: 950px) {
  #main_menu ul.sub-menu {
    display: none !important;
  }
}
/* Footer LESS Document */
footer {
  background-color: #D1D2D4;
  color: #58585B;
  text-align: center;
  padding-bottom: 25px;
  margin-top: 30px;
  clear: both;
  width: 100%;
  position: absolute;
  z-index: -100;
  left: 0;
}
footer #social {
  background-color: #243571;
  color: #D1D2D4;
  font-size: 16.8px;
  padding: 8px 0 6px;
  margin-bottom: 15px;
  text-align: left;
}
footer #social .social_btns {
  float: left;
}
footer #social .social_btns li {
  margin-right: 5px;
  margin-left: 0px;
}
footer #social .tag {
  float: left;
  margin-left: 20px;
  line-height: 21.6px;
}
footer #social em {
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
footer .menu_column {
  width: 20%;
  float: left;
}
footer .menu_column ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
footer .menu_column ul li {
  margin-bottom: 5px;
}
footer .menu_column ul li.heading {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14.4px;
}
footer .menu_column ul li a {
  text-decoration: none;
  color: #58585B;
}
footer .menu_column ul li a:hover,
footer .menu_column ul li.heading a:hover {
  color: #98989b;
}
footer .menu_column ul li.heading a {
  color: #243571;
  text-transform: uppercase;
}
footer hr {
  margin-top: 20px;
}
@media (max-width: 750px) {
  footer #social {
    text-align: center;
  }
  footer #social .social_btns {
    float: none;
    text-align: center;
  }
  footer #social .tag {
    clear: both;
    float: none;
    margin-left: 0px;
    margin-top: 5px;
  }
  footer .menu_column,
  footer hr {
    display: none;
  }
}
#main-background {
  width: 100%;
}
#banner {
  margin: 35px 0 0;

}
#overlay-mood {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#banner ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  height: 275px;
}
.home #banner ul {
  height: 400px;
}
#banner ul li {
  height: 100%;
  position: relative;
  background: url(../img/default-bnr-bg.jpg) no-repeat;
  background-size: cover;
  /*border: 1px solid red;*/
}
.home #banner ul li {
  display: none;
}
#banner ul li > div {
  background: #243571;
  opacity: .9;
  padding: 15px 0 10px;
  margin: 0 0 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#banner ul li h3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}
#banner ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#banner ul li h3 + p {
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  font-size: 14.4px;
}
#bnr_cntrls {
  margin: 0 auto -20px auto;
  position: relative;
  top: -90px;
}
@media (max-width: 560px) {
  #bnr_cntrls {
    display: none;
  }
}
#bnr_cntrls ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: right;
}
#bnr_cntrls li {
  display: inline-block;
  color: #243571;
  background: #D1D2D4;
  cursor: pointer;
  padding: 2px 7px;
  margin: 0 0 0 5px;
  border: 1px solid #D1D2D4;
}
#bnr_cntrls li.current,
#bnr_cntrls li:hover {
  color: #fff;
  background-color: #243571;
}
#sidebar {
  border-top: 1px solid #999A9B;
  padding-top: 25px;
}
@media (min-width: 750px) {
  #sidebar {
    float: right;
    width: 30%;
    margin-left: 5%;
    border-top: none;
    padding-top: 0px;
  }
  #sidebar ul.menu li[class*=current] a:after {
    content: ">";
    float: right;
  }
}
#sidebar ul.menu {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  list-style: none;
}
#sidebar ul.menu li {
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 12px;
  font-size: 14.4px;
  border-bottom: 1px dotted #D1D2D4;
}
#sidebar ul.menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 15px 15px;
}
#sidebar ul.menu li a:hover,
#sidebar ul.menu li[class*=current] a {
  background: #EFEFEF;
}

#sidebar ul.menu li[class*=current] .sub-menu li a {
  margin-left: 20px;
}
#sidebar ul.menu li[class*=current] .sub-menu a:after {
  content: none;
}
#sidebar ul.menu li[class*=current] .sub-menu a {
   background: none;
}
#sidebar ul.menu li[class*=current] .sub-menu li:hover {
  background: #EFEFEF;
}

#sidebar a.quote {
  text-decoration: none;
  color: #243571;
}
#sidebar a.quote .pic_box blockquote {
  background: url(../img/ravi-quote-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#sidebar a .pic_box blockquote {
  padding: 20px 20px 10px;
}
#sidebar a .pic_box blockquote p {
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 23.4px;
  margin-bottom: 10px;
}
#sidebar a .pic_box blockquote cite {
  float: right;
  font-style: italic;
}
#sidebar h3 {
  color: #000;
  border-bottom: 1px solid #999A9B;
  margin-bottom: 0;
}
#sidebar h3:first-child {
  margin-top: 0;
}
.btn {
  background: #243571;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 15.6px;
}
.btn:hover {
  background: #465e9b;
}
.post_list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.post_list li {
  background: #EFEFEF;
  padding: 2px 15px 0px;
}
.post_list h3,
.event_archive h3 {
  border-bottom: 1px dotted #58585B;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}
.post_list h3 a,
.event_archive h3 a {
  text-decoration: none;
}
.post_list p {
  margin-bottom: 10px;
}
.post_list p.info {
  color: #999A9B;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 10.8px;
}
.post_list p.info span {
  float: right;
}
.post_list p.info span .fa {
  margin-left: 10px;
  font-size: 18px;
  color: #D1D2D4;
}
.post_list p.info span .fa.active {
  color: #243571;
  cursor: pointer;
}
.post_list + p.all {
  text-align: right;
}
.paging span {
  float: right;
}
.post_list + p.all + hr {
  margin-bottom: 40px;
  border-top-color: #D1D2D4;
}
.post_list + hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post_list + h2 {
  margin-top: 40px;
}
.event_archive {
  background: #D1D2D4;
  padding-bottom: 5px;
  margin-top: 15px;
}
.event_archive h2 {
  background: #243571;
  color: #fff;
  border-bottom: none;
  text-align: center;
  padding: 10px;
}
.event_archive h3 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.event_archive ul {
  list-style: none;
  margin: 0 15px;
  padding: 0 0 0 0;
  color: #58585B;
}
.event_archive ul li {
  margin-bottom: 10px;
}
.event_archive .fa-headphones,
.event_archive .fa-video-camera {
  color: #243571;
}
.sub_btn {
  float: right;
  text-align: center;
  background: #EFEFEF;
  margin-left: 20px;
  border-radius: 6px;
  border: 1px solid #D1D2D4;
}
.sub_btn a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.section-header {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.section-wrapper {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.section-wrapper li {
  padding: 20px 0; 
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  overflow: hidden;
  text-align: center; 
}

.section-wrapper li:first-child {
  text-align: left;
}
.section-wrapper li:last-child  {
  text-align: right;
}

.section-wrapper li img {
  width: 80%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */	  
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;		  
}

.section-wrapper li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */	  
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;		  
  
}

.section-wrapper li .bookinfo {
  text-align: left;
  width: 80%;
  display: inline-block;
}

.section-wrapper li a.book-title {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  display: inline;
}

@media (max-width: 667px){
  
  .section-wrapper li {
      width: 60%;
      text-align: center !important; 
  }
  .section-wrapper li img {
    width: 200px !important;
    height: auto;
  }
}

#scrolled_nav_wrapper_mobile{display: none;}

.editable_li .transparent{
  width:100%!important;
  position: absolute;
  z-index: 1;
  /*min-height: 655px!important;
  max-height: 655px!important;*/
}

.editable_style_title{
  font-size: 40px!important;
  line-height: 26px!important;
  font-weight:600!important;
  z-index:1000!important;
  bottom: 135px!important;
}


.editable_style_subtitle{
  font-size: 28px!important;
  line-height: 26px!important;
  font-weight: lighter!important;
  z-index:1000!important;
  bottom: 70px!important;
}




/*===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 45px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}

ul.bxslider img {
  width:100%!important;
  /*min-height:655px!important;
  max-height: 655px!important;*/
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  /**border: 5px solid #fff;*/
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #eee;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #999;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media (max-width: 850px){

  .rzim-small-menu {zoom: 100%!important;}
  .editable_style_title{
    font-size: 24px!important;
    line-height: 26px!important;
  }
  .editable_style_subtitle{
    font-size: 18px!important;
    line-height: 26px!important;
  }
    
}

@media (max-width: 667px){

#scrolled_nav_wrapper_mobile
{
    background: #1a327c;
    display: block!important;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px!important;
    padding: 1.5em 0.5em 0;
}
#scrolled_nav_wrapper_mobile #scrolled_nav_logo{
    float: left;
    left: 20px;
    position: relative;
}
#scrolled_nav_wrapper_mobile #scrolled_show_menu_mobile {
    float: right;
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: #1a327c;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 5px;
    font-size: 20px;
    width: 30%;
    top: 6px!important;
    cursor: pointer;
}
#scrolled_nav_wrapper_mobile #scrolled_dropdown_menu{ 
  display: none;
  width: 100%;
  top: 15px;
  background: #fff;
  text-align: center;
  left: -6px;
  padding: 1em 0;
}

#scrolled_nav_wrapper_mobile #scrolled_dropdown_menu a{
  font-size: 24px;
  font-weight: lighter;
  color: #2b4085;
}

#scrolled_nav_wrapper_mobile #scrolled_dropdown_menu a:hover{
  background: #1a327c;
  color: white;
}

#scrolled_nav_wrapper_mobile #scrolled_nav_social_wrapper{
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  margin-left: 35px!important;
}

#scrolled_nav_wrapper_mobile #scrolled_nav_social_wrapper a{
  float: left!important;
  width: 40px!important;
  padding: 0!important;
  font-size: 17px!important;
}

.menu-header,#scrolled_nav_wrapper,.bx-pager.bx-default-pager,
.bx-controls.bx-has-controls-direction.bx-has-pager{display: none!important;}  
.bx-wrapper{top: 15px; bottom: 50px;}
#scrolled_nav_wrapper{visibility: hidden;}
.editable_li .transparent{
    top: 30px;
    min-height: inherit!important;
    max-height: inherit!important;
}
ul.bxslider img {
    min-height: inherit!important;
    max-height: inherit!important;
}
.editable_style_title{
  bottom: 70px!important;
  left: 20px!important;
  right: 20px!important;
}
.editable_style_subtitle{
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 35px!important;
  left: 30px!important;
  right: 20px!important;
}
  
}

/* Added 12192016 for navigation */
    #scrolled_dropdown_menu{
	padding: 1em 0;
	overflow: scroll;
	max-height: 390px;
	border-bottom: 1px solid #ccc;
    }
    #scrolled_dropdown_menu, #scrolled_nav_wrapper_mobile{
	display: none;
    }
    #scrolled_dropdown_menu ul.links {
	display: inline;
	margin: 0 auto 2em;
	width: 100%;
	text-align: center;
    } 
    #scrolled_dropdown_menu ul.links li {
	list-style: none;
	display: inline;
	float: left;
	text-align: left;
	width: 25%;
	color: #1a327c;
	padding: 0 1.5em;
	
    }
    #scrolled_dropdown_menu ul.links li.placeholder{
	width: 5%;
	padding: 0.2em 1em;
    }
    #scrolled_dropdown_menu ul.links li:last-child{
	
    }
    #scrolled_dropdown_menu ul.links li a{
	padding: .1em .4em;
	font-weight:700!important;
	font-size: 1.5em!important;
    }
    #scrolled_dropdown_menu ul.links li:hover, #scrolled_dropdown_menu ul.links li a:hover, #scrolled_dropdown_menu ul.links li a p:hover{
	color: #666!important;
	background-color:#fff!important;
    }
    
    #scrolled_dropdown_menu ul.expand {
	display: inline;
	margin: 0 auto 2em;
	width: 100%;
	text-align: center;
    } 
    #scrolled_dropdown_menu ul.expand li {
	font-size: 2em;
	list-style: none;
	display: inline;
	float: left;
	text-align: left;
	width: 100%;
	color: #1a327c;
	padding: 0;
	border-top: 1px solid #ccc;
	background: #f1f2f2;
	cursor: pointer;
    }
    #scrolled_dropdown_menu ul.expand li.placeholder{
	width: 100%;
	padding: 0.2em 2em;
    }
    #scrolled_dropdown_menu ul.expand li:last-child{
	border-bottom: 1px solid #ccc;
    }
    #scrolled_dropdown_menu .container .header {
	font-weight: 700!important;
	font-size: 0.8em!important;
	padding: 1em 2.4em;
	background: #fff;
    }
        
    #scrolled_dropdown_menu .container .content {
	display: none;
	padding : 5px;
    }
    #scrolled_dropdown_menu .container .content ul li{
	padding: .1em 0em .2em;
	border: none;
	text-transform: uppercase;
    }
    #scrolled_dropdown_menu .container .content ul li a{
	padding: 0;
    }
    #scrolled_dropdown_menu .container .content ul li a p{
	color: #aeafb2;
	font-weight:700;
	font-size: 0.6em;
	margin: 0!important;
    }
    #scrolled_dropdown_menu .container .content ul li:hover, #scrolled_dropdown_menu .container .content ul li a:hover, #scrolled_dropdown_menu .container .content ul li a p:hover{
	color: #1a327c;
	background-color:#f1f2f2!important;
    }
    #scrolled_dropdown_menu #scrolled_nav_social_wrapper h2{
	font-family: inherit;
	font-weight: 700;
	text-align: left;
	color: #1a327c;
    }
    #scrolled_dropdown_menu h2{
        border: none!important;
    }
    #scrolled_dropdown_menu #scrolled_nav_social_wrapper li{
	width: 35%;
	padding: 0 1em 0 0;
    }
    #scrolled_dropdown_menu #scrolled_nav_social_wrapper li a{
	width: 100%!important;
    }
    #scrolled_dropdown_menu #scrolled_nav_social_wrapper li a span{
	vertical-align: super;
	font-size: 10px!important;
    }
    #scrolled_dropdown_menu #menu_submenu_form{
	padding: 1em 3.8em!important;
	border-top: 1px solid #ccc;
	
    }
    #scrolled_dropdown_menu #menu_submenu_form ul.links li {
	width: 36%;
	padding: .5em 1em .5em 0;
	float: left;
    }
    #scrolled_dropdown_menu .right {
	float: right!important;
    }
    #scrolled_dropdown_menu #menu_submenu_form li input{
	width: 92%;
	padding: .2em .5em;
    }
    #scrolled_dropdown_menu #menu_submenu_form .form_subscribe_btn{
	width: 100%;
	padding: .2em!important;
    }
    @media (max-width: 667px){
	#scrolled_nav_wrapper_mobile #scrolled_nav_social_wrapper{
	    width: 80%!important;
	    padding: 1em 2em 1em 3.8em!important;
	    margin-left: 0%!important;
	}
    }
    .clearboth{clear: both;}
    
    
    .submenu_wrapper_menu.mouse{
	padding: 0em .8em;
    }
    .menu_submenu ul.primary{
	padding: 1em 0em;
	margin: 1em;
    }
    .menu_submenu ul.primary a{
	border-right: 1px solid #1a327c;
	padding: 0em .8em;
	margin: 0;
	width: 10%;
	height: 100%;
	text-align: center;
    }
    .menu_submenu ul.primary a:last-child{
	border-right: none;
    }
    .menu_submenu ul.primary.eightli{
	padding: 1em 0em!important;
	margin: 1em 0em!important;
    }
    .menu_submenu ul.primary.eightli a{
	width: 11%;
	padding: 0em 0.5em!important;
    }
    .menu_submenu ul.primary.nineli{
	padding: 1em 0em!important;
	margin: 1em 0em!important;
    }
    .menu_submenu ul.primary.nineli a{
	width: 9%;
	padding: 0em 0.5em!important;
    line-height: 14px;
    }
    .menu_submenu ul.primary.fourli a{
	width: 20%;
    }
    #menu_submenu_form{
	padding: 2em 1em;
    }
    
    #menu_submenu_form .form_inputs{
	width: 22%;
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
	margin: 0.2em;
    }
    #menu_submenu_form .form_inputs.sm{
	width: 10%;
    }
    
    #menu_submenu_form .form_subscribe_btn,
    button.form_subscribe_btn {
	background-color: #1a327c;
	color: #fff;
	width: 15%;
	margin: 0.2em;
    }
    button.form_subscribe_btn {
      display: block;
      width: 25% !important;
      text-align: center;
      padding: 2px 5px;
      margin: 0 auto !important;
      text-transform: uppercase;
    }
    
    @media (max-width: 667px){

      #menu_submenu_form .form_subscribe_btn,
      button.form_subscribe_btn {
        width: 100% !important;
        font-size: 12px;
        margin: 0 !important;
      }
    }
    
    .menu_submenu ul.secondary {
	display: inline;
	margin: 0 0 2em;
	padding: 2em 0;
	border-top: 1px solid #999;
    } 
    .menu_submenu ul.secondary li {
	list-style: none;
	display: inline;
	float: left;
	width: 17%;
	border-right: 1px solid #999;
	color: #1a327c;
	padding: 1em 3em;
    }
    .menu_submenu ul.secondary li h2{
	font-family: inherit;
	font-weight: 700;
        border: none!important;
    }
    .menu_submenu ul.secondary li:last-child{
	border-right: none;
    }
    .menu_submenu ul.secondary li a{
	width: 100%;
        cursor: pointer;
    }
    .menu_submenu ul.secondary li a p:hover{
	color: #1a327c;
    }
    .menu_submenu ul.secondary li p, .menu_submenu ul.secondary li span{
	font-family: inherit;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 12px;
	color: #666;
	vertical-align: super;
    }
    .menu_submenu ul.secondary li span{
	padding: 0 .6em;
    }
    .bottom-border{ border-bottom: 1px solid #999!important; }
    .top-border{ border-top: 1px solid #999!important; }
    
    @media (max-width: 1080px) {
	.menu_submenu ul.primary a{
	    width: 9%;
	}
	.menu_submenu ul.secondary li {
	    width: 16%;
	    padding: 1em 2em;
	}
}

.wpb_video_wrapper .video-wrap {
    position: static !important;
    padding-top: 0 !important;
}

.lecture_row h3 {
  padding: 5px 0 0 0;
  margin: 0;
  font-weight: normal !important;
}

.lecture_row img {
  width: 90px;
  height: auto;
}


#topics {
   -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
#topics a {
  display: block;
  text-decoration: none;
  margin: 0 0 10px; 
}

.listen-header .listen-sub {
  font-size: 15px;
  float: right; 
}



